/*搜索框开始*/
a {
    outline: none;
}
#wx-search .container {
    margin-top: 40px;
}
.wx-create-btn {
    width: 100%;
}
.wx-show-count {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 16px;
    color: #bbbdbf;
    text-align: center;
}
#wx-sug {
    position: absolute;
    margin-top:2px;
    padding: 0;
    width: 89.5%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    z-index: 100;
    max-height: 210px;
    overflow-x: hidden;
}
#wx-sug li {
    padding: 3px 16px;
    list-style-type: none;
}
#wx-sug li b{
    font-weight: 500;
}
#wx-sug li span{
    float: right;
}
.wx-sug-on {
    background: #edeef0;
}
@media (max-width: 768px) {
    .wx-create-btn {
        margin-top: 18px;
    }
    #wx-search .container {
        margin-top: 18px;
    }
}
/*搜索框结束*/

/*图片列表开始*/
.wx-eye {
    margin-right: 3px;
    color: #f0ad4e;
}
#wx-main h5 {
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
}
/*#wx-main .thumbnail .caption {
    margin-left: 10px;
}*/
#wx-main .thumbnail .caption div {
    white-space: nowrap;
    overflow: hidden;
    height: 22px;
    line-height: 22px;
    text-overflow: ellipsis;
}
#wx-main .caption>a, #wx-main .caption>a:hover {
    text-decoration: none;
    color:#333;
}
/*#wx-main .caption div {
    float: left;
    min-width: 50%;
}*/
#wx-main .caption>p {
    clear: both;
    padding: 10px 0 0;
    margin: 0;
}
#wx-main .caption .btn {
    margin-right: 5px;
}
#is_show {
    margin-top: 15px;
    margin-left: 10px;
    display: none;
}
@media (max-width: 768px) {
    #wx-main .caption {
        text-align: center;
    }
}
/*@media (min-width: 768px) {
    #wx-main .thumbnail .caption {
        margin-left: 5px;
    }
}*/
/*图片列表结束*/
.mt {
    /*border-bottom: 1px solid #c81623;
    overflow: visible;
    _zoom: 1;
    position: relative;
    height: 34px;*/
    margin: 20px 0;
}

.badge {
    background-color: #d2d2d2;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: #f5f5f5;
}
.list-group-item {
    width: 100%;
}
.nav-pills>li>a {
    border-radius: 20px;
    padding: 5px 10px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #5bc0de;
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #5bc0de;
}
.homepage-a-img {
    overflow: hidden;
    display: block;
}