
.ff_indexPage .mlist.imagelink {
    padding: 45px 0;
}

/* ff 2022-08-15 */

/* #region 合作伙伴 */
.imagelink .item_block {
    width: calc(100% / 8 - 10px);
}
.mlist.imagelink .module_container .content_wrapper .item_block:hover .item_wrapper {
    opacity: 1;
}
.mlist.imagelink .module_container .content_wrapper .item_block .item_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.36s ease;
}
.mlist.imagelink .module_container .content_wrapper .item_info {
    display: block;
    max-width: 70%;
}
.imagelink .content_list .item_block .item_wrapper .item_info .subtitle,
.imagelink .content_list .item_block .item_wrapper .item_info .title {
    color: #fff;
}
/* #endregion */
body #navWrapper .content .nav>.navitem>a {
    padding: 0 16px;
    margin: 0 10px;
}
#navWrapper .content .nav .navitem span:before {
    display: flex;
    justify-content: center;
}

.bodyimagelink #sitecontent {
    min-height: 100%;
    box-sizing: border-box;
}
.ff_indexPage .imagelink .item_block {
    float: none;
}

.ff_indexPage .project .item_block,

.agent-pc .npagePage:not(.post) .project .item_block {

    width: calc(100% / 4 - 15px);
}

.bodylist
    .mlist.project
    .module_container
    .content_wrapper
    .item_block
    .item_wrapper,
.ff_indexPage
    .mlist.project
    .module_container
    .content_wrapper
    .item_block
    .item_wrapper {
    padding: 0;
}
.bodylist
    .mlist.project
    .module_container
    .content_wrapper
    .item_block
    .item_des,
.ff_indexPage
    .mlist.project
    .module_container
    .content_wrapper
    .item_block
    .item_des {
    padding: 0;
}

.agent-pc .mlist.project:not(.imagelink) .content_list .item_block .details {
    display: none;
}

.bodylist
    .mlist.project
    .module_container
    .content_wrapper
    .item_block
    .item_des:after,
.ff_indexPage
    .mlist.project
    .module_container
    .content_wrapper
    .item_block
    .item_des:after {
    display: none;
}

.bodylist
    .mlist.project
    .module_container
    .content_wrapper
    .item_block:hover
    .item_wrapper,
.ff_indexPage
    .mlist.project
    .module_container
    .content_wrapper
    .item_block:hover
    .item_wrapper {
    top: 16px;
}
.bodylist .mlist.project .module_container .content_wrapper .item_wrapper,
.ff_indexPage .mlist.project .module_container .content_wrapper .item_wrapper {
    width: calc(100% - 40px);
    height: calc(100% - 130px);
    /* top: 25px; */
    /* opacity: 1; */
    left: 20px;
}

.bodylist .mlist.project .module_container .content_wrapper .item_block .item_wrapper, 
.ff_indexPage .mlist.project .module_container .content_wrapper .item_block .item_wrapper {
    padding: 17px 20px;
}

.mlist.project:not(.imagelink) .content_list .item_info .subtitle {
    display: none;
}

.mlist.project:not(.imagelink) .content_list .item_des .description {
    line-height: 20px;
    height: auto;
}

.bodylist .mlist.project .module_container .content_wrapper .item_block .item_wrapper, 
.ff_indexPage .mlist.project .module_container .content_wrapper .item_block .item_wrapper {
    
    display: flex;
    flex-direction: column;
}

.bodylist .mlist.project .module_container .content_wrapper .item_block .item_des, 
.ff_indexPage .mlist.project .module_container .content_wrapper .item_block .item_des {    
    height: auto;
    overflow: hidden;
    flex: 1 1 auto;
}

.bodylist .mlist.project .module_container .content_wrapper .item_wrapper {
    background: rgba(0, 0, 0, 0.8);
}

.bodylist .mlist.project .content_list .item_block .item_box .item_wrapper .item_des .description {
    color: #fff;
}

/* 2023-12-29 tao start */
.bodylist .mlist.project .module_container .content_wrapper .item_block .item_info_outer, .ff_indexPage .mlist.project .module_container .content_wrapper .item_block .item_info_outer {
  text-align: center;
}

.agent-pc .bodylist .mlist.news .module_container .content_wrapper .item_block .item_box .item_wrapper>.date_wrap{
    display: none;
}
/* 2023-12-29 tao end */
