@charset "utf-8";


.section1 {
    position: relative;
    padding: 40px 0;
    background: url(../images/s1-bg.png) no-repeat right bottom;
}

.title {
    position: relative;
    margin-bottom: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title h2 {
    position: relative;

    position: relative;
    font-size: 36px;
    color: #9E2121;
    font-family: "sisong";
}

.title h2::after {
    content: "";
    position: absolute;
    width: 227px;
    height: 76px;
    left: -20px;
    top: 50%;
    transform: translatey(-50%);
    background: url(../images/titbg.png) no-repeat center center;
}

.title h2 span {
    color: #232323;
}

.title a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #4D4D4D;
    font-family: "sisong";
}

.title a img {
    margin-left: 5px;
}

.title a:hover {
    color: #9E2121;
}

.sect1 {
    position: relative;
    z-index: 9;
}

.s1-l {
    width: 799px;
}

.news a {
    position: relative;
    display: block;
}

.news a .pic {
    position: relative;
    padding-top: 75%;
    z-index: 9;
}

.news a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 176px;
    background: url(../images/s1-l-tc.png) no-repeat center bottom;
    background-size: 100% 100%;
}

.news a .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 40px;
    padding-right: 190px;
    z-index: 9;
}

.news a .text h2 {
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-l a .text p {

    line-height: 24px;
    font-size: 18px;
    color: #fff;
}

.s1-l .slick-dots {
    left: auto;
    right: 48px;
    bottom: 20px;
    z-index: 99;
}

.s1-l .slick-dots li {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, .5);
    transform: rotate(45deg);
    margin: 5px 10px;
    transition: all .6s;
}

.s1-l .slick-dots li.slick-active {
    width: 10px;
    height: 10px;
    background: #fff;
}


/* .news .slick-prev {
    left: auto;
    bottom: 15px;
    right: 27%;
    top: auto;
    width: 24px;
    height: 36px;
    background: url(../images/s1-l-prev.png) no-repeat center center;
}

.news .slick-next {
    left: auto;
    bottom: 15px;
    right: 16%;
    top: auto;
    width: 24px;
    height: 36px;
    background: url(../images/s1-l-next.png) no-repeat center center;
} */

.s1-r {
    position: relative;
    flex: 1;
    min-width: 0;
    margin-left: 30px;
}

.s1-r ul li {
    background: url(../images/s1r_list.png) no-repeat left center;
}

.s1-r ul li a {
    position: relative;
    display: block;
    align-items: center;
    padding: 45px 0;
    padding-left: 45px;
    padding-right: 90px;
    height: 118px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.s1-r ul li:last-child a {
    border-bottom: none;
}

.s1-r ul li a h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    color: #333333;
}

.s1-r ul li a p {
    margin: 15px 0 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    height: 48px\0;
    color: #666666;
    display: none;
}

.s1-r ul li a span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #8E7365;
    font-family: "ss_normal";

}

@media screen and (min-width: 1024px) {
    .s1-r ul li.on {
        background: url(../images/s1r_list1.png) no-repeat left 30px;
    }

    .s1-r ul li.on a h2 {
        color: #9E2121;
    }

    .s1-r ul li.on a {
        height: 180px;
        padding: 30px 0;
        padding-left: 45px;
    }

    .s1-r ul li.on a p {
        display: -webkit-box;
    }

    .s1-r ul li.on a span {
        position: static;
        transform: none;
    }
}

@media screen and (max-width: 1300px) {
    .s1-l {
        width: 550px;
    }

    .s1-r ul li a {
        height: 50px;
        padding: 18px 0;
        padding-left: 45px;
        padding-right: 90px;
    }
}

