﻿@charset "utf-8";

.banner a{
    display: block;
}
.banner a img{
    display: block;
    width: 100%;
}
.banner .btn{
    width: .95rem;
    height: .64rem;
    background: transparent no-repeat 50%/100%;
}
.banner .prev{
    left: .44rem;
    background-image: url("../images/prev01.png");
}
.banner .next{
    right: .44rem;
    background-image: url("../images/next01.png");
}

.banner .page{
    font-size: 0;
    bottom: .53rem;
}
.banner .page span{
    width: .13rem;
    height: .13rem;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #c7332d;
    opacity: 1;
    margin: 0 .11rem;
}
.banner .page .active{
    background: #edbb7e;
}
.title001{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: .03rem solid #c9211e;
}
.title001 h3{
    font-size: .36rem;
    color: #010101;
    line-height: .6rem;
}
.title001 .more{
    display: block;
    width: .78rem;
    font-size: .12rem;
    line-height: .21rem;
    color: #a0a0a0;
    text-align: center;
    border: 1px solid #a0a0a0;
    transition: .5s;
}

.title001 .more:hover{
    color: #fff;
    border-color: #c9211e;
    background: #AF1010;
}

.home1 .wp{
    display: flex;
    align-self: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home1 .left{
    width: 47.8125%;
}

.list_box1 li a{
    position: relative;
    z-index: 3;
    padding: .19rem .19rem .24rem;
    display: flex;
    align-self: flex-start;
    justify-content: space-between;
}
.list_box1 li time{
    padding-top: .05rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: .67rem;
    height: .85rem;
    color: #fff;
    text-align: center;
    background: url("../images/s1-img01.png") no-repeat 50%/100%;
}
.list_box1 li time span{
    display: block;
    font-size: .3rem;
    line-height: 1;
    margin-bottom: .05rem;
}
.list_box1 li time em{
    display: block;
    font-size: .12rem;
    line-height: 1;
}
.list_box1 li .txt{
    width: calc(100% - .9rem);
}
.list_box1 li .txt h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #010101;
    margin-bottom: .05rem;
}
.list_box1 li .txt p{
    font-size: .14rem;
    line-height: .28rem;
    color: #606060;
    height: .56rem;
}
.list_box1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    background: linear-gradient(90deg,#c72e29 0 ,#e36924 100%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box1 li{
    position: relative;
    background: #f4f4f4;
}
.list_box1 li a *{
    transition: .5s;
}
.list_box1 li{
    margin-bottom: .17rem;
}
.list_box1 li:last-child{
    margin-bottom: 0;
}
.list_box1 li:hover:after{
    top: 0;
    opacity: 1;
    visibility: visible;
}
.list_box1 li:hover time{
    color: #c9211e;
    background-image: url("../images/s1-img02.png");
}
.list_box1 li:hover .txt h3{
    color: #fff;
}
.list_box1 li:hover .txt p{
    color: #fff;
}

.home1 .right{
    width: 47.625%;
}

.list_box2 li a{
    position: relative;
    padding: .24rem .45rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
}
.list_box2 li .icon{
    width: .41rem;
    height: .41rem;
    position: relative;
}
.list_box2 li .icon .img2{
    opacity: 0;
    visibility: hidden;
}
.list_box2 li .txt{
    width: calc(100% - .68rem);
}

.list_box2 li h3{
    font-size: .18rem;
    line-height: .4rem;
    color: #000000;
    transition: .5s;
}
.list_box2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg,#c72e29 0,#e36924 100%);
    transition: .5s;
}
.list_box2 li{
    position: relative;
    margin-bottom: .27rem;
    background: #f4f4f4;
}
.list_box2 li:last-child{
    margin-bottom: 0;
}
.list_box2 li:hover:after{
    height: 100%;
}
.list_box2 li:hover h3{
    color: #fff;
}
.list_box2 li:hover .icon .img2{
    opacity: 1;
    visibility: visible;
}
.list_box2 li:hover .icon .img1{
    opacity: 0;
    visibility: hidden;
}

.home1 .title001{
    margin-bottom: .37rem;
}
.home1{
    padding: .67rem 0 .71rem;
}

.home2 .content{
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: .69rem .62rem;
    background: rgba(255, 255, 255, 0.8);
}
.home2 .left{
    width: 47.43%;
}

.list-box3 li a{
    display: block;
    padding: .2rem 0 ;
}
.list-box3 li time{
    display: block;
    font-size: .14rem;
    line-height: .24rem;
    color: #c9211e;
    margin-bottom: .07rem;
}
.list-box3 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #010101;
    transition: .5s;
}

