
.bg{
    background-image: url(../images/content-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100% 100%;
}
.title{
    position: relative;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 22px;
    height: 43px;
    line-height: 43px;
    color: #FFFFFF;
    background: url(../images/title-bg.png) no-repeat;
    background-size: contain;
    font-weight: bold;
    font-size: 22px;
    text-indent: 16px;
}
.title span{
    color: #FFEA00;
}

/* .title img{
    padding-bottom: 15px;
} */
.title > .more{
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
    color: #2078C9;
}
.bwcx{
    background: url(../images/bwcx-bg.png) no-repeat !important;
}
.bwcx strong{
    font-weight: bold;
    font-size: 16px;
    color: #A6651B;
    vertical-align: super;
}
.bwcx .more{
    color: #A6651B;
}
.swiper-box{
    width: 717px;
    height: 429px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin-top: 41px;
}
.swiper-container-1{
    width: 717px;
    height: 429px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* margin-left: 20px; */
}
.swiper-box .swiper-slide{
    width: 717px;
    height: 429px;
    background: #F0F0F0;
    position: relative;
}
.swiper-box .swiper-slide a{
    position: relative;
}
.swiper-box .swiper-slide img{
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
    vertical-align: top;
}
.swiper-box .swiper-slide  > a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.swiper-box .swiper-slide  > a > p{
    display: inline-block;
    width: 717px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px 10px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    padding-right: 150px;
}

.swiper-box .swiper-pagination{ 
    top: 389px;
    height: 20px;
    text-align: right;
    /* left: -33px !important; */
 }
.swiper-box .swiper-pagination-bullet-active{
    background: #2078C9!important;
    opacity: 1 !important;
    color: #FFFFFF !important;
}
.swiper-box .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    color: #fff;
    opacity: 1;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}


.ggtz-box{
    width: 460px;
    display: inline-block;
    vertical-align: top;
    margin-top: 41px;
    margin-left: 18px;
}

.item-two {
    /* padding: 20px 30px; */
    display: inline-block;
    width: 460px;
    vertical-align: top;
}
.item-two > a{
    display: block;
    margin-bottom: 23px;
    clear: both;
}
.item-two > a > p{
    width: 345px;
    font-size: 14px;
    color: #24272C;
    line-height: 27px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.item-two > a > p::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #2078C9;
    border-radius: 50%;
    margin: 0 10px 3px 0;
}
.item-two > a > span{
    width: 85px;
    font-weight: 400;
    font-size: 15px;
    color: #ABAFB6;
    text-align: right;
    float: right;
    line-height: 24px;
}


.list-box{
    width: 384px;
    display: inline-block;
    vertical-align: top;
}
.list-box:nth-child(2){
    /* margin-left:37px; */
    margin: 0 19px;
}
.list-box > a{
    display: block;
    margin-bottom: 39px;
}
.a-item a{
    display: block;
    width: 100%;
    /* margin-bottom: 20px; */
    padding: 10px 0;
    border-bottom: 1px solid rgba(87, 87, 87, 0.1);
}
.a-item a > p{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 302px;
    font-size: 15px;
    color: #1F2123;
    line-height: 31px;
    vertical-align: middle;
}
/* .a-item a > p::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: rgba(241, 123, 10, 1);
    border-radius: 50%;
    margin-right: 9px;
    vertical-align: middle;
} */
.a-item a > span{
    display: inline-block; 
    width: 77px;
    font-size: 14px;
    color: #A9A9A9;
    vertical-align: middle;
    text-align: right;
}







.item-two-t > a{
    display: block;
    /* margin-bottom: 12px; */
    border-bottom: 1px solid rgba(214, 215, 217, .5);
    padding: 9px 0;
}
.item-two-t > a > div{
    display: inline-block;
    width: 55px;
    height: 49px;
    color: #113B9D;
    text-align: center;
    vertical-align: middle;
}
.item-two-t > a > div > strong,
.item-two-t > a > div > span{
    display: block;
    font-size: 10px;
    background: #D2F1FF;
    color: #2078C9;
    padding: 3px 0;

}
.item-two-t > a > div > strong{
    font-size: 22px !important;
    background: #2078C9;
    color: #FFFFFF;
    padding: 3px 0;
}

.bwcx-bg > a > div > strong,
.bwcx-bg> a > div > span{
    background: #FFF2BC;
    color: #AD6416;
}
.bwcx-bg > a > div > strong{
    background: url(../images/time-bg.png) no-repeat;
    color: #fff;
    background-position: top;
    background-size: 100% 100%;
}

.item-two-t > a > p{
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 510px;
    font-size: 16px;
    color: #24272C;
    padding: 14px 0;
    vertical-align: middle;
    margin-left: 15px;
}



