.ff_postPage .project.mlistpost .content_wrapper #postSlider {
    display: block;
    margin-bottom: 60px;
}
.npagePage .project .container_content {
    padding-top: 0;
}
.ff_postPage .project.mlistpost {
    padding-top: 0;
}
.ff_postPage .project.mlistpost .postContent {
    padding-top: 50px;
}
.ff_postPage .project.mlistpost .listWrap {
    padding-top: 50px;
}
.ff_postPage
    .project.mlistpost
    .content_wrapper
    #postSlider
    + .postContent
    + .listWrap,
.ff_postPage .project.mlistpost .content_wrapper #postSlider + .postContent {
    padding-top: 0;
}



/* 2019/11/04 yyq 修改 */
#sitecontent .npagePage.content_editor .listContent_post .content_wrapper {
    margin-right: -20px;
}

#sitecontent .npagePage.content_editor .item_block {
    width: calc(100% / 4 - 20px);
    height: auto;
    float: left;
    margin: 0 20px 20px 0;
}

#sitecontent .npagePage.content_editor .item_img {
    float: none;
    width: auto;
    margin: 0;
}

#sitecontent .npagePage.content_editor .item_wrapper {
    float: none;
    padding: 24px 0;
    width: auto;
    margin: 0;
}
.content_editor .team:not(.imagelink) .content_list .item_block .details {
    right: 10px;
}
.content_editor .team:not(.imagelink) .content_list .item_info .title {
    text-align: left;
    margin: 30px 0 0;
    padding: 0 10px;
}
/* 2019/11/04 yyq 修改 */
