
/* 2023-4-10 tao start */
.agent-mobile .more_btn{
    width: 120px;
    position: relative;
    display: block;
    margin:0 auto;
    padding: 10px 30px;
    color: #9e9e9e;
    border: 1px solid #9e9e9e;
    transition: all 0.3s linear;
    z-index: 1;
    text-align:center;
    margin-top:20px;
}
.agent-mobile .mlist.project .container_header{
    position:relative;
}
.agent-pc .mlist.project .container_header .project_head_btn{
    position:absolute;
    top:38px;
    right:20px;
    color:#fff;
    font-size:14px;
}
/* 2023-4-10 tao end */

/* 2023-5-18 tao start */
.agent-pc .mlist.team .content_list .item_block .item_img .icon{
    display: none;
}
/* 2023-5-18 tao end */