@charset "utf-8";

.banner a {
    display: block;
    overflow: hidden;
    position: relative;
}
.banner img{
    display: block;
    width: 100%;
}
.banner .slick-dots{
    bottom: 0.23rem;
}
.banner .slick-dots button{
    display: none;
}
.banner .slick-dots li{
    width: 0.14rem;
    height: 0.14rem;
    border: 0.02rem solid #fff;
    border-radius: 50%;
    margin-left: 0.2rem;
}
.banner .slick-dots li.slick-active{
    background-color: #a1140b;
    border-color: #a1140b;
}
.banner a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/b-img01.png") no-repeat bottom;
}
.gg-tit{
    position: relative;
    line-height: 30px;
}
.gg-tit h2{
    font-size: 26px;
    color: #333333;
    padding-left: 45px;
    background: url("../images/tit-01.png") no-repeat left;
    background-size: 30px;
}
.gg-tit a{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #999999;
    transition: all .3s;
}
.gg-tit a:hover{
    color: #a1140b;
    transform: translateX(0.05rem);
}
.s1-l{
    width: 60.71%;
}
.s1-main .s1-item{
    float: left;
    width: 48%;
    margin-left: 2%;
}
.s1-main .s1-item:first-child{
    margin-left: 0;
}
.s1-main .s1-item a{
    display: block;
    position: relative;
}
.s1-main .s1-item .pic{
    padding-top: 70.73%;
}
.s1-main .s1-item .s1-txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.08rem 0.17rem ;
    z-index: 3;
}
.s1-main .s1-item .s1-txt p{
    font-size: 16px;
    color: #fff;
    line-height:30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}
.s1-main .s1-item .pic-box time{
    position: absolute;
    left: 0;
    top: -0.13rem;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    padding: 0.1rem 0.13rem;
    background: #a1140b;
    z-index: 3;
    transition: all .3s;
}
.s1-main .s1-item .pic-box a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s1-img02.png") no-repeat bottom;
}
.s1-main .s1-item .pic-box:hover time{
    top: 0;
}
.s1-main .s1-item .pic-box:hover .pic img{
    transform: scale(1.05);
}
.s1-list>ul>li{
    position: relative;
    line-height: 46px;
    font-size: 16px;
    color: #333;
    background: url("../images/s1-icon01.png") no-repeat left;
    background-size: 9px;
}
.s1-list>ul>li a{
    display: block;
    padding-left: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.s1-list{
    margin-top: 0.27rem;
}
.s1-list>ul>li:hover a ,
.s1-r .s1-list li:hover span{
    color: #a1140b;
    font-weight: 600;
}

.s1-main{
    margin-top: 0.36rem;
}

.s1-r{
    width: 37.14%;
}
.s1-r .gg-tit h2{
    background-image: url("../images/tit-02.png");
    background-size: 30px;
}
.s1-r .s1-list a{
    padding-right: 90px;
}
.s1-r .s1-list span{
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s;
}
.s1-r .s1-list{
    margin-top: 0.31rem;
}

.s1{
    padding-top: 0.35rem;
    overflow: hidden;
    background:url('../images/s1bjt.jpg') no-repeat 50%;
    background-size:cover;
padding-bottom: 0.35rem;
}

.s2-l {
    width: 60.71%;
    /* overflow: hidden; */
}
.s2-l .gg-tit h2{
    background-image: url("../images/tit-03.png");
    background-size: 0.32rem;
}

/*修改开始*/
.s2-l .s2-alist a{
    display: block;
    float: left;
    width: calc(50% - 40px);
    margin: 15px 20px;
    font-size: 0;
}
.s2-l .s2-alist a .cover_img{
    display: inline-block;
    vertical-align: middle;
    width: 1.3rem;
    height: 1.6rem;
}
.s2-l .s2-alist a .s2-atxt{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 1.55rem);
    margin: 0 0 0 0.25rem;
}
.s2-l .s2-alist a .s2-atxt h4{
    font-size: 18px;
    color: #333333;
    line-height: 0.26rem;
    transition: all .3s;
    position: relative;
    font-weight: 600;
}
.s2-l .s2-alist a .s2-atxt h4:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 0;
    height: 0.03rem;
    background: #a01d16;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.s2-l .s2-alist a .s2-atxt p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 120px;
    margin-top: 10px;
}
.s2-l .s2-alist{
    margin: 0.15rem -0.2rem 0;
    overflow: hidden;
}
.s2-l .s2-alist a:hover .s2-atxt h4{
    color: #a01d16;
    padding-left: 0.3rem;
}
.s2-l .s2-alist a:hover .s2-atxt h4:before{
    width: 0.2rem;
    opacity: 1;
    visibility: visible;
}
/*修改结束*/

