.banner-box{
    overflow: hidden;
    position: relative;
}
.swiper{
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
}
.banner-box .swiper-pagination-bullet-active{
    background-color: #fff !important;
}
.xxdt{
    width: 380px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.swiper-box{
    width: 380px;
    height: 348px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin-top: 26px;
}
.swiper-box .swiper-slide{
    width: 380px;
    height: 348px;
}
.swiper-box .swiper-slide a{
    position: relative;
}


.swiper-box .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-box .swiper-pagination-bullet-active{
    background-color: #1C62B9 !important;
    /* opacity: 1 !important; */
}
.swiper-box .swiper-pagination-bullet{
    opacity: .36;
    width: 20px;
    height: 20px;
    background: #AABAEC;
    border-radius: 4px;
    opacity: 0.5;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}
.swiper-box .swiper-pagination{
    text-align: right;
}
.news-box{
    width: 380px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
}
.swiper-w{
    display: inline-block;
    width: 380px;
    height: 348px;
    margin-left: 30px;
}
.spot-item{
    display: inline-block;
    width: 367px;
    margin-top: 26px
}
.spot-item a{
    display: block;
    margin-bottom: 32px;
}
.spot-item a:last-child{
    margin-bottom: 0;
}
.spot-item a > p{
    width: 85%;
    display: inline-block;
    font-size: 16px;
    color: #24272C;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}
.spot-item a > p::before{
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #A6B4D6;
    border-radius: 50%;
    margin-right: 10px;
}
.spot-item a > span{
    width: 13%;
    display: inline-block;
    font-size: 14px;
    color: #7D7F81;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}

.title{
    overflow: hidden;
    clear: right;
    
}
.title > div{
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
    color: #2C8DDE;
    padding: 15px 0 20px;
    background-image: url(../images/title-bg.png);
    background-repeat: no-repeat;
    background-position: 0 55px;
    background-size: 100%;
}
.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: 85%;
    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: #2C8DDE;
    margin-right: 10px;
    font-family: '宋体';
}
.item-one a > span{
    width: 13%;
    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: #2C8DDE;
    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: 76%;
    font-size: 16px;
    color: #24272C;
    padding: 27px 0;
    vertical-align: middle;
}

.item-time a{
    display: block;
    width: 375px;
    height: 85px;
    background-image: url(../images/item-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 29px;
    position: relative;
}
.item-time a span{
    position: absolute;
    top: -8px;
    left: 30px;
    font-size: 13px;
    color: #2C8DDE;
}
.item-time a p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 85px;
    padding: 0 15px;
}
.bg{
    /* background-image: url(../images/body-bg.png);
    background-repeat: no-repeat;
    background-size:100% 100%;
    overflow: hidden; */
}