@charset "utf-8";

.section1 {
    padding-top: 100px;
    padding-bottom: 95px;
    background: url(../images/s1-bg.png) no-repeat right top;
}

.title {
    position: relative;
    text-align: center;
}

.title h2 {
    position: relative;
    display: inline-block;
    text-align: left;
}

.title h2 p::before {
    content: "";
    position: absolute;
    top: 20px;
    /* bottom: 20px; */
    right: 105%;
    width: 500px;
    height: 28px;
    background: url(../images/tit-l.png) no-repeat center 100%;
}

.title h2 p::after {
    content: "";
    position: absolute;
    top: -5px;
    /* bottom: 25px; */
    /* right: 100%; */
    left: 106%;
    width: 500px;
    height: 51px;
    background: url(../images/tit-r.png) no-repeat center 100%;
}

.title h2 p {
    position: relative;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    color: #94070A;
    font-family: "sisong";
}

.title h2 span {
    display: block;
    /* padding-top: 10px; */
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: rgba(251, 178, 153, 0.5608);
    font-family: "sisong-normal";
}

.title a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 70px;
    background: url(../images/more.png) no-repeat left center;
    font-size: 16px;
    color: rgba(148, 7, 10, 0.67);
    line-height: 35px;
    font-family: "sisong-normal";
}

.title a:hover {
    color: #aa1b20;
}

.sect1 {
    background: #fff;
    border-radius: 16px;
    padding-left: 40px;
}

.sect1 .title a {
    right: 75px;
}

.s1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    margin-top: 50px;
}

.s1-l {
    position: relative;
    width: 1130px;
    padding-left: 40px;
    background: url(../images/s1-l-bg.png) no-repeat right bottom;
    /* padding-bottom: 55px; */
}

.s1-l .slick-list {
    position: relative;
    z-index: 9;
}

.s1-l a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 55px;
}

.s1-l a .tpp {
    position: relative;
    width: 685px;
    padding-right: 20px;

}

.s1-l::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 336px;
    background: linear-gradient(0deg, #94070A 0%, #FFE0DA 72%);
}

.s1-l::after {
    content: "";
    position: absolute;
    left: 210px;
    top: 0;
    bottom: 0;
    width: 514px;

    background: url(../images/s1-l-kk.png) no-repeat center bottom;
    background-size: 100% 100%;
}

.s1-l a .pic {
    padding-top: 64.963%;
}

.s1-l a .text {
    flex: 1;
    min-width: 0;
    padding-left: 30px;
    padding-top: 45px;
}

.s1-l a .text .date {
    font-size: 15px;
    color: #888;
    font-family: "sisong-normal";
}

.s1-l a .text .date span {
    font-size: 35px;
    color: #AD0F19;
    font-family: "sisong";
    padding-right: 5px;
}

.s1-l a .text h2 {
    margin-top: 20px;
    margin-bottom: 55px;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
}

.s1-l a .text p {
    font-size: 15px;
    color: #999;
    line-height: 28px;
    height: 84px;

}

.s1-l a .more {
    position: absolute;
    bottom: 0px;
    left: 720px;
    width: 137px;
    height: 32PX;
    text-align: center;
    line-height: 32px;
    background: url(../images/s1-more-bg.png) no-repeat center left;
    background-size: 100% 100%;
    font-size: 14px;
    color: #fff;
    transition: all .6s;
}

.s1-l a .more:hover {
    width: 150px;
}

.s1-l .slick-dots {
    right: 20px;
    width: auto;
    left: auto;
    bottom: 30px;
}

.s1-l .slick-dots li {
    width: 25px;
    height: 25px;
    background: url(../images/s1-l-slick.png) no-repeat center center;
    margin: 0 10px;
    transition: all .3s;
}

.s1-l .slick-dots li.slick-active {
    background: url(../images/s1-l-slick-active.png) no-repeat center center;
}

.s1-l .slick-prev {
    top: auto;
    transform: none;
    bottom: 5px;
    width: 36px;
    height: 36px;
    background: url(../images/s1-l-l.png) no-repeat center center;
    background-size: 100% 100%;
    left: 590px;
}

.s1-l .slick-next {
    top: auto;
    transform: none;
    bottom: 5px;
    left: 645px;
    width: 36px;
    height: 36px;
    background: url(../images/s1-l-r.png) no-repeat center center;
    background-size: 100% 100%;
}

.s1-r {
    flex: 1;

    padding-left: 20px;
    min-width: 0;
}

.s1-r ul {
    position: relative;
}


.s1-r ul li {
    position: relative;

}

