    @charset "utf-8";
    .section1 {
        padding-top: 40px;
        padding-bottom: 50px;
        /* background: url(../images/s1-bg.png) no-repeat center center; */
        background-size: cover;
    }
    
    .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 10px;
    }
    
    .title h2 {
        position: relative;
        padding-left: 40px;
        line-height: 40px;
        font-size: 30px;
        color: #000;
        font-family: "sisong";
        background: url(../images/tit-icon.png) no-repeat left center;
    }

.sect1-l .title h2{
    background: url(../images/tit-icon1.png) no-repeat left center;

}
.sect1-m .title h2{
    background: url(../images/tit-icon2.png) no-repeat left center;

}
.sect2-m .title h2{
    background: url(../images/tit-icon3.png) no-repeat left center;

}
.sect2-r .title h2{
    background: url(../images/tit-icon4.png) no-repeat left center;

}

.sect3-l .title h2{
    background: url(../images/tit-icon5.png) no-repeat left center;

}
.sect3-m .title h2{
    background: url(../images/tit-icon6.png) no-repeat left center;

}

    .title .more a {
        position: relative;
        right: 0;
        display: block;
        line-height: 30px;
        font-size: 14px;
        color: #000;
        transition: all .6s;
    }
    
    .title .more a:hover {
        right: 5px;
        color: #186aba;
    }
    .s1 {
        margin-top: 35px;
    }
    .sect1 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sect1>div {
        width: 48%;
    }




 .text-list ul li a {
    display: block;
    transition: all 0.3s;
    /* padding: 25px; */
    background-position: right center;
}

.text-list ul li a h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 3px;
    line-height: 30px;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    font-weight: normal;
}

.text-list ul li a>div {
    overflow: hidden;
}

.text-list .timg-list-img {
    float: left;
    margin-right: 20px;
    width: 160px;
}

.text-list ul li a .pic {
    padding-top: 67%;
}

.text-list ul li a:hover h3 {
    color: #176aba;
}



.text-list .timg-linfo {
    position: relative;
    overflow: hidden;
}

