.select_country{
    margin-bottom: .1rem;
    padding: 0 0 .3rem .24rem;
    background: #fff
}
.select_country ul{
    overflow: hidden;
}
.select_country ul li{
    float: left;
    width: 1.06rem;
    height: .5rem;
    margin-top: .3rem;
    margin-right: .16rem;
    text-align: center;
    line-height: .5rem;
    border-radius: .25rem;
    background: #f0f0f0;
}
.select_country ul li a{
    font-size: .2rem;
    color: #666;
}
.select_country ul li.active{
    background: #f6594e;
}
.select_country ul li.active a{
    color: #fff;
}
/* 美国高端留学  如果是美国才显示 */
.us_abroad{
    margin-top: .1rem;
    padding: 0 .24rem .3rem .24rem;
    background: #fff
}
.us_abroad .ad_pic{
    width: 100%;
}
.us_abroad .ad_pic img{
    width: 100%;
}
.us_abroad ul li{
    width: 100%;
    overflow: hidden;
    margin-top: .22rem;
    border: .01rem solid #e8e8e8;
}
.us_abroad ul li .character_avatar{
    float: left;
    width: .98rem;
    height: .98rem;
    margin: .2rem;
    border-radius: 50%;
}
.us_abroad ul li .character_avatar img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.us_abroad ul li .character_info{
    margin-right: .2rem;
}
.us_abroad ul li .character_info h4{
    margin-top: .22rem;
    font-size: .24rem;
    font-weight: bold;
    color: #333;
}
.us_abroad ul li .character_info p{
    line-height: .3rem;
    font-size: .2rem;
    color: #666;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
