/* 公用 开始*/
.bg_white {
    background-color: #ffffff;
}
/* 公用 结束*/

/* bank.html */
.content_box {
    background-color: #f9f9f9;
}
.service_content_box {
    margin-top: 100px;
    padding-bottom: 160px;
}
.service_content_title {
    width: 170px;
    font-size: 1.9em;
    font-weight: 700;
    color: #3F66A6;
    margin: 0px auto 60px;
    background-image: url(/images/product_and_service/vector.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    background-size: 26px 32px;
    padding-left: 40px;
}
.service_content_detail {
    width: 1300px;
    margin: 0px auto;
    letter-spacing: 2px;
}
.service_content_detail p {
    font-size: 1.11em;
    font-weight: 400;
    text-align: justify;
    color: #2c2c2c;
    line-height: 48px;
}

/* stock_investment.html */
.stock_detail_box {
    padding: 80px;
}
.stock_detail_left {
    display: inline-block;
    width: 50%;
    float: left;
    padding-right: 15px;
}
.stock_detail_title {
    font-size: 1.6em;
    font-family: "Source Han Sans CN", "Source Han Sans CN-Bold" !important;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 15px;
}
.stock_detail_content p {
    font-size: 1.11em;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    color: #5f5f5f;
    line-height: 40px;
    text-align: justify;
}
.stock_detail_list {
    margin-top: 50px;
}
.stock_detail_list p {
    font-size: 1.11em;
    font-family: "Source Han Sans CN", "Source Han Sans CN-Medium" !important;
    font-weight: 500;
    color: #2c2c2c;
    line-height: 35px;
    margin-bottom: 0px;
}
.stock_detail_right {
    display: inline-block;
    width: 50%;
    float: left;
}