﻿@charset "utf-8";
/* CSS Document */

/*顶部结束,主体CSS开始*/

#box{ width:1000px; border:1px solid #ccc; border-left:1px solid #ccc;border-right:1px solid #ccc; margin:0 auto;min-height:10px;background:url(content_top_bg.jpg) repeat-x top; margin-top:5px;}/*页面总容器*/

/*页面导航部分*/
#nav_bar_content{ width:900px; margin:0 auto; height:20px; border-bottom:1px  dotted #ccc; margin-top:2px; margin-bottom:2px; line-height:20px; text-align:left; text-indent:30px; color:#999; background:url(nav_bar_bg.jpg) left no-repeat; }
#nav_bar_content a{ color:#000; text-decoration:none; font-size:12px; font-weight:bold;}

#news_content{ width:900px; margin-left:40px;margin-right:40px;margin-top:10px; margin-bottom:20px; border:0px solid #ccc;}
#news_content .title{ font-size:22px; font-family:"微软雅黑"; text-align:center; line-height:42px; min-height:42px; border-bottom:2px solid #FF6633; margin-top:10px; font-weight:bold;}
#news_content .info{ font-size:14px; text-align:center; color:#B40D05; margin-top:6px; margin-bottom:20px;}
#news_content .content{ line-height:30px; font-size:13px; text-align:left; text-indent:30px;}