    .section1 {
        background-color: #f4f4f4;
        padding-top: 60px;
        padding-bottom: 40px;
    }
.xwdt-l{
width: 62%;
float: left;
}
.video-r{
width: 34%;
float: right;
}
.video-box {
    padding-top: 63%;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-top: 40px;
    height:307px;
}

.video-box video {
    width: 100%;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
}

.video-box .mask-bj {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;

    transition: all .3s;
}

.video-box .mask-bj:hover {
    transform: scale(1.1)
}

.play {
    cursor: pointer;
    position: absolute;
    width: 71px;
    height: 71px;
    top: 50%;
    right: 0;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    background: url(../images/video-btn.png) no-repeat;

}




    .title {
        overflow: hidden;
    }
    
    .title h2 {
        float: left;
        font-size: 32px;
        color: #333;
        font-weight: bold;
    }
    
    .title a {
        float: right;
        padding: 0 10px;
        background-color: #119790;
        font-size: 18px;
        color: #fff;
        margin-top: 10px;
        text-transform: uppercase;
    }
    
    .news {
        margin-top: 40px;
        width:49%;
       float: left;
    }
    
    .news a {
        display: block;
    }
    
    .news a .sect1-l {
        position: relative;
        float: left;
        width: 100%;
    }
    
    .news a .sect1-l:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 50%;
        top: 50%;
        background-color: #119790;
    }
    
    .news a .sect1-l .pic {
        position: relative;
        padding-top: 70%;
        z-index: 2;
        height:307px;
    }
    
    .news a .sect1-r {
        position: relative;
        float: right;
        width: 46%;
        margin-left: -4%;
        z-index: 2;
        padding-left: 20px;
        padding-top: 20px;
        background: url(../images/sect1-tc.png) no-repeat left top;
        background-size: 100% 100%;
    }
    
    .news a .sect1-r .text {
        position: relative;
        background: url(../images/sect1-bg.jpg) no-repeat center center;
        padding: 30px 30px 70px 40px;
    }
    
    .news a .sect1-r .text h2 {
        font-size: 20px;
        line-height: 32px;
        font-weight: bold;
        color: #fff;
        height: 64px;
        overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
    }
    
    .news a .sect1-r .text .date {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 20px;
        color: #f59c45;
        font-weight: bold;
    }
    
    .news a .sect1-r .text p {
        line-height: 29px;
        font-size: 18px;
        color: #fff;
        height: 58px;
        overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
    }
    
    .news a .sect1-r .text:after {
        content: "+";
        position: absolute;
        right: 3px;
        bottom: 3px;
        width: 53px;
        height: 53px;
        line-height: 53px;
        text-align: center;
        background-color: #fff;
        font-size: 26px;
        font-weight: bold;
        color: #119790;
    }
    
    .news .slick-dots {
        box-sizing: border-box;
        width: auto;
        bottom: 15px;
        right: 10px;
        margin: 0 auto;
    }
    
    .news .slick-dots li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 3px;
        border: 1px solid #f59c45;
        transition: all .3s;
    }
    
    .news .slick-dots li.slick-active {
        background: #f59c45;
    }
    
    .section2 {
        padding-top: 65px;
        padding-bottom: 80px;
    }
    
    .sect2-l {
        float: left;
        width: 50%;
    }
    
    .sect2-r {
        float: right;
        width: 46%;
    }
    
    .sr-tp {
        margin-top: 40px;
    }
    
    .sr-l {
        position: relative;
        float: left;
        width: 48%;
    }
    
    .sr-l .pic {
        padding-top: 129.7%;
    }
    
    .sr-l .text {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 20px 15px;
        background: url(../images/sr-tc.png) no-repeat center bottom;
        background-size: 100% auto;
        color: #fff;
    }
    
    .sr-l .text .date {
        font-size: 20px;
        color: #fff;
        margin-bottom: 5px;
    }
    
    .sr-l .text p {
        font-size: 18px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    }
    
    .sr-r {
        float: right;
        width: 49.6%;
    }
    
    .sr-r ul li {
        margin-top: 20px;
    }
    
    .sr-r ul li:first-child {
        margin-top: 0;
    }
    
    .sr-r ul li a {
        position: relative;
        display: block;
    }
    
    .sr-r ul li .pic {
        padding-top: 60%;
    }
    
    .sr-r ul li a .text {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 50px 15px 15px 15px;
        font-size: 18px;
        color: #fff;
        background: url(../images/sr-tc.png) no-repeat center bottom;
        background-size: 100% auto;
    }
