@import 'common.css';
.col-2{
    width: 865px;
    height: auto;
    float: right;
}
.col-2 .v{
    width: 865px;
    height: auto;
    float: right;
    background-color: #fff;
    margin-top: 10px;
}
.col-2 .v p.title{
    line-height: 20px;
    height: 20px;
    display: block;
    text-indent: 20px;
    font-size: 16px;
    color: #4bb14e;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}
.col-2 .v p.title span{
    /* display: inline-block; */
    padding: 5px 10px;
    line-height: 20px;
    background-color: #ffe9cc;
    color: #ff9b3f;
    font-size: 14px;
}
.col-2 .v ul.navs{
    width: 845px;
    height: 40px;
    margin-left: 20px;
    border-bottom: 1px solid #4bb14e;
    margin-top: 10px;
}
.col-2 .v ul.navs li{
    width: 70px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    color: #999;
}
.col-2 .v ul.navs li.on{
    background-color: #4bb14e;
    color: #fff;
}
.col-2 .v .items,
.col-2 .v .items .item{
    width: 865px;
    height: auto;
    display: block;

}

.col-2 .v .items .item a{
    width: 192px;
    height: 140px;
    position: relative;
    display: block;
    float: left;
    margin: 8px;
}
.col-2 .v .items .item a img{
    width: 192px;
    height: 112px;
    display: block;
    float: left;
}
.col-2 .v .items .item a p{
    width: 192px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.col-2 .v .items .item a span{
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 16px;
    color: #f00;
}






















{}