.s2-r{
    width: 37.14%;
}
.s2-r .gg-tit h2{
    background-image: url("../images/tit-04.png");
    background-size: 28px;
}

.s2-list li{
    padding: 11px 0 10px;
    border-bottom: 0.03rem solid transparent;
    margin-top: 0.05rem;
    transition: all .3s;
}
.s2-list li:first-child{
    margin-top: 0;
}
.s2-list li a{
    display: block;
    overflow: hidden;
}
.s2-list li a time{
    float: left;
    padding: 0.06rem 0 0.07rem;
}
.s2-list li a time span{
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 1;
    padding: 0 0.05rem;
    text-align: center;
}
.s2-list li a time span:first-child{
    font-size: 30px;
    margin-bottom: 0.03rem;
}
.s2-list li a .s2-tx{
    overflow: hidden;
    padding-left: 0.14rem;
}
.s2-list li a .s2-tx p{
    display: -webkit-box;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}
.s2-list li:hover{
    background: #fff;
    border-bottom-color: #a1140b;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.2);
}
.s2-list li:hover a time span,
.s2-list li:hover a .s2-tx p{
    color: #a1140b;
}
.s2-list{
    margin-top: 0.3rem;
}

.s2{
    padding-top: 0.4rem;
    padding-bottom: 0.8rem;
    overflow: hidden;
}

.s3-tit h3{
    display: inline-block;
    padding-left: 45px;
    padding-right: 45px;
    transition: all .3s;
    cursor: pointer;
}
.s3-tit h3 i{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 24px;
    background-position: 50%;
    background-repeat: no-repeat;
}
.s3-tit h3.i1 i {
    background-image: url("../images/s3-tit01.png");
    background-size: 22px;
}
.s3-tit h3.i2 i{
    background-image: url("../images/s3-tit02.png");
    background-size: 22px;
}
.s3-tit h3 span{
    display: inline-block;
    vertical-align: middle;
    font-size:24px;
    color: #a1140b;
    line-height: 65px;
    padding-left: 20px;
}
.s3-tit h3.active{
    background: #a1140b;
    padding-left: 68px;
    background: url("../images/s3-tit05.png") no-repeat 50%;
    background-size: auto 65px;
}
.s3-tit h3.active.i1 i{
    background-image: url("../images/s3-tit03.png");
    background-size: 30px;
}
.s3-tit h3.active.i2 i{
    background-image: url("../images/s3-tit04.png");
    background-size: 24px;
}
.s3-tit h3.active span{
    color: #ffffff;
    font-weight: 600;
}

.s3-l{
    width: 44.28%;
    position: relative;
    margin-top: -0.2rem;
}

