.box {
    font-size: 0.28rem;
    color: #333;
    background-color: #F6F6F6;
}

.banner img {
    width: 100%;
    height: 4rem;
}

.container {
    padding: 0.24rem 0.3rem;
    font-size: 0.28rem;
    background-color: #F6F6F6;
}

.top_con {
    position: relative;
    margin-top: -0.85rem;
    padding: 0.16rem 0.3rem;
    border-radius: 0.3rem 0.3rem 0 0;
    background-color: #ffff;
}

.top_con .area_name{
    color: #666;
}

.top_con .city-img {
    width: 0.16rem;
    height: 0.1rem;
    margin-left: 0.1rem;
}

select {
    padding: 0 0.3rem;
    outline: none;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 0.28rem;
    color: #666666;
    text-align: center;
    background: transparent;
    background: url(/news/zhongkaofenshuxian/resource/images/city.png) no-repeat 100% center transparent;
    background-size: 0.16rem 0.1rem;
}

.search_box {
    height: 0.72rem;
    line-height: 0.72rem;
    margin-left: 0.2rem;
    padding: 0.04rem 0.04rem 0.04rem 0;
    border-radius: 0.5rem;
    border: 0.01rem solid #D9D9D9;
    background-color: #fff;
}

.search_box input {
    width: 2.5rem;
    margin-left: 0.4rem;
    outline: none;
    border: none;
    font-size: 0.26rem;
}

.search_box .search_btn {
    padding: 0.12rem 0.3rem;
    border-radius: 0.5rem;
    background: linear-gradient(141.3deg, rgba(255,152,78,1) 0%, rgba(255,163,26,1) 100%);
}

.search_box .search_btn img {
    width: 0.4rem;
    height: 0.4rem;
}

.info {
    margin-top: 0.1rem;
    padding: 0.2rem 0.24rem;
}

.info .info-img {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.24rem;
}

.search_res {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    text-align: center;
}

.list_con {
    margin-top: 0.4rem;
}

.list_con ul {
    margin-bottom: 0.24rem;
    padding: 0 0.24rem;
    border-radius: 0.2rem;
    background-color: #fff;
}

.list_con ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.24rem 0;
    border-bottom: 0.01rem solid rgba(0,0,0,.08);
}

.list_con ul li:last-child {
    border-bottom: 0;
}

.list_con ul li .school_name {
    margin: 0;
    font-size: 0.32rem;
    font-weight: 600;
}

.list_con ul li .addr {
    margin-top: 0.24rem;
    font-size: 0.24rem;
    color: #666;
}

.list_con ul li .addr .addr_name {
    width: 75%;
}

.list_con ul li .addr .tomap {
    padding: 0.06rem 0.12rem;
    border-radius: 0.1rem;
    background-color: #FFECD0;
}

.list_con ul li a {
    color: #FFA31A;
}

.list_con ul li .phone {
    width: 70%;
    text-align: right;
}