

/* 公共服务 */

.publicService {
    width: 100%;
    background: rgba(243, 246, 255, 1);
    padding: 40px 0 60px;
}

.publicService .publicService-title h1 {
    text-align: center;
    font-size: 22px;
    font-family: 微软雅黑;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 20px;
}

.publicService .publicService-title .contens {
    text-indent: 36px;
    font-size: 17px;
    font-family: 微软雅黑;
    font-weight: 400;
    /*color: rgba(51, 51, 51, 1);*/
    color: #666;
    line-height: 38px;
}

.laboratory {
    width: 1200px;
    padding-left: 200px;
    padding-bottom: 50px;
    /* background-color: #fff; */
}

.laboratory .laborat {
    margin-top: 60px;
}

.laboratory_left {
    width: 600px;
}

/*.laboratory_left:hover{*/
    /*background: #ccc;*/
/*}*/
/*.laboratory_right:hover{*/
    /*background: #ccc;*/
/*}*/
.laboratory_left h2 {
    margin-top: 30px;
    font-size: 20px;
    font-family: 微软雅黑;
    font-weight: bold;
    color: rgba(35, 133, 253, 1);
}
.laboratory_left h2:hover {
    /*color: RGB(76,184,251);*/
    color: RGB(0,56,133);
}

.laboratory_left .laboratoryCon {
    text-align: justify;
    text-justify:inter-ideograph;
    margin-top: 15px;
    font-size: 16px;
    font-family: 微软雅黑;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 38px;
    text-indent: 2em;
}

.laboratory_Rigth {
    margin-left: 50px;
    width: 307px;
    height: 232px;
}

.laboratory_Rigth img {
    width: 100%;
    height: 100%;
}

.laboratoryUls {
    margin-top: 50px;
}

.laboratoryUls li {
    margin-top: 25px;
    padding: 30px;
    width: 900px;
    background: rgba(243, 246, 255, 1);
    font-size: 16px;
    font-family: 微软雅黑;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.laboratoryUls li p {
    margin-bottom: 15px;
}

.laboratoryUls li .contens {
    line-height: 34px;
    padding-left: 18px;
}

