
/* 35959.css */
#indexPage #mproject #projectlist .projectitem a .project_info .title {
    overflow: visible;
    white-space: inherit;
}

.npagePage #projectlist .projectitem a .project_info .title {
    white-space: inherit;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 定义文本的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}

#indexPage #mteam .content_list li {
    height: auto;
}
#olx_head {
    background: #ff4101;
}
#olx_tel {
    display: none;
}
#olx_tel {
    padding: 20px 20px;
    display: flex;
    align-items: center;
}
#olx_tel svg {
    margin-right: 10px;
}
#olx_tel .email {
    color: #000;
    font-size: 14px;
}

#header ul li.navitem ul.subnav li a {
    text-align: left;
    padding-left: 1em;
}
#indexPage #mteam .summary p.title {
    margin-bottom: 10px;
}
#indexPage #mteam .summary {
    padding-bottom: 20px;
}
#indexPage #mteam .content {
    padding-bottom: 80px;
}
#indexPage #mteam {
    background-size: cover !important;
}
