@charset "utf-8";

/* 新闻内页  样式 */

.news {
    padding: 50px 164px;
    margin-top: 56px;
    margin-bottom: 0;
    border-radius: 20px;
}

.news_title {
    padding: 50px 0 10px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.news_info {
    border: 1px solid #bfbfbf;
    padding: 8px;
    text-align: center;
    font-size: 12px;
    color: #696969;
}
#news_content {
    padding: 20px 0;
}

#news_content{
    word-wrap:break-word;
}
#news_content:after {
    content: "";
    height: 0;
    clear: both;
    visibility: hidden;
    display: block;
}

#news_content img{
    max-width: 100%;
}
.pageOperate {
    padding-top: 30px;
}

.pageOperate p {
    line-height: 22px;
    font-size: 12px;
}

.pageOperate p a {
    color: #000;
}

.pageOperate p a:hover {
    text-decoration: underline;
}