.s1-r ul li:after {
    right: 100%;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    background: url(../images/s1-r-bg.png) no-repeat left center;
    background-size: 100% 100%;
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}

.s1-r ul li:hover:after {
    opacity: 1;
    z-index: 1;
}

.s1-r ul li a {
    position: relative;
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 75px;
    z-index: 9;
}

.s1-r ul li a .date {
    width: 70px;
    text-align: center;
}

.s1-r ul li a .date p {
    font-size: 30px;
    color: #AD0F19;
    font-family: "sisong";
}

.s1-r ul li:hover a .date p {
    color: #FFDAB7;
}

.s1-r ul li:hover a .date span {
    color: #FFDAB7;
}

.s1-r ul li a .date span {
    font-size: 15px;
    line-height: 30px;
    color: #888888;
    font-family: "sisong-normal"
}

.s1-r ul li a span {
    font-size: 16px;
    color: #aa1b20;
}

.s1-r ul li a .txt {
    position: relative;
    flex: 1;
    min-width: 0;
    padding-left: 20px;
}

.s1-r ul li a .txt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background: #E5E5E5;
}

.s1-r ul li:hover a .txt:before {
    background: rgba(255, 204, 132, 0.35);
}

.s1-r ul li a .txt p {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    max-height: 56px;
}

.s1-r ul li:hover a .txt p {
    font-weight: bold;
    color: #fff;
}



.section2 {
    padding-top: 70px;
    padding-bottom: 80px;
    background: url(../images/sect2-bg.jpg) no-repeat center top;
    background-size: cover;
}

.title-other {
    position: relative;
}


.title-other h2 p {
    display: inline-block;
    color: #fff;
}

.title-other h2 span {
    display: block;
    color: #fff;
}

.title-other h2 p::before {
    background: url(../images/tit-other.png) no-repeat center center;
}

.title-other h2 p::after {
    background: url(../images/tit-other-r.png) no-repeat center center;
}

.title-other a {
    background: url(../images/more-other.png) no-repeat left center;

    color: #fff;
}

.s2 {
    padding-top: 50px;
}

.s2 ul {
    overflow: hidden;
}

.s2 ul li {
    position: relative;
    float: left;
    width: 30%;
    margin: 20px 0;
    margin-left: 2.6%;
    top: 0;
    transition: all .6s;
}

.s2 ul li:hover {
    top: -10px;
}

.s2 ul li:nth-child(3n-2) {
    margin-left: 0;
}

.s2 ul li:first-child {
    margin-left: 2.2% !important;
}

