/* 主体内容部分 */
.wraps {
    position: absolute;
    left: 0;
    top: .76rem;
    bottom: .88rem;
    width: 100%;
    padding: 0 .22rem;
    overflow: hidden;
    overflow-y: auto;
}

.sub {
    padding: .3rem 0;
    border-bottom: .01rem solid #eee;
}

.sub h1 {
    width: 100%;
    text-align: center;
    font-size: .28rem;
    color: #333;
}

.sub p {
    display: flex;
    margin-left: .6rem;
    margin-top: .2rem;
}

.sub p span {
    padding-left: .24rem;
    font-size: .22rem;
    color: #999;
}

.conts {
    width: 100%;
    text-align: center;
    margin-top: .3rem;
}

.conts img {
    margin-bottom: .2rem;
    width: 100% !important;
    height: 100% !important;
}

.conts > img {
    width: 3.4rem;
    margin-bottom: .22rem;
}

.conts > p {
    /*margin-bottom: .42rem;*/
    line-height: .4rem;
    color: #666;
    font-size: .24rem;
    text-indent: 2em;
    text-align: left;
    word-wrap: break-word;
}

.conts > p > b {
    font-weight: bold;
}

/* 免费留学评估 */
.conts .for_planning {
    padding: 0 .2rem .3rem .2rem;
    border-radius: .1rem;
    box-shadow: .01rem .01rem .2rem .01rem rgba(0, 0, 0, 0.3);
}

.conts .hotline {
    margin-top: .6rem;
    margin-bottom: .44rem;
    line-height: .36rem;
    text-align: left;
    font-size: .18rem;
    color: #999;
    margin-left: 0px;
}

.conts p > img {
    margin: 0 auto;
    /*margin-left: -2em;*/
}

.f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.fv {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.f1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.fac {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fpc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fpj {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*热搜*/
.self-test-news.text-search {
    margin-top: 0.48rem;
    margin-bottom: 0.48rem;
    padding-bottom: 0.2rem;
    overflow: hidden;
}

.self-test-news.text-search ul li div {
    width: auto;
    border-radius: 0.05rem;
    height: 0.38rem;
    border: 1px solid #e3e3e3;
    margin-bottom: 0.1rem;
    margin-left: 0.22rem;
    margin-right: 0.13rem;
    font-size: 0.2rem;
    text-align: left;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 5.8rem;
    line-height: 0.38rem;
}

.self-test-news.text-search ul.style1 li {
    width: 2.53rem;
    border-radius: 0.05rem;
    height: 0.38rem;
    border: 1px solid #e3e3e3;
    margin-bottom: 0.1rem;
    margin-left: 0.13rem;
    margin-right: 0.13rem;
    font-size: 0.2rem;
    line-height: 0.38rem;
    text-align: left;
    padding-left: 0.1rem;
    padding-right: 0.02rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.self-test-news.text-search ul.style1 li:nth-child(odd) {
    margin-left: 0.22rem;
}
