
/* 2023-5-29 tao start */
.agent-pc .ff_indexPage .project.mlist .container_content{
    float:none;
    top:0;
    width:100%;
    clear:both;
    padding-top:40px;
}
.agent-pc .ff_indexPage .project .item_block{
    width: calc(100% / 4 - 15px);
    margin-right: 15px;
    margin-bottom: 20px;
}
.agent-pc .ff_indexPage .project.mlist .module_container .container_category >a{
    display: inline-block;
    margin: 0 5px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
    position:relative;
}
.agent-pc .ff_indexPage .project.mlist .module_container .container_category >a span::before{
    content: "";
    width: 0;
    height: 1px;
    background-color: #777;
    position: absolute;
    left: 20%;
    top:auto;
    bottom: 0;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.agent-pc .ff_indexPage .project.mlist .module_container .container_category >a.active span::before,.agent-pc .ff_indexPage .project.mlist .module_container .container_category >a:hover span::before{
    width: 60%;
    height: 1px;
    background-color: #777;
}
.agent-pc .ff_indexPage .project.mlist .module_container .container_category >a.ff_more:after{
    left:0;
    width:100%;
}
/* 2023-5-29 tao end */

/* 2023-6-2 tao start  */
.agent-pc .ff_indexPage .project.module{
    padding-top:100px;
}
.agent-pc .ff_indexPage .project.mlist .module_container .container_category{
    float:right;
    padding-top:0;
    white-space: nowrap;
    width:auto;
}
.agent-pc .project.mlist .content_list .item_block .item_box .item_wrapper{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    box-sizing: border-box;
    padding:14px 10px;
}
.agent-pc .project.mlist:not(.imagelink) .content_list .item_info .subtitle{
    display: none;
}
.agent-pc .project.mlist .content_list .item_block .item_box .item_wrapper .item_info .date_wrap{
    display:block;
}
.agent-pc .project.mlist:not(.imagelink) .content_list .details{
    display: none;
}
.agent-pc .project.mlist .content_list .item_block .item_box .item_wrapper .item_info .date_wrap{
    float:none;
}
.agent-pc .project.mlist .content_list .item_block .item_box .item_wrapper .item_info .date_wrap *{
    display: none;
}
.agent-pc .project.mlist .content_list .item_block .item_box .item_wrapper .item_info .date_wrap .year{
    display: block;
    color:#fff;
    line-height:1;
    margin-bottom:6px;
    font-weight:bold;
}
.agent-pc .mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper{
    opacity: 1;
}
.agent-pc .ff_indexPage #meditor{
    padding-bottom:0;
}
/* 2023-6-2 tao end */

/* 2023-7-13 tao start */
.agent-pc .ff_pageList .news .content_list .item_block .item_box .item_wrapper .item_info .date_wrap{
    opacity: 1;
    bottom:0;
}
.agent-pc .news.mlist:not(.imagelink) .content_list .item_block .details .fa-angle-right:before {
    opacity: 1;
    left: 50px;
}
.agent-pc .mlist:not(.imagelink) .content_list .item_des .description{
    max-height:52px;
    height:auto;
}
.agent-pc .mlist:not(.imagelink) .content_list .details{
    margin-bottom:20px;
}
.agent-pc .news.mlist:not(.imagelink) .content_list .item_block .details .fa-angle-right:before{
    top:2px;
}
/* 2023-7-13 tao end */

/* 2023-7-21 tao start */
.agent-pc .ff_indexPage .project.mlist .container_header{
    float:left;
}
.agent-pc .ff_sitecontent .module .module_container{
    width:90%;
    max-width:none;
}
.agent-pc .mlist:not(.imagelink) .content_list .item_info .title{
    color:#fff;
    font-family: "MicrosoftYaHei";
}
.agent-pc .mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_info .title{
    color:#fff;
}
.agent-pc .mlist:not(.imagelink) .content_list .item_mask{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background-color:rgba(0,0,0,.3);
    transition:all .3s ease;
}
.agent-pc .mlist:not(.imagelink) .content_list .item_block:hover .item_mask{
    background-color:rgba(0,0,0,.8);
}
.agent-pc .npagePage:not(.post) .project .item_block{
    width:calc(100% / 4 - 15px);
    margin-right:15px;
}
/* 2023-7-21 tao end */