dt{
    font-weight: normal;
}
.yellowL-wrap{
    margin-bottom: 100px;
}
.yellowL-wrap>.container>.row>.col-lg-9{
    padding-right: 5px;
}
.yellowL-wrap>.container>.row>.col-lg-3{
    padding-left: 5px;
}
.list-content .filter{
    margin-top: 8px;
    padding:10px 20px 10px 8px;
    background-color: #fff;
    border-radius: 4px;
}
.list-content .filter h2{
    float: left;
    width: 84px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 4px;
}
.list-content .filter h2.active{
    background: #17acf6;
    color: #fff;
}
.list-content .filter ul{
    margin-left: 84px;
}
.list-content .filter ul li{
    float: left;
    margin-left: 20px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 4px;
}
.list-content .filter ul li.active{
    color: #fff;
    background: #17acf6;
}
/*左侧列表内容*/
.list{
    padding:10px 20px 10px 8px;
    background-color: #fff;
    margin-top: 10px;
    border-radius: 4px;
}
.list .tags{
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cdcdcd;
}
.list .tags a{
    display: inline-block;
    padding: 2px 10px;
}
.list .tags a.active{
    color: #fff;
    background-color: #ffab1a;
    border-radius: 4px;
}
.list .tags .search-num .num{
    font-size: 16px;
    color: #ffab1a;
}
.list-business{
    padding: 15px 0 10px;
    border-bottom: 1px solid #cdcdcd;
}
.list-business .business-left{
    width: 214px;
    height: 136px;
    border-radius: 4px;
}
.list-business .business-right{
    height: 143px;
    margin-left: 214px;
    padding-left: 15px;
}
.list-business .business-right .title{
    font-size: 20px;
    font-weight: bold;
}
.list-business .business-right .title .title-icon{
    vertical-align: unset;
    width: 18px;
}
.list-business .business-right p{
    line-height: 30px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list-business .business-right .fans .follow{
    color: #17acf6;
    margin-left: 30px;
    cursor: pointer;
}
.list-business .business-right .fans .follow.state-red{
    color: #ff6600;
}
.list-business .business-right .fans .follow .iconfont{
    font-size: 14px;
}
.list-business .business-right .address .view-map{
    color: #17acf6;
    margin-left: 10px;
    cursor: pointer;
}
.list-business .business-right .trends .icon{
    color: #fff;
    border-radius: 10px;
    background-color: #ffab1a;
    padding: 2px 6px;
}
/*左侧列表内容end*/
/*右侧广告*/
.list-right{
    margin-top: 10px;
}
.list-right > a{
    display: block;
    position: relative;
}
.list-right > a .imgs-text{
    position: absolute;
    bottom: 4px;
    left: 4px;
    color: #cfcfcf;
    font-size: 12px;
    width: 30px;
    background: rgba(0,0,0,0.2);
    border-radius: 6px;
    text-align: center;
}
.list-right img{
    width: 100%;
}
/*右侧广告end*/
/*弹框*/
.share-wrap {
    position: fixed;
    width: 300px;
    height: 120px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -60px;
    background-color: #17acf6;
    overflow: hidden;
    border: 1px solid #dedede;
    border-radius: 3px;
    color: #333;
    z-index: 1001;
    box-shadow: 1px 1px 10px #999;
    display: none;
}
.share-wrap .share-box {
    margin-top: 20px;
    height: 100px;
    background-color: #fff;
}
.share-wrap .share-box .share-words {
    font-size: 18px;
    line-height: 18px;
    padding-top: 18px;
}
.share-wrap .share-btn {
    padding-left: 40px;
    margin-top: 20px;
}
.share-wrap .share-btn li {
    width: 88px;
    height: 30px;
    line-height: 30px;
    background-color: #17acf6;
    border-radius: 2px;
    color: #fff;
    float: left;
    margin-right: 40px;
    text-align: center;
    cursor: pointer;
}
.share-wrap .share-btn .cancel-share {
    background-color: #f9f9f9;
    color: #999;
    border: 1px solid #dedede;
}
/*弹框end*/
/*正在加载中*/
.loading_box{
    color: #7ba0d1;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 100px;
    position: relative;
    height: 30px;
    line-height: 30px;
}
.loading_box b{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('/images/loading.gif') no-repeat;
    -webkit-background-size: 30px;
    background-size: 30px;
    vertical-align: top;
}
.loading_box .iconfont{
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
/*正在加载中结束*/
