/*首页新闻列表控件样式*/

.divlist {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
}

.boximg {
    width: 150px;
    height: 90px;
    float:left;
}

    .boximg a img {
        width: 150px;
        height: 90px;
    }

.boxright {
    margin-left: 160px;
}

    .boxright h4 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: bold;
        font-size: 15px;
    }

    .boxright p {
        line-height: 22px;
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        color: #909090;
        padding-top: 6px;
    }

    .boxright span {
        font-size: 12px;
        color: #666;
        font-weight: 600;
    }

/*焦点图片的标题*/
.jiaodianbiaoti {
    left:0px;
    bottom:8px;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    padding-left: 10px;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    position:absolute;
    width:100%;
    font-weight:600;
}

/*图片左上角的VIP*/

.vipfontc {
    left: 2px;
    top: 4px;
    position: absolute;
    z-index: 20;
    background-color: transparent;
    font-size: 9pt;
    color: #fff;
    transform: rotate(-50deg);
}

.vipc {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10;
    background-color: transparent;
    width: 0;
    height: 0;
    border-width: 35px 35px 0 0;
    border-style: solid;
    border-color: #449D44 transparent transparent transparent;
}