    .section1 {
        background-color: #f4f4f4;
        padding-top: 60px;
        padding-bottom: 40px;
    }
    
    .title {
        overflow: hidden;
    }
    
    .title h2 {
        float: left;
        font-size: 36px;
        color: #333;
        font-weight: bold;
    }
    
    .title a {
        float: right;
        padding: 0 10px;
        background-color: #9f223f;
        font-size: 18px;
        color: #fff;
        margin-top: 20px;
        text-transform: uppercase;
    }
    
    .news {
        margin-top: 40px;
    }
    
    .news a {
        display: block;
    }
    
    .news a .sect1-l {
        position: relative;
        float: left;
        width: 50%;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    
    .news a .sect1-l:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 50%;
        top: 50%;
        background-color: #9f223f;
    }
    
    .news a .sect1-l .pic {
        position: relative;
        padding-top: 65%;
        z-index: 2;
    }
    
    .news a .sect1-r {
        position: relative;
        float: right;
        width: 54%;
        margin-left: -4%;
        z-index: 2;
        margin-top: 50px;
        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: 35px 30px 80px 50px;
    }
    
    .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: 25px;
        margin-bottom: 25px;
        font-size: 20px;
        color: #f59c45;
        font-weight: bold;
    }
    
    .news a .sect1-r .text p {
        line-height: 29px;
        font-size: 18px;
        color: #fff;
        height: 87px;
        overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
    }
    
    .news a .sect1-r .text:after {
        content: "+";
        position: absolute;
        right: 3px;
        bottom: 3px;
        width: 63px;
        height: 63px;
        line-height: 63px;
        text-align: center;
        background-color: #fff;
        font-size: 26px;
        font-weight: bold;
        color: #9f223f;
    }
    
    .news .slick-dots {
        box-sizing: border-box;
        width: auto;
        bottom: 110px;
        left: 58%;
        margin: 0 auto;
    }
    
    .news .slick-dots li {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        margin: 0 10px;
        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: 20px;
    }
    
    .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 {width: 100%;}
.sr-r .video{display:block;width:100%;height:100%;}
.sr-r .play{cursor:pointer;position:absolute;top:50%;left:50%;width:46px;height:46px;background:url(../images/c-i5.png) center no-repeat;-webkit-background-size:100% 100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.sr-r .img{min-width:100%;height:100%;vertical-align:middle;max-width:none;-o-object-fit:cover;object-fit:cover;-webkit-transition:.6s;-o-transition:.6s;-moz-transition:.6s;transition:.6s}
.sr-r .picture{position:relative;margin-top: 40px;height: 447px;}
.sr-r .picture video{width:100%;height:100%;object-fit: fill;}


   /*.sr-r ul li{margin-top: 20px;margin-bottom: 5px;width: 100%;}*/
   /* .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: 61.2%;}
    .sr-r ul li:nth-child(n+1) {margin-left: 4%;}
    .sr-r ul li:nth-child(2n+1) {margin-left: 0 }
    
    .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: #fcf0f3;
    }
    
    .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: #9f223f;
    }
    
    .date-list ul li:hover a .date span {
        color: #9f223f;
    }
    
    .date-list ul li:hover a .text h2 {
        color: #9f223f;
    }
    
    .date-list ul li:hover a .text p {
        color: #9f223f;
    }
    
    .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: #9f223f;
        background-color: #fff;
    }
    
    .public {
        position: relative;
        margin-top: 50px;
    }
    
    .public .prev {}
    
    .public ul {
        margin-left: 55px;
        margin-right: 55px;
        padding-top:30px;
        overflow: hidden;
    }
    
    .public ul li {
        margin: 0 17.5px;
    }
    
    .public ul li .pic {
        padding-top: 68%;
        border-radius: 20px;
    }
    
  /*  .public ul li.slick-center {transform: scale(1.1, 1.3);} */
    
    .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;
    }
    
    .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;
    }
    
    .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 h2 {
        float: none;
        text-align: center;
    }
    
    .special {
        padding-top: 40px;
    }
    
    .special ul {
        margin-left: -33px;
        margin-right: -33px;
    }
    
    .special ul li {
        margin: 0 33px;
    }
    
    .special ul li .pic {
        padding-top: 68%;
    }
    
    .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 #9f223f;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .special ul li:hover .text {
        background: #9f223f;
    }
    
    .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;
        }
.sr-r .picture{height: auto;}
    }
    
    @media screen and (max-width: 1440px) {
        .news a .sect1-r .text {
            padding: 15px 30px 40px 15px;
        }
        .news a .sect1-r .text:after {
            width: 40px;
            height: 40px;
            line-height: 40px;
        }
        .news a .sect1-r {
            margin-top: 10px;
        }
        .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: 1200px) {
        .news .slick-dots {
            bottom: 40px;
        }
    }
    
    @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;
        }
        .news .slick-dots {
            position: relative;
            left: auto;
            bottom: 20px;
        }
    }
    
    @media screen and (max-width: 700px) {
        .section1 {
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .title a {
            margin-top: 0;
            font-size: 14px;
        }
        .title h2 {
            font-size: 18px;
        }
        .news a .sect1-l {
            float: none;
            width: auto;
            padding-left: 10px;
            padding-bottom: 10px;
        }
        .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: 100%;
        }
        .section3 {
            background-size: 100% 30%;
        }
        .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;
        }
    }