
@charset "utf-8";

/* CSS Document */

.mlist.project .container_category a {
    margin-right: 0px;
    text-align: center;
}

.mlist.project .container_category a::after {
    right: 10px;
}

.mlist .container_header .subtitle,
.mlist .container_header .title {
    margin-left: 0;
}




/* 2020/02/27 yyq 修改 */
.mm-listview>li>a {
    color: rgba(0,0,0,0.4);
}
.agent-mobile .mm-listview>li>a.active,
.agent-mobile .team .item_block:hover .title {
    color: #3b3b3b;
}

.agent-mobile #sitecontent .videom .item_block:hover .item_info,
.agent-mobile #category .label, 
.agent-mobile .project .item_block:hover .item_wrapper,
#category .label, .agent-mobile .project .item_block:hover .item_wrapper, 
.cate-title, 
.npagePage.post #postWrapper .item_tags a:hover,
.agent-mobile .mcustomize .contentbody .description a:hover,
.agent-mobile .team_tabs .tab_content .content_list li:hover {
    background-color: #3b3b3b;
}
.agent-mobile .mcustomize .contentbody .description a:hover,
.npagePage.post #postWrapper .item_tags a:hover {
    border-color: #3b3b3b;
}
/* 2020/02/27 yyq 修改 */