.s2 ul li a {
    position: relative;
    display: block;
    padding: 40px 55px;
    background: url(../images/s2-txt-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.s2 ul li a h2 {
    line-height: 32px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2 ul li:hover a h2 {
    color: #A54345;
    font-weight: bold;
}

.s2 ul li a p {
    margin-top: 5px;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    height: 60px;
}

.s2 ul li:hover a p {
    color: rgba(165, 67, 69, 0.54);
}

.s2 ul li a span {
    position: absolute;
    right: 75px;
    bottom: -10px;
    width: 144px;
    height: 31px;
    font-size: 18px;
    color: #A54345;
    background: url(../images/date-bg.png) no-repeat center 100%;
    text-align: center;
    font-family: "sisong";
}

.s2 ul li:nth-child(4) span,
.s2 ul li:nth-child(5) span,
.s2 ul li:nth-child(6) span {
    background: url(../images/date-other-bg.png) no-repeat center 100%;
}


.s2 ul .more {
    overflow: hidden;
    padding-top: 40px;
    clear: both;
}

.s2 ul .more a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 50px;
    border: 1px solid #dca09e;
    border-radius: 30px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.s2 ul .more a:hover {
    background: #aa1b20;
    color: #fff;
    border: 1px solid #aa1b20;
}

.section3 {
    padding: 40px 0;
    padding-bottom: 75px;
    background: url(../images/sect3-bg.png) no-repeat center center;
    background-size: cover;
}

.s3 {
    position: relative;
    margin-top: 48px;
}

#info_news_1600_008 {
    font-size: 16px;
}

.info_news_1600_008 {
    width: 100%;
    padding-top: 50px;
    /* padding: 60px 0; */
}

.info_news_1600_008 .imged {
    position: relative;
    padding-bottom: 64.4%;
    width: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
    background-position: center center !important;
}

.info_news_1600_008 .imged img {
    display: none;
}

.info_news_1600_008 a:hover .imged {
    transform: scale(1.1);
}

.info_news_1600_008 .overflow_l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.info_news_1600_008 .scale {
    overflow: hidden;
}

/* 组件样式 */

.info_news_1600_008 .infonews16-08-wid {
    max-width: 1600px;
    margin: 0 auto;
}

.info_news_1600_008 .infonews16-08-tit {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info_news_1600_008 .infonews16-08-tit h3 p {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    display: inline-block;
}

.info_news_1600_008 .infonews16-08-tit h3 span {
    font-size: 24px;
    color: #999;
    display: inline-block;
    padding-left: 10px;
}

/*  */
.info_news_1600_008 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.info_news_1600_008 .infonews08-t li {
    width: 31.25%;
    margin-bottom: 45px;
}

.info_news_1600_008 .infonews08-t li * {
    transition: 0.5s;
}

.info_news_1600_008 .infonews08-t li a {
    display: block;
    position: relative;
}

.info_news_1600_008 .infonews08-t li .con {
    height: 215px;
    padding: 15px;
    position: relative;
}

.info_news_1600_008 .infonews08-t li .con::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    /* box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08); */
    background: #fff;
    opacity: 0;
    z-index: -1;
}

.info_news_1600_008 .infonews08-t li h3 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    line-height: 30px;
    height: 60px;
    margin-bottom: 20px;
}

.info_news_1600_008 .infonews08-t li h4 {
    font-size: 16px;
    color: #999;
    font-weight: normal;
    margin-bottom: 12px;
    line-height: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #FFE4CA;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.info_news_1600_008 .infonews08-t li p {
    display: flex;
    align-items: flex-end;
    color: #94070A;
    font-size: 16px;
}

.info_news_1600_008 .infonews08-t li p span {
    font-size: 24px;
    font-weight: bold;
    display: block;
    padding-right: 10px;
    line-height: 1;
}

.info_news_1600_008 .infonews08-b li {
    width: 46%;
    margin-bottom: 25px;
}

.info_news_1600_008 .infonews08-b li * {
    transition: 0.5s;
}

.info_news_1600_008 .infonews08-b li a {
    display: flex;
    align-items: center;
    height: 145px;
    padding: 20px;
    background: url(../images/s3-txt-bg.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
}

.info_news_1600_008 .infonews08-b li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: url(../images/infonews16_08_pic.png) no-repeat center/cover;
    opacity: 0;
    z-index: -1;
    transition: 0.5s;
}

.info_news_1600_008 .infonews08-b li .wm_date {
    position: relative;
    width: 84px;
    padding-right: 24px;
    text-align: center;
    white-space: nowrap;
    border-right: 1px solid #BBBBBB;
    z-index: 9;
}

.info_news_1600_008 .infonews08-b li .con {
    position: relative;
    width: calc(100% - 84px);
    padding-left: 25px;
    z-index: 9;
}

.info_news_1600_008 .infonews08-b li h3 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

.info_news_1600_008 .infonews08-b li h4 {
    font-size: 15px;
    color: #999;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.info_news_1600_008 .infonews08-b li .wm_date span {
    font-size: 26px;
    display: block;
    font-weight: bold;
    line-height: 30px;
    color: #94070A;
}

.info_news_1600_008 .infonews08-b li .wm_date p {
    font-size: 14px;
    color: #94070A;
    line-height: 30px;
}




@media screen and (min-width: 1200px) {
    .info_news_1600_008 .infonews08-t li a:hover .con::after {
        opacity: 1;
    }

    .info_news_1600_008 .infonews08-t li a:hover h3 {
        color: #94070A;
        font-weight: bold;
    }

    .info_news_1600_008 .infonews08-t li a:hover {
        transform: translateY(-20px);
    }

    .info_news_1600_008 .infonews08-b li a:hover::after {
        opacity: 1;
        z-index: 2;
    }

    .info_news_1600_008 .infonews08-b li a:hover h4,
    .info_news_1600_008 .infonews08-b li a:hover h3,
    .info_news_1600_008 .infonews08-b li a:hover p,
    .info_news_1600_008 .infonews08-b li a:hover span {
        color: #fff;
    }

    .info_news_1600_008 .infonews08-b li a:hover h4 {
        opacity: .68;
    }

    .info_news_1600_008 .infonews08-b li a:hover .wm_date span,
    .info_news_1600_008 .infonews08-b li a:hover .wm_date p {
        color: #fff;
    }



}

@media screen and (max-width: 1600px) {}



@media screen and (max-width: 1024px) {
    .info_news_1600_008 {
        padding: 30px 0;
    }

    .info_news_1600_008 .infonews08-t li {
        width: 32%;
    }

    .info_news_1600_008 .infonews08-t li h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .info_news_1600_008 .infonews08-b li {
        width: 48%;
    }



    .info_news_1600_008 .infonews08-b li {
        width: 100%;
        margin-bottom: 20px;
    }

    .info_news_1600_008 li p span {
        font-size: 22px;
    }

    .info_news_1600_008 .infonews16-08-tit {
        margin-bottom: 20px;
    }

    .info_news_1600_008 .infonews16-08-tit h3 span {
        font-size: 20px;
    }

    .info_news_1600_008 .infonews08-t li .con {
        height: auto;
    }

    .info_news_1600_008 .infonews08-t li h4 {
        padding-bottom: 10px;
    }

    .info_news_1600_008 .infonews08-b li a {
        height: auto;
        padding: 15px;
    }

    .info_news_1600_008 .infonews08-b li h3 {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 5px;
    }

    .info_news_1600_008 .infonews08-b li h4 {
        line-height: 1.5;
    }

    .info_news_1600_008 .infonews08-b li .wm_date {
        width: 70px;
        padding-right: 10px;
    }

    .info_news_1600_008 .infonews08-b li .wm_date span,
    .info_news_1600_008 .infonews08-t li p span {
        font-size: 22px !important;
    }

    .info_news_1600_008 .infonews08-b li .con {
        width: calc(100% - 70px);
        padding-left: 15px;
    }

    .info_news_1600_008 li h3 {
        font-size: 16px !important;
        /* line-height:1.6 !important; */
    }

    .info_news_1600_008 li h4 {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .info_news_1600_008 .infonews16-08-tit h3 p {
        font-size: 24px !important;
    }
}



* {
    padding: 0;
    margin: 0;
}

/* 文字进入式下划线 */
.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#fff, #fff);
    background-position: right bottom;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size 1s;
    font-weight: inherit;
}

a:hover .titline i {
    /* background-position: left bottom; */
    /* background-size: 100% 1px; */
    /* font-weight: inherit; */
    /* color: inherit; */
}

a:hover .titline {
    color: #166742;
}

.modulepic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.modulepic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

a:hover .modulepic img {
    transform: scale(1.05);
}

/* 清除浮动 */
.moduleClear:after {
    content: "";
    display: block !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

/* 组件ID */
.section5 {
    overflow: hidden;
}

.section5 .title {
    text-align: left;
    width: 95%;
}

.section5 .title h2 p::before {
    display: none;
}

#info_news_1600_007 {
    font-size: 16px;
    /* overflow: hidden; */
}

.info_news_1600_007 * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    border: none;
    list-style: none;
    text-decoration: none;
}

