﻿@charset 'utf-8';
#hotwords {
    margin:60px auto 0;
    color:#4D4D4D;
    border:1px solid #cdcdcd;
    font-family: 'Microsoft Yahei','黑体','simsun', "arial", "sans-serif";
}
#hotwords a{
    color:#4D4D4D;
    text-decoration: none;
}
#hotwords a:hover{
    text-decoration: underline;
}
#hotwords h2{
    color:#4D4D4D;
    font-size:18px;
    -webkit-margin-before:0;
    -webkit-margin-after:0;
    float:left;
    line-height: 24px;
}
#hotwords header{
    padding:13px 0 13px 40px; 
    position:relative;
    border-bottom:1px solid #cdcdcd;
    height:23px;
    background: url('/Images/common/hotwords-list-icon@2x.png') 16px center no-repeat, #EFEFEF;
    background-size: 19px 19px;
}
#hotwords .selectBox{
    width:235px;
    position:absolute;
    right:28px;
    cursor:pointer;
    top:50%;
    margin-top:-17px;
    background: #fff;
}
#hotwords .selectInfoBox {
    width:210px;

}
#hotwords .list-arrow {
    width: 45px;
    height: 23px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
}
#hotwords .selectInfoBox{
    position:absolute;
    width:233px;
    top:34px;
    left:0px;
    font-size:18px;
    border-left:1px solid #cdcdcd;
    border-right:1px solid #cdcdcd;
    border-bottom:1px solid #cdcdcd;
    background:#fff;
    padding:1px 0;
    -webkit-transition:.4s;
    transition:.4s;
    display:none;
}
#hotwords .selectInfoBox a{
    display: block;
    width:100%;
    height:100%;
    text-indent: 14px;
}
#hotwords .selectInfoBox a:hover{
    text-decoration: none;
}
#hotwords .selectInfoBox li{
    height:37px;
    line-height: 37px;
}
#hotwords .selectInfoBox li a{
    -webkit-transition:.4s;
    transition:.4s;
    margin:0 1px;
    width:231px;
    font-size: 14px;
}
#hotwords .selectInfoBox li:hover a{
    background:#898989;
    color: #fff;
}
#hotwords .selected-value{
    display:block;
    position:absolute;
    left:0;
    padding:0 20px 0 14px;
    height:33px;
    line-height: 34px;
    top:0;
    font-size: 14px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
/*     background: url('/Images/common/hotwords-search-icon@2x.png') 9px center no-repeat;
background-size: 19px 19px; */
}
#hotwords #sel_Button {
    height:32px;
    position:relative;
    z-index:+1;
    line-height: 33px;
    text-indent: 14px;
    border:1px solid #CDCDCD;
    background: url('/Images/common/hotwords-down-arrow.png') 196px center no-repeat;
    background-size:24px 13px;
}
#hotwords #sel_Button.arrow-down {
    background: url('/Images/common/hotwords-down-arrow.png') 196px center no-repeat;
    background-size:24px 13px;
}
#hotwords #sel_Button.arrow-up {
    background: url('/Images/common/hotwords-up-arrow.png') 196px center no-repeat;
    background-size:24px 13px;
}
#hotwords .hotwordsArea{
    padding:23px 0 8px;
    border-top:1px solid #cdcdcd;
    font-size: 18px;
}
#hotwords .hotwordsArea li{
    padding-bottom:15px;
    display: block;
    float: left;
    width:50%;
    padding-left:16px;
    max-width: 49%;
}
#hotwords .hotwordsArea li:nth-child(2n) {
    border-left:1px solid #cdcdcd;
    margin-left:-17px;
}
#hotwords .hotwordsArea li:nth-last-child(2) {
    padding-bottom:0;
}
#hotwords .clear{
    clear:both;
}
#hotwords p.page-desc{
    padding:0 16px;
    -webkit-margin-before:0;
    -webkit-margin-after:0;
    height:50px;
    display: block;
    line-height: 50px;
}