.content__box {
    /*margin-bottom: 23px;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.zxdt{
    width: 1300px;
    margin-bottom: 22px;
}

.zxdt__content{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.zxdt__left{
    width: 660px;
    height: 366px;
    background: #CACED2;
    border-radius: 8px;
}
.zxdt__left-slide{
    width: 660px;
    height: 366px;
    position: relative;
}
.zxdt__left img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.zxdt__right{
    height: 366px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top:1px solid #EAEAEA;
}
.zxdt__news{
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 16px;
    color: #252525;
    width: 565px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #EAEAEA;
    position: relative;
    text-indent: 32px;
}
.zxdt_news_link{
    color: inherit;
}
.zxdt__news::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 16px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 12px solid #C0C0C0;
    transform: translateY(-50%);
    
}
.zxdt__news-active{
    color: #0E60AA;
    background: #F6F8FA;
    border-radius: 8px;
}
.zxdt__news-active::after{
    border-left: 12px solid #0064af;
}
.gjgn{
    width: 640px;
}
.gjgn__content__box{
    padding: 20px 16px;
}
.gjgn__content__box-active{
    background: linear-gradient(90deg, #1D7BD1, #0E60AA);
    border-radius: 8px;
    
}
.gjgn__content__box-active>.gjgn__title,.gjgn__content__box-active>.gjgn__news{
    color:#fff;
}
.gjgn__content__box-active>.gjgn__title:hover,.gjgn__content__box-active>.gjgn__news:hover{
    color:#fff;
}

.rdxx{
    width: 640px;
}
.rdxx_content{
    display: flex;
    flex-direction: column;
}
.rdxx__img{
    width: 100%;
    height: 300px;
    background: #CACED2;
    border-radius: 8px;
}
.rdxx__title{
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 16px;
    color: #252525;
    margin: 28px 0 12px ;
}
.rdxx__date{
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 14px;
    color: #5A6875;
    padding: 0px 0 16px;
}
.dizhou{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    width: 1300px;
}
.dizhou__swiper{
    width: 20px;
    height: 34px;
    background: #78B4F0;
    border-radius: 4px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.dizhou__container{
     width: 1250px;
}
.dizhou__wrapper{
    height:114px;
    display: flex;
    justify-content: space-between;
}
.window__dizhou_box{
    border-radius: 8px;
}

.dizhou__img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.jkfc{
    /*margin-top: 22px;*/
    width: 1300px;
}
.jkfc__content{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.jkfc__sp{
    width: 610px;
    height: 353px;
}
.jkfc__sp>a>img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border-radius: 8px;
}
.jkfc__sp>a>p>video{
    width: 100%;
    height: 353px;
    border-radius: 8px;
}



.news__swiper__span {
    position: absolute;
    bottom: 1rem;
    left: 2rem;
    letter-spacing: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    color:#fff;
}
