@charset "utf-8";

.ier1407-tit {
    position: relative;
    padding-top: 20px;
    padding-bottom: 15px;

    border-bottom: 1px solid #DBDBDB;

    width: 100%;
}

.ier1407-tit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #DC530F;
    width: 60px;
    height: 3px;
}

.ier1407-tit h3 {
    position: relative;
    font-size: 36px;
    color: #177C5B;
    font-weight: bold;
    z-index: 6;
}

.ier1407-tit h3 b {
    color: #000;
    font-weight: bold;
}


.ier1407-tit p {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    color: rgba(8, 129, 89, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    text-transform: uppercase;
}

.ier1407-tit a {
    padding-left: 63px;
    font-size: 16px;
    line-height: 34px;
    color: #066646;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(/images/more.png) no-repeat left center;
    z-index: 6;
    transition: all .6s;
}

.ier1407-tit a:hover {
    right: 5px;
}



.section2 {
    position: relative;
    padding-top: 74px;
    background: url(/images/s2_bg.png) no-repeat left top/91.6% 100%;
    overflow: hidden;
}

.sect2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sect2-l {
    width: 36.2%;
    margin-top: 25px;
}

.sect2-l .ier1407-tit h3 {
    color: #fff;
}

.sect2-l .ier1407-tit h3 b {
    color: #fff;
}

.sect2-l .ier1407-tit p {
    color: #2C7960;
}

.sect2-l .ier1407-tit a {
    background: url(/images/more1.png) no-repeat left center;
    color: #fff;
}

.sect2-l .date-list {
    display: block;
    padding-top: 15px;
}

.sect2-l .date-list li {
    width: 100%;
}

.sect2-l .date-list li a .date {
    color: #fff;
    border-right: 1px solid #3C9376;
}

.sect2-l .date-list li a .txt p {
    color: #fff;
    padding-right: 0;
}

.sect2-l .date-list li:hover a {
    background: rgba(253, 253, 253, 0.15);
    border-radius: 10px 0px 10px 0px;
}

.sect2-l .date-list li a .txt {
    padding-right: 15px;
}

.sect2-l .date-list li a {
    padding: 18px 0;
}

.sect2-r {
    position: relative;
    width: 61%;
    padding: 25px 0 20px 40px;
}

.sect2-r:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + (100vw - 1400px)/2);
    bottom: 0;
    background: url(/images/s2-r_bg.png) no-repeat center center/100% 100%;
}

.xs_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xs_list li {
    width: 49%;
    margin: 30px 0;
}

.xs_list li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.xs_list li a .scale {
    width: 119px;
}

.xs_list li a .scale .modulepic {
    padding-top: 100%;
    border-radius: 50%;
}

.xs_list li a .txt {
    flex: 1;
    min-width: 0;
    margin-left: 22px;
}

.xs_list li a .txt h2 {
    font-size: 18px;
    color: #333;
    line-height: 26px;
    height: 52px;
    margin-bottom: 5px;
}

.xs_list li:hover a .txt h2 {
    color: #066646;
}

.xs_list li a .txt p {
    position: relative;
    padding-left: 20px;

    font-size: 14px;
    color: #666;
    line-height: 24px;
    width: 100%;
}

.xs_list li a .txt p img {
    position: absolute;
    left: 0;
    top: 3px;
}

/* ÐÂÎÅ¶¯Ì¬-´øÍ¼ */
.news_fl {
    margin-top:25px;
    width: 56.6%;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_fl li {
    width: 49%;
    background: #fff;
}

.news_fl li .img {
    width: 100%;
    height: 270px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

.news_fl li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;

    max-width: 100%;
}

.news_fl li:hover img {
    transform: scale(1.1);
}

.news_fl li .text {
    padding: 10px 26px 20px;
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 13%);
}

.news_fl li h2 {
    line-height: 30px;
    height: 60px;
    font-size: 16px;
    font-weight: normal;
    overflow:hidden;
}

.news_fl li h2 a {
    color:#333;
}

.news_fl li:hover h2 a {
    color: #26b969;
    text-decoration: underline;
}

.news_fl li p {
    margin-top: 18px;
    color: #767676;

    display: flex;
    justify-content: space-between;
}

.news_fl p a {
    display: inline-block;
    padding: 3px 13px;
    background-color: #268655;
    border-radius: 5px;
    color: #fff;
}

.news_fl li:hover p a {
    background-color: #df8f1c;
}


@media screen and (max-width: 1400px) {
    .sect2-r:after {
        width: calc(100% + 15px);
    }
}

@media (max-width:1080px) {
    .news_fl li h2,
    .news_fl p a {
        font-size: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .sect2-l {
        width: 100%;
        margin-top: 0;
    }

    .sect2-r {
        width: 100%;
    }

    .section2 {
        background: #076a4b;
    }

    .sect2-r:after {
        left: -15px;
        width: calc(100% + 30px);
    }
}

@media (max-width:840px) {
    .news_fl {
        width: 100%;
    }
    
    .date-list.news-list {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .section2 {
        padding-top: 20px;
    }

    .sect2-r:after {
        background: #e6f4f4;
    }

    .sect2-r {
        padding-top: 15px;
        padding-left: 0;
        margin-top: 15px;
    }

    .ier1407-tit p {
        font-size: 16px;
    }

    .ier1407-tit h3 {
        font-size: 22px;
    }

    .ier1407-tit {
        padding-top: 18px;
        padding-bottom: 5px;
    }

    .ier1407-tit a {
        background-size: 40px auto;
        padding-left: 45px;
        font-size: 14px;
    }

    .xs_list {
        display: block;
    }

    .xs_list li {
        width: 100%;
        margin: 10px 0;
    }

    .xs_list li a .scale {
        width: 90px;
    }

    .date-list.news-list {
        width: 100%;
    }
}

@media (max-width:580px) {
    .news_fl li {
        width: 100%;
        margin-bottom: 20px;
    }
}