@charset "utf-8";

.ier1407-tit {
    position: relative;
    padding-top: 20px;
    padding-bottom: 15px;

    border-bottom: 1px solid #DBDBDB;
}

.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(/jwc/images/more.png) no-repeat left center;
    z-index: 6;
    transition: all .6s;
}

.ier1407-tit a:hover {
    right: 5px;
}



.section2 {
    position: relative;
    overflow: hidden;
}

.s2-c {
    margin-top: 40px;
}

.s2_notic {
    display: flex;
    flex-wrap: wrap;
}

.s2_l {
    width: 33%;
}

.date_list li {
    position: relative;
    margin-top: 30px;
    border-radius: 30px 0px 30px 0px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid rgba(140, 45, 48, 0.3);
    background: #8C2D30;
}

.s2_l .date_list li:nth-child(2),
.s2-r .date_list li:nth-child(1) {
    background: #B28850;
}

.date_list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    right: 60px;
    bottom: 0px;
    background: #fff;
    border-radius: 30px 0px 30px 0px;
}

.date_list li:first-child {
    margin-top: 0;
}

.date_list li a {
    display: block;
    position: relative;
    padding: 12px 72px 12px 34px;
    z-index: 9;
}

.date_list li a .date {
    position: absolute;
    right: 0;
    top: -9px;
    width: 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 21px 0;
    /* background: url(/jwc/images/s2-datebg.png) no-repeat center center; */
}

.date_list li a .date span {
    font-size: 24px;
    color: #fff;
}

.date_list li a p {
    position: relative;
    left: 0;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    max-height: 60px\0;
    transition: all .6s;
}

.date_list li:hover a p {
    left: 5px;
    color: #8C2D30;
}

.date_list li a .gd {
    position: relative;
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.date_list li a .gd:after {
    content: "";
    flex: 1;
    min-width: 0;
    height: 8px;
    background: url(/jwc/images/s2-gd.png) no-repeat center center/100% 100%;
}

.date_list li a .gd span {
    font-size: 14px;
    color: #B6B6B6;
    width: 65px;
    transition: all .6s;
}

.date_list li:hover a .gd span {
    color: #8C2D30;
}

.s2-m {
    position: relative;
    width: 28%;
    margin: 0 3%;
    border-radius: 30px 0px 30px 0px;
    background: #8C2D30;
    padding: 30px;
}

.s2-m::after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 72px;
    height: 70px;
    background: url(/jwc/images/tz_icon.png) no-repeat center center;

}

.s2-m .gd span {
    position: relative;
    left: 0;
    padding-right: 40px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    background: url(/jwc/images/s2m-gd.png) no-repeat right center;
    transition: all .6s;
}

.s2-m:hover .gd span {
    left: 5px;
}

.s2-m a {
    display: block;
}

.s2-m a h2 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    height: 60px;
}

.s2-m a p {
    margin: 20px 0 45px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 18px;
    height: 54px\0;
}

.s2-r {
    width: 33%;
}

.s2-state {
    display: flex;
    align-items: center;
    margin-right: 100px;
    margin-top: 50px;
}

.s2-state div.s2-xx {
    flex: 1;
    min-width: 0;
    height: 1px;
    background-color: #D8D8D8;
    position: relative;
}

.s2-state span {
    position: absolute;
    left: 0;
    top: -1px;
    bottom: -2px;
    width: 0;
    background: #B28850;
    transition: all 0.3s;
}

.s2-state div.s2-jt {
    width: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
}

.s2-state div.s2-jt .s2-prev {
    width: 40px;
    height: 40px;
    background: url(/jwc/images/s2-prev.png) no-repeat center center/100% 100%;
    border-radius: 50%;
    cursor: pointer;

}

.s2-state div.s2-jt .s2-next {
    width: 40px;
    height: 40px;
    background: url(/jwc/images/s2-next.png) no-repeat center center/100% 100%;
    border-radius: 50%;
    cursor: pointer;
}

@media screen and (max-width: 1400px) {
    .sect2-r:after {
        width: calc(100% + 15px);
    }
}

@media screen and (max-width: 1024px) {
    .s2-m a h2 {
        font-size: 16px;
    }

    .std_copy_1600_019 .foot-b {
        padding-bottom: 10px;
    }

    .date_list li a .date span {
        font-size: 18px;
    }

    .date_list li a p {
        font-size: 16px;
    }

    .date_list li a {
        padding: 15px 70px 15px 15px;
    }

    .s2-m {
        padding: 15px;
    }

    .s2-state {
        margin-right: 0;
        margin-top: 20px;
    }

    .s2-state div.s2-jt {
        width: 100px;
    }
}

@media screen and (max-width: 768px) {
    .s2_notic {
        display: block;
    }

    .s2_l {
        width: 100%;
    }

    .s2-m {
        width: 100%;
        margin: 15px 0;
    }

    .s2-r {
        width: 100%;
    }

    .date_list li a {
        height: 120px;
    }

    .s2-c {
        margin-top: 15px;
    }

    .s2-m a p {
        margin-top: 10px;
        margin-bottom: 15px;
    }
}