@media screen and (max-width: 1024px) {
    .s1-l {
        width: 100%;
    }

    .s1-r {
        margin-left: 0;
        flex: none;
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .infoarc16_7_wid  .title{margin-bottom: 0px;}
    .title {
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .title h2 {
        font-size: 24px;
    }

    .title h2::after {
        width: 100px;
        height: 40px;
        background-size: 100% auto;
        left: -10px;
    }

    .title a {
        font-size: 16px;
    }

    .section1 {
        padding: 20px 0 0 0;
    }

    .s1-l .slick-dots li {
        margin: 5px;
    }

    .s1-l .slick-dots {
        right: 10px;
    }

    .news a .text {
        padding: 15px;
        padding-right: 90px;
    }

    .s1-l a .text p {
        font-size: 16px;
    }

    .s1-r ul li a span {
        font-size: 14px;
    }

    .s1-r ul li a {
        /* font-size: 17px; */
        /* border-bottom: none; */
        /* padding: 10px 30px; */
        /* height: auto; */
    }
    .s1-r ul li a h2{
    font-size: 14px;
    font-weight: normal;
}
}

.section2 {
    padding-top: 90px;
    padding-bottom: 80px;
    background: url(../images/s2-bg.png) no-repeat center bottom;
    background-size: 100% auto;
}

.sect2 {
    display: flex;
    justify-content: space-between;
}

.sect2 .box {
    width: 32%;
}

.sect2 .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.sect2 .title h2 {
    position: relative;
    font-size: 36px;
    color: #0052A6;
    padding-bottom: 20px;
    background: url(../images/s2-tit-bg.png) no-repeat center bottom;
    background-size: 100% auto;
}

.sect2 .title h2::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    left: -5px;
    top: -5px;
    background: url(../images/s2-bt-bg.png) no-repeat center center;
}

.sect2 .title h2 span {
    position: relative;
    font-size: 36px;
    color: #2E2E2E;
    z-index: 9;
}

.sect2 .title a {
    font-size: 16px;
    color: #929292;
}

.sect2 .title a:hover {
    color: #0052A6;
}

.txt-list li a {
    position: relative;
    display: block;
    padding: 24px 0;
    border-bottom: 1px dashed #C4C4C4;
}

.txt-list li a::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 5px;
    height: 5px;
    bottom: -4px;
    border: 1px solid #C4C4C4;
    border-radius: 50%;
}

.txt-list li a p {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    color: #232323;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

.txt-list li a p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left: 6px solid #D48256;
}

.txt-list li a span {
    padding-left: 15px;
    background: url(../images/date.png) no-repeat left center;
    font-size: 16px;
    color: #5A8DC1;
}

.s2-l .txt-list li:hover a p,
.s2-m .txt-list li:hover a p {
    font-weight: bold;
    color: #0052A6;
}

.s2-r .txt-list li:hover a {
    background: #0052A6;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid transparent;
    box-shadow: 5px 5px #d48256;
}

.s2-r .txt-list li:hover a p {
    color: #fff;
}

.s2-r .txt-list li:hover a span {
    background: url(../images/date-other.png) no-repeat left center;
}

.s2-r .txt-list li:hover a::after {
    opacity: 0;
    z-index: -2;
}

.s2-r .txt-list li:hover a p::after {
    border-left: 6px solid #fff;
}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1000px) {}


.list {


    justify-content: space-between;
}

.list li {
    position: relative;
    left: 0;
    width: 48%;
    padding-left: 20px;
    padding-right: 80px;
    background: url(../images/list.png) no-repeat left center;
    transition: all .6s;
}

.list li:hover {
    left: 5px;
}

