@charset "utf-8";

.banner img{
    display: block;
    width: 100%;
}

.container01{
    background: #b31616;
    margin-bottom: .4rem;
}
.list_box1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box1 .li{
    font-size: .2rem;
    line-height: .56rem;
    color: #fff;
    position: relative;
    transition: .5s;
}
.list_box1 .li:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .6s;
    width: 0;
    height: 3px;
    background: #fff;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
}
.list_box1 .li:hover:after{
    opacity: 1;
    visibility: visible;
    width: .6rem;
    margin-left: -.3rem;
}
.list_box1 .li:hover{
    font-weight: 600;
}

.title001{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.03rem solid #b31616;
}
.title001 h2{
    font-size: .24rem;
    line-height: .38rem;
    color: #b31616;
    font-weight: 600;
    cursor: pointer;
}
.title001 .mores{
    font-size: .16rem;
    line-height: .38rem;
    color: #b31616;
    opacity: .8;
}

.container02 .left{
    width: 50%;
}
.container02 .left .title001{
    margin-bottom: .3rem;
}
.list1w a{
    display: block;
}
.list1w a .pic{
    padding-top: 2.8rem;
}

.list_box2 li{
    position: relative;
    font-size: .18rem;
    line-height: .44rem;
    color: #111;
    transition: .5s;
}
.list_box2 li a{
    display: block;
    padding-right: 1.45rem;
}
.list_box2 li time{
    position: absolute;
    right: 0;
    top: 0;
    transition: .1s;
}
.list_box2 li:hover{
    background: #b31616;
    color: #fff;
    padding: 0 0.1rem;

}
.list_box2 li:hover time{
    right: .1rem;
}
.container02 .right{
    width: 48%;

}
.container02 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .3rem;
}
.container02 .content .ll{
    width: 1.6rem;

}
.container02 .content .li a{
    display: block;
}
.container02 .content .li img{
    display: block;
    width: 100%;
}
.container02 .content .li:first-child{
    margin-bottom: .1rem;
}
.container02 .content .rr{
    width: calc(100% - 1.8rem);
}
.container02 .content .con p{
    font-size: .18rem;
    line-height: .36rem;
    color: #fff;
    font-weight: 600;
}
.container02 .content .con{
    padding: .22rem .15rem;
    height: 100%;
    background: url("../images/s1-img04.jpg") no-repeat right bottom;
    background-size: 100% 100%;
}

.list2w a{
    display: block;
    position: relative;
}
.list2w a .pic{
    padding-top: 2.35rem;
}
.list2w a p{
    position:absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: .18rem;
    line-height: .5rem;
    color: #fff;
    text-align: center;
    background: #b31616;
    z-index: 3;
}
.container02 .right .title001{
    margin-bottom: .3rem;
}
.container02{
    margin-bottom: .45rem;
}
.list_tabs{
    display: flex;
    align-items: center;
}
.list_tabs .li h2{
    font-size: .22rem;
    line-height: .38rem;
    color: #b31616;
    opacity: .7;
    margin: 0 0.15rem;
    cursor: pointer;
}

.list_tabs .li h2.active{
    opacity: 1;
    font-weight: 900;
    background: #b31616;
    color: #fff;
    padding: 0 0.1rem;
    border-radius: 0.03rem 0.03rem 0 0;
}
.container03 .title001 .mores a{
    display: none;
}
.container03 .title001 .mores a.active{
    display: block;
}
.list_box3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.list_box3 li{
    width: 31%;
    height: 1.67rem;
    margin-bottom: .4rem;
}
.list_box3 li:nth-child(3n+2){
    margin-left: 3.5%;
    margin-right: 3.5%;
}
.list_box3 li a{
    display: flex;
    padding: .2rem .18rem;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #ddd;
    height: 100%;
}
.list_box3 li *{
    transition: .5s;
}
.list_box3 li time{
    width: 0.8rem;
    text-align: center;
    padding-top: .13rem;
}
.list_box3 li time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    color: #333;
    font-weight: 600;
    margin-bottom: .05rem;
}
.list_box3 li time em{
    display: block;
    font-size: .16rem;
    line-height: .22rem;
    text-align: center;
    color: #333;
}
.list_box3 li  .txt{
    width: calc(100% - 1rem);
}
.list_box3 li  .txt h2{
    font-size: .18rem;
    line-height: .24rem;
    color: #333;
    margin-bottom: .05rem;
}
.list_box3 li  .txt p{
    font-size: .14rem;
    line-height: .24rem;
    color: #666;
    height: .48rem;
    margin-bottom: .08rem;
}
.list_box3 li  .txt span{
    display: block;
    font-size: .14rem;
    line-height: .28rem;
    color: #999;
    background: url("../images/s2-img01.png") no-repeat right center;
    background-size: .3rem;
    border-top: 1px dashed #ddd;
    margin: 0.1rem 0;
}
.list_box3 li:hover a{
    background: #b31616;
    border-color: #b31616;
}
.list_box3 li:hover  time span,
.list_box3 li:hover time em{
    color: #fff;
}
.list_box3 li:hover .txt h2{
    color: #fff;
}
.list_box3 li:hover .txt p,
.list_box3 li:hover .txt span{
    color: rgba(255, 255, 255, 0.8);
}
.list_box3 li:hover .txt span{
    background-image: url("../images/s2-img02.png");
}
.list_bd_li .gd a{
    display: block;
    width: 1rem;
    line-height: .4rem;
    color: #fff;
    background: #b31616;
    text-align: center;
    font-size: .18rem;
    border-radius: .05rem;
    margin: 0 auto;
}
.list_bd_li .gd{
    display: none;
}
.list_bd_li{
    transform: scaleY(0);
    height: 0;
    visibility: hidden;
    display: none;
}
.list_bd_li.active{
    transform: scaleY(1);
    height: auto;
    visibility: visible;
    display: block;
}
.container03 .title001{
	    margin-bottom: .4rem;
}
.banner{margin-bottom: .4rem;}
.tablis>h2
{
    opacity: 1;
    font-weight: 900;
    background: #b31616;
    color: #fff;
    padding: 0 0.1rem;
    border-radius: 0.03rem 0.03rem 0 0;
}

