@charset "utf-8";
.banner{
    position: relative;
}
.banner a{
    display: block;
    position: relative;
}
.banner a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.6rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(84, 103, 97, 0) 100%, rgba(255, 255, 255, 0) 100%);
}
.banner img{
    display: block;
    width: 100%;

}
.banner .page{
    font-size: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: auto;
    bottom: .3rem;
    text-align: center;
}
.banner .page span{
    width: .08rem;
    height: .08rem;
    opacity: 1;
    background: transparent no-repeat 50%;
    border: 1px solid #FFFFFF;
    margin: 0 .18rem;
    position: relative;
    background-size: 100%;
    vertical-align: middle;
}
.banner .page span:before{
    position: absolute;
    content: '';
    top: 50%;
    left: -.34rem;
    width: .3rem;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}
.banner .page span:first-child:before{
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 100%) ;
}
.banner .page span:last-child:after{
    position: absolute;
    content: '';
    top: 50%;
    right: -.34rem;
    width: .3rem;
    height: 1px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 98%) ;
}
.banner .page span.active{
    width: .22rem;
    height: .25rem;
    background-image: url("../images/dots.png");
    border-color: transparent;
    border-radius: 0;
}


.title001{
    position: relative;
}

.tit_box{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.tit_box.mid{
    justify-content: center;
}
.tit_box h2{
    font-size: .34rem;
    color: #323232;
    line-height: 1;
    font-weight: 600;
}
.tit_box p{
    font-size: .16rem;
    line-height: 1;
    color: #A8B6D8;
    margin-left: .05rem;
}
.more{
    position: absolute;
    right: 0;
    bottom: 0;
}
.more a{
    display: block;
    width: .7rem;
    text-align: center;
    font-size: .16rem;
    line-height: .28rem;
    padding-bottom: .06rem;
    background: url("../images/more.png") no-repeat bottom center;
    background-size: .7rem;
}

.container01 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.container01 .left{
    width: 53.1875%;
}

.list1w a{
    display: block;
}
.list1w a .pic{
    padding-top: 5.12rem;
}
.list1w .page{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0;
    text-align: left;
    padding-left: .54rem;
}
.list1w .page span{
    width: .48rem;
    height: .53rem;
    font-size: .2rem;
    color: #fff;
    font-weight: 600;
    line-height: .53rem;
    border-top: .02rem solid #E5B353;
    border-radius: 0;
    margin: 0 .09rem;
    background: linear-gradient(180deg, #3E5AC4 0%, rgba(62, 90, 196, 0) 100%);
    opacity: .5;
    text-align: center;
}
.list1w .page span.active{
    opacity: 1;
}

.container01 .right{
    width: 43.8125%;
}
.container01 .right .con a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container01 .right .con time{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    background: url("../images/s1-img02.png") no-repeat 50%;
    background-size: 100% 100%;
    color: #2068B8;
    text-align: center;
    padding: .06rem;
}
.container01 .right .con time span{
    display: block;
    font-size: .26rem;
    line-height: .3rem;
    font-weight: 600;
}
.container01 .right .con time em{
    font-size: .16rem;
    line-height: .24rem;
    font-weight: 600;
}
.container01 .right .con .txt{
    width: calc(100% - 1.13rem);
}

.container01 .right .con h2{
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: .13rem;
}
.container01 .right .con p{
    font-size: .16rem;
    line-height: .3rem;
    color: #8BADF3;
    height: .6rem;
}
.container01 .right .con{
    padding: .25rem .6rem .32rem .35rem;
    background: url("../images/s1-img03.jpg") no-repeat 50%;
    background-size: cover;
}

.list_box1 li{
    position: relative;
    line-height: .46rem;
    margin-top: .12rem;
}
.list_box1 li:first-child{
    margin-top: .16rem;
}
.list_box1 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .12rem;
    height: .09rem;
    background: url("../images/s1-img04.png") no-repeat 50%;
    background-size: 100%;
}
.list_box1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #2068B8;
    transition: .5s;
}
.list_box1 li a{
    font-size: .2rem;
    color: #323232;
    padding-left: .22rem;
    padding-right: 1.2rem;
    transition: .5s;
}
.list_box1 li time{
    position: absolute;
    right: 0;
    top: 0;
    font-size: .2rem;
    color: #9E9E9E;
    transition: .5s;
}
.list_box1 li:hover:after{
    width: 100%;
}
.list_box1 li:hover:before{
    background-image: url("../images/s1-img05.png");
}
.list_box1 li:hover a,
.list_box1 li:hover time{
    color: #2068B8;
}
.container01 .title001{
    margin-bottom: .4rem;
}
.container01 .wp:after{
    position: absolute;
    content: '';
    right: calc(100% + .11rem);
    bottom: -.66rem;
    width: 1.51rem;
    height: 1.36rem;
    background: url("../images/s1-img06.png") no-repeat 50%;
    background-size: 100%;
}
.container01 .wp:before{
    position: absolute;
    content: '';
    left: -.1rem;
    bottom: -.08rem;
    width: 5.77rem;
    height: .16rem;
    background: url("../images/s1-img07.png") no-repeat 50%;
    background-size: 100%;
}
.container01 .wp{
    padding-bottom: .48rem;
}
.container01 {
    position: relative;
    z-index: 3;
    padding-top: .4rem;
    background: #fff url("../images/container01.png") no-repeat left top;
}