/* 组件样式 */
.info_news_1600_007 .infonews16_7_wid {
    max-width: 1600px;
    margin: 0 auto;
}

.info_news_1600_007 .infonews16_7_tit {
    margin-bottom: 40px;
    position: relative;
}

.info_news_1600_007 .infonews16_7_tit h2 {
    font-family: sysong;
    font-size: 30px;
    line-height: 92px;
    font-weight: 900;
    color: #171717;
}

.info_news_1600_007 .infonews16_7_tit h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 64px;
    font-weight: 900;
    line-height: 80px;
    color: rgba(147, 147, 147, 0.1);
    font-family: sysong;
}

.info_news_1600_007 .infonews16_7_l {
    float: left;
    width: 880px;
    position: relative;
    z-index: 90;
    /* padding-top: 45px; */
}

.infonews16_7_llist1 {
    margin-top: 45px;  position: relative;
    z-index: 99;
}

.info_news_1600_007 .infonews16_7_l .infonews16_7_llist1 ul .slick-list {}

.info_news_1600_007 .infonews16_7_l .infonews16_7_llist1 ul li a {
    display: block;
}

.info_news_1600_007 .infonews16_7_l .infonews16_7_llist1 ul li a .modulepic {
    padding-top: 58.628%;
}

.info_news_1600_007 .infonews16_7_l .infonews16_7_llist1 ul li a .modulepic::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    width: 105px;
    background: url(../images/s4-l-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.info_news_1600_007 .infonews16_7_l .infonews16_7_llist1 ul .slick-prev {
    width: 43px;
    height: 51px;
    background: url(../images/infonews16_7_icon3.png) no-repeat;
    background-size: 100% 100%;
    left: 95%;
    right: 0;
    top: auto;
    bottom: -64px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.info_news_1600_007 .infonews16_7_l .infonews16_7_llist1 ul .slick-next {
    width: 43px;
    height: 51px;
    background: url(../images/infonews16_7_icon2.png) no-repeat;
    background-size: 100% 100%;
    left: 95%;
    top: auto;
    bottom: -115px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.info_news_1600_007 .infonews16_7_l .infonews16_7_llist2 ul li a {
    display: block;
    padding: 25px 0;
    width: 90%;
}

.info_news_1600_007 .infonews16_7_l .infonews16_7_llist2 ul li a h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
}

.info_news_1600_007 .infonews16_7_l .infonews16_7_llist2 ul li a p {
    font-size: 16px;
    line-height: 30px;
    color: #9E9E9E;
    height: 59px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 20px;
}

.info_news_1600_007 .infonews16_7_l .infonews16_7_llist2:hover h3 {
    text-decoration: underline;
    color: #A54345;
}

.info_news_1600_007 .infonews16_7_r {
    width: calc(100% - 870px);
    margin-left: -30px;
    float: right;
    z-index: 8;
    position: relative;
}


.info_news_1600_007 .infonews16_7_r::before {
    content: "";
    position: absolute;
    left: -15px;
    bottom: 30px;
    top: 20px;
    right: -500px;
    background: url(../images/infonews16_7_rbj.png) no-repeat;
    background-position: 20px center;
    background-size: auto 100%;
    z-index: 1;
}




.info_news_1600_007 .infonews16_7_r ul {
    position: relative;
    z-index: 9;
    padding: 113px 0;
    padding-left: 15px;
}

.info_news_1600_007 .infonews16_7_r ul li {
    margin-top: 12px;
    margin-bottom: 12px;
}

.info_news_1600_007 .infonews16_7_r ul li:nth-child(1) {
    margin-top: 0;
}

.info_news_1600_007 .infonews16_7_r ul li:nth-child(2) {
    margin-left: 30px;
}

.info_news_1600_007 .infonews16_7_r ul li:nth-child(3) {
    margin-left: 80px;
}

.info_news_1600_007 .infonews16_7_r ul li:nth-child(4) {
    margin-left: 90px;
}

.info_news_1600_007 .infonews16_7_r ul li:nth-child(5) {
    margin-left: 60px;
}

.info_news_1600_007 .infonews16_7_r ul li a {
    display: block;
    overflow: hidden;
    font-size: 0;
}

.info_news_1600_007 .infonews16_7_r ul li a .module-data {
    float: left;
    color: #444;
    margin-right: 45px;
    text-align: center;
    width: 90px;
    height: 90px;
    margin-top: 15px;
    background-position: center center;
    padding-top: 10px;
    /* border: 1px solid #549264; */
    border-radius: 50%;
    background: url(../images/s5-date-bg.png) no-repeat center 100%;
    font-family: Georgia;
}

.info_news_1600_007 .infonews16_7_r ul li a .module-data p {
    transition: all 0.3s;
    font-weight: normal;
    line-height: 40px;
    font-size: 36px;
    color: #444;
}

.info_news_1600_007 .infonews16_7_r ul li a .module-data span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #444;
}

.info_news_1600_007 .infonews16_7_r ul li a .module-info {
    overflow: hidden;
    font-size: 0;
    line-height: 90px;
    /* margin-top: 15px; */
    padding: 20px 0;
    border-bottom: 1px dashed rgba(165, 67, 69, 0.17);
}

.info_news_1600_007 .infonews16_7_r ul li a .module-info p {
    font-size: 20px;
    color: #313131;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    max-height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.info_news_1600_007 .infonews16_7_r ul li a .module-info p i {
    color: #313131;
}

.info_news_1600_007 .infonews16_7_r ul li a:hover .module-data {
    /* border: 1px solid #FFFFFF; */
    background: rgba(168, 36, 39, 0.96);
    box-shadow: inset 10px 3px 9px 5px rgba(255, 183, 183, 0.3);
}

.info_news_1600_007 .infonews16_7_r ul li a:hover .module-data p {
    color: #fff;
}

.info_news_1600_007 .infonews16_7_r ul li a:hover .module-data span {
    color: #fff;
}

.info_news_1600_007 .infonews16_7_r ul li a:hover .module-info p i {
    color: #A54345;
    font-weight: bold;
}

@media screen and (max-width:1600px) {
    .info_news_1600_007 .infonews16_7_wid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .info_news_1600_007 .infonews16_7_tit h3 {
        font-size: 34px;
    }





}


@media screen and (max-width:1600px) {
    .info_news_1600_007 .infonews16_7_l {
        width: 730px;
    }

    .info_news_1600_007 .infonews16_7_r {
        width: calc(100% - 730px);
    }

    .info_news_1600_007 .infonews16_7_r ul li {
        margin-top: 25px;
    }

    .infonews16_7_llist2 {
        width: 96%;
    }

    .info_news_1600_007 .infonews16_7_r ul li a .module-data {
        margin-top: 0;
    }

    .info_news_1600_007 .infonews16_7_r ul li a .module-info {
        padding: 10px 0;
    }
}

@media screen and (max-width:1024px) {
    .info_news_1600_007 .infonews16_7_l {
        float: none;
        width: auto;
        padding-top: 0;
    }

    .info_news_1600_007 .infonews16_7_tit {
        margin-bottom: 20px;
    }

    .info_news_1600_007 .infonews16_7_tit h2 {
        font-size: 24px;
        line-height: 40px;
    }

    .info_news_1600_007 .infonews16_7_tit h3 {
        font-size: 28px;
        line-height: 30px;
    }

    .info_news_1600_007 .infonews16_7_l .infonews16_7_llist2 ul li a h3 {
        font-size: 18px;
    }

    .info_news_1600_007 .infonews16_7_l .infonews16_7_llist2 ul li a p {
        margin-top: 5px;
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }

    .info_news_1600_007 .infonews16_7_l .infonews16_7_llist1 ul .slick-prev {
        left: auto;
        right: 0;
    }

    .info_news_1600_007 .infonews16_7_l .infonews16_7_llist1 ul .slick-next {
        left: auto;
        right: 0;
    }

    .info_news_1600_007 .infonews16_7_l .infonews16_7_llist2 ul li a {
        padding: 15px 0;
    }

    .info_news_1600_007 .infonews16_7_r {
        float: none;
        width: auto;
    }

    .info_news_1600_007 .infonews16_7_r::before {
        right: -15px;
        background: url(../images/infonews16_7_rbj.png) no-repeat !important;
        background-position: center center;
        background-size: cover;
    }

    .info_news_1600_007 .infonews16_7_r ul {
        padding: 30px 15px 30px 10px;
    }

    .info_news_1600_007 .infonews16_7_r ul li {
        margin-left: 0 !important;
        margin-top: 15px;
    }

    .info_news_1600_007 .infonews16_7_r ul li a .module-info p {
        font-size: 16px;
    }

    .info_news_1600_007 .infonews16_7_r ul li a .module-data {
        width: 75px;
        height: 75px;
        margin-right: 10px;
    }

    .info_news_1600_007 .infonews16_7_r ul li a .module-data p {
        font-size: 30px;
        line-height: 30px;
    }

    .info_news_1600_007 .infonews16_7_r ul li a .module-data span {
        font-size: 14px;
    }

    .info_news_1600_007 .infonews16_7_r ul li a .module-info {
        line-height: 75px;
    }
}

@media screen and (max-width:768px) {}

/* 组件ID */

#info_enr_1600_016 {
    font-size: 16px;
}

