@charset "utf-8";

/* Remove margin padding */

.col-main {
    float: left;
    width: 100%;
    min-height: 1px;
}

.col-sub, .col-extra {
    float: left;
}

.layout:after, .main-wrap:after, .col-sub:after, .col-extra:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.layout, .main-wrap, .col-sub, .col-extra {
    zoom: 1;
}

/* Common Features */
.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

/* Remove Float */
.clear {
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* For non ie browsers also display the vertical scroll bar by default, to prevent the flicker caused by the scroll bar */

/* Default link styles */
.wrap a:link, .wrap a:visited {
    text-decoration: none;
}

.wrap a:hover, .wrap a:active {
    text-decoration: underline;
}

.wrap {
    /*width: 1210px;*/
    /*margin: 0px auto;*/
}

.all-sort-list {
    width: 100%;
    border: 2px solid #1980B6;
    border-top: none;
    padding: 10px 3px 10px 0px;
    /*margin-left: -15px;*/
    background: #FAFAFA;
    /*position: absolute;*/
    z-index: 0
}

.nav-height {
    /*max-height: 320px;*/
    /*overflow-y: hidden*/
}

.all-sort-list .item {
    height: 30px;
    border-top: 1px solid #FFFFFF;
}

.all-sort-list .item.bo {
    border-top: none;
    position: relative
}

.all-sort-list .item h3 {
    height: 28px;
    line-height: 28px;
    border-width: 1px 0;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    overflow: hidden;
}

.all-sort-list .hover h3 {
    position: relative;
    z-index: 13;
    background: #FFF;
    border-color: #DDD;
    border-width: 1px 0px;
    border-style: solid;
}

.all-sort-list .item span {
    padding: 0px 5px;
    color: #A40000;
    font-family: "\5B8B\4F53";
}

.all-sort-list .item a {
    color: #000;
    text-decoration: none;
}

.all-sort-list .item a:hover {
    font-weight: bold;
    color: #E4393C;
}

.all-sort-list .item-list {
    display: none;
    position: absolute;
    /*width:500px;*/
    /*min-height:200px;*/
    /*_height:200px;*/
    background: #FFF;
    left: 240px;
    box-shadow: 0px 0px 10px #DDDDDD;
    border: 1px solid #DDD;
    top: 3px;
    z-index: 1000;
}

.all-sort-list .item-list .close {
    position: absolute;
    width: 26px;
    height: 26px;
    color: #FFFFFF;
    cursor: pointer;
    top: -1px;
    right: -26px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    font-family: "Microsoft Yahei";
    background: rgba(0, 0, 0, 0.6);
    background-color: transparent \9;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#60000000', endColorstr='#60000000');
}

.item-list .subitem {
    float: left;
    width: 500px;
    padding: 0 4px 0 8px;
}

.item-list .subitem dl {
    border-top: 1px solid #EEE;
    padding: 6px 0;
    overflow: hidden;
    zoom: 1;
}

.item-list .subitem .fore1 {
    border-top: none;
}

.item-list .subitem dt {
    float: left;
    width: 60px;
    line-height: 22px;
    text-align: right;
    padding: 3px 6px 0px 0px;
    font-weight: 700;
    color: #E4393C;
}

.item-list .subitem dt a {
    color: #E4393C;
    text-decoration: underline;
}

.item-list .subitem dd {
    float: left;
    width: 415px;
    padding: 3px 0px 0px;
    overflow: hidden;
}

.item-list .subitem dd em {
    float: left;
    height: 14px;
    line-height: 14px;
    padding: 0px 8px;
    margin-top: 5px;
    border-left: 1px solid #CCC;
}

.item-list .subitem dd em a, .item-list .cat-right dd a {
    color: #666;
    text-decoration: none;
}

.item-list .subitem dd em a:hover, .item-list .cat-right dd a:hover {
    font-weight: normal;
    text-decoration: underline;
}

.item-list .cat-right {
    float: right;
    width: 210px;
}

.item-list .cat-right dl {
    width: 194px;
    padding: 6px 8px;
}

.item-list .cat-right dd {
    padding-top: 6px;
    line-height: 22px;
    overflow: hidden;
    padding: 3px 0px 0px;
}

.item-list .cat-right dt {
    padding: 3px 6px 0px 0px;
    font-weight: 700;
    color: #E4393C;
}

.item-list .cat-right dd a:hover {
    color: #666;
}











