.swiper-box{
    width: 491px;
    height: 392px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin-top: 15px;
}
.swiper-box .swiper-slide{
    width: 491px;
    height: 392px;
}
.swiper-box .swiper-slide a{
    position: relative;
}
.swiper-box .swiper-slide p{
    display: block;
    padding: 0 10px;
    width: 491px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(transparent,#0A2B62);
    height: 118px;
    line-height: 118px;
}
.swiper-box .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-box .swiper-pagination-bullet-active{
    background-color: #fff !important;
    opacity: 1 !important;
}
.swiper-box .swiper-pagination-bullet{
    opacity: .36;
}
.news-box{
    width: 683px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
}
.title{
    border-bottom: 2px solid #E8E7E7;
    clear: right;
    height: 62px;
    position: relative;
}
.title > div{
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
    color: #033992;
    padding: 15px 0;
    border-bottom: 2px solid #033992;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.title > a{
    float: right;
    font-size: 14px;
    color: #AEAEAE;
    margin-top: 25px;
}
.item-one a{
    display: block;
    margin-top: 26px;
}
.item-one a > p{
    width: 90%;
    display: inline-block;
    font-size: 16px;
    color: #24272C;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}
.item-one a > p::before{
    content: '>';
    display: inline-block;
    color: #113B9D;
    margin-right: 10px;
    font-family: '宋体';
}
.item-one a > span{
    width: 8%;
    display: inline-block;
    font-size: 14px;
    color: #7D7F81;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}
.news-2-box{
    width: 551px;
    display: inline-block;
    vertical-align: top;
}
.news-2-box:nth-child(2){
    margin-left: 90px;
}
.item-two > a{
    display: block;
    border-bottom: 1px solid #D6D7D9;
}
.item-two > a > div{
    display: inline-block;
    width: 80px;
    color: #113B9D;
    text-align: center;
    vertical-align: middle;

}
.item-two > a > div > strong,
.item-two > a > div > span{
    display: block;
    font-size: 12px;
}
.item-two > a > div > strong{
    font-size: 22px !important;
}

.item-two > a > p{
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 83%;
    font-size: 16px;
    color: #24272C;
    padding: 28px 0;
    vertical-align: middle;
}
.img-box{
    margin: 30px 0;
}
.img-box a{
    display: inline-block;
    width: 284px;
    height: 206px;
    margin-right: 16px;
}
.img-box a:last-child{
    margin-right: 0 !important;
}
.img-box a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yl-text{
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
    color: #033992;
    vertical-align: middle;
    margin-bottom: 10px;
}
.yl-text::before{
    content: '';
    display: inline-block;
    width: 522px;
    height: 1px;
    background: #1147A0;
    margin-right: 33px;
    vertical-align: middle;
}
.yl-text::after{
    content: '';
    display: inline-block;
    width: 522px;
    height: 1px;
    background: #1147A0;
    margin-left: 33px;
    vertical-align: middle;
}
.yl-list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    color: #BABABA;
}
.yl-list a{
    font-size: 14px;
    color: #979898;
}