@charset "utf-8"; 
/*区别于其他页面头部、底部的展示*/
body{ background-color: #f3f5f7;}
.more_loader_spinner{ background:none;}
.header-middle{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;word-wrap: break-word;word-break: break-all;}
h1, h2, h3, h4, h5, h6{ font-weight:normal;}

/*公告文章列表*/
#article-content{background: #fff;padding:0 10px;margin:0.5rem auto 0;overflow: hidden;}
#article-content .article-list{ width:100%; background:#fff;}
#article-content .article-list li{ height:40px;border-bottom: 1px dotted #eee;}
#article-content .article-list li .article-name{ display: inline-block;width:165px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height:40px; color:#666; font-size:14px;}
#article-content .article-list li .article-time{ float:right; line-height:40px; color:#666; font-size:14px;}


/*文章详情*/
.article-info{background: #fff;padding: 10px;margin:0 auto;overflow: hidden;}
.article-info .article-title{text-align: center;font-size:0.8rem;line-height:40px;font-weight: normal;color: #666;border-bottom: 1px dashed #eee;}
.article-info .article-detail { margin-top:5px;line-height:25px;}
.article-info .article-detail img{ width:100%; height:auto;}
table{ width:100% !important;}