.text-list .timg-linfo p {
    font-size: 16px;
    line-height: 24px;
    color: #888888;
    max-height: 48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.text-list .timg-linfo .date {
    margin-top: 0px;
    color: #666;
    font-size: 16px;
    background: url(../images/time.png) no-repeat left center;
    padding-left: 25px;
    margin-top: 3px;
}

.text-list .timg-linfo .date span {
    font-size: 28px;
    background-position: left center;
    font-weight: bold;
}

.text-list .timg-linfo .date i {
    font-style: normal;
}






    .s1-l {
        float: left;
        width: 655px;
        margin-right: 45px;
        border-left: 4px solid #B40202;
        padding-left: 5px;
    }
    
    .s1-l a {
        display: block;
    }
    
    .s1-l a .pic {
        padding-top: 60%;
    }
    
    .s1-l a .text {
        position: relative;
        margin-right: 115px;
        margin-top: -20px;
        border-right: 3px solid #B40202;
        padding-right: 3px;
        z-index: 6;
    }
    
    .s1-l a .text p {
        padding: 0 30px;
        font-size: 18px;
        line-height: 60px;
        color: #fff;
        background: #b20200;
    }
    
    .s1-l .slick-dots {
        width: auto;
        left: auto;
        right: 0;
        bottom: 10px;
    }
    
    .s1-l .slick-dots li {
        width: 8px;
        height: 5px;
        background: #B40202;
        margin: 0 5px;
        transition: all .6s;
    }
    
    .s1-l .slick-dots li.slick-active {
        width: 32px;
        height: 5px;
    }
    /* .s1-l .slick-prev {
        background: #7C1824 url(../images/jt-t.png) no-repeat center center;
        bottom: 53px;
    }
    
    .s1-l .slick-next {
        background: #FFEFD7 url(../images/jt-d.png) no-repeat center center;
    } */
    
    .s1-r {
        overflow: hidden;
    }
    
    .s1r-top a {
        display: block;
        padding-bottom: 25px;
        border-bottom: 1px dashed #dddddd;
    }
    
    .s1r-top a h2 {
        position: relative;
        padding-bottom: 15px;
        font-size: 18px;
        color: #000;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 10px;
    }
    
    .s1r-top a h2:hover {
        color: #B40202;
    }
    
    .s1r-top a h2::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 40px;
        height: 3px;
        background: #b20200;
    }
    
    .s1r-top a p {
        line-height: 24px;
        font-size: 14px;
        color: #000;
        opacity: .6;
    }
    
    .list li {
        position: relative;
        padding-left: 15px;
        padding-right: 80px;
        line-height: 52px;
        background: url(../images/list.png) no-repeat left center;
    }
    
    .list li span {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 14px;
        color: rgba(0, 0, 0, .6);
    }
    
    .list li a {
        display: block;
        font-size: 16px;
        color: #111;
    }
    
    .list li:hover a {
        color: #B40202;
    }
    
    .section2 {
        padding-top: 45px;
        padding-bottom: 60px;
        background: url(../images/bg2.jpg) no-repeat center center;
        background-size: cover;
    }
    
    .sect2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .sect2>div {
        width: 48%;
    }
    
    .text-list {
        margin-top: 20px;
    }
    
    .text-list ul li {
        position: relative;
        border-bottom: 1px dashed #dddddd;
    }
    
    .text-list ul li a {
        display: block;
        padding: 15px 0;
    }
    
    .text-list ul li a span {
        padding-left: 25px;
        background: url(../images/time.png) no-repeat left center;
        font-size: 16px;
        color: rgba(0, 0, 0, .6);
    }
    
    .text-list ul li a p {
        margin-bottom: 10px;
        font-size: 16px;
        color: #111;
    }
    
    .text-list ul li:hover a p {
        color: #176aba;
    }
    
    .sect2-r ul {
        margin-top: 20px;
    }
    
    .sect2-r .list li {
        position: relative;
        border-bottom: 1px dashed #dddddd;
        line-height: 47px;
        padding-right: 50px;
        background: transparent;
    }
    
    .sect2-r .list li::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
        height: 18px;
        background: #B40202;
    }
    
    .section3 {
        padding-top: 40px;
        padding-bottom: 50px;
        /* background: url(../images/sect3-bg.png) no-repeat center center; */
        background-size: cover;
    }
    
    .sect3 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .sect3>div {
        width: 48%;
    }
    
    .sect3 .list li a {
        padding: 20px 0;
    }
    
    .sect3 .list li:hover a p {
        color: #B40202;
    }
    
    .sect3 .list li a p {
        line-height: 24px;
        font-size: 16px;
        color: #000;
        height: 48px;
    }
    
    .sect3 .list li span {
        top: 50%;
        transform: translateY(-50%);
    }
    
    .sect3 .list li {
        padding-left: 25px;
        padding-right: 50px;
        background: url(../images/s3-list.png) no-repeat left center;
        border-bottom: 1px dashed #dddddd;
    }
    
    .s3r-top {
        margin-top: 22px;
    }
    
    .s3r-top a {
        position: relative;
        display: block;
    }
    
    .s3r-top a::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 129px;
        background: url(../images/s3-r-tc.png) no-repeat center bottom;
        background-size: 100% 100%;
    }
    
    .s3r-top a .pic {
        padding-top: 56.71%;
    }
    
    .s3r-top a .text {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 30px;
        padding: 0 25px;
        z-index: 99;
    }
    
    .s3r-top a .text p {
        font-size: 16px;
        color: #fff;
        text-align: center;
    }
    
    .s3r-top .slick-dots {
        bottom: 15px;
    }
    
    .s3r-top .slick-dots li {
        width: 43px;
        height: 2px;
        background: #787777;
        transition: all .6s;
        margin: 0;
    }
    
    .s3r-top .slick-dots li.slick-active {
        background: #B40202;
    }
    
    .section4 {
        position: relative;
        padding-top: 40px;
        padding-bottom: 55px;
        background: #f7f7f7;
        background-size: cover;
    }
    
    .section4::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 28%;
        /* background: url(../images/s4-l-bg.jpg) no-repeat center center; */
        background-size: 100% 100%;
    }
    
    .sect4 {
        position: relative;
        z-index: 9;
    }
    
    .s4 {
        /* display: flex; */
    }
    
    .sect4 .title {
        /* border-bottom: none; */
        padding-bottom: 23px;
    }
    
    .sect4 .title h2 {
        background: url(../images/tit-icon7.png) no-repeat left center;
        /* color: #fff; */
    }
    




