@charset "utf-8";
.banner img{
    display: block;
    width: 100%;
}
.banner{
    position: relative;
}
.banner .swiper-slide a{
    display: block;
    position: relative;
}

.banner .page{
    font-size: 0;
    bottom: 40px;
}
.banner .page span{
    width: 14px;
    height: 14px;
    margin: 0 10px;
    background: #fff;
    opacity: .5;
}
.banner .page span.active{
    opacity: 1;
}


.title001{
    padding-bottom: 19px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c4c9cf;
}
.title001 .ll{
    display: flex;
    align-items: center;
}
.title001 .ll img{
    display: block;
    width: .58rem;
    margin-right: .14rem;
}
.title001 h2 span{
    display: block;
    font-size: 34px;
    line-height: 1;
    color: #1c458d;
    font-family: 'PingFang-Medium',sans-serif;
}
.title001 h2 em{
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-top: 3px;
    font-family: Arial,sans-serif;
    color: #1c458d;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.title001 .more a{
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 38px;
    color: #1c458d;
    padding: 0 10px 0 18px;
    border: 1px dashed #1c458d;
    border-radius: 50px;
}
.title001 .more a img{
    display: block;
    width: 13px;
    margin-left: 7px;
}

.index-s1 .left{
    width: 680px;
}

.list1w a{
    display: block;
    position: relative;
}
.list1w a .pic{
    height: 440px;
}

.list1w h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    line-height: 80px;
    color: #fff;
    padding: 0 190px 0 30px;
    background: rgba(0, 0, 0, 0.5);
}

.list1w .btn-box{
    position: absolute;
    right: 40px;
    bottom: 25px;
    display: flex;
    align-items: center;
    z-index: 5;
}
.list1w .btn{
    position: static;
    width: 30px;
    height: 30px;
    background: transparent no-repeat 50%/100%;
    transform: none;
}
.list1w .prev{
    background-image: url("../images/prev-1.png");
}
.list1w .next{
    background-image: url("../images/next-1.png");
}
.list1w .prev:hover{
    background-image: url("../images/prev-2.png");
}
.list1w .next:hover{
    background-image: url("../images/next-2.png");
}

.list1w .page{
    font-size: 0;
    position: static;
    margin: 0 10px;
}
.list1w .page span{
    width: 4px;
    height: 4px;
    margin: 0 2px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
}
.list1w .page span.active{
    background: #153e87;
}

.index-s1 .right{
    width: 580px;
}

.list_box1 li a{
    position: relative;
    z-index: 2;
    padding: 16.5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box1 li time{
    display: block;
    width: 116px;
    text-align: center;
    color: #153e87;
    border-right: 1px solid #e0e0e0;
    transition: .5s;
    padding: 1px 0;
}
.list_box1 li time span{
    display: block;
    font-size: 30px;
    line-height: 1;
    font-family: Arial,sans-serif;
    font-style: italic;
    font-weight: 700;
}
.list_box1 li time em{
    display: block;
    font-size: 16px;
    line-height: 1;
    font-family: Arial,sans-serif;
    font-weight: 700;
    margin-top: 5px;
}
.list_box1 li .txt{
    width: calc(100% - 146px);
    padding-right: 35px;
    display: flex;
    align-items: center;
    height: 100%;
}
.list_box1 li h3{
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    max-height: 56px;
    /* font-family: 'PingFang-Medium',sans-serif; */
    transition: .5s;
}
.list_box1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #153e87;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box1 li:before{
    position: absolute;
    content: '';
    right: 16px;
    bottom: 16px;
    border: 7px solid transparent;
    border-bottom-color: #f8b62c;
    border-right-color: #f8b62c;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: .5s;
}
.list_box1 li{
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #e0e0e0;
}
.list_box1 li:last-child{
    border: none;
}
.list_box1 li:hover{
    border-color: #153e87;
}
.list_box1 li:hover time{
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
}
.list_box1 li:hover h3{
    color: #fff;
}
.list_box1 li:hover:after,
.list_box1 li:hover:before{
    opacity: 1;
    visibility: visible;
}

.index-s1 .content{
    margin-top: 33px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index-s1 .title001{
    border:none;
    padding-bottom:0;
}
.index-s1{
    padding: 20px 0 30px;
}

.index-s2 .left{
    width: 620px;
}

.list_box2 li{
    position: relative;
    line-height: 59px;
    font-size: 16px;
    border-bottom: 1px dashed #c4c9cf;
}

.list_box2 li a{
    padding: 0 83px 0px 28px;
    color: #000000;
    /* font-family: 'PingFang-Medium',sans-serif; */
    transition: .5s;
}
.list_box2 li time{
    position: absolute;
    right: 0;
    top: 0;
    color: #cacfd9;
}
.list_box2 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 9px;
    height: 16px;
    background: url("../images/s2-img-1.png") no-repeat 50%/100%;
    transform: translateY(-50%);
}

.list_box2 li:hover a{
    color: #153e87;
}
.list_box2 li:last-child{
    /* border: none; */
}
.list_box2{
    margin-top: 7px;
}

.index-s2 .right{
    width: 620px;
}

.index-s2{
    /* padding: 53px 0; */
    /* background: #f5f7fa; */
}

.index-s3 .left{
    width: 620px;
}
.index-s3 .right{
    width: 620px;
}
.index-s3{
    padding: 30px 0 30px;
}

.index-s4 .left{
    width: 950px;
}

.list_box3 ul{
    display: flex;
    flex-wrap: wrap;
}
.list_box3 li{
    width: 300px;
    margin-left: 25px;
    margin-top: 20px;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.07);
}
.list_box3 li:nth-child(-n+3){
    margin-top: 0;
}
.list_box3 li:nth-child(3n+1){
    margin-left: 0;
}
.list_box3 li a{
    display: block;
    padding: 20px 15px 19px;
    background: #fff;
}
.list_box3 li .pic{
    padding-top: 150px;
}
.list_box3 li h3{
    font-size: 13px;
    line-height: 28px;
    color: #000;
    transition: .5s;
}
.list_box3 li time{
    display: none;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    color: #153e87;
    font-family: Arial,sans-serif;
    margin-top: 11px;
}
.list_box3 li time img{
    display: block;
    width: 17px;
    margin-right: 5px;
}
.list_box3 li time i{
    display: block;
    flex: 1;
    border-top: 1px dashed #d5dde0;
    margin-left: 23px;
}
.list_box3 li .txt{
    margin-top: 13px;
}
.list_box3 li:hover h3{
    color: #153e87;
    font-weight: 700;
}
.list_box3{
    margin-top: 9px;
}

.index-s4 .right{
    width: 310px;
}

.list_box4 a{
    display: block;
}
.list_box4 a .pic{
    padding-top: 127px;
}
.list_box4 li:not(:first-child){
    margin-top: 30px;
}
.list_box4{
    margin-top: 29px;
}
.index-s4{
    padding-bottom: 37px;
}
.index-page{
    background: #fff url("../images/index-page.png") no-repeat bottom center/100% auto;
}
