/*twoMenu style start*/
/*Honors style start*/
.right_main .banner_about {
    background: url("../images/about/portfolio.png") no-repeat 0 0;
}

.right_main .banner_honorsCon {
    background: url("../images/about/honors.png") no-repeat 0 0;
}

.right_main .banner_clientsCon {
    background: url("../images/about/clients.png") no-repeat 0 0;
}

.right_main .banner_officeCon {
    background: url("../images/about/office.png") no-repeat 0 0;
}

.right_main .banner_departmentsCon {
    background: url("../images/about/departments.png") no-repeat 0 0;
}

.right_main .banner_teamCon {
    background: url("../images/about/team.png") no-repeat 0 0;
}

.right_main .banner_about p {
    padding: 168px 0 0 100px;
    font-size: 30px;
    color: #fff;
}

.honorsCon h5 {
    font-size: 17px;
    margin: 55px 0 40px 0;
    padding-left: 50px;
}

.honorsCon .honorsListCon {
    margin-bottom: 190px;
}

.honorsCon .honorsCon_ten {
    background: url("../images/about/honors.png") no-repeat 28px 0;
}

.honorsCon .honorsList {
    padding: 40px 0 0 131px;
}

.honorsCon .honorsList li,
.PortfolioCon .PortfolioList li {
    margin-bottom: 30px;
}

.honorsCon .honorsList .honors_li,
.PortfolioCon .PortfolioList .honors_li {
    margin-bottom: 0px;
}

.honorsCon .honorsList li p,
.PortfolioCon .PortfolioList li p,
.chineseListCon .chineseClientsList li {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}

.honorsCon .honorsCon_eleven {
    background: url("../images/about/eleven11.png") no-repeat 28px 0;
}

.honorsCon .honorsCon_twelve {
    background: url("../images/about/twelve12.png") no-repeat 28px 0;
}

.honorsCon .honorsCon_thirteen {
    background: url("../images/about/thirteen13.png") no-repeat 28px 0;
}

/*Honors style end*/
/*Portfolio style start*/
.w752 {
    width: 777px !important;
}

.w810 {
    width: 810px !important;
}

.w818 {
    width: 818px !important;
}

/* .PortfolioCon .Portfolio_history {
    background: url("../images/about/history.png") no-repeat 52px 0;
} */

/* .PortfolioCon .PortfolioList {
    padding: 40px 0 0 54px;
} */

.PortfolioCon .PortfolioList li p {
    margin-bottom: 22px;
    color: #585858;
}

.PortfolioCon .clientsList li p {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #585858;
    padding-left: 25px;
}

.PortfolioCon .clientsList li p::before {
    content: "•";
    /* 插入实心圆点符号 */
    color: #333;
    /* 点的颜色 */
    font-size: 16px;
    /* 点的大小 */
    position: absolute;
    left: 10px;
    /* 定位到左边 */
    top: 0;
}

.PortfolioCon .PortfolioList .honors_li p {
    margin-top: 20px;
    margin-bottom: 0px;
    color: #585858;
}

/* .PortfolioCon .Portfolio_services {
    background: url("../images/about/services.png") no-repeat 52px 0;
} */

/* .PortfolioCon .Portfolio_culture {
    background: url("../images/about/culture.png") no-repeat 52px 0;
} */

.PortfolioCon .Portfolio_group {
    margin: 45px 0 78px 0;
    /*width:752px;*/
    height: 511px;
    background: url("../images/about/Portfolio_group.png") no-repeat 52px 0;
}

/*Portfolio style end*/
/*twoMenu style end*/

/*threeMenu style start*/
/*Chinese Clients style start*/
.chineseListCon {
    margin-bottom: 150px;
}

.chineseListCon .chineseClientsList {
    padding-left: 54px;
}

.chineseListCon .chineseClientsList li {
    line-height: 22px;
}

.clients_title {
    margin-top: 10px;
    margin-bottom: 30px;
}

.clients_title .text {
    color: #005667;
    font-size: 18px;
    font-weight: 400;
}

.clients_top {
    margin-top: 20px;
}

/*Chinese Clients style end*/
/*Securities Related Projects style start*/
.srp_dsm .SRPListCon {
    margin-bottom: 0px;
}

/*Securities Related Projects style end*/
/*Foreign Clients style start*/
.foreignListCon {
    margin-bottom: 55px;
}

/*Foreign Clients style end*/
/*threeMenu style end*/

/* 容器限制最大宽度，居中显示 */
.container {
    max-width: 810px;
    margin: 0 auto;
    background: #fff;
}

/* 标题样式 */
.office-title {
    color: #005667;
    /* 图片中的青蓝色 */
    font-size: 18px;
    margin-bottom: 30px;
}

/* 正文段落 */
.office-content p {
    margin-bottom: 15px;
    text-align: justify;
    /* 两端对齐，排版更整齐 */
    font-size: 14px;
    color: #585858;
}

/* 联系方式区域 */
.contact-info {
    margin-top: 35px;
    margin-bottom: 40px;
    /* 底部留白，与下一个板块分开 */
}

.contact-title {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
}

/* 列表样式 */
.contact-list {
    list-style: none;
}

.contact-list li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #666;
}

.departments_list li {
    margin-bottom: 20px;
}

.departments_list li p {
    line-height: 20px;
}

/* 标签样式 (Address, Tel 等) */
.contact-list .label {
    color: #13c2c2;
    /* 青蓝色 */
    display: inline-block;
    width: 70px;
    text-align: right;
}

.contact-list .departments_label {
    width: auto;
    padding-bottom: 10px;
    text-align: left !important;
}

.office_text {
    font-size: 16px;
    font-weight: 600;
    color: #585858;
}