﻿.tlb_li li {
    position: relative;
}
.tlb_li li p.icon {
    position: absolute;
    right: 0;
    top: 80px;
    height: 24px;
    font-size: 12px;
    color: #999;
}
.tlb_li li .ico-time, .tlb_li li .ico-fwl {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}
.tlb_li li .ico-time {
    width: 20px;
    margin-right: 5px;
    background: url(../images/time.png) no-repeat;
    background-position: center center;
    background-size: 17px;
}
.tlb_li li .ico-fwl {
    width: 20px;
    height: 12px;
    margin: 0 5px;
    background: url(../images/show.png)no-repeat;
    background-position: center center;
}
.highlight {
    color: #f00;
}
/*品牌排行榜*/
.brandlist {
    width: 260px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.brandlist .hd li {
    float: left;
    width: 50%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    background: #f5f5f5;
    *width: 49%;
}

.brandlist .hd li a {
    display: block;
    cursor: pointer;
}

.brandlist .hd li.on a, .brandlist .hd li a:hover {
    text-decoration: none;
    color: #fff;
    background: #c2130e;
}

.brandlist .bd li {
    float: left;
    width: 48%;
    line-height: 32px;
    padding-left: 2%;
    font-size: 13px;
    *width: 47%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.brandlist .bd i {
    margin-right: 5px;
    font: 16px "Georgia";
}

.brandlist .bd i.red {
    color: #c2130e;
}

.brandlist .bd i.bold {
    font-weight: bold;
}

.brandlist .bd li a {
    text-decoration: none;
    color: #333;
    font-size: 13px;
}

.brandlist .bd {
    padding: 5px 5px 10px;
    border: 2px solid #c2130e;
    height: 315px;
    overflow: hidden;
}

.adlist {
    width: 608px;
    margin-top: 20px;
}

.more {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.more a {
}
/*红木问答*/
.soask_body .tlb_li_right,
.soask_body .tra_li_2 dl dd {
    width: 100%;
    float: none;
}
.soask_body .tra_li_2 dl dd .des a {
    color: #e50419;
}
.soask_body .tra_li_2 dl dd p {
    height: auto;
    font-weight:bold;
}
.soask_body .tra_li_2 dl dd p.des {
    margin-top: 10px;
    font-weight:normal;
    font-size:13px;
}
.soask_body .tra_li_2 dl dd .des
{
    color:#999;
}
.soask_body dl {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.soask_body dl:last-child
{
   border:none;
}
.soask_body .label_span {
    font-size: 14px;
}
.soask_body .tra_li_2 dl dd em {
    float: none;
}