/*底部栏目介绍、相关城市、相关学校*/

.bottom-rel-info .w1200 {
    background-color: #fff;
}

.bottom-rel-info {
    overflow: hidden;
    /* margin-top: -40px; */
}

.bottom-rel-info>div {
    margin-bottom: 20px;
}

.bottom-rel-info h5 {
    /* font-size:18px;
    color:#333; */
    padding: 31px 0 20px 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #010101;
}

.rel-city-con,
.rel-sch-con,
.column-introduce {
    overflow: hidden;
    padding: 0 20px;
}

.rel-city-con {
    padding: 19px 44px 49px 44px;
}

.column-introduce {
    /* color: #666;
    line-height: 20px; */
    padding: 0px 40px 20px 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}

.rel-city-con>li {
    float: left;
    width: 130px;
    padding-right: 15px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.rel-city-con li a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.rel-city-con li a:hover {
    color: #ff5400;
}

.rel-sch-con>li {
    float: left;
    padding-right: 20px;
    line-height: 30px;
}

.rel-sch-con li a:hover {
    color: #ff5400;
}

/*底部栏目介绍、相关城市、相关学校END*/