@charset "utf-8";

.banner img{
    display: block;
    width: 100%;
}
/* .banner .btn{
    width: .3rem;
    height: .48rem;
    margin-top: auto;
    background-size: 100%;
    transform: translateY(-50%);
}
.banner .prev{
    left: 13.9vw;
    background-image: url("../images/prev.png");
}
.banner .next{
    right: 13.9vw;
    background-image: url("../images/next.png");
} */
.title001{
    display: flex;
    align-items: flex-end;
}
.title001 h2{
    font-size: .3rem;
    color: #006457;
    line-height: 1;
    font-weight: 600;
    font-family: '方正大黑',serif;
    margin-right: .1rem;
}
.title001 p{
    font-size: .2rem;
    color: #006457;
    line-height: 1;
    font-family: '方正大黑',serif;
    letter-spacing: -0.01rem;
}
.title002 h2{
    font-size: .36rem;
    line-height: .38rem;
    color: #006457;
    text-align: center;
    font-family: '方正大黑',serif;
    margin-bottom: .08rem;
}
.title002 p{
    font-size: .24rem;
    color: #006457;
    line-height: 1;
    font-family: '方正大黑',serif;
    letter-spacing: -0.01rem;
    text-align: center;
}
.mores a{
    display: block;
    font-size: .24rem;
    line-height: .5rem;
    text-align: center;
    color: #fff;
    background: #6cc1a4;
    letter-spacing: 0.05rem;
    transition: .5s;
}
.mores a:hover{
    border-radius: .5rem;
}
.container01 .aleft{
    width: 66.29%;
}

.list_box1 li{
    width: 23.38%;
    margin-left: 2.16%;
    margin-bottom: .2rem;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.4);
}
.list_box1 li:first-child{
    width: 48.92%;
    margin-left: 0;
}
.list_box1 li:nth-child(4),
.list_box1 li:nth-child(8){
    margin-left: 0;
}
.list_box1 li a{
    display: block;
    position: relative;
}
.list_box1 li .pic{
    height: 1.36rem;
}
.list_box1 li:first-child .pic{
    height: 2.3rem;
}
.list_box1 li:first-child .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.list_box1 li:first-child .txt h4{
    font-size: .2rem;
    line-height: .24rem;
    color: #fff;
    height: auto;
}
.list_box1 li:first-child .txt time{
    font-size: .16rem;
    color: #fff;
    line-height: .2rem;
}
.list_box1 li .txt h4{
    font-size: .16rem;
    color: #000000;
    line-height: .24rem;
    height: .48rem;
    margin-bottom: .1rem;
}
.list_box1 li .txt time{
    display: block;
    font-size: .14rem;
    line-height: .16rem;
    color: #000000;
}
.list_box1 li .txt{
    padding: .1rem .1rem;
}

.container01 .aright{
    width: 30.69%;
}

.list_box2 a{
    display: block;
}
.list_box2 a time{
    display: block;
    font-size: .18rem;
    color: #000000;
    line-height: 1;
    padding-bottom: .08rem;
    border-bottom: 1px solid #6cc1a4;
}
.list_box2 a h4{
    font-size: .18rem;
    line-height: .3rem;
    color: #000000;
    /* height: .6rem; */
    transition: .5s;
}
.list_box2 li{
    margin-bottom: .18rem;
}
.list_box2 li:hover h4{
    font-weight: 600;
}
.container01 .title001{
    margin-bottom: .38rem;
}

.container01{
    padding-top: .46rem;
    padding-bottom: .43rem;
}

.list1w a{
    display: block;
}
.list1w a .pic{
    padding-top: 62.54%;
}
.list1w a .txt h2{
    font-size: .2rem;
    line-height: .3rem;
    color: #006457;
    font-family: '方正大黑',serif;
    height: .6rem;
}
.list1w a .txt{
    padding-top: .1rem;
}

.list1w .btn{
    width: .3rem;
    height: .48rem;
    margin-top: -0.6rem;
    background-size: 100%;
}
.list1w .prev{
    left: -0.4rem;
    background-image: url("../images/prev2.png");
}
.list1w .next{
    right: -0.4rem;
    background-image: url("../images/next2.png");
}
.list1w{
    margin-bottom: .2rem;
}
.title002{
    margin-bottom: .4rem;
}
.samePadding{
    padding-top: .55rem;
    padding-bottom: .34rem;
}
.samePadding .mores{
    max-width: 4.3rem;
    margin: 0 auto;
}
.container02,
.container04{
    background: #eef0f1;
}
@media (max-width: 1199px) {
    .banner{
        margin-top: .75rem;
    }
    .banner .next{
        right: 0.2rem;
    }
    .banner .prev{
        left: .2rem ;
    }
    .list1w .prev{
        left: 0;
    }
    .list1w .next{
        right: 0;
    }
}
@media (max-width: 1025px){
    .container01 .title001{
        margin-bottom: .3rem;
    }
    .container01 .aleft{
        width: 100%;
        margin-bottom: .4rem;
    }
    .container01 .aright{
        width: 100%;
    }
    .banner .btn,
    .list1w .btn{
        width: .25rem;
        height: .4rem;
    }
    .title001 h2{
        font-size: .24rem;
    }
    .title001 p{
        font-size: .18rem;
    }
    .list_box1 li{
        width: 32%;
        margin-left: 2%;
    }
    .list_box1 li:first-child{
        width: 66%;
    }
    .list_box1 li:nth-child(4),
    .list_box1 li:nth-child(8){
        margin-left: 2%;
    }
    .list_box1 li:nth-child(3),
    .list_box1 li:nth-child(6),
    .list_box1 li:nth-child(9){
        margin-left: 0;
    }
    .list_box1 li .pic{
        /*padding-top: 67.78%;*/
        padding-top: 2.36rem;
    }
    .list_box1 li:first-child .pic{
        padding-top: 3.3rem;
    }
    .list_box1 li .txt h4{
        font-size: .17rem;
    }
    .container01{
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
    .title002 h2{
        font-size: .24rem;
        line-height: .28rem;
    }
    .title002 p{
        font-size: .18rem;
    }
    .title002{
        margin-bottom: .3rem;
    }
    .samePadding{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .mores a{
        font-size: .2rem;
        line-height: .46rem;
        letter-spacing: 0;
    }
}
@media (max-width: 769px){
    .list_box1 li:first-child{
        width: 100%;
    }
    .list_box1 li:first-child .pic{
        padding-top: 51.61%;
    }
    .list_box1 li .pic{
        padding-top: 67.78%;
    }
    .list_box1 li:nth-child(3),
    .list_box1 li:nth-child(6),
    .list_box1 li:nth-child(9){
        margin-left: 2%;
    }
    .list_box1 li:nth-child(2n+2){
        margin-left: 0;
    }
    .list_box1 li{width: 49%;margin-left: 2%;}
}
@media (max-width: 641px){
    .banner .next{
        right: .1rem;
    }
    .banner .prev{
        left: 0.1rem;
    }
    .list_box1 li{
        width: 48%;
    }
    .list_box1 li:nth-child(3n+2){
        margin-left: 2%;
    }
    .list_box1 li:nth-child(2n){
        margin-left: 0;
    }
}