.s3-banner a {
    display: block;
    overflow: hidden;
}
.s3-banner a .cover_img{
    width: 6.2rem;
    height: 3.8rem;
}
.s3-banner a .s3-txt{
    padding: 0.28rem 0.33rem 0.46rem;
    background: #fff;
}
.s3-banner a .s3-txt h4{
    font-size: 20px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
.s3-banner a .s3-txt p{
    font-size: 14px;
    color: #999999;
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.15rem;
}
.s3-banner a .s3-txt time{
    font-size:14px;
    color: #999999;
    line-height: 1.2;
    display: block;
    margin-top: 0.16rem;
}

.s3-banner .slick-arrow{
    position: absolute;
    width: 0.36rem;
    height: 0.36rem;
    bottom: -0.18rem;
    background-size: 0.09rem;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 3;
    background-color: #cccacb;
    cursor: pointer;
}
.s3-banner .slick-prev{
    left: auto;
    right: 0.46rem;
    background-image: url("../images/s3-icon02.png");
}
.s3-banner .slick-next{
    right: 0.1rem;
    background-image: url("../images/s3-icon01.png");
}
.s3-banner .slick-next:hover{
    background-image: url("../images/s3-icon03.png");
}
.s3-banner .slick-prev:hover{
    background-image: url("../images/s3-icon04.png");
}
.s3-banner .slick-arrow:hover{
    background-color: #a1140b;
}
.s3-r{
    width: 55.71%;
    padding: 0.2rem 0.5rem 0.2rem 0.4rem;
    background: url("../images/s3-img03.png") no-repeat 50%;
    background-size: cover;
    border: 1px solid rgba(161, 20, 11, 0.1);
    border-right: none;
}

.s3-list li{
    padding: 0.2rem 0;
}
.s3-list li a{
    display: block;
    overflow: hidden;
}
.s3-list li a time{
    float: left;
    padding: 0.12rem 0;
    background: url("../images/s3-img02.png");
    background-size: cover;
}
.s3-list li a time span{
    display: block;
    font-size: 14px;
    color: #a1140b;
    text-align: center;
    padding: 0 0.12rem 0 0.15rem;
}
.s3-list li a time span:first-child{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0.03rem;
}
.s3-list li a .s3-txt{
    overflow: hidden;
    padding-left: 0.3rem;
}

.s3-list li a .s3-txt h5{
    font-size: 18px;
    color: #333;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s3-list li a .s3-txt p{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
    margin-top: 0.1rem;
}
.s3-list li:hover a .s3-txt h5{
    color: #a1140b;
    font-weight: 600;
}
.s3-mores{
    position: absolute;
    bottom: -26px;
    left: 10px;
    font-size:16px;
    color: #999;
    transition: all .3s;
}
.s3-mores:hover{
    color: #a1140b;
    transform: translateX(0.05rem);
}
.s3-item{
    position: relative;

}
.s3-main{
    padding-top: 0.2rem;
    margin-top: -0.2rem;
    padding-bottom: 26px;
}

.s3{
    padding-top: 0.66rem;
    padding-bottom: 0.5rem;
    overflow: hidden;
    background: url("../images/s3-img04.png") no-repeat 50%;
    background-size: cover;
}

.s4-tit {
    text-align: center;
    position: relative;
}
.s4-tit span{
    font-size: 26px;
    color: #333333;
    line-height: 0.29rem;
    display: inline-block;
    vertical-align: middle;
}
.s4-tit img{
    display: inline-block;
    width: 0.32rem;
    height: 0.29rem;
    vertical-align: middle;
    margin: 0 0.13rem;
}
.s4-tit a{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #999;
    line-height: 0.29rem;
    transition: all .3s;
}
.s4-tit a:hover{
    color: #a1140b;
    transform: translateX(0.05rem);
}
.s4-banner a{
    display: block;
    position: relative;
    margin: 0 0.2rem;
    box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.2);
    padding: 70px 19px 36px;
    transition: all .3s;
    border-bottom: 0.03rem solid transparent;
}
.s4-banner a span{
    position: absolute;
    left: 0;
    top: 0.15rem;
    padding-left: 0.41rem;
    padding-right: 0.2rem;
    font-size: 18px;
    color: #666;
    line-height: 2em;
    font-family: 'Georgia';
    background:#f7f7f7 url("") no-repeat left 0.17rem top 0.11rem;
    background-size: 0.15rem;
    border-radius: 0 0.25rem 0.25rem 0;
}
.s4-banner a h4{
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    font-weight: 600;
}
.s4-banner a p{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 72px;
    margin-top: 16px;
}

.s4-banner a:hover{
    border-bottom-color: #a1140b;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3);
}
.s4-banner a:hover span{
    color: #fff;
    background-color:#a1140b ;
    background-image: url("../images/s4-icon02.png");
}
.s4-banner .slick-dots{
    bottom: -0.2rem;
}
.s4-banner .slick-dots button{
    display: none;
}
.s4-banner .slick-dots li{
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    margin: 0 0.1rem;
    border: 0.01rem solid #a9a9a9;
}
.s4-banner .slick-dots li.slick-active{
    background: #a1140b;
    border-color: #a1140b;
}
.s4-banner .slick-list{
    padding: 0.2rem 0;
}
.s4-banner{
    margin: 0.26rem -0.2rem 0;
}

.s4{
    padding-top: 0.66rem;
    padding-bottom: 0.63rem;
}

