/* nav */
.nav {
    width: 100%;
    height: 1.146667rem;
    border-bottom: 0.026667rem solid #CFCECE;
    font-size: 0;
    margin-bottom: 0.533333rem;
}

.nav span {
    font-size: 0.373333rem;
    line-height: 1.146667rem;
    width: 20%;
    display: inline-block;
    text-align: center;
}

.nav span em {
    padding-bottom: 0.32rem;
    border-bottom: 0.026667rem solid transparent;
}

.nav span.active a {
    color: #EC4949;
}

.nav span.active em {
    border-bottom-color: #EC4949;
}

/* content */
.content {
    width: 9.253333rem;
    margin: 0 auto;
}

.content h3 {
    font-size: 0.426667rem;
    padding-bottom: 0.266667rem;
}

.content p {
    font-size: 0.346667rem;
    line-height: 0.613333rem;
    margin-bottom: 0.666667rem;
}

.content span {
    display: inline-block;
    width: 49%;
    font-size: 0.32rem;
    float: left;
    margin-bottom: 0.346667rem;
}

.content span em {
    color: #777777;
}

.content>div {
    margin-bottom: 0.266667rem;
}

.content_one {
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    padding-top: 0.613333rem;
    padding-bottom: 0.533333rem;
    margin-bottom: 0.133333rem;
}

.content_one>div {
    width: 9.253333rem;
    margin: 0 auto 0.133333rem;
    background-color: #ffffff;
}

.content_one .content_top {
    margin-bottom: 0.32rem;
}

.content_one .content_top img {
    width: 1.066667rem;
    height: 1.066667rem;
    margin-right: 0.346667rem;
}

.content_one .content_top>div.fl {
    width: 5.866667rem;
}

.content_one .content_top>div.fl h3 {
    font-size: 0.373333rem;
    font-weight: normal;
    margin: 0.066667rem 0 0.04rem;
    padding-bottom: 0;
}

.content_one .content_top>div.fl p {
    font-size: 0.32rem;
    color: #888888;
    margin-bottom: 0;
}

.content_one>div>p {
    font-size: 0.346667rem;
    line-height: 0.48rem;
    margin-bottom: 0.346667rem;
}

.content_one>div>p>a {
    color: #EC4949;
    display: inline-block;
    margin-left: 0.4rem;
}

.content_one>div>.img_o img {
    width: 100%;
    height: 5.333333rem;
    object-fit: cover;
}

.content_one>div>.img_o.two img {
    width: 2.92rem;
    height: 2.92rem;
    float: left;
    margin-right: 0.24rem;
    margin-bottom: 0.24rem;
    object-fit: cover;
}

.content_one>div>.img_o.two img:nth-child(3n) {
    margin-right: 0;
}

.content_one .fy {
    width: 1.866667rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    background-color: #ff7134;
    border-radius: 0.24rem;
    font-size: 0.32rem;
    color: #ffffff;
    display: block;
    position: absolute;
    right: 0;
    top: 0.093333rem;
}

/* 热门文章推荐 */
.hotarticle {
    width: 9.253333rem;
    margin: 0 auto;
}

.hotarticle h3 {
    font-size: 0.426667rem;
    padding: 0.853333rem 0 0.426667rem;
}

.hotarticle a {
    font-size: 0.346667rem;
    color: #333333;
    margin-bottom: 0.453333rem;
}

/* 热门院校推荐 */
.hotschool>div,
.tuijian>div {
    width: 9.253333rem;
    margin: 0 auto;
}

.hotschool h3,
.tuijian h3 {
    font-size: 0.426667rem;
    padding: 0.853333rem 0 0.48rem;
}

.hotschool>div a.more,
.tuijian>div a.more {
    font-size: 0.373333rem;
    color: #939393;
    padding: 0.853333rem 0 0.48rem;
}

.hotschool>div a.more::after,
.tuijian>div a.more::after {
    content: '';
    width: 0.133333rem;
    height: 0.32rem;
    background: url(/static/mobile/img/schoolk/high_info/gengduo.png) no-repeat center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.053333rem;
    margin-left: 0.186667rem;
}

.hotschool .box {
    width: 100%;
    padding-bottom: 0.4rem;
    border-bottom: 0.026667rem solid #E8E8E8;
    margin-bottom: 0.373333rem;
}

.hotschool .box>div {
    padding: 0 0.346667rem;
}

.hotschool .box .img {
    width: 1.653333rem;
    height: 1.653333rem;
    margin-right: 0.48rem;
    border-radius: 50%;
    overflow: hidden;
}

.hotschool .box .img img {
    width: 100%;
    height: 100%;
}

.hotschool .box .img span {
    width: 100%;
    height: 100%;
    font-size: 0.8rem;
    font-weight: bold;
    color: #ffffff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 1.653333rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.hotschool .box h3 {
    width: 6.4rem;
    font-size: 0.373333rem;
    padding: 0.24rem 0 0.266667rem;
    font-weight: normal;
}

.hotschool .box h3 a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotschool .box p {
    width: 6.4rem;
    font-size: 0.32rem;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotschool .box:last-child {
    border-bottom: none;
}