@charset "utf-8";
/* Base Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small,strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}
:focus { outline:0;}
img { border:0;}

ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline;}
.none { display:none;}
.hidden { visibility:hidden;}
.clearfix:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.clearfix{display: block; *zoom:1;}
.fr{float:right;}
.fl{float:left;}

/**布局开始**/
body {}
body,p { font:12px/1 "\u5b8b\u4f53", Tahoma, Geneva, sans-serif; color:#333;}
a { color:#333; text-decoration:none;}
a:hover { color:#cd0200;}


/**导航**/
.nav{ width:800px; margin:50px auto; background:url(images/navbar.png) repeat-x; height:40px; }
.nav li{float:left;}
.nav li a{display:inline-block;line-height:40px;color:#fff; font-size:14px; font-family:"Microsoft YaHei"; padding:0 38px;}

/**标题栏新闻窗口**/
.news{width:450px; margin:0 auto 50px auto;}
.post {}
.post .tt { height:32px; border-bottom:1px solid #6db4e0;} /**标题栏**/
.post .tt .tit { display:inline-block; float:left; font-size:14px; font-weight:bold; color:#216687;} /**标题字体**/
.post .tt .tit .title { display:inline-block; height:32px; line-height:32px; padding-left:15px;} /**标题图标**/
.post .tt .more_btn { display:inline-block; height:32px; line-height:32px; float:right;}   /**更多按钮**/
.post .con { padding:5px 0; margin:0 auto;}
.post .con span{ display:inline-block; line-height:25px;}

/**自定义新闻列表**/
.news_nav{
	margin-bottom: 5px;
	height: 100px;
	position: relative;
	top: 50%;
	border-bottom-style: 1px;
	border-bottom: 1px solid;
	border-bottom-color: #999;
}
.news_nav .news_pic{
	width: 190px;
	margin-left: 5px;
}
.news_nav .news_pic img{width:180px; height:90px;}
.news_nav .news_list{
	width: 370px;
	padding-top: 15px;
}
.news_nav .news_list .news_tit{
	color: #000;
	font-size: 11pt;
	line-height: 30px;
}
.news_nav .news_list .news_intro{line-height:18px;}

.line{height:1px; background="images/line1.gif"}
