﻿@charset "utf-8";

.banner a{
    display: block;
    position: relative;
}
.banner .swiper-slide img{
    display: block;
    width: 100%;
}

.title001{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #064fc0;
}
.title001 h3{
    font-size: .36rem;
    line-height: .8rem;
    color: #111111;
    position: relative;
}
.title001 h3:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: .7rem;
    height: .05rem;
    background: #064fc0;
}
.title001 .more{
    display: flex;
    align-items: center;
    font-size: .14rem;
    line-height: .24rem;
    color: #064fc0;
}
.title001 .more img{
    display: block;
    width: .1rem ;
    margin-top: -.02rem;
    margin-left: .1rem;
}
.home1 .content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.home1 .left{
    width: 53.6%;
}

.list1w a{
    display: block;
    position: relative;
}
.list1w a .pic{
    padding-top: 4.8rem;
}
.list1w a h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .18rem;
    font-size: .18rem;
    line-height: .3rem;
    color: #fff;
    padding: 0 1.6rem 0 .2rem;
    z-index: 5;
}
.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.04rem;
    background: url("../images/s1-img02.png") repeat-x bottom center/auto 99%;
}

.list1w .page{
    font-size: 0;
    width: auto;
    left: auto;
    right: .26rem;
    bottom: .27rem;
}
.list1w .page span{
    width: .08rem;
    height: .08rem;
    margin: 0 .08rem;
    background: #fff;
    opacity: 1;
}
.list1w .page .active{
    background: #064fc0;
}

.home1 .right{
    width: 43.83%;
}
.list_box1 a{
    display: block;
    padding: .2rem 0;
}
.list_box1 a .top{
    position: relative;
    margin-bottom: .08rem;
}
.list_box1 a .top h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #000000;
    padding-right: 1.15rem;
    transition: .5s;
}
.list_box1 a .top time{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: .14rem;
    line-height: .3rem;
    color: #606060;
}
.list_box1 a p{
    font-size: .14rem;
    line-height: .24rem;
    color: #606060;
    height: .48rem;
}
.list_box1 li{
    border-bottom: 1px solid #cecece;
}
.list_box1 a:hover .top h3{
    color: #064fc0;
}

.home1 .title001{
    margin-bottom: .27rem;
}
.home1{
    padding: .65rem 0 .7rem;
    background: url("../images/home1.jpg") no-repeat bottom center/cover;
}

.home2 .left{
    width: 47.23%;
}

.list_box2 li a{
    padding: .19rem 0 .17rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: .5s;
}
.list_box2 li time{
    width: .9rem;
    height: .76rem;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: .5s;
}
.list_box2 li time span{
    display: block;
    font-size: .3rem;
    line-height: 1;
    color: #323232;
    font-weight: 700;
    margin-bottom: .09rem;
}
.list_box2 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    color: #6a6a6a;
}
.list_box2 li .txt{
    width: calc(100% - 1.02rem);
    padding-right: .55rem;
}
.list_box2 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #010101;
    margin-bottom: .08rem;
}
.list_box2 li p{
    font-size: .14rem;
    line-height: .26rem;
    color: #5e5e5e;
    height: .52rem;
}

.list_box2 li:hover time{
    background: #064fc0;
}
.list_box2 li:hover time span{
    color: #fff;
}

.list_box2 li:hover time em{
    color: #f2f2f2;
}
.list_box2 li:hover h3,
.list_box2 li:hover p{
    color: #ffffff;
}
.list_box2 li:hover a{
    background: #064fc0;
}

.home2 .right{
    width: 47.11%;
}

.list_box3 li a{
    display: block;
    padding: .24rem 0 .16rem;
}
.list_box3 li time{
    display: block;
    width: .8rem;
    font-size: .12rem;
    line-height: .24rem;
    color: #fff;
    background: #064fc0;
    text-align: center;
    margin-bottom: .1rem;
}
.list_box3 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #000000;
    transition: .5s;
}
.list_box3 li{
    border-bottom: 1px solid #d3d3d3;
}
.list_box3 li:hover h3{
    color: #064fc0;
}
.list_box3{
    border-top: 1px solid #d3d3d3;
}
.home2 .title001{
    margin-bottom: .37rem;
}

