﻿.banner-img {
    width: 100%;
    height: 594px;
    min-width: 1400px;
}

    .banner-img a {
        width: 100%;
        height: 100%;
    }

    .banner-img img {
        width: 100%;
        height: 100%;
    }
.advert-img {
    width: 100%;
    height: 174px;
    min-width: 1400px;
}
.advert-center {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
}

.advert-img a {
    width: 100%;
    height: 100%;
}

    .advert-img img {
        width: 100%;
        height: 100%;
    }
/*新闻动态*/
.news {
    width: 100%;
    min-width: 1400px;
    margin:50px 0;
}
    .news .layui-carousel-ind{
        display:none
    }

    .news .news-center {
        width: 1400px;
        margin: 0 auto;
        display: flex;
    }

.news-title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 42px;
    padding: 100px 0;
}

.news-left {
    width: 760px;
    float: left;
    height: 520px;
}

.news-left-content {
    width: 100%;
    cursor: pointer;
}

.news-left-img {
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 100%;
    position:relative
}

.news-left-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 18px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0,0,0,0.46);
    height: 60px;
    line-height: 60px;
    color:#fff;
    padding:0 10px;
}


.news-right {
    width: 600px;
    margin-left: 40px;
    height: 520px;
}
    .news-right .layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
        border-bottom: none;
        border-top: 2px solid #4E86ED;
    }
    .news-right .layui-tab-brief > .layui-tab-title .layui-this {
        color: #4E86ED;
        background-color: #F8F8F8
    }
    .news-right .layui-tab{
        margin:0
    }
        .news-right .layui-tab .layui-tab-title li {
            line-height: 50px;
            padding: 0 25px;
        }
        .news-right .layui-tab .layui-tab-title li {
            font-size:18px;
        }
        .news-right .layui-tab .layui-tab-title {
            height: 50px;
            line-height: 50px;
        }
    .news-right .gengduo {
        float: right;
        padding: 0;
        color: #979797;
        font-size: 16px;
    }

.news-right-content {
    width: 100%;
    margin-bottom: 25px;
    cursor: pointer;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

    .news-active .news-item-title {
        color: #4E86ED !important
    }


    .news-right-content:hover .news-item-title {
        color: #4E86ED !important
    }

.news-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-item-title {
    width: 100%;
    display: flex;
    color: #262626;
    font-size: 16px;
}
    .news-item-title .title {
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex:1;
    }
    .news-item-title .time {
        float: right;
        margin-left: 10px;
        font-size: 15px;
        color: #979797
    }

.news-item-synopsis {
    width: 100%;
    color: #7E7E7E;
    font-size: 16px;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top:20px;
}
.about{
    width:100%;
    min-width:1400px;
    padding:50px 0;
}
    .about .about-center {
        width: 1400px;
        height:100%;
        margin:0 auto;
        display:flex;
    }
.about-center .about-left{
    width:765px;

}
.about-center .about-title {
    width: 100%;
    border-bottom: 1px solid #eee;
    height:50px;
    line-height:50px;
}
    .about-center .about-title .about-name {
        font-size: 20px;
        color: #5E5E5E;
        padding: 11px 20px;
        border-bottom: 2px solid #4E86ED
    }
    .about-center .about-title .gengduo {
        float: right;
        padding: 0;
        color: #979797;
        font-size: 16px;
    }
.about-left .about-content {
    margin-top: 20px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 48%);
    grid-gap: 20px;
}
    .about-left .about-content .about-item {
        height: 95px;
        display:flex;
    }
    .about-left .about-content .about-item:hover {
        height: 95px;
        display: flex;
    }
.about-item .item-image{
    border-radius:6px;
    width:140px;
    height:100%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}
.about-item .item-content {
    flex: 1;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-item .item-title {
    color: #202020;
    font-size: 18px;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding:5px 0
}
.about-left .about-content .about-item:hover .item-title {
    color:#4E86ED
}
.about-item .item-time {
    font-size: 16px;
    color: #5E5E5E
}
.about-right {
    flex: 1;
    margin-left: 40px;
}
    .about-right .layui-carousel-ind{
        display:none
    }
    .about-right .layui-carousel > [carousel-item] > * {
        background-color: #fff
    }
    .about-right .about-content {
        width: 100%;
        height: 480px;
    }
        .about-right .about-content .about-item {
            width: 100%;
            height: 140px;
            background-color: #F5F6F8;
            display:flex;
            margin-top:20px;
            cursor:pointer;
        }

            .about-right .about-content .about-item:hover {
                background-color: #edeeef;
            }
            .about-right .about-content .about-item .about-img {
                width: 120px;
                height:128px;
                margin-left:20px;
                margin-top:12px;
                background-position:center;
                background-size:100%;
                background-repeat:no-repeat;
            }
            .about-right .about-content .about-item .about-list {
                flex: 1;
                margin:0 20px;
            }
                .about-right .about-content .about-item .about-list .item-title {
                    color: #202020;
                    font-size: 20px;
                    padding: 10px 0;
                    word-break: keep-all;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .about-right .about-content .about-item .about-list :hover .item-title {
                    color: #4E86ED
                }

                .about-right .about-content .about-item .about-list .item-synopsis {
                    font-size: 16px;
                    color: #5E5E5E;
                    text-overflow: ellipsis;
                    word-break: break-all;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 4;
                    overflow: hidden;
                    margin-bottom: 10px;
                    text-indent:2em;
                }
/*公益项目*/
.project {
    width: 100%;
    min-width:1400px;
}
    .project .project-center{
        width:1400px;
        margin:0 auto;

    }
.project-center .project-title {
    width: 100%;
    border-bottom: 1px solid #eee;
    height: 50px;
    line-height: 50px;
}

    .project-center .project-title .project-name {
        font-size: 20px;
        color: #5E5E5E;
        padding: 11px 20px;
        border-bottom: 2px solid #4E86ED
    }

    .project-center .project-title .gengduo {
        float: right;
        padding: 0;
        color: #979797;
        font-size: 16px;
    }
.project-center .project-list{
    width:100%;
    margin:30px 0;
    display:flex;
}
    .project-center .project-list .project-item {
        flex: 1;
        height: 206px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-right: 20px;
        line-height: 206px;
        text-align: center;
        color: #FFFFFF;
        font-size: 18px;
        transition: transform 0.3s ease;
    }
.project-list :last-child {
    margin-right: 0 !important;
}
.project-center .project-list .project-item:hover {
    transform: scale(1.01);
}
