@charset "gb2312";
html,body{
    background-color: #fff;
    font: 14px "Microsoft YaHei", Î¢ÈíÑÅºÚ, 'ËÎÌå', tahoma, Verdana, arial, sans-serif;
    color: #333333;
}
.header img{
    max-height: 90px;
}
.header{
    padding: 40px 0px;
}
.search-results{
    line-height: 35px;
}
.footer{
    border-top: 1px solid #eeeeee;
}
.footer .power{
    padding: 30px 0px;
}
.search-result-lists{
    margin-top: 20px;
    border-top: 1px solid #eeeeee;
}
.result-lists{
    background: #fff;
    border-left: 1px solid #eeeeee;
    min-height: 340px;
    padding: 30px;
}
.result-lists img{
    width: 100px;
    height: 80px;
}
.result-lists .media{

}
.result-lists .media .media-heading a{
    font-size: 15px;
    line-height: 25px;
}
.result-lists .media .des{
    line-height: 20px;
}
.result-lists .media .attrs{
    line-height: 20px;
    font-size: 12px;
    background: #f2f2f2;
    padding: 5px;
    color: #666;
}
.search-cate{
    text-align: right;
    padding: 20px 0px;
}
.search-cate h4{
    font-size: 14px;
}
.search-cate .ac{
    color: #d43f3a;
}
.search-cate li,.search-cate ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.search-cate li{
    padding: 5px 0px;
}
#pagination .pagination .active .current{
    background: #d43f3a;
    border-color: #d43f3a;
}
.sort-type a{
    padding: 0px 5px;
}
.sort-type .current a{
    color: #d43f3a;
}
@media (max-width: 768px) {
    .result-lists{
        border-left: none;
    }
    .search-cate{
        text-align: center;
    }
}