﻿@charset "utf-8";
/* CSS Document */
.ui-news{ background-color:#f5f5f5; overflow:hidden;box-sizing:border-box; clear:both; height:90px; padding-top:10px;}
.ui-news .ui-pictrue{ width:25%; height:70px;  float:left; overflow:hidden;}
.ui-news .ui-pictrue .ui-pic{ width:90px; height:70px;background:#ccc;}
.ui-news .ui-ordermain{ width:75%; float:left; height:70px; overflow:hidden; box-sizing:border-box; position:relative; padding-left:5px;}
.ui-news .ui-ordermain header{ font-size:13px; font-weight:500; color:#444; height:30px; line-height:120%}
.ui-news .ui-ordermain .ui-arrtname{ font-size:12px;height:20px; line-height:20px; color:#8b8b8b;}
.ui-news .ui-ordermain footer{ font-size:13px; color:#444; height:20px; line-height:20px;}
.ui-news .ui-ordermain footer b{ font-weight:normal; color:#f00; font-size:16px;}
.ui-news .ui-ordermain footer font{ font-size:12px;}

.article{ width:95%; min-height:300px; margin:0px auto 5px auto; overflow:hidden;clear:both; box-sizing:border-box;}
.article p{ line-height:200%; font-size:14px; margin-top:5px;}
.article .article-header{ margin:0px auto 10px auto; overflow:hidden; text-align:center;}
.article .article-head{ font-size:14px; line-height:120%; margin-bottom:0px;font-family:"微软雅黑"; color:#333;}
.article .article-tags{ width:100%;line-height:200%; height:30px; line-height:30px;  border-top:solid 1px #ececec; border-bottom:solid 1px #ececec; margin:10px auto ; color:#666; font-family:"微软雅黑"; clear:both; text-align:center; }
.article .article-tags span{ margin-right:5px;}
.article .tags-grroup{ cursor:pointer;}
.article .article-content{ width:100%; height:auto; overflow:hidden; line-height:200%; font-size:13px; color:#666;}
.article .article-content img{ max-width:100%; cursor:pointer; display:block; display:block; margin:5px auto 0px auto;}
.article .article-content p{ line-height:200%;}