/* 公告列表 */

.content_box {
    float: left;
    width: 910px;
    background: #fff;
    padding: 26px 20px 0px;
    margin-bottom: 30px;
}

.content_box .cb-hd {
    height: 40px;
    line-height: 40px;
    margin-bottom: 12px;
}

.content_box .cb-hd h2 {
    float: left;
    font-size: 21px;
    padding-left: 20px;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    color: #555;
}

.content_box .artilce-list li {
    border-top: 1px solid #eee;
    padding: 10px 20px;
}

.content_box .artilce-list h3 {
    font-size: 16px;
    margin-bottom: 5px;
    position: relative;
}

.content_box .artilce-list h3:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    font-size: 0;
    border-radius: 50%;
    background: #d4d4d4;
    left: -14px;
    top: 11px;
}

.content_box .artilce-list h3 a {
    color: #555;
    font-weight: normal;
}

.content_box .artilce-list h3 a:hover {
    color: #f43434;
}

.content_box .artilce-list p {
    color: #8c8c8c;
    line-height: 1.8;
}


/* 公告详情 */

.content_box .cb-hd .extra {
    float: right;
    color: #8c8c8c;
}

.content_box .cb-hd .extra span {
    max-width: 200px;
    overflow: hidden;
    float: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_box .cb-hd .extra a {
    color: #8c8c8c;
}

.content_box .cb-hd .extra a:hover {
    color: #f43434;
}

.content_box .cb-hd .extra>i {
    margin: 0 5px;
    font-size: 12px;
}

.content_box .cb-bd p {
    margin: 20px 0;
}