﻿.hide {
    display: none !important
}

.show {
    display: block !important
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.hotinnerBox .hot-search h2.title {
    font-size: 18px;
    height: 18px;
    line-height: 1em;
    color: #666;
    margin: 20px 0 18px
}

.hotinnerBox .hot-search h2.title .line {
    float: left;
    width: 4px;
    height: 18px;
    background: #c32016;
    border-radius: 2px;
    margin-right: 10px
}

.hotinnerBox .hot-search .hotList {
    position: relative;
    width: 280px;
    height: 280px;
    padding: 0 0 0 11px
}

.hotinnerBox .hot-search .hotList li {
    position: absolute;
    left: 0;
    top: 0
}

.hotinnerBox .hot-search .hotList li a {
    cursor: pointer;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    color: #fff;
    text-decoration: none;
    padding: 0 12px;
    font-size: 14px;
    margin: 0 0 10px
}