.container02 .left{
    width: 47.6875%;
}
.container02 .left .title001{
    margin-bottom: .4rem;
}
.list_box2 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    padding: .2rem 0;
    transition: .5s;
}

.list_box2 li a time{
    display: block;
    width: 1.24rem;
    padding-right: .1rem;
    text-align: right;
    position: relative;
}
.list_box2 li a time span{
    display: block;
    font-size: .28rem;
    line-height: 1;
    color: #323232;
    margin-bottom: .14rem;
}
.list_box2 li a time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    color: #9E9E9E;
}
.list_box2 li a time:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 1px;
    height: .45rem;
    background: #BFBFBE;
    transform: translateY(-50%);
}
.list_box2 li a .txt{
    width: calc(100% - 1.44rem);
    padding-right: .45rem;
}
.list_box2 li a p{
    font-size: .2rem;
    line-height: .26rem;
    color: #323232;
    height: .52rem;
    transition: .5s;
}
.list_box2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s2-img01.png") no-repeat 50%;
    background-size: cover;
    box-shadow: 0px .04rem .1rem 0px #D5E6F4;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box2 li{
    position: relative;
}
.list_box2 li.show a{
    padding-top: .34rem;
    padding-bottom: .36rem;
}
.list_box2 li.show:after{
    opacity: 1;
    visibility: visible;
}
.list_box2 li.show a p{
    color: #2068B8;
    font-weight: 600;
}
.list_box2 li.show a time span,
.list_box2 li.show a time em{
    color: #2068B8;
}
.list_box2 li.show a time:after{
    background: #2068B8;
}

.list_box2{
    min-height: 5.36rem;
    padding-top: .16rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #DFEEFB 97%);
}

