/*新闻中心样式*/
.newsWrapper {
    width: 100%;
    margin: 10px 0;
    height: 30px;
    border: 1px solid #D3D3D3;
    padding: 5px;
    border-radius: 3px;
}

.newsWrapper:hover {
    background: #D3D3D3;
}

.newTitle {
    float: left;
    font-size: 12px;
}

.newsDate {
    float: right;
    font-size: 12px;
}

.cpContent a:link {
    text-decoration: none;
    color: black;
}

.cpContent a:visited {
    text-decoration: none;
    color: black;
}

.cpContent a:active {
    text-decoration: none;
    color: black;
}

.contentTitle {
    width: 100%;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
}
