<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* 团队信息页面样式 开始 */
/* .team_cell{
    display: flex;
    position:relative;
} */
/* .team_cell a{
    position:absolute;
    right:5px;
    bottom:10px;
} */
.team_cell .btn-info{
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}
.team_cell .btn-lg{
    padding: 5px 12px;
}
.team_cell_photo{

}
.team_cell_info{
    text-align: center;
    padding: 8px 0px 6px 0px;
}
.team_cell_info span{
    font-size:24px;
    color:#333;
    font-weight: 600;
    letter-spacing: 2px;
}
.team_cell_info small{
    font-size:16px;
    color:#333;
    padding:15px 0px 0px 0px;
    line-height:30px;
}
blockquote small:before {
    content: ''!important;
}
.team_title{
    font-size:28px;
    color:#333;
    padding: 20px 0px 20px 0px;
    font-weight:600;
}
.team_title2{
    font-size: 24px;
    color: #7c7c7c;
    padding: 15px 0px 15px 10px;
    margin: 20px 0px 20px 0px;
    font-weight: 600;
    background-color: #f9f9f9;
}
.our_team{
    text-align: center;
}
.team_cell_wrap{
    display: flex;
    flex-wrap: wrap;
}
.team_cell_wrap blockquote{
    border-left: 0px solid transparent !important;
    padding: 10px 0px 15px 0px !important;
    margin: 0px 140px 0px 0px;
}
.team_cell_a{
    text-align: center;
}
.team_cell_infoen{
    text-align: center;
    padding: 8px 0px 6px 0px;
}
.team_cell_infoen span{
    font-size:18px;
    color:#333;
    font-weight: 600;
}
html, body{
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
/* 团队信息页面样式 结束 */</pre></body></html>