.sr-r ul li a .text p{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
    
    .date-list ul li {
        margin-top: 28px;
        background-color: #e5f2f2;
    }
    
    .date-list ul li:first-child {
        margin-top: 40px;
    }
    
    .date-list ul li a {
        display: block;
        overflow: hidden;
    }
    
    .date-list ul li a .date {
        position: relative;
        float: left;
        width: 120px;
        text-align: center;
        border-top: 3px solid #f59c45;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    
    .date-list ul li a .date:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        border: 7px solid transparent;
        border-top: 7px solid #f59c45;
    }
    
    .date-list ul li a .text {
        overflow: hidden;
        padding-left: 15px;
        border-left: 1px solid #cccccc;
    }
    
    .date-list ul li a .text h2 {
        font-size: 20px;
        color: #333;
        font-weight: normal;
        padding-top: 15px;
        padding-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .date-list ul li a .text p {
        font-size: 18px;
        color: #333;
        padding-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .date-list ul li a .date p {
        font-size: 18px;
        color: #333;
        font-weight: bold;
    }
    
    .date-list ul li a .date span {
        display: block;
        padding-top: 5px;
        font-size: 18px;
        color: #333;
    }
    
    .date-list ul li:hover a .date p {
        color: #119790;
    }
    
    .date-list ul li:hover a .date span {
        color: #119790;
    }
    
    .date-list ul li:hover a .text h2 {
        color: #119790;
    }
    
    .date-list ul li:hover a .text p {
        color: #119790;
    }
    
    .section3 {
        padding-top: 35px;
        background: url(../images/sect3-tc.jpg) no-repeat center top;
        background-size: 100% auto;
    }
    
    .sect3 .title h2 {
        float: left;
        width: 60%;
        color: #fff;
    }
    
    .sect3 .title h2 p {
        margin-top: 15px;
        line-height: 32px;
        font-size: 18px;
        color: #fff;
        font-weight: normal;
        height: 64px;
        overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
    }
    
    .sect3 .title a {
        font-size: 18px;
        color: #119790;
        background-color: #fff;
    }
    
    .public {
        position: relative;
        margin-top: 50px;
    }
    
    .public .prev {}
    
    .public ul {
        margin-left: 55px;
        margin-right: 55px;
        padding: 55px 0;
        overflow: hidden;
    }
    
    .public ul li {
        margin: 0 17.5px;
    }
    
    .public ul li .pic {
        padding-top: 126%;
        border-radius: 20px;
    }
    
    .public ul li.slick-center {
        transform: scale(1.1, 1.1);
    }
    
    .public .slick-list {
        overflow: visible;
    }
    
    .public .prev {
        position: absolute;
        top: 50%;
        transform: translatey(-50%);
        width: 55px;
        height: 55px;
        left: -30px;
        border-radius: 5px;
        background: #fff url(../images/public-l.png) no-repeat center center;
        cursor: pointer;
    }
    
    .public .next {
        position: absolute;
        top: 50%;
        transform: translatey(-50%);
        width: 55px;
        height: 55px;
        right: -30px;
        border-radius: 5px;
        background: #fff url(../images/public-r.png) no-repeat center center;
        cursor: pointer;
    }
    
    .public .slick-next {
        width: 55px;
        height: 55px;
        right: -90px;
        border-radius: 5px;
        background: #fff url(../images/public-r.png) no-repeat center center;
    }
    
    .section4 {
        padding-top: 70px;
        padding-bottom: 100px;
    }
    .sect4 .title{position: relative;}
    .sect4 .title h2 {
        float: none;
        text-align: center;
    }
    .sect4 .title a{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}
    .special {
        padding-top: 40px;
    }
    
    .special ul {
        margin-left: -33px;
        margin-right: -33px;
    }
    
    .special ul li {
        margin: 0 33px;
    }
    
    .special ul li .pic {
        padding-top: 48.7%;
    }
    
    .special ul li .text {
        position: relative;
        margin-top: 18px;
        padding: 10px 25px;
        border-radius: 10px;
    }
    
    .special ul li .text p {
        position: relative;
        line-height: 35px;
        font-size: 20px;
        color: #333;
        border-bottom: 1px solid #119790;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .special ul li:hover .text {
        background: #119790 url(../images/special-nr1.png) no-repeat right center;
    }
    
    .special ul li:hover .text p {
        color: #fff;
    }
    
    .special ul li .text .date {
        font-size: 20px;
        color: #333;
    }
    
    .special ul li:hover .text .date {
        color: #fff;
    }
    
    .special ul li:hover .text p {
        border-bottom: 1px solid #fff;
    }
    
    .special ul li .text:after {
        content: "";
        position: absolute;
        left: 25px;
        width: 110px;
        height: 2px;
        background-color: #f59c45;
        bottom: 35px;
    }
    
    @media screen and (max-width: 1500px) {
        .public .prev {
            left: 0;
            box-shadow: 0 0 10px #827f7f;
        }
        .public .next {
            right: 0;
            box-shadow: 0 0 10px #827f7f;
        }
        .special ul {
            margin-left: 0;
            margin-right: 0;
        }
        .sect4 .title a{right:33px;}
    }
    
    @media screen and (max-width: 1440px) {
        .news a .sect1-r .text {
            padding: 25px 30px 60px 15px;
        }
        .news a .sect1-r .text:after {
            width: 40px;
            height: 40px;
            line-height: 40px;
        }
        .date-list ul li {
            margin-top: 5px;
        }
        .date-list ul li a .text h2 {
            padding-top: 10px;
            padding-bottom: 5px;
        }
        .date-list ul li a .date {
            padding-top: 10px;
            padding-bottom: 5px;
        }
        .date-list ul li a .text p {
            padding-bottom: 10px;
        }
    }
     @media screen and (max-width: 1340px) {
        .news a .sect1-r .text {
            padding: 15px 30px 60px 15px;
        }
      .title h2{font-size: 26px;}
}
 @media screen and (max-width: 1300px) {
.news a .sect1-r .text p{-webkit-line-clamp: 1;height: 29px;}
}
    @media screen and (max-width: 1200px) {

      .title h2{font-size: 24px;margin-top: 5px;}
    }
   @media screen and (max-width: 1100px){
.news a .sect1-r .text {
    padding: 15px 30px 30px 15px;
}
.title h2{font-size: 22px;margin-top: 5px;}
} 
@media screen and (max-width: 1024px){
.xwdt-l{width:100%;float:none;}
.video-r{width:100%;float:none;margin-top:50px;}
.news a .sect1-r{margin-top:20px;}
.news a .sect1-r .text{padding: 30px 30px 70px 40px;}
.news a .sect1-r .text p {-webkit-line-clamp: 2;height: 58px;}
.news a .sect1-r .text .date { margin-top: 25px;margin-bottom: 25px;}
.news a .sect1-l .pic{height:auto;}
.video-box{height:auto;}
.news{width: 100%;float: none;}

}

    @media screen and (max-width: 1000px) {
        .news a .sect1-r .text .date {
            margin-top: 0;
            margin-bottom: 5px;
        }
        .title h2 {
            font-size: 24px;
        }
        .public {
            margin-top: 15px;
        }
        .public ul {
            padding-top: 35px;
        }
        .special ul li {
            margin: 0 15px;
        }
        .sect4 .title a {right: 15px;}
        .section4 {padding-top: 30px;}
    }
    @media screen and (max-width: 768px){

}
    @media screen and (max-width: 700px) {
        .section1 {
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .title a {
            margin-top: 8px;
            font-size: 14px;
        }
        .title h2 {
            font-size: 18px;
        }
       .video-r{margin-top:15px;}
      .video-box{margin-top:15px;}
        .news a .sect1-l {
            float: none;
            width: auto;
        }
        .news a .sect1-r {
            float: none;
            width: auto;
            margin-left: 0;
        }
        .news {
            margin-top: 15px;
        }
        .news a .sect1-r {
            padding-left: 10px;
            padding-top: 10px;
        }
        .news a .sect1-r .text h2 {
            line-height: 22px;
            font-size: 16px;
            height: 44px;
        }
        .news a .sect1-r .text .date {
            font-size: 16px;
        }
        .sect2-l {
            float: none;
            width: auto;
        }
        .sect2-r {
            float: none;
            width: auto;
            margin-top: 15px;
        }
        .section2 {
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .sr-tp {
            margin-top: 15px;
        }
        .sr-l .text p {
            font-size: 14px;
        }
        .sr-r ul li a .text {
            font-size: 14px;
        }
        .sr-l .text {
            padding: 20px 5px;
        }
        .sr-r ul li {
            margin-top: 8px;
        }
        .date-list ul li:first-child {
            margin-top: 15px;
        }
        .date-list ul li a .date {
            width: 70px;
        }
        .date-list ul li a .date p {
            font-size: 16px;
        }
        .date-list ul li a .date span {
            font-size: 14px;
        }
        .date-list ul li a .text h2 {
            font-size: 18px;
        }
        .date-list ul li a .text p {
            font-size: 14px;
        }
        .sect3 .title a {
            font-size: 14px;
        }
        .section3 {
            padding-top: 15px;
        }
        .sect3 .title h2 p {
            margin-top: 0;
        }
        .sect3 .title h2 p {
            line-height: 15px;
            font-size: 12px;
        }
        .sect3 .title h2 {
            width: 50%;
        }
        .section3 {
            background-size: 100% 40%;
        }
        .public .prev {
            width: 30px;
            height: 30px;
            background-size: 10px auto;
        }
        .public .next {
            width: 30px;
            height: 30px;
            background-size: 10px auto;
        }
        .public ul {
            margin-left: 20px;
            margin-right: 20px;
        }
        .section4 {
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .special ul li .text {
            margin-top: 0;
        }
        .ft-top .ft-r .fr-l {
            float: none;
        }
        .ft-top .ft-r .fr-r {
            float: none;
            padding-left: 0;
        }
    }
