
/*css */

.mcustomize .wrapper .header {
    padding-top: 80px;
}

.ff_indexPage .news.ff_noSlider .content_list .item_des .description {
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;
}

/* pc */

.agent-pc .news.mlist .content_list .item_block .item_box .item_wrapper:after {
    display: none;
}

@media screen and (max-width: 1800px) {
    .agent-pc .project.mlist .content_list .item_block .item_wrapper .details {
        display: none;
    }
}

@media screen and (max-width: 1500px) {
    .agent-pc .project.mlist .content_list .item_block:hover .item_wrapper {
        padding-top: 62px;
    }
}

@media screen and (max-width: 1366px) {
    .agent-pc .ff_indexPage .project .item_block,
    .npagePage:not(.post) .project .item_block {
        width: calc(100% / 2 - 10px);
    }

    .agent-pc .project.mlist .content_list .item_block .item_wrapper .details {
        display: block;
    }
}

#minLogo img {
    height: 120px;
}

#minLogo img {
    height: auto;

    width: 160px;
}

.ff_topSlider .content_list .item_block p {
    opacity: 1;

    transform: none;
}

/* 2021/08/19 yyq 修改 */
.team .item_block .item_des p {
    display: flex;
    line-height: 24px;
}
.team .item_block .item_des .l {
    flex: 0 0 auto;
}
/* 2021/08/19 yyq 修改 */

.agent-mobile #sitecontent .npagePage .project .item_block {
    width: 100%;
}



/* 2024-8-19 tao start */
.agent-pc .contact_zip{
    display: none;
}
/* 2024-8-19 tao end */