@charset "utf-8";
.title001{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title001 h2{
    font-size: .36rem;
    line-height: .4rem;
    color: #333333;
}
.title001 h2 a{
    font-size:.14rem;
    color:#999;
    margin-left:.1rem;
}
.title001 .more a{
    display: flex;
    align-items: center;
    font-size: .14rem;
    line-height: .3rem;
    color: #999999;
}
.title001 .more a img{
    display: block;
    width: .54rem;
    margin-left: .12rem;
}
.container01 .left{
    width: 72.43%;
}
.container01 .content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.container01 .aleft{
    width: 48.69%;
}

.list1w a{
    display: block;
    position: relative;
    overflow: hidden;
}
.list1w a .pic{
    padding-top: 3.31rem;
}
.list1w a h2{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    font-size: .16rem;
    line-height: .48rem;
    color: #fff;
    padding-left: .2rem;
    padding-right: 1.2rem;
    background: rgba(0, 0, 0, 0.6);
}
.list1w .page{
    font-size: 0;
    width: auto;
    left: auto;
    right: .08rem;
    bottom: .19rem;
}
.list1w .page span{
    width: .08rem;
    height: .08rem;
    background: #fff;
    margin: 0 0.06rem;
    opacity: .4;
}
.list1w .page span.active{
    opacity: 1;
}
.container01 .aright{
    width: 48.97%;
}
.list_box1 li{
    position: relative;
    line-height: .42rem;
    font-size: .16rem;
    color: #000000;
}
.list_box1 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .05rem;
    height: .05rem;
    background: #dcdcdc;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: .5s;
}
.list_box1 li a{
    padding-right: .8rem;
    padding-left: .16rem;
     display: flex;
    align-items: center;
}
.list_box1 li a span{display: block;max-width: 90%;}
.list_box1 li a img{display:block;height:0.12rem;margin-left: 0.1rem;}
.list_box1 li time{
    position: absolute;
    right: 0;
    top: 0;
}
.list_box1 li:hover:before{
    background: #8f0000;
}
.container01 .right{
    width: 24.32%;
}

.list_box2 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box2 li time{
    width: .6rem;
    display: block;
    text-align: center;
}
.list_box2 li time span{
    display: block;
    font-size: .14rem;
    line-height: .3rem;
    height: .3rem;
    color: #333333;
    background: #ebebeb;
}
.list_box2 li time em{
    display: block;
    font-size: .14rem;
    line-height: .3rem;
    height: .3rem;
    color: #fff;
    background: #bfbfbf;
    transition: .5s;
}
.list_box2 li .txt{
    width: calc(100% - .8rem)
}
.list_box2 li .txt p{
    font-size: .16rem;
    line-height: .24rem;
    height: .48rem;
}
.list_box2 li{
    margin-top: .08rem;
}
.list_box2 li:first-child{
    margin-top: 0;
}
.list_box2 li:hover time em{
    background: #8f0000;
    color: #fff;
}
.list2wpage{
    font-size: 0;
}
.list2wpage span{
    width: .12rem;
    height: .12rem;
    border-radius: 50%;
    background: #8f0000;
    opacity: .2;
    margin-left: .12rem;
}
.list2wpage span.active{
    opacity: 1;
}

.container01 .title001{
    margin-bottom: .42rem;
}
.container01 {
    padding-top: .65rem;
    padding-bottom: .7rem;
}