.home2 {
    padding: .7rem 0 .75rem;
    background: url("../images/home2.jpg") no-repeat bottom center;
    background-size: cover;
}
.home3 .content{
    margin-bottom: .47rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home3 .left{
    width: 47.23%;
}

.list_box4 li{
    position: relative;
    line-height: .78rem;
    border-bottom: 1px solid #cecece;
}
.list_box4 li a{
    font-size: .18rem;
    color: #010101;
    padding-right: 1.1rem;
    padding-left: .17rem;
}
.list_box4 li time{
    position: absolute;
    right: 0;
    top: 0;
    font-size: .18rem;
    color: #404040;
}
.list_box4 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .04rem;
    height: .04rem;
    background: #a7a7a7;
    border-radius: 50%;
    transition: .5s;
}
.list_box4 li:hover a,
.list_box4 li:hover time{
    color: #064fc0;
}
.list_box4 li:hover:before{
    background: #064fc0;
}
.home3 .right{
    width: 47.23%;
}

.list2w a{
    display: block;
}
.list2w a .pic{
    padding-top: .74rem;
}

.list2w{
    padding: .1rem .27rem .06rem;
    margin: 0 -.27rem;
    background: #fff;
}

.home3{
    padding: .75rem 0 .5rem;
    background: url("../images/home3.jpg") no-repeat bottom center/cover;
}

@media (max-width: 1199px){
    .banner{
        margin-top: .75rem;
    }
}
@media (max-width: 1025px){
    .title001 h3{
        font-size: .26rem;
        line-height: .58rem;
    }
    .title001 h3:after{
        height: .02rem;
    }
    .home1 .left{
        width: 100%;
        margin-bottom: .2rem;
    }
    .list1w a .pic {
        padding-top: 57.55%;
    }
    .home1 .right{
        width: 100%;
    }
    .list_box1 a{
        padding: .15rem 0;
    }
    .home1{
        padding: .25rem 0 .4rem;
    }
    .home2 .left{
        width: 100%;
        margin-bottom: .2rem;
    }
    .home2 .title001{
        margin-bottom: .25rem;
    }
    .list_box2 li a{
        padding: .15rem 0;
    }
    .list_box2 li p{
        font-size: .16rem;
    }
    .list_box2 li .txt{
        padding-right: .2rem;
    }
    .home2 .right{
        width: 100%;
    }
    .list_box3 li a{
        padding: .15rem 0;
    }
    .list_box3 li time{
        margin-bottom: .05rem;
    }
    .home2{
        padding: .25rem 0 .4rem;
    }
    .home3 .left{
        width: 100%;
        margin-bottom: .3rem;
    }
    .list_box4 li{
        line-height: .68rem;
    }
    .home3 .right{
        width: 100%;
    }
    .home3 .content{
        margin-bottom: .3rem;
    }
    .list2w a .pic{
        padding-top: 20.67%;
    }
    .home3{
        padding: .25rem 0 .4rem;
    }
}
@media (max-width: 769px){
    .list1w a h3{
        bottom: .1rem;
        padding: 0 1rem 0 0.1rem;
    }
    .list1w .page{
        right: 0.1rem;
        bottom: .2rem;
    }
    .list_box3 li time{
        width: 1rem;
        line-height: 2;
    }
    .list_box1 a .top h3{
        padding-right: .85rem;
        font-size: .18rem;
    }
    .home1 .left{
        margin-bottom: .15rem;
    }
    .list_box2 li time{
        width: .8rem;
    }
    .list_box2 li h3{
        font-size: .18rem;
        margin-bottom: .03rem;
    }
    .list_box2 li .txt {
        width: calc(100% - .95rem);
    }
    .list_box3 li h3{
        font-size: .18rem;
    }
    .list_box4 li a{
        padding-right: .6rem;
    }
}