﻿@charset "utf-8";
/* PC端CSS */
.news_article { width:1080px; margin:40px auto;}

.article_title{ font-size:28px; line-height:40px; padding:5px 50px 30px 50px; text-align:center;}
.article_title p{ font-size:18px; line-height:26px; padding-top:10px; color:#999;}

.article_info{ height:25px; border-bottom:1px solid #dfdfdf; padding-bottom:15px;position: relative;}
.article_info .time{ font-size:12px; line-height:25px; color:#969696;font-family: "宋体"; float:left;}
.article_info .time a{color:#969696;}
.article_info .tools {height:25px;float:right;}
.article_info .tools a{ width:26px; height:25px;float:left;display:block;cursor:pointer; margin-left:5px;background:url(iconews.png) no-repeat;}
.article_info .tools .font_small { background-position:-78px 0; }
.article_info .tools .font_small:hover { background-position:-78px -25px; }
.article_info .tools .font_add { background-position:-52px 0; }
.article_info .tools .font_add:hover { background-position:-52px -25px; }
.article_info .tools .print { background-position:-26px 0; }
.article_info .tools .print:hover { background-position:-26px -25px; }
.article_info .tools .share { background-position:0 0; }
.article_info .tools .share:hover { background-position:0 -25px; }
.article_info .share_windows { display:none;position:absolute;top:30px;right:23px;width:156px; height:40px;background:url(iconews.png) -200px 0 no-repeat; padding:10px 0 0 8px;}

.content_bg { width:900px; padding:40px 90px;}
#content {font-family: "宋体"; font-size:16px; line-height:30px; text-align:justify; min-height:400px;}
#content img{ max-width: 100%!important; width: auto!important;height: auto!important;  margin: 10px 0;}
#content p { margin-bottom:15px; }

.article_editor {border-top: 5px solid #dfdfdf;padding:25px 4px; height:36px;position: relative; }
.article_editor .fxwindows{position: absolute;top:25px;right:4px;}
.article_editor .editor{font-family: "宋体";height:36px;font-size: 12px;line-height: 36px; color:#969696; float:left;}

/* 手机端CSS */
@media only screen and (max-width: 760px) {
.news_article { width:7.5rem; margin:0 auto; background:#fff; padding-top:0.98rem;}

.article_title{ font-size:0.48rem; line-height:0.66rem; padding:0.5rem 0.35rem 0.4rem 0.35rem; font-weight: 700; text-align:center;}
.article_title p{ font-size:0.35rem;line-height:0.4rem; padding-top:0.1rem; color:#555;}

.article_info{ height:0.3rem; border-bottom:0; padding:0 0 0.6rem 0.35rem;position: relative;}
.article_info .time{ font-size:0.26rem; line-height:0.3rem; color:#888; font-family: inherit;float: none;}
.article_info .time a{color:#888;}

.content_bg { width:7.5rem; padding:0;}
#content {font-family:inherit; font-size:0.35rem; line-height:0.58rem;padding:0 0.35rem; text-align:justify; color:#262626;min-height:4rem;}
#content img{max-width: 100%!important;width: auto!important; height: auto!important;  margin: 0.2rem 0;}
#content p { margin-bottom:0.3rem; }

.article_editor {border-top:0;border-bottom:0;padding:0.2rem 0.35rem; height:0.3rem;position: relative; margin-bottom:0.3rem;}
.article_editor .editor{font-family:inherit;height:0.3rem;font-size:0.26rem;line-height:0.3rem; color:#888; float:none;}

}