.s4>ul {
    padding: 0px 30px;
    display: flex;
}
.s4>ul li{width: 25%;padding: 0 10px;}
.s4>ul li .imged{padding-bottom: 65%;}
.s4>ul li a {
    margin: 0 10px;
}
.s4>ul li a .imged { position: relative; padding-bottom: 65%; width: 100%; display: block; overflow: hidden; transition: 0.5s; background-size: cover !important; }
.s4>ul li a .imged img { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; width: 100%; height: 100%; transition: all 0.5s ease 0s; object-fit: cover; display: none; }
.s4 .slick-prev {
    width: 40px;
    height: 40px;
    background: url(../images/s4-l.png) no-repeat;
    background-size: 100% 100%;
    left: -10px;
    transform: rotateY(180deg) translateY(-50%);
}
.s4 .slick-prev:hover {
    background: url(../images/s4-r.png) no-repeat;
    background-size: 100% 100%;
    transform: translateY(-50%);
}

.s4 .slick-next {
    width: 40px;
    height: 40px;
    background: url(../images/s4-l.png) no-repeat;
    background-size: 100% 100%;
    right: -10px;
}

.s4 .slick-next:hover {
    background: url(../images/s4-r.png) no-repeat;
    background-size: 100% 100%;
    transform: rotateY(180deg) translateY(-50%);
}


    @media screen and (min-width: 1920px) {
        .section4::after {
            width: 48%;
            background-size: cover;
        }
    }
    
    @media screen and (max-width: 1200px) {
        .s1-l {
            width: 550px;
        }
        .list li {
            line-height: 40px;
        }
    }
    
    @media screen and (max-width: 1000px) {
        .s1-l {
            width: 100%;
        }
        .s1-r {
            width: 100%;
            padding-top: 20px;
        }
        .sect1>div,
        .sect2>div,
        .sect3>div {
            width: 100%;
            margin-bottom: 15px;
        }
        .section1,
        .section2,
        .section3,
        .section4 {
            padding: 20px 0;
        }
        .sect3 .list li a p {
            height: auto;
        }
        .section4 {
            background-size: 120% 100%;
        }
    }
    
    @media screen and (max-width: 700px) {
        .title h2 {
            font-size: 22px;
            line-height: 40px;
            padding-left: 49px;
        }
        .s1 {
            margin-top: 15px;
        }
        .s1-l a .text p {
            padding: 0 10px;
            font-size: 14px;
        }
        .s1r-top a {
            padding-bottom: 15px;
        }
        .date-list li a .text p {
            font-size: 16px;
        }
        .date-list li a .date p {
            font-size: 20px;
        }
        .sect2-m,
        .sect3-m {
            margin-top: 20px!important;
            margin-bottom: 20px!important;
        }
        .date-list li a .date span {
            font-size: 12px;
        }
        .text-list ul li a {
            padding: 5px 0;
        }
        .sect2-r ul {
            margin-top: 10px;
        }
        .sect3 .list li a {
            padding: 10px 0;
        }
        .s4 {
            display: block;
        }
        .s4-l {
            width: 100%;
        }
        .s4-r {
            width: 100%;
        }
        .s4-r ul {
            margin: 0;
        }
        .s4-r ul li {
            padding: 10px 5px;
        }
        .s4-r ul li a p {
            padding: 5px;
            font-size: 12px
        }
        .section4::after {
            width: 50%;
        }
    }