.dj-banner {
    width: 100%;
    height: 400px;
}

.dj-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.logo{
    width: 32%;
    display: flex;
    align-items: center;
}
.dj-box {
    width: 49%;
    height: 418px;
    background: #fff;
    box-shadow: 5px 3px 6px 2px rgba(99, 99, 99, 0.1);
    margin-bottom: 27px;
    padding-top: 21px;
    padding-bottom: 50px;
    padding-right: 34px;
    padding-left: 23px;
}

.title {
    font-size: 20px;
    color: #A8070F;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xxjy-nr {
    display: flex;
    justify-content: center;
    padding-top: 34px;
}

.xxjy-nr-li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.xxjy-nr-li:first-of-type {
    margin-right: 52px;
}

.xxjy-nr-li-img {
    width: 258px;
    height: 113px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 26px;
}

.xxjy-nr-li-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xxjy-nr-li-img span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.more {
    font-size: 14px;
    color: #000000;
}
.dangjian_more{
    font-size: 20px;
    color: #A8070F;
}

.dj-li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 16px;
    position: relative;
    margin-bottom: 18px;
}

.dj-li:last-of-type {
    margin-bottom: 0;
}

.dj-li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FF7F4D;
    display: block;
    margin-right: 5px;
    position: absolute;
    left: 5px;
}

.dj-li-title {
    width: 63%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
    font-size: 16px;
    /*display: flex;*/
    align-items: center;
}

.dj-li-time {
    font-size: 14px;
    color: #999999;
}

/*党建导航*/
.dangjian_header{
    display: flex;
    align-items: center;
}
.header_right{
    width: 822px;
    /*width: 777px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.header_right li {
    width: 100px;
    /*width: 106px;*/
    height: 34px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-right: 28px;*/
    margin-right: 14px;
    margin-bottom: 4px;
}
.header_right li.active{
    background: #CF8D37;
}
.header_right li:nth-child(7n) {
    margin-right: 0;
}

/*.header_right li:nth-child(6n) {*/
/*    margin-right: 0;*/
/*}*/

.header_right li a {
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
    align-items: center;
    justify-content: center;
}
.mobile-headerwrap{
    display: none;
}
@media screen and (max-width: 768px){
    .mobile-headerwrap{
        display: block;
    }
    .dangjian_header{
        display: none;
    }
    .dj-banner{
        height: 120px;
    }
    .dj-box{
        width: 100%;
        height: auto;
    }
    .xxjy-nr{
        flex-direction: column;
    }
    .xxjy-nr-li{
        margin-bottom: 10px;
    }
    .xxjy-nr-li:first-of-type{
        margin-right: 0;
    }
    .xxjy-nr{
        padding-top: 0;
    }
    .xxjy-nr-li-img{
        margin-bottom: 6px;
    }
}