/* 组件样式 */

.info_enr_1600_016 {
    padding-top: 100px;
    background: url(../images/s5-bg.png) no-repeat center bottom;
    background-size: 100% auto;
    /* padding-bottom: 50px; */
}

.info_enr_1600_016 .info_enr_16_16_wid {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    /* padding-left: 230px; */
}

.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_tit {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 230px;
}

.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_tit h2 {
    position: relative;
    font-size: 38px;
    color: #3D3D3D;
    font-weight: bold;
    z-index: 6;
}

.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_tit p {
    position: relative;
    font-size: 30px;
    color: #3D3D3D;
    font-family: Georgia;
    font-weight: normal;
    text-transform: uppercase;
    z-index: 6;
}

.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_tit::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 161px;
    height: 10px;
    background: #FF8F5B;
}

.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c ul li {
    padding-bottom: 94px;
}

.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c ul li a {
    display: block;
    height: 284px;
}

.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_l {
    width: 513px;
}

.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_l ul li {
    position: relative;
    padding-bottom: 130px;
    transition: all .3s;
    margin-top: 30px;
}

.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_l ul li a {
    position: relative;
    box-shadow: 0px 4px 10px 0px rgba(243, 121, 65, 0.15);
    background: url(../images/infoenr16_16-bg-other.png) no-repeat right bottom;
    background-size: cover;
    padding: 80px 38px 70px 38px;
}

