/*** 公司业务&&新闻页 ***/
/*bannle图*/
.romana_allPage_area .romana_allPage_text {
    bottom: 40%;
    left: 20px;
}

.alawy_title {
    margin-bottom: 25px;
}

.alawy_title h2 {

}

.romana_allPage_area {
    position: relative;
    height: 258px;
}

.blue_print .thumbnail {
    height: 312px;
}

.blue_print .thumbnail h3 {
    font-size: 16px;
    font-weight: bold;
}

.blue_print .thumbnail .line {
    padding: 15px 0 10px 0;
}

.blue_print .thumbnail .line span {
    display: block;
    height: 2px;
    border-top: 1px solid #e5e5e5;
}

.blue_print .thumbnail .print_item {
    padding-left: 15px;
}

.blue_print .thumbnail .print_item p {
    font-size: 14px;
    margin-bottom: 5px;
}

/*央企全面风险管理组件及映射*/
.risk_management .alawy_title h2 {
    padding-bottom: 18px;
    letter-spacing: 6px;
}

.alawy_title span {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 110px;
    height: 3px;
    background: #fff;
    margin-left: -55px;
}

.risk_management {
    background: #292c34;
}

.risk_management p {
    color: #fff;
}

.risk_management .thumbnail {
    background: transparent;
    border: none;
    text-align: center;
}

.risk_management .thumbnail h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

/*政企产品*/
.product .thumbnail {
    height: 182px;
}

.product .thumbnail:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.product .thumbnail .caption {
    float: left;
    width: 50%;
    text-align: center;
}

.product .thumbnail .caption p.en {
    font-size: 12px;
}

.product .thumbnail .print_item {
    float: left;
    width: 50%;
    margin-top: 15px;
}

.product .thumbnail .caption img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.product .thumbnail .print_item p {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px;
}

/*news*/
.news .thumbnail {
    height: auto;
    border: none;
    background: #f2f2f2;
    border-radius: 0;
    padding-top: 2px;
}

.news .thumbnail h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.news .media {
    padding: 10px 14px;
    background: #f2f2f2;
}

.news .media img {
    max-width: 118px;
    height: 68px;
}

.news .media .media-body p, .news .thumbnail .print_item p {
    font-size: 12px;
    line-height: 22px;
    color: #666;
    margin-bottom: 0
}

/*关于我们*/
.contact_us form label {
    font-size: 14px;
    line-height: 20px;
}

.contact_us .thumbnail {
    border: none;
    padding-top: 22px;
}

.contact_us .thumbnail h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.contact_us .thumbnail p {
    color: #666;
    padding-top: 10px;
    font-size: 14px;
    line-height: 18px;
}

.contact_us .thumbnail .caption p {
    padding-top: 0px;
    font-size: 12px;
    line-height: 16px;
}

/*联合实验室*/
.lab .thumbnail {
    border: none;
}

.lab .thumbnail img {
    margin-bottom: 15px;
}

.lab .title {
    text-align: center;
}

.lab .title p {
    font-size: 12px;
}

.lab .title h3 {
    position: relative;
    display: inline-block;
    font-size: 26px;
    padding-bottom: 12px;
}

.lab .title h3 span {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 110px;
    height: 2px;
    margin-left: -55px;
    background: #444;
}

.lab .info h3 {
    margin-bottom: 15px;
}

.lab .info p {
    color: #666;
    margin-bottom: 18px;
}
.lab .info p.subhead {
    font-size:12px;
    color: #888;
}

/*社会责任*/
.society_duty .thumbnail {
    text-align: center;
    border: none;
    height:192px;
}

/*招聘*/
#join .thumbnail {
    margin-top: 19px;
    border: none;
    position: relative;
}

#join .thumbnail > p {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

#join .thumbnail .caption p {
    font-size: 12px;
    line-height: 14px;
}

#join .thum_logo .thumbnail {
    padding-right: 90px;
}

#join .thum_logo .icon-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 100%;
    margin-top: 20px;
}

#jop_demands .alawy_title {
    margin-bottom: 0px;
}

#jop_demands h3 {
    margin-top: 25px;
}

#jop_demands .caption h3 {
    margin-top: 0px;
    font-size: 20px;
    color: #666;
    padding: 10px 0 15px;
}

#jop_demands .caption p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 0;
}

/*响应式样式*/
@media (min-width: 768px) {
    #welfare .col-sm-2 {
        width: 20%;
    }

}
@media only screen and (max-width: 767px) and (min-width: 0px) {
    #join .thum_logo .icon-btn {
        margin-top: -15px;
    }
    .blue_print .thumbnail {
        height: auto;
    }
}