.container02 .right{
    width: 46.875%;
}
.container02 .right .title001{
    margin-bottom: .3rem;
}
.list_box3 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}
.list_box3 li a .pic{
    width: 2.45rem;
    height: 1.5rem;
}
.list_box3 li a .txt{
    width: calc(100% - 2.7rem);
    padding-right: .3rem;
}
.list_box3 li a .txt p{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    transition: .5s;
    margin-bottom: .4rem;
}
.list_box3 li a .txt .time{
    display: flex;
    align-items: flex-start;
}
.list_box3 li a .txt time{
    display: flex;
    align-items: center;
    font-size: .2rem;
    color: #2068B8;
    font-weight: 600;
    font-family: Arial,serif;
    margin-right: .08rem;
    line-height: .24rem;
    width: 1.3rem;
    flex-shrink: 0;
}
.list_box3 li a .txt time img{
    display: block;
    width: .17rem;
    margin-right: .1rem;
}
.list_box3 li a .txt .time .jt{
    display: block;
    width: calc(100% - 1.3rem);
    margin-top: .03rem;
    max-height: .1rem;
}
.list_box3 li{
    margin-bottom: .25rem;
}
.list_box3 li:last-child{
    margin-bottom: 0;
}
.list_box3 li:hover a{
    background: #fff;
}
.list_box3 li:hover .txt p{
    color: #2068B8;
    font-weight: 600;
}
.container02:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 4.95rem;
    height: 5.02rem;
    background: url("../images/s2-img05.png") no-repeat 50%;
    background-size: 100%;
}
.container02{
    position: relative;
    padding-top: .45rem;
    background: url("../images/container02.jpg") no-repeat 50%;
    background-size: cover;
}

.container03 .left{
    width: 47.75%;
}
.container03 .left .title001{
    margin-bottom: .35rem;
}
.container03 .con a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.container03 .con a .pic{
    width: 3.29rem;
    height: 2.08rem;
}
.container03 .con a .txt{
    width: calc(100% - 3.29rem);
    background: #fff;
    padding: .22rem .2rem .26rem .26rem;
}
.container03 .con a h2{
    font-size: .2rem;
    line-height: .24rem;
    color: #323232;
    height: .48rem;
    transition: .5s;
    margin-bottom: .1rem;
    font-weight: 600;
}
.container03 .con a .txt i{
    display: block;
    width: .4rem;
    height: 1px;
    background: #323232;
    margin-bottom: .14rem;
}
.container03 .con a .txt p{
    font-size: .16rem;
    line-height: .26rem;
    color: rgba(50, 50, 50, 0.4);
    height: .52rem;
    margin-bottom: .1rem;
}
.container03 .con a .txt time{
    display: flex;
    align-items: center;
    font-size: .2rem;
    line-height: .24rem;
    color: #9F9F9F;
}
.container03 .con a .txt time img{
    display: block;
    width: .17rem;
    margin-right: .05rem;
}
.container03 .con:after{
    position: absolute;
    content: '';
    right: -.16rem;
    bottom: -.13rem;
    width: .39rem;
    height: .39rem;
    background: url("../images/s3-img03.png") no-repeat 50%;
    background-size: 100%;
}
.container03 .con {
    position: relative;
    margin-bottom: .17rem;
    box-shadow: 0px .04rem .1rem 0px rgba(132, 167, 211, 0.302);
}
.container03 .con:hover a h2{
    color: #2068B8;
}

