
.currentarea{width:60px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.getmore{display:inline-block;height:45px;;width:100%;border-top:0px;line-height:45px;;text-align:center;font-size:12px;color:#46baf3}
.hcity ul li a{width:31.5%}
.see-more {
    border-top: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
}
.see-more span {
    font-size: 14px;
    color: #999;
    display: block;
}
#cols {
    margin: 10px auto;
    overflow: hidden;
}
.clear{clear:both}
.jiaxiao-desc {
    margin-top: .2rem;
    background-color: #fff;
    padding: 0 15px 10px;
}
.jiaxiao-desc .summary {
    font-size: 12px;
    color: #BBB;
    line-height: 1.5;
    padding-top: .16rem;
}
.gray{background-color:#F3F3F3;height: 20px;line-height: 20px;}


.diqulist{position:fixed;padding-top:90px;top:0;width:100%;overflow: auto;}
.diqulist ul{width:100%}
.diqulist ul li{width:100%;height:30px;line-height:30px;text-align:left;border-bottom:1px solid #f7f7f7}
.diqulist ul li a{display:inline-block;width:92%;background:#fff;color:#5c5c5c;font-size:14px;padding-left:8%}
.diqulist ul li a.hot{background:#46BAF3;color:#fff}
.diqulist {
    display: block;
    -webkit-transition: -webkit-transform 400ms;
    -webkit-transform: translate3d(0,-100%,0);
}
.diqulist.in{
    -webkit-transition: -webkit-transform 400ms;
    -webkit-transform: translate3d(0,0,0);
}


/*驾校列表顶部悬浮*/
.fixed-inner {
    position: fixed;
    width: 100%;
    height: 45px;
    color: #18b4ed;
    top: 0;
    background-color: #fff;
    z-index: 1000;
}
.com-site-interest2 {
    position: fixed;
    top: 5px;
    left: 0;
    width: 96%;
    height: 35px;
    z-index: 1000;
    padding: 0 2%;
}
.com-site-interest2>.main-body {
    border-radius: 2px;
    box-shadow: 1px 4px 12px 0 rgba(0,0,0,.23);
    overflow: hidden;
}
.com-site-interest2>.main-body .top {
    color: #666;
    background: rgba(255,255,255,.97);
    height: 35px;
}
.com-site-interest2>.main-body .top .ques {
    position: relative;
    display: block;
    background: url(../image/xuanfulogo.png) left center no-repeat;
    background-size: 18px;
    height: 33px;
    line-height: 35px;
    font-size: 12px;
    padding-left: 20px;
    margin-left: 8%;
}

.com-site-interest2>.main-body .action {
    background: rgba(251,251,251,.97);
}
.com-site-interest2>.main-body .action .buycar {
    display: inline-block;
    text-align: center;
    background-image: linear-gradient(-180deg,#D4503A 4%,#D4503A 98%);
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
    margin-right: 5px;
}
.com-site-interest2>.main-body .action .item {
    height: 25px;
    line-height: 25px;
    width: 40px;
    border: 0;
}
.com-site-interest2 .close {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 6%;
    margin-top: 10px;
    width: 15px;
    height: 16px;
    z-index: 2;
    background: url(../image/jiaxiao_close.png) center no-repeat;
    background-size: 15px;
}