.list3w a{
    display: block;
}
.list3w a .icon{
    width: 1.3rem;
    height: 1.3rem;
    position: relative;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    border: .05rem solid rgba(255, 255, 255, 0.12);
}
.list3w a .icon:after{
    position: absolute;
    content: '';
    left: .05rem;
    top: .05rem;
    right: .05rem;
    bottom: .05rem;
    border: 1px dashed #8f0000;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list3w a .icon .img02,
.list3w a:hover .icon .img01{
    opacity: 0;
    visibility: hidden;
}
.list3w a .txt p{
    display: flex;
    align-items: center;
    justify-content: center;
    height: .64rem;
    text-align: center;
    color: #fff;
    transition: .5s;
    margin-bottom: .05rem;
}
.list3w a .txt p span{
    display: block;
    font-size: .16rem;
    line-height: .32rem;
    max-height: .64rem;
width:100%;
}
.list3w a .txt i{
    display: block;
    height: .07rem;
    background: url("../images/s2-img19.png") no-repeat 50%;
    background-size:  auto .07rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list3w a .txt{
    padding-top: .2rem;
}
.list3w a:hover .icon{
    background: #fff;
    border-color: #fff;
}
.list3w a:hover .icon:after{
    opacity: 1;
    visibility: visible;
}
.list3w a:hover .icon .img02{
    opacity: 1;
    visibility: visible;
}
.list3w a:hover .txt p{
    font-weight: 600;

}
.list3w a:hover .txt i{
    opacity: 1;
    visibility: visible;
}
.list3w{
    position: relative;
}
.list3w .btn{
    width: .12rem;
    height: .22rem;
    top: .47rem;
    transform: none;
    background-size: 100%;
}
.list3w .prev{
    left: -.6rem;
    background-image: url("../images/prev.png");
}
.list3w .next{
    right: -.6rem;
    background-image: url("../images/next.png");
}

.container02{
    padding-top: .7rem;
    padding-bottom: .44rem;
    background: url("../images/container02.jpg") no-repeat 50%;
    background-size: cover;
}

.list_tabs{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: .55rem;
    height: 0.4rem;
}
.list_tabs .li{
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    margin: 0 0.08rem;
}
.list_tabs .li i{
    font-size: .24rem;
    line-height: 1;
    color: #999999;
    display: block;
    margin-right: .05rem;
}
.list_tabs .li h2{
    font-size: .24rem;
    line-height: 1;
    color: #999999;
    transition: .5s;
}
.list_tabs .li.active h2{
    font-size: .36rem;
    color: #333333;
}
.list_tabs .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.list_tabs .more a{
    display: none;
    align-items: center;
    font-size: .14rem;
    line-height: .3rem;
    color: #999999;
}
.list_tabs .more a img{
    display: block;
    width: 0.54rem;
    margin-left: 0.12rem;
}
.list_tabs .more a.active{
    display: flex;
}

.list-box3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.list-box3 li{
    width: 33.33%;
    padding: 0 .38rem;
    margin-bottom: .35rem;
}
.list-box3 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-box3 li:nth-child(3n+2){
    border-left: 1px dashed #d2d2d2;
    border-right: 1px dashed #d2d2d2;
}
.list-box3 li a time{
    display: block;
    width: .75rem;
    text-align: center;
    padding: 0 0.07rem;
    color: #8f0000;
    padding-bottom: .04rem;
    border: 1px solid #8f0000;
    border-radius: 0 .2rem 0 .2rem;
    transition: .5s;
}
.list-box3 li a time span{
    display: block;
    font-size: .18rem;
    line-height: .38rem;
    border-bottom: 1px solid #8f0000;
}
.list-box3 li a time em{
    display: block;
    font-size: .14rem;
    line-height: .4rem;

}
.list-box3 li a .txt{
    width: calc(100% - 1rem);
}
.list-box3 li a .txt p{
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
    height: .48rem;
    transition: .5s;
}
.list-box3 li:hover a time{
    background: #8f0000;
    color: #fff;
}
.list-box3 li:hover a time span{
    border-color: #fff;
}
.list-box3 li:hover a .txt p{
    font-size: .18rem;
    line-height: .3rem;
    height: .6rem;
    font-weight: 600;
    color: #8f0000;
}

.list_bds .gd a{
    display: block;
    font-size: 12px;
    line-height: .4rem;
    width: 1rem;
    color: #fff;
    background: #8f0000;
    border-radius: .05rem;
    margin: 0 auto;
    text-align: center;
}
.list_bds_li{
    transform: scaleY(0);
    height: 0;
    visibility: hidden;
}
.list_bds_li.active{
    transform: scaleY(1);
    height: auto;
    visibility: visible;
}
.list_bds{
    padding: .7rem .14rem .55rem;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.2);
    border-radius: .2rem;
}

.container03{
    padding-top: .71rem;
    padding-bottom: .73rem;
    background: url("../images/container03.png") no-repeat bottom center;
}
@media screen and (max-width: 1200px){
    .container01{
        margin-top: 1.15rem;
    }
    .list3w .prev{
        left: 0rem;
    }
    .list3w .next{
        right: 0rem;
    }
}
@media screen and (max-width: 1024px){
    .container01 .title001{
        margin-bottom: .25rem;
    }
    .title001 h2{
        font-size: .26rem;
        line-height: .3rem;
    }
    .container01 .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .container01 .right{
        width: 100%;
    }
    .list_box1 li{
        font-size: .18rem;
    }
    .list1w a h2,.list_box2 li .txt p{
        font-size: .18rem;
    }
    .container01{
        padding-top: .3rem;
        padding-bottom: .4rem;
    }
    .list3w a .icon{
        width: 1rem;
        height: 1rem;
    }
    .list3w a .icon img{
        max-width: 45%;
        max-height: 45%;
    }
    .list3w a .txt p span{
        font-size: .18rem;
    }
    .list3w a .txt{
        padding-top: .1rem;
    }
    .container02{
        padding: .4rem 0 .2rem;
    }
    .list_tabs .li.active h2{
        font-size: .26rem;
        font-weight: 600;
    }
    .list-box3 li{
        padding: 0 .2rem;
        margin-bottom: .25rem;
    }
    .list-box3 li a .txt p{
        font-size: .18rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list_bds{
        padding: .4rem .1rem .15rem;
    }
    .list_tabs{
        margin-bottom: .4rem;
    }
    .container03{
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
}

@media screen and (max-width: 768px){
    .container01 .left{
        margin-bottom: .3rem;
    }
    .container01 .aleft{
        width: 100%;
        margin-bottom: .2rem;
    }
    .list1w a .pic{
        padding-top: 63.41%;
    }
    .container01 .aright{
        width: 100%;
    }
    .list3w a .icon{
        width: .85rem;
        height: .85rem;
    }
    .list-box3 ul{
        justify-content: space-between;
    }
    .list-box3 li{
        width: 48%;
        padding: 0;
    }
    .list-box3 li:nth-child(3n+2){
        border: none;
    }
    .list_bds{
        padding: .3rem .2rem .1rem;
    }
    .list_tabs{
        justify-content: flex-start;
    }
}
@media screen and (max-width: 640px){
    .list-box3 li{
        width: 100%;
    }
    .list_bds .gd{
        display: block;
    }
    .list_bds{
        padding-bottom: .3rem;
    }
    .list_tabs .more{
        display: none;
    }
    .list_tabs{
        width: 100%;
        justify-content: space-between;
        margin-bottom: .2rem;
    }
    .list_tabs .li{
        width: 25%;
        display: block;
        text-align: center;
        margin: 0;
    }
    .list_tabs .li i{
        display: none;
    }
    .list_tabs .li h2{
        line-height: .5rem;

    }
    .list_tabs .li.active h2{
        font-size: .24rem;
    }

}

@media screen and (max-width: 480px){
    .list3w a .txt{
        padding: 0.1rem 0.2rem 0;
    }
}