.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_l ul li a .info_enr_16_16_qq {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/infoenr-16_16-qq.png) no-repeat center center;
    width: 53px;
    height: 53px;
    bottom: -85px;
    z-index: 16;
}

.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_l ul li a .info_enr_16_16_txt {
    position: relative;
}

.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_l ul li a .info_enr_16_16_txt h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    color: #FFFFFF;
    max-height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_l ul li a .info_enr_16_16_txt p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.76);
    /* color: #EEEEEE; */
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}



.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_r {
    width: calc(100% - 530px);
}

.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    height: 4px;
    border-bottom: 1px dashed rgba(255, 135, 80, 0.4);
}

.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_r ul li a {
    position: relative;
    display: block;
    margin: 0 17px;

    background-size: cover;
    /* border-radius: 19px; */
    box-shadow: 0px 4px 10px 0px rgba(243, 121, 65, 0.15);
    padding: 90px 23px 74px 23px;
    margin-top: 30px;
}
.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_r ul li:hover a{background: url(../images/infoenr16_16-bg-other.png) no-repeat right bottom;
    background-size: cover;}
.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_l ul li a .info_enr_16_16_date,
.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_r ul li a .info_enr_16_16_date {
    position: absolute;
    left: 23px;
    top: 0;
    width: 71px;
    height: 64px;
    background: url(../images/infoenr16_16-date.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
}

.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_l ul li a .info_enr_16_16_date {
    background: url(../images/infoenr16_16-date-other.png) no-repeat center center;
    background-size: 100% 100%;
}

.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_l ul li a .info_enr_16_16_date p,
.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_r ul li a .info_enr_16_16_date p {
    font-family: Georgia;
    font-size: 31px;
    font-weight: bold;
    color: #FFFFFF;
}

.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_l ul li a .info_enr_16_16_date span,
.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_r ul li a .info_enr_16_16_date span {
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
    padding-top: 5px;
}

.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_l ul li a .info_enr_16_16_date p {
    color: #fff;
}

.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_l ul li a .info_enr_16_16_date span {
    color: #fff;
}

.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_r ul li a .info_enr_16_16_txt h2 {
    font-size: 20px;
    line-height: 36px;
    color: #555;
    max-height: 108px;
    overflow: hidden;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_r ul li:hover a .info_enr_16_16_txt h2{color:#fff;}
.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_r ul li a .info_enr_16_16_txt .download {
    text-align: right;
    margin-top: 30px;
}

.info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_r ul li a .info_enr_16_16_txt .download span {
    font-size: 14px;
    color: #FC8E27;
}

@media screen and (max-width: 1600px) {
    .info_enr_1600_016 .info_enr_16_16_wid {
        padding: 0 15px;

    }


}

@media screen and (max-width: 1024px) {
    .info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_tit {
        position: relative;
        transform: none;
    }

    .info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_tit::after {
        width: 100px;
    }

    .info_enr_1600_016 .info_enr_16_16_wid {
        padding-left: 15px;
    }

    .info_enr_1600_016 {
        padding-top: 15px;
    }

    .info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c {
        margin-top: 15px;
    }

    .info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_tit h2 {
        font-size: 24px !important;
    }

    .info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_tit p {
        font-size: 16px !important;
    }

    .info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_l {
        width: 100%;
    }

    .info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_r {
        width: 100%;
    }

    .info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_l ul li a .info_enr_16_16_qq {
        display: none;
    }

    .info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_l ul li {
        padding-bottom: 0;
    }

    .info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c ul li {
        padding-bottom: 55px;
    }
}

@media screen and (max-width: 700px) {
    .info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_r ul li a {
        margin: 0 15px;
        margin-top: 15px;
    }

    .info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_l ul li a {
        padding: 70px 20px 70px 20px;
    }

    .info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_l ul li a .info_enr_16_16_txt h2 {
        font-size: 16px;
    }

    .info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_r ul li a {
        padding: 70px 20px 20px 20px;
    }

    .info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_r ul li a .info_enr_16_16_txt h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1600px) {
    .sect1 {
        padding-left: 0;
    }

    .s1-l {
        padding-left: 15px;
    }

    .s1-l::after {
        left: 180px;
    }

    .s1-l {
        width: 900px;
    }

    .s1-l a .tpp {
        width: 460px;
    }

    .s1-l::after {
        width: 295px;
    }

    .s1 {
        align-items: center;
    }

    .s1-l .slick-prev {
        left: 360px;
    }

    .s1-l .slick-next {
        left: 420px;
    }

    .s1-l a {
        padding-bottom: 30px;
    }

    .s1-r ul li a {
        padding-right: 50px;
    }

    .s1-l a .text p {
        margin-bottom: 30px;
    }

    .s1-l a .text h2 {
        margin-bottom: 30px;
    }

    .section1 {
        padding-top: 65px;
        padding-bottom: 65px;
    }
}

@media screen and (max-width: 1400px) {

    .title h2 p::after,
    .title h2 p::before {
        width: 300px;
        background-size: 100% auto;
    }

    .s1-l {
        width: 100%;

    }

    .sect1 {
        padding: 15px;
    }

    .s1-r {
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
        flex: auto;
    }

    .s1-l a {
        padding-bottom: 50px;
    }

    .s1-l a .more {
        left: auto;
        right: 15px;
    }

    .info_news_1600_007 .infonews16_7_l {
        width: 640px;
    }

    .info_news_1600_007 .infonews16_7_r {
        width: calc(100% - 640px);
    }

    .info_news_1600_007 .infonews16_7_r ul li {
        margin-top: 5px;
    }

    .info_news_1600_007 .infonews16_7_r ul {
        padding: 50px 0;
    }


}

@media screen and (max-width: 1200px) {
    .info_news_1600_007 .infonews16_7_l {
        width: 560px;
    }

    .info_news_1600_007 .infonews16_7_r {
        width: calc(100% - 570px);
    }
}

@media screen and (max-width: 1024px) {
    .section1 {
        padding: 20px 0;
    }



    .title h2 p {
        font-size: 26px;
    }

    .title h2 span {
        font-size: 14px;
    }

    .sect1 .title a {
        right: 15px;
    }

    .title h2 p::after,
    .title h2 p::before {
        width: 200px;
    }

    .s1 {
        margin-top: 15px;
    }

    .s1-l a .tpp {
        width: 390px;
    }

    .s1-l a .text {
        padding-left: 0;
        padding-top: 0;
    }

    .s1-l a .text .date span {
        font-size: 30px;
    }

    .s1-l .slick-prev {
        left: 280px;
    }

    .s1-l .slick-next {
        left: 340px;
    }

    .s1-l::after {
        width: 215px;
    }

    .s1-l a .text h2 {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .info_news_1600_007 .infonews16_7_r {
        width: 100%;
    }

    .section2 {
        padding: 15px 0;
    }

    .s2 ul li:first-child {
        margin-left: 0 !important;
    }

    .s2 {
        padding-top: 15px;
    }

    .s2 ul li {
        width: 48%;
        margin-left: 0;
        margin-right: 4%;
    }

    .s2 ul li:nth-child(2n) {
        margin-right: 0;
    }

    .info_news_1600_007 .infonews16_7_l {
        width: 100%;
    }

    .infonews16_7_llist1 {
        margin-top: 15px;
    }

    .info_news_1600_007 .infonews16_7_r {
        margin-left: 0;
    }

    .info_news_1600_007 .infonews16_7_r::before {
        /* display: none; */
    }

    .section3 {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 700px) {
    .title {
        text-align: left;
    }

    .title h2 p {
        font-size: 18px;
        line-height: 1;
    }

    .title h2 span {
        line-height: 1;
    }

    .title a {
        font-size: 12px;
    }

    .title h2 p::before {
        display: none;
    }

    .title h2 p::after {
        top: -30px;
        width: 100px;
    }

    .s1-l {
        padding-left: 0;
    }

    .s1-l a .tpp {
        width: 100%;
        padding-right: 0;
    }

    .s1-l a .text {
        flex: auto;
    }

    .s1-l::before {
        display: none;
    }

    .s1-l::after {
        display: none;
    }

    .s1-l a .more {
        left: 0;
        right: auto;
    }

    .s1-l .slick-prev {
        left: 10px;
        top: 15%;
    }

    .s1-l .slick-next {
        left: auto;
        right: 10px;
        top: 15%;
    }

    .s1-l a {
        padding-bottom: 20px;
    }

    .s1-r ul li a {
        padding: 10px;
    }

    .s1-r ul li a .date p {
        font-size: 24px;
    }

    .s1-r ul li a .txt p {
        font-size: 16px;
    }

    .s2 ul li {
        width: 100%;
        margin: 0;
        margin-top: 15px;
    }

    .s2 ul li a {
        padding: 30px 20px;
    }

    .section3 {
        padding: 15px 0;
    }

    .info_news_1600_008 .infonews08-t li {
        width: 100%;
    }

    .info_news_1600_008 {
        padding: 15px 0;
        padding-bottom: 0;
    }

    .info_news_1600_008 .infonews08-t li {
        margin-bottom: 10px;
    }

    .info_news_1600_007 .infonews16_7_l .infonews16_7_llist1 ul li a .modulepic::after {
        background-size: 100% auto;
    }

    .infonews16_7_llist2 {
        width: 86%;
    }

    .info_news_1600_007 .infonews16_7_r ul {
        padding: 20px 0;
    }

    .info_news_1600_007 .infonews16_7_r::before {
        bottom: 15px;
    }

    .info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c::after {
        bottom: 25px;
    }

    .info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_r ul li a {
        margin: 0 5px;
    }

    .info_enr_1600_016 .info_enr_16_16_wid .info_enr_16_16_c .info_enr_16_16_c_r {
        margin-top: 15px;
    }
}