.ITEvaluation h4 {
    color: #156ccd;
    font-size: 20px;
    font-weight: 700;
    line-height: 2.5;
}

.ITEvaluation h4 span {
    font-family: 'Wingdings';
}

.description {
    color: #666;
    font-size: 16px;
    line-height: 2.5;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 20px;
}

.ITEvaluation .pic img{
    height: 400px;
    width: auto;
    margin: 0 auto;
}

/*手机适配*/
@media (max-width: 1000px) {
    description{
        line-height: 1.8;
    }
    .ITEvaluation .pic img{
        height: auto;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}