
.detail-wrap {
    float: left;
    width: 100%;
}

.detail {
    width: 1200px;
    margin: 10px auto 25px;
    float: none;
}

.detail .detail-left {
    width: 218px;
    min-height: 608px;
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 3px solid #f7642e;
    float: left;
}

.detail .detail-left h5 {
    width: 100%;
    height: 35px;
    background: #ffecdb;
    float: left;
    line-height: 35px;
    color: #f7642e;
    font-size: 16px;
    text-indent: 12px;
    font-weight: bold;
}

.detail .detail-left .type-list {
    width: 100%;
    float: left;
}

.detail .detail-left .type-list ul {
    width: 198px;
    height: 504px;
    margin: 0 auto;
    margin-top: 6px;
}

.detail .detail-left .type-list ul li {
    width: 100%;
    float: left;
    cursor: pointer;
}

.detail .detail-left .type-list ul li.active {
    background: #fff5d8;
}

.detail .detail-left .type-list ul li h6 {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #222;
    padding-top: 12px;
    padding-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 5px;
}

.detail .detail-left .type-list ul li h6 a {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #222;
}

.detail .detail-left .type-list ul li h6 a:hover {
    color: #f7642e;
    text-decoration: underline;
}

.detail .detail-left .type-list ul li p {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #666;
    text-indent: 5px;
}

.detail .detail-left .type-list ul li p span.name {
    max-width: 85px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail .detail-left .type-list ul li p span.time {
    float: right;
    padding-right: 5px;
}

.detail .detail-left .type-list ul li p span.time em {
    font-style: normal;
    font-family: arial;
}

.detail .detail-left .type-list ul li.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ccc;
}

.detail .detail-left .type-list ul li dl {
    width: 193px;
    float: left;
    margin: 7px 5px 8px 5px;
}

.detail .detail-left .type-list ul li dl dd {
    float: left;
    font-size: 12px;
    color: #999;
    font-family: simsun;
}

.detail .detail-left .type-list ul li dl dd em {
    font-style: normal;
    font-family: arial;
    padding-left: 5px;
}

.detail .detail-left .type-list ul li dl dd.line {
    width: 1px;
    height: 15px;
    margin: 0 10px;
    background: #999;
}

.detail .detail-left .type-list ul li:hover {
    background: #fff5d8;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.rscDetailBox .detail-left h5 {
    float: none;
}

.rscDetailBox .detail-left p {
    font-size: 14px;
    font-weight: bold;
    margin: 15px;
}

.rscDetailBox .detail-left li {
    font-size: 12px;
    color: #333;
    float: left;
    margin-left: 20px;
    margin-bottom: 16px;
    cursor: pointer;
    transition: .3s color ease;
}

.rscDetailBox .detail-left li:hover {
    color: #f7642e;
}

.rscDetailBox .detail-left li.active {
    color: #f7642e;
}

.rscDetailBox .detail-left {
    position: relative;
}

.rscDetailBox .detail-left .zanwutuijian {
    position: absolute;
    width: 100%;
    top: 35px;
    bottom: 0;
    text-align: center;
    transform: translateY(50%);
    font-size: 14px;
    color: #999;
}