.caption p::after{
    background: linear-gradient(270deg, rgba(219,157,63,0) 0%, rgba(219,157,63,0.48) 40%, #DB9D3F 100%) !important;
}

.width1600 {
    max-width: 1920px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 8.3% !important;
    padding-right: 8.3% !important;
}

.crumbs {
    position: relative;
    z-index: 8;
}


/* 内容 党的建设 */
.partyBuilding.news-content {
    position: relative;
    padding: 71px 0;
    background: url(../img/bag1.png) no-repeat;
    background-size: cover;
}

.partyBuilding .new-box {
    /* width: 1600px; */
    /* margin: 0 auto; */
    margin-bottom: 40px;
    border-radius: 18px;
    /* padding: 20px 0; */
    padding: 1.3% 40px 1.3% 20px;
    background: #FFFFFF;
    align-items: center;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 1px solid #E4E6E9;
    /* justify-content: center; */
    box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.03);
}

.partyBuilding .new-box .news-box-left {
    width: 20.3%;
    margin-right: 1.9%;
}

.partyBuilding .new-box .news-box-left img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
}

.partyBuilding .news-box-right {
    flex: 1;
    margin-right: 2.6%;
    /* width: 1105px;
    height: 208px; */
}

.partyBuilding .news-box-right span {
    color: #4E5056;
    margin: 25px 0;
    display: inline-block;
}

.partyBuilding .news-box-right .title {
    align-items: center;
    line-height: 1.5;
    font-weight: bold;
    color: #45474D;
    margin-bottom: 10px;
}

.partyBuilding .new-box:hover .news-box-right .title {
    color: #004DA1;
}

.partyBuilding .news-box-right .content {
    color: #4E5056;
    ;
    line-height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.partyBuilding .new-box .leftimgs {
    width: 3.2%;
    padding-top: 3.2%;
    position: relative;
    background: url(../img/more-right.png) no-repeat;
    background-size: 100% 100%;

}

.partyBuilding .new-box:hover .leftimgs {
    background: url(../img/more-right-active.png) no-repeat;
    background-size: 100% 100%;
}

.switchimg {
    text-align: center;
    margin-top: 59px;
    display: flex;
    justify-content: center;
}

.switchimg>div {
    width: 3.1%;
    padding-top: 3.1%;
    position: relative;
}

.switchimg :nth-child(1) {
    background: url(../img/more-left.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 2.5%;
}

.switchimg :nth-child(1):hover {
    background: url(../img/more-left-active.png) no-repeat;
    background-size: 100% 100%;
}

.switchimg :nth-child(2) {
    background: url(../img/more-right.png) no-repeat;
    background-size: 100% 100%;
}

.switchimg :nth-child(2):hover {
    background: url(../img/more-right-active.png) no-repeat;
    background-size: 100% 100%;
}

@media only screen and (max-width: 768px) {
    .switchimg {
        margin-top: 20px;
    }

    .switchimg>div {
        width: 8.3%;
        padding-top: 8.3%;
    }

    .detailedList>div:nth-of-type(2n) {
        padding-left: 0;
    }

    .switchimg :nth-child(1) {
        margin-right: 20px;
    }
    .partyBuilding.news-content{
        padding: 30px 0;
    }
    .partyBuilding .new-box{
        flex-direction: column;
    }
    .partyBuilding .new-box .news-box-left{
        width: 100%;
        margin-right: 0;
    }
    .partyBuilding .new-box{
        padding:20px;
        margin-bottom: 20px;
    }
    .partyBuilding .new-box .leftimgs{
        display: none;
    }
    .partyBuilding .news-box-right span{
        margin: 15px 0;
    }
}