.list_box4 li{
    position: relative;
    line-height: .7rem;
    z-index: 3;
    padding-left: .2rem;
    padding-right: .15rem;
}
.list_box4 li a{
    font-size: .2rem;
    color: #323232;
    padding-right: 1.25rem;
    transition: .3s;
}
.list_box4 li time{
    position: absolute;
    right: .15rem;
    top: 0;
    font-size: .2rem;
    color: #9E9E9E;
    transition: .5s;
}
.list_box4 li:hover{
    background: linear-gradient(270deg, #2843AD 0%, #0B76BB 100%);
}
.list_box4 li:hover a{
    color: #fff;
}
.list_box4 li:hover time{
    color: #fff;
}
.container03 .right{
    width: 46.875%;
}
.container03 .right .title001{
    margin-bottom: .35rem;
}
.list_box5 li{
    position: relative;
    line-height: .7rem;
    padding-left: .24rem;
    padding-right: .3rem;
    font-size: .2rem;
    border: 1px solid #E8E8E8;
    margin-top: .27rem;
}
.list_box5 li a{
    color: #323232;
    padding-right: 1.2rem;
    transition: .3s;
}
.list_box5 li time{
    position: absolute;
    right: .3rem;
    color: #9E9E9E;
    transition: .5s;
    top: 0;
}
.list_box5 li:first-child{
    margin-top: 0;
}
.list_box5 li:hover a,
.list_box5 li:hover time{
    color: #fff;
}
.list_box5 li:hover{
    border-color: #0B76BB;
    background: linear-gradient(270deg, #2843AD 0%, #0B76BB 100%);
}

.container03{
    padding-top: .52rem;
    padding-bottom: .1rem;
    background: linear-gradient(90deg, #F7FBFF 0%, rgba(255, 255, 255, 0) 100%);
}

.container04 .left{
    width: 47.75%;
}
.list_box6 a{
    display: block;
}
.list_box6 .block1 time{
    display: flex;
    align-items: center;
    font-size: .2rem;
    line-height: .24rem;
    color: #2068B8;
    margin-bottom: .13rem;
}
.list_box6 .block1 time img{
    display: block;
    width: .17rem;
    margin-right: .1rem;
}
.list_box6 .block1 h2{
    font-size: .2rem;
    line-height: .24rem;
    color: #2E2E2E;
}
.list_box6 .block2 h2{
    font-size: .2rem;
    line-height: .3rem;
    color: #323232;
    font-weight: 600;
    margin-bottom: .17rem;
}
.list_box6 .block2 h5{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #999999;
    margin-bottom: .12rem;
}
.list_box6 .block2 h5 img{
    display: block;
    max-width: .18rem;
    margin-right: .08rem;
}
.list_box6 .block2 h5:last-child{
    margin-bottom: 0;
}
.list_box6 .block2 a{
    padding: .18rem .15rem .22rem;
    border-bottom: .02rem solid #2068B8;
    background: #fff;
}
.list_box6 .block2,
.list_box6 li.show .block1{
    display: none;
}
.list_box6 li.show .block2{
    display: block;
}
.list_box6 li{
    margin-bottom: .3rem;
}
.list_box6 li:last-child{
    margin-bottom: 0;
}


.container04 .right{
    width: 46.875%;
}

.miso_hd a{
    display: block;
    border-radius: .2rem;
    overflow: hidden;
    position:relative;
}
.miso_hd a .pic{
    padding-top: 4.02rem;
}
.miso_hd a h3{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    font-size:.2rem;
    line-height:2.3em;
    color:#fff;
    text-align:center;
    background:rgba(0,0,0, 60%);
    padding:0 .2rem;
}
.miso_hd{
    margin-bottom: .2rem;
}
.miso_bd a{
    display: block;
    border-radius: .06rem;
    overflow: hidden;
}
.miso_bd a .pic{
    padding-top: 1.36rem;
}
.miso_bd .swiper-slide{
    transform: scale(.87);
    /*transition: .5s;*/
}
.miso_bd .swiper-slide-active{
    transform: scale(1);
}
.miso_bd{
    padding: 0 .2rem;
    position: relative;
}
.miso_bd .btn{
    width: .27rem;
    height: .27rem;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
    background-size: 100%;
}
.miso_bd .prev{
    left: .2rem;
    background-image: url('../images/s4-img08.png');
}
.miso_bd .next{
    right: .2rem;
    background-image: url('../images/s4-img07.png');
}
.miso_bd .prev:hover{
    background-image: url('../images/s4-img10.png');
}
.miso_bd .next:hover{
    background-image: url('../images/s4-img09.png');
}
.container04 .right .content{
    padding: 0 .34rem;
}
.container04 .title001{
    margin-bottom: .43rem;
}
.container04{
    padding-top: .52rem;
    padding-bottom: .57rem;
    background: url("../images/container04.png") no-repeat 50%;
    background-size: cover;
}

@media screen and (max-width: 1200px){
    .banner{
        margin-top: .75rem;
    }
    .banner .page{
        bottom: .2rem;
    }
}
@media screen and (max-width: 1024px){
    .tit_box h2{
        font-size: .26rem;
    }
    .list1w .page{
        padding-left: .2rem;
    }
    .container01 .title001{
        margin-bottom: .3rem;
    }
    .container01 .right .con{
        padding-left: .25rem;
        padding-right: .25rem;
    }
    .container03 .con a .pic{
        width: 2.6rem;
    }
    .container03 .con a .txt {
        width: calc(100% - 2.6rem);
    }
    .container04 .right .content{
        padding: 0;
    }
}
@media screen and (max-width: 920px){
    .container01 .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .list1w a .pic{
        padding-top: 60.16%;
    }
    .container01 .right{
        width: 100%;
    }
    .container01 .wp:before,
    .container01 .wp:after{
        display: none;
    }
    .container01 .wp{
        padding-bottom: 0;
    }
    .container01{
        padding: .4rem 0;
    }
    .container02 .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .container02 .right{
        width: 100%;
    }
    .container02:after{
        display: none;
    }
    .container02 .left .title001{
        margin-bottom: .3rem;
    }
    .container02{
        padding: .4rem 0;
    }
    .container03 .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .container03 .right{
        width: 100%;
    }
    .container04 .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .container04 .right{
        width: 100%;
    }
    .container04 .title001{
        margin-bottom: .3rem;
    }
    .miso_hd a .pic{
        padding-top: 58.94%;
    }
    .miso_bd a .pic{
        padding-top: 58.94%;
    }
    .list_box5 li{
        padding-right: .2rem;
    }
    .list_box5 li time{
        right: .2rem;
    }
    .container04{
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
    .container03{
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
}
@media screen and (max-width: 768px){
    .list_box2 li.show a{
        padding: .24rem 0;
    }
    .list_box2 li a time span{
        font-size: .25rem;
        margin-bottom: .1rem;
    }
    .list_box2 li a time{
        width: 1rem;
        padding-right: .15rem;
    }
    .list_box2 li a .txt {
        width: calc(100% - 1.2rem);
    }
    .list_box2 li a p{
        line-height: .3rem;
        height: .6rem;
    }
    .container01 .right .con {
        padding: .25rem .2rem;
    }
    .list_box1 li time,
    .list_box4 li time,
    .list_box5 li time{
        font-size: .18rem;
    }
    .list_box3 li a .txt p{
        margin-bottom: .3rem;
    }
    .list_box4 li{
        padding-left: .15rem;
        padding-right: 0;
    }
    .list_box4 li{
        line-height: .62rem;
    }
    .list_box4 li a{
        padding-right: 1.5rem;
    }
    .list_box5 li{
        padding-left: .15rem;
        line-height: .6rem;
        margin-top: .2rem;
    }
    .list_box2 li a .txt{
        padding-right: .2rem;
    }
}


@media screen and (max-width: 480px){
    .container01 .right .con time{
        width: .9rem;
        height: .9rem;

    }
    .container01 .right .con time em{
        font-size: 12px;
    }
    .container01 .right .con{
        padding-left: .1rem;
    }
    .container03 .con a .pic{
        width: 100%;
        height: auto;
        padding-top: 63.22%;
    }
    .container03 .con a .txt{
        width: 100%;
        padding: .2rem;
    }
    .list_box6 li{
        margin-bottom: .2rem;
    }
    .list_box3 li a .pic{
        width: 1.6rem;
        height: 1.2rem;
    }
    .list_box3 li a .txt {
        width: calc(100% - 1.8rem);
        padding-right: 0.2rem;
    }
    .list_box3 li a .txt time,
    .container03 .con a .txt time{
        font-size: .18rem;
    }
    .list_box3 li a .txt p{
        margin-bottom: .2rem;
    }
    .list_box2{
        padding-top: 0;
        min-height: auto;
    }
    .list1w .page span{
        width: 0.38rem;
        height: 0.4rem;
        line-height: 0.4rem;
    }
    .list1w .page{
        padding-left: 0;
    }
}