/* 2019-11-01 10:48:13 */
.bodypage #sitecontent .content_editor,
.bodylistpost #sitecontent .content_editor {
    padding-top: 70px;
}

.project.mlistpost .postContent.content_editor {
    max-width: 100%;
}

.imagelink.ff_slider .module_container {
    max-width: 90%;
    margin: 0 auto;
}

.imagelink .content_list .item_block .item_box:after {
    width: calc(100% - 4px);
    left: 1px;
}

#indexPage .service.ff_slider .item_block {
    width: 100%;
}

/* 2020/03/20 yyq 修改 */
.bodylist.bodyvideom #pageTarget {
    padding: 80px 5% 0;
}
.bodylist.bodyvideom #pageTarget .module_container {
    padding: 50px 0;
}
.bodylist.bodyvideom .npagePage .content {
    padding: 0 5% 80px;
}
.bodylist.bodyvideom .npagePage .tab_content {
    margin-right: -20px;
}
.bodylist.bodyvideom .npagePage .content_list .item_block {
    width: calc(25% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    border: none;
    float: left;
}
.bodylist.bodyvideom .npagePage .content_list .item_block .date_wrap,
.bodylist.bodyvideom .npagePage .content_list .item_block .details {
    display: none;
}

.bodylist.bodyvideom .npagePage .tab_button {
    display: none;
}
.bodylist.bodyvideom .npagePage .tab_content .item_wrapper {
    display: block;
}

#pages a {
    float: none;
}

.ff_indexPage #mcontact .contactinfo .contact_name {
    margin-right: 170px;
}
/* 2020/03/20 yyq 修改 */


/* 2022/01/17 yyq 修改 */
.ff_postPage .news.mlistpost .listWrap {
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 0;
}

.news.mlistpost .content_list .item_img {
    width: 100%;
}
/* 2022/01/17 yyq 修改 */


.mediabody--iframe:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%
}
.mediabody--iframe {
    position: relative;
}
.ff_indexPage .mcustomize .container_content {
    padding: 40px 0;
    overflow: hidden;
}
.mediabody--iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

#indexPage .mcustomize.initlayout .contentbody {
    padding: 40px 0;
}