.list-box3 li:hover h3{
    color: #c9211e;
}
.list-box3 li{
    border-bottom: 1px solid #d5d5d5;
}
.home2 .right{
    width: 47.43%;
}

.list-box4 li a{
    padding: .2rem 0 ;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-box4 li img{
    display: block;
    width: .33rem;
    height: .39rem;
}
.list-box4 li .txt{
    width: calc(100% - .55rem);
}
.list-box4 li time{
    display: block;
    font-size: .14rem;
    line-height: .24rem;
    color: #c9211e;
    margin-bottom: .07rem;
}
.list-box4 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #010101;
    transition: .5s;
}
.list-box4 li{
    border-bottom: 1px solid #d5d5d5;
}
.list-box4 li:hover h3{
    color: #c9211e;
}

.home2 .title001{
    margin-bottom: .07rem;
}
.home2 .title001 .more{
    color: #c9211e;
    border-color: #c9211e;
}
.home2 .title001 .more:hover{
    color: #fff;
}
.home2:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    background: url("../images/home2.png") no-repeat top center/100% auto;
    height: 5.84rem;
}
.home2 {
    position: relative;
    z-index: 2;
    padding-top: .7rem;
}

.title002 h3{
    font-size: .36rem;
    color: #010101;
    line-height: .6rem;
    text-align: center;
}
.title002 i{
    display: block;
    width: .72rem;
    height: .03rem;
    background: #c9211e;
    margin: 0 auto;
}

@media screen and (min-width: 1025px){
    .list1w a{
        padding: .13rem 0;
    }
    .list1w a .img{
        position: relative;
        overflow: hidden;
        transition: .2s;
        border-radius: .15rem;
    }
    .list1w a .img_hz{
        transition: .5s;
        padding-bottom: 1.21rem;
        background-size: cover !important;
    }
    .list1w a:hover .img .img_hz {
        transform: scaleY(1);
        transition: transform 1s cubic-bezier(0.25, 0, 0, 1);
    }
    .list1w a:hover .img{
        transform: scaleY(1.21);
    }
}
.list1w a{
    display: block;

    overflow: hidden;
}

.title002{
    margin-bottom: .3rem;
}

.home3{
    padding: .1rem 0 .45rem;
}

@media (max-width: 1199px){
    .banner{
        margin-top: .75rem;
    }
}
@media (max-width: 1025px){
    .banner .btn{
        width: .55rem;
        height: .37rem;
    }
    .banner .prev{
        left: .1rem;
    }
    .banner .next{
        right: .1rem
    }
    .banner .page{
        bottom: .15rem;
    }
    .banner .page span{
        margin: 0 .05rem;
    }
    .title001 h3{
        font-size: .26rem;
        line-height: .54rem;
    }
    .home1{
        padding: .45rem 0;
    }
    .home2 .content{
        padding: .2rem .2rem .3rem;
    }
    .home2:before{
        height: 3.3rem;
    }
    .home2{
        padding-top: .45rem;
    }
    .home3{
        padding: .15rem 0 .45rem;
    }
    .list1w a .img_hz{
        padding-top: 33.43%;
        background-size: cover !important;
    }
    .list1w a .img{
        border-radius: .1rem;
        overflow: hidden;
    }
    .title002 h3{
        font-size: .26rem;
        line-height: .42rem ;
    }
    .title002{
        margin-bottom: .2rem;
    }
}

@media (max-width: 769px){
    .home1 .left{
        width: 100%;
        margin-bottom: .35rem;
    }
    .list_box1 li a{
        padding: .2rem .15rem;
    }
    .home1 .right{
        width: 100%;
    }
    .list_box2 li a{
        padding: .2rem .15rem;
    }
    .home1 .title001{
        margin-bottom: .25rem;
    }
    .home2 .left{
        width: 100%;
        margin-bottom: .3rem;
    }
    .home2 .right{
        width: 100%;
    }
    .list-box4 li img{
        width: .23rem;
        height: .27rem;
    }
    .list-box4 li .txt {
        width: calc(100% - 0.35rem);
    }
    .list-box4 li time,
    .list-box3 li time{
        margin-bottom: 0;
    }
    .list-box4 li a,
    .list-box3 li a{
        padding: .15rem 0;
    }
    .home2 .content{
        padding-bottom: .2rem;
    }
}

@media (max-width: 481px){
    .list_box1 li time em{
        transform: scale(.85);
    }

}