/* 补丁 9.0 */

.pro-tx li .ms {
    /* line-height: 1.6;
    font-size: 16px;
    color: #444;
    padding-top: 25px;
    text-align: Justify;
    text-justify: inter-ideograph; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 128px;
}



/* 补丁10.0 */
.phone-number{color: #fff;font-size: 16px;}
.phone-number em{font-style: normal;font-size: 18px;}

@media (max-width: 991px) and (min-width: 768px){
    .footer p {
        margin-right: 280px;
        padding-left: 20px;
    } 
}

@media (max-width: 767px){
    .header .logo { 
        padding-top: 30px;
    }
}