.list_tabs h2:hover
{
    opacity: 1;
    font-weight: 900;
    background: #b31616;
    color: #fff;
    padding: 0 0.1rem;
    border-radius: 0.03rem 0.03rem 0 0;
}
.tablia.active
{
    opacity: 1;
    font-weight: 900;
    background: #b31616;
    color: #fff;
    padding: 0 0.1rem;
    border-radius: 0.03rem 0.03rem 0 0;
}
@media screen and (max-width: 1200px){
    .banner{
        margin-top: .75rem;
    }
    .container02,
    .container01{
        margin: .3rem auto;
    }
    
.banner{margin-bottom: 0;}

}
@media screen and (max-width: 1024px){
    .container02 .left{
        width: 100%;
        margin-bottom: .2rem;
    }
    .list1w a .pic{
        padding-top: 51.74%;
    }

    .container02 .right{
        width: 100%;
    }
    .list2w a .pic{
        padding-top: 121.18%;
    }
    .container02 .content .ll{
        width: 2rem;
    }
    .container02 .content .rr {
        width: calc(100% - 2.2rem);
    }
    .list_box3 li a{
        padding: .2rem .1rem 0;
    }
    .list_box3 li{
        width: 32%;
        margin-bottom: .3rem;
    }
    .list_box3 li:nth-child(3n+2) {
        margin-left: 2%;
        margin-right: 2%;
    }
    .container03 .title001{
        margin-bottom: .3rem;
    }
    .container02,
    .container01{
        margin: .3rem auto;
    }
    .banner{margin-bottom: 0;}
}
@media screen and (max-width: 768px){
    .list_box1 .li{
        width: 33.33%;
        text-align: center;
    }
    .list_box3 ul{
        justify-content: space-between;
    }
    .list_box3 li{
        width: 48%;
    }
    .list_box3 li:nth-child(3n+2){
        margin-left: 0;
        margin-right: 0;
    }
    .title001 .mores{
        display: none;
    }
    .list_bd_li .gd{
        display: block;
    }
    .container03{
        margin-bottom: .3rem;
    }
    .container02,
    .container01{
        margin: .3rem auto;
    }
    .list_box3 li .txt h2{
        font-size: .2rem;
    }
    .banner{margin-bottom: 0;}
}
@media screen and (max-width: 640px){
    .list_box3 li time span{
        font-size: .34rem;
    }
    .list_box3 li time{
        width: .6rem;
    }
    .list_box3 li .txt {
        width: calc(100% - .8rem);
    }
    .container03 .title001{
        flex-wrap: wrap;
    }
    .list_tabs {
        width: 100%;
        /* margin-bottom: .05rem; */
    }
    .title001>h2{
        width: 100%;
    }
    .list_tabs .li{
        width: 25%;
        text-align: center;
    }
    .list_tabs .li h2{
        margin: 0;
    }
    .container02 .content .ll{
        width: 100%;
        margin-bottom: .2rem;
        display: flex;
        justify-content: space-between;
    }
    .container02 .content .li:first-child{
        bottom: 0;
    }
    .container02 .content .li{
        width: 48%;
    }
    .container02 .content .rr{
        width: 100%;

    }
    .container02 .content .con{
        padding: .2rem .1rem .4rem;
    }
    .container02,
    .container01{
        margin: .3rem auto;
    }
    .banner{margin-bottom: 0;}
}
@media screen and (max-width: 480px){
    .list_box3 li{
        width: 100%;
    }
.container02,
    .container01{
        margin: .3rem auto;
    }
    .banner{margin-bottom: 0;}
    .list_tabs .li h2.active{
    opacity: 1;
    font-weight: 900;
    background: #b31616;
    color: #fff;
    padding: 0;
    border-radius: 0.03rem
 0.03rem
 0 0;
}
}
