/*热搜榜单*/
.hyth-search-content {
    margin-top: 10px;
    background-color: #fff;
    clear: both;
    padding: 18px;
    min-height: 500px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 800px;
}
.hyth-search-content li {
    padding: 12px 15px 12px 15px;
    position: relative;
}
.hyth-search-content li:nth-child(2n) {
    background-color: #fbfbfb;
}
.hyth-search-content li i.title-nub {
    margin-right: 10%;
    font-family:Impact;
    font-size:20px;
    color:#b0b0b0;
    font-style: normal;
}
.hyth-search-content li i.title-nub.No1 {
    color:#ff3000;
}
.hyth-search-content li i.title-nub.No2 {
    color:#ff6000;
}
.hyth-search-content li i.title-nub.No3 {
    color:#ffb400;
}
.hyth-search-content li i.title-nub.No1:after,.hyth-search-content li i.title-nub.No2:after,.hyth-search-content li i.title-nub.No3:after {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 45%;
    background: url(../images/hot.svg) no-repeat;
    z-index: 0;
    width: 35px;
    height: 20px;
    background-size: 35px 20px;
}

.hyth-search-content li a{
    color: #222;
    display: inline-block;
    width: 70%;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: -2px;
    
}
.hyth-search-content li p {
    font-size: 12px;
    color: #888;
}
.hyth-search-content li:hover {
    background-color: #f2f2f2;
}
.hyth-search-content li span {
    float: right;
    font-size: 16px;
    color: #808080;
}
.hyth-search-content li:hover span .hyth-search-del {
    display: inline-block;
}
.hyth-search-content li span .hyth-search-del {
    display: none;
    cursor: pointer;
    color: #f00;
    margin-right: 10px;
}
.hyth-search-content li .hot {
    color: #999;
}
.hyth-search-content li.a,.hyth-search-content li.a .hot,.hyth-search-content li.a a {
    font-size: 17px;
    color: #f00;
}
.hyth-search-content li.b,.hyth-search-content li.b .hot,.hyth-search-content li.b a {
    font-size: 16px;
    color: #FF5722;
}
.hyth-search-content li.c,.hyth-search-content li.c .hot,.hyth-search-content li.c a {
    font-size: 15px;
    color: #FF9800;
}
.hyth-search-content .hyth-top-thead {
    display:table;
    table-layout:fixed;
    width:100%;
}
.hyth-search-content .thead-box {
    line-height:34px;
    font-size:14px;
    color:#666;
}
.hyth-search-content .thead-box.thead-box-1 {
    padding-left:10px;
}
.hyth-search-content .thead-box.thead-box-5 {
    text-align:right;
}
.hyth-search-content .hyth-top-col {
    display:table-cell;
    vertical-align:middle;
}
.hyth-search-content .hyth-top-col.col-p60 {
    width:60%;
}
.hyth-search-content .hyth-top-col.col-p45 {
    width:45%;
}
.hyth-search-content .hyth-top-col.col-p40 {
    width:40%;
}
.hyth-search-content .hyth-top-col.col-p35 {
    width:35%;
}
.hyth-search-content .hyth-top-col.col-p30 {
    width:30%;
}
.hyth-search-content .hyth-top-col.col-p25 {
    width:25%;
}
.hyth-search-content .hyth-top-col.col-p20 {
    width:20%;
}
.hyth-search-content .hyth-top-col.col-p15 {
    width:15%;
}
.hyth-search-content .hyth-top-col.col-p10 {
    width:10%;
}

/*热搜小工具*/

.hyth-hot-search-content {
    padding: 0px;
}
.hyth-hot-search-content li {
    padding: 12px 15px 12px 15px;
    position: relative;
}
.hyth-hot-search-content li:nth-child(2n) {
    background-color: #fbfbfb;
}
.hyth-hot-search-content li i.title-nub {
    margin-right: 10px;
    font-family:Impact;
    font-size:20px;
    color:#b0b0b0;
    font-style: normal;
}
.hyth-hot-search-content li i.title-nub.No1 {
    color:#ff3000;
}
.hyth-hot-search-content li i.title-nub.No2 {
    color:#ff6000;
}
.hyth-hot-search-content li i.title-nub.No3 {
    color:#ffb400;
}

.hyth-hot-search-content li i.title-nub.No1:after,.hyth-hot-search-content li i.title-nub.No2:after,.hyth-hot-search-content li i.title-nub.No3:after {
    content: "";
    display: block;
    position: absolute;
    left: 7px;
    top: 45%;
    background: url(../images/hot.svg) no-repeat;
    z-index: 0;
    width: 25px;
    height: 15px;
    background-size: 25px 15px;
}

.hyth-push-icon {
    margin-left: 4px;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    font-style: normal;
    font-size: 12px!important;
}
.hyth-push-icon.t {
    background: #52afff;
}
.hyth-push-icon.x {
    background: #fe3c56;
}
.hyth-push-icon.r {
    background: #ff9406;
}
.hyth-push-icon.f {
    background: #a40000;
}
.hyth-push-icon.j {
    background: #2eb354;
}

.hyth-push-text-top-a {
    font-size: 17px;
    color: #0078b6!important;
    vertical-align: -1px!important;
}
.hyth-hot-search-content li a{
    color: #222;
    display: inline-block;
    width: fit-content;
    max-width: 70%;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: -2px;
    margin-right: 10px;
    
}
.hyth-hot-search-content li p {
    font-size: 12px;
    color: #888;
}
.hyth-hot-search-content li:hover {
    background-color: #f2f2f2;
}
.hyth-hot-search-content li span {
    
    font-size: 12px;
    color: #808080;
    line-height: 22px;
}
.hyth-hot-search-content li span.delete {

}
.hyth-hot-search-content li span.delete,
.hyth-hot-search-content li span.count_show,
.hyth-hot-search-content li span.text_tips {
    float: right;
}
.hyth-hot-search-content li span.count {
    vertical-align: 2px;
}
.hyth-hot-search-content li:hover span .hyth-search-del {
    display: inline-block;
}
.hyth-hot-search-content li span .hyth-search-del {
    display: none;
    cursor: pointer;
    color: #f00;
    margin-right: 5px;
}
.hyth-search-content li span,
.hyth-hot-search-content li .hot {
    color: #999;
}
.hyth-hot-search-content li.a,.hyth-hot-search-content li.a .hot,.hyth-hot-search-content li.a a {
    font-size: 17px;
    color: #f00;
}
.hyth-hot-search-content li.b,.hyth-hot-search-content li.b .hot,.hyth-hot-search-content li.b a {
    font-size: 16px;
    color: #FF5722;
}
.hyth-hot-search-content li.c,.hyth-hot-search-content li.c .hot,.hyth-hot-search-content li.c a {
    font-size: 15px;
    color: #FF9800;
}
.hyth-widget-hot-search-rank .more-footer a {
    padding: 15px 0px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #555;
}