.list li a {
    display: block;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list li:hover a {
    color: #9E2121;
}

.list li span {
    position: absolute;
    right: 0;
    top: 13px;
    font-size: 16px;
    color: #8E7365;
    font-family: "ss_normal";
}

.m_link {
    padding-bottom: 60px;
    background: linear-gradient(180deg, rgba(250, 246, 246, 0) 0%, #FFF5ED 100%);
}

.m_link .wp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.m_link .wp span {
    width: 115px;
    font-size: 28px;

    color: #9E2121;
    font-family: "sisong";
}

.m_link .wp ul {
    flex: 1;
    min-width: 0;
    margin-left: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.m_link .wp ul li {
    width: 23.5%;
}

.m_link .wp ul li a {
    display: block;
    background: #FFFFFF url(../images/mdl_more.png) no-repeat right 20px center;
    height: 118px;

    border: 1px solid #FFE3E3;
    padding: 10px 20px;
    padding-right: 75px;
    transition: all .6s;
}

.m_link .wp ul li:hover a {
    box-shadow: 0 0 10px #f9dfdf;
}

.m_link .wp ul li a .icon {
    display: flex;
    align-items: center;
    height: 100%;
}

.m_link .wp ul li a img {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 1300px) {
    .m_link .wp {
        display: block;
    }

    .m_link .wp span {
        display: block;
        margin-bottom: 10px;
        font-size: 24px;
    }

    .m_link .wp ul {
        margin-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .m_link .wp ul li {
        width: 49%;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 900px) {
    .list li {
        width: 100%;
        border-bottom: 1px dashed rgba(142, 115, 101, 0.4);
        padding-right: 70px;
    }
.m_link .wp ul li a {
    height: 45px;
    padding: 0 10px;
    background: #FFFFFF url(../images/mdl_more.png) no-repeat right 10px center;
    background-size: 25px;
}
.list li a {
    font-size: 14px;
}
    .list li span{
    font-size: 14px;
}
    .img_colu_1600_002 .slide-hc{
    padding-top: 0 !important;
}
    .info_news_1600_060 .infonew16_060_r li .con{
    padding: 0 15px !important;
    height: 160px !important;
}
    .info_news_1600_060 .infonew16_060_r li .imged{
    padding-bottom: 160px !important;
    background-color: #f3f3f3 !important;
}
    .info_news_1600_060 .infonew16_060_r li{
    margin-bottom: 10px !important;
}
    .info_arc_1600_007 .infoarc16_7_c ul li a dl{
    margin-top: 0 !important;
}
    .info_arc_1600_007 .infoarc16_7_c ul li a .moduleinfo{
    height: auto !important;
    position: relative;
    /* top: 15px; */
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .info_arc_1600_007 .infoarc16_7_c{
    margin-top: 0 !important;
}
    .info_arc_1600_007 .infoarc16_7_c ul li{
    margin-top: 0 !important;
}
    .info_arc_1600_007 .infoarc16_7_c ul li a dt p{
    display: none;
}
    .info_arc_1600_007 .infoarc16_7_c ul li a .moduleinfo::before{
       display: none; 
    }
    .info_arc_1600_007 .infoarc16_7_c ul li a .moduleinfo{
    padding: 0 !important;
    flex: 1;
    min-width: 0;
}
    .info_arc_1600_007 .infoarc16_7_c ul li a .moduledate div b{
}
    .info_arc_1600_007 .infoarc16_7_c ul li a{
    display: flex !important;!i;!;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding-left: 0;
    border-bottom: 1px dashed rgba(142, 115, 101, 0.4);
}
    .info_arc_1600_007 .infoarc16_7_c ul li a .moduledate{
    /* position: relative; */
    /* top: -32px; */
    /* left: 0; */
}
    .info_arc_1600_007 .infoarc16_7_c ul li a h3{
    display: block !important;!i;!;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
}
        .info_arc_1600_007 .infoarc16_7_c ul li a h3::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 5px;
        width: 5px;
        height: 5px;
        background: url(../images/list.png) no-repeat center center;
        transition: all 0.5s;
    }
    .info_arc_1600_007 .infoarc16_7_c ul li a .moduledate div span{
    position: relative;
    padding-right: 7px;
    float: left;
}
    .info_arc_1600_007 .infoarc16_7_c ul li a .moduledate div span:before{content:"-";position:absolute;font-size: 14px;color: #8E7365;right: 0px;}
    .m_link{padding-bottom: 10px;}
}

@media screen and (max-width: 600px) {
    .m_link {
        padding-bottom: 15px;
    }

    
}