/*
其他CSS样式都是外包公司使用的，本文件为统一修改样式的文件，也是唯一一个文件
*/

#banner-top img {
    width: 100%;
}

#banner-main img {
    width: 100%;
}

.index-news img {
    width: 100%;
    height: 100%;
}

.index-education-list img {
    width: 100%;
    min-height: 100%;
}

.index-address-list .cover {
    height: 130px;
}

.index-address-list img {
    width: 100%;
    height: 100%;
}

.expert-box img {
    width: 271px;
    height: 289px;
}

.news-article img {
    width: auto;
    height: auto;
}

.news-article .photo img {
    width: 271px;
    height: 289px;
}

.center-intro .cover img {
    width: 393px;
    height: 218px;
}

.news-list img {
    width: 100%;
    height: auto;
}

.latest-one img {
    width: 544px;
    height: 400px;
}

.family-list .cover {
    width: 100%;
    height: auto;
}

.course img {
    width: 100%;
    height: 100%;
}

.video_thum_img .cover {
    width: 424px;
    height: 274px;
}

.teacher-photo {
    width:283px;
    height:247px;
}

.teacher-photo img {
    width: 100%;
}

.video-list-teach .cover {
    width: 230px;
    height: 160px;
}

.video-img .cover {
    width: 202px;
    height: 126px;
}

.question-tit li a {
    color: #999;
}

.question-tit li.apply-active {
    text-align: center;
}

.question-tit li.apply-active a {
    color: #fff;
}

.question-tit li.consult-active {
    text-align: right;
}

.question-tit li.consult-active a {
    color: #fff;
}



/*
分页
*/

.pages {
    text-align: center;
}

.pagination {
    margin: 15px 0;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.pagination .page-item {
    display: inline-block;
}

.pagination .page-item .page-link {
    display: block;
    margin-right: -1px;
    padding: 5px 15px;
    font-size: 14px;
    border: 1px solid #e6e6e6;
}

.pagination .active .page-link {
    color: #fff;
    background-color: #06988B;
    border: 1px solid #06988B;
}

.summary {
    color: #999;
}

.news-content img {
    max-width: 100%;
}
