/*!
* 二级分类通用样式二
* author:shenyh
* date:2015-08-31
*/

.wb-colu {
    margin-top:10px;
}

.wb-colu-hd-second {
    height: 28px;
    background: url(imagesttbg2.jpg) repeat-x;
    border: 1px solid #e4e4e4;
}

.wb-colu-tt-second {
    float: left;
    height: 28px;
    line-height: 28px;
    padding-left: 34px;
    color: #333;
    background: url(imagestt2.jpg) 8px 7px no-repeat;
}

.wb-colu-tt-fs {
    font-size: 14px;
    font-weight: bold;
    font-family: "SimSun";
}


.wb-colu-bd {
    height: 180px;
    border: 1px solid #e4e4e4;
    border-top: none;
    overflow: hidden;
}

.wb-data-item {
    padding-left: 15px;
    padding-top: 8px;
    font-family: "SimSun";
}

.wb-data-list {
    line-height: 24px;
    font-size: 12px;
    padding-left: 14px;
    background: url(imageslistimg.jpg) 0 50% no-repeat;
}

.wb-data-list-second {
    font-size: 14px;
    line-height: 28px;
}

.wb-data-infor {
    margin-right: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    padding-right: 15px;
    margin-top: -24px;
}

.wb-data-date-second {
    margin-top: -28px;
}

.wb-data-list:hover,
.wb-data-list:hover a {
    cursor: pointer;
    color: #ff0000;
}