@media screen and (max-width: 1024px){
    .banner{
        margin-top: 0.9rem;
    }
    .gg-tit h2{
        font-size: 0.3rem;
    }
    .s1-l,.s1-r,
    .s2-l,.s2-r,
    .s3-l,.s3-r{
        float: none;
        width: auto;
    }
    .s1-r,
    .s2-r,
    .s3-r{
        margin-top: 0.38rem;
    }
    .s1-main .s1-item{
        width: 48%;
        margin-left: 4%;
    }
    .s1-main .s1-item .s1-txt p{
        font-size: 0.2rem;
        line-height: 0.4rem;
        height: 0.8rem;
    }
    .s1-list>ul>li{
        font-size: 0.2rem;
        line-height: 0.57rem;
    }
    .s1-r .s1-list a{
        padding-right: 1.3rem;
    }
    .s1{
        padding: 0.38rem 0.15rem 0;
    }

    .s2-list li a time span:first-child{
        font-size: 0.28rem;
    }
    .s2-list li a time span{
        font-size: 0.16rem;
    }
    .s2-list li a .s2-tx p{
        font-size: 0.2rem;
        line-height: 0.3rem;
        height: 0.6rem;
    }
    .s2{
        padding: 0.4rem 0.15rem 0.5rem;
    }
    .s3-l{
        margin-top: 0;
    }
    .s3-r{
        padding: 0.2rem 0.15rem;
        border: 1px solid rgba(161, 20, 11, 0.1);
    }
    .s3-banner a .cover_img{
        width: auto;
        height: auto;
        padding-top: 61.29%;
    }
    .s3-banner a .s3-txt h4{
        font-size: 0.2rem;
    }
    .s3-banner a .s3-txt p{
        font-size: 0.18rem;
    }
    .s3-list li a .s3-txt h5{
        font-size: 0.2rem;
    }
    .s3-list li a .s3-txt p{
        font-size: 0.18rem;
        line-height: 0.3rem;
        height: 0.6rem;
    }
    .s3-list li a time span:first-child{
        font-size: 0.3rem;
        margin-bottom: 0.06rem;
    }
    .s3-list li a time span{
        font-size: 0.18rem;
    }
    .s3-mores{
        position: static;
        margin-top: 0.3rem;
    }
    .s3-mores a{
        display: block;
        font-size: 0.18rem;
        line-height: 0.5rem;
        width: 1.8rem;
        margin: 0 auto;
        text-align: center;
        border: 1px solid rgba(161, 20, 11, 0.1);
        border-radius: 0.35rem;
    }
    .s3-main{
        margin-top: 0.2rem;
    }
    .s3{
        padding: 0.4rem 0.15rem 0.45rem;
    }
    .s4-tit span{
        font-size: 0.3rem;
    }
    .s4-banner a h4{
        font-size: 0.2rem;
        line-height: 0.38rem;
        height: 0.76rem;
    }
    .s4-banner a p{
        font-size: 0.18rem;
        line-height: 0.3rem;
        height: 0.9rem;
    }
    .s4-banner a{
        margin: 0 0.1rem;
    }
    .s4-banner{
        margin: 0.25rem -0.1rem 0;
    }
    .s4{
        padding: 0.35rem 0.15rem 0.4rem;
    }
}

@media screen and (max-width: 640px){
    .s1-main .s1-item{
        float: none;
        width: auto;
        margin-left: 0;
    }
    .s1-main .s1-item:first-child{
        margin-bottom: 0.3rem;
    }

    .s3-tit h3.active{
        padding-left: 0.46rem;
        background-size: 100%;
    }
    .s3-tit h3 {
        padding-left: 0.45rem;
        padding-right: 0.35rem;
        /* width: 50%; */
        width: 100%;
        /* line-height: 2em; */
    }
    .s3-tit h3 span{
        line-height: 2.5em;
    }
    .s2-l .s2-alist a{
        float: none;
        width: auto;
        display: block;
        margin: 0.25rem 0;
    }
    .s2-l .s2-alist{
        margin: 0.15rem 0 0;
    }
    .s2-l .s2-alist a .s2-atxt h4{
        font-size: 0.26rem;
        line-height: 1.5;
    }
    .s2-l .s2-alist a .s2-atxt p{
        font-size: 0.2rem;
        line-height: 0.42rem;
        height: 1.26rem;
        -webkit-line-clamp: 3;
    }
    .s2-l .s2-alist a .cover_img{
        width: 1.7rem;
        height: 2.1rem;
    }
    .s2-l .s2-alist a .s2-atxt{
        width: calc(100% - 1.95rem);
    }
    .s3-tit h3 span{
        font-size:20px;
        /* width:100%; */
    }
}