﻿/*base style css file*/
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,font,img,ins,kbd,q,s,samp,small,strike,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{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-family:Calibri, "微软雅黑", Arial, Helvetica, sans-serif;
	font-size:12px;
}

ul,ol {list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}

/*remenber to define focus styles!*/
:focus{outline:0;outline:none;}
a{text-decoration:none;}
a:active {star:expression(this.onFocus=this.blur());}

/*remenber to highlight inserts somehow!*/
ins{text-decoration:none;}
del{text-decoration:line-through;}

/*tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse;border-spacing:0;}

.p-r{position:relative;}
.p-a{position:absolute;}
.f-r{float:right;}
.f-l{float:left;}
.d-n{ display:none;}
.clear{clear:both;}

.newscont .date,.newscont .date a {
	color:#999;
	margin-bottom:20px;
}
.newscont .date a:hover {
	color:#ea2622;
}
.newscont h1 {
	text-align:center;
	font:bold 20px/50px "microsoft yahei";
	margin-bottom:10px;
}
.newstext p,.newstext div {
	margin-bottom:20px;
	text-indent:26px;
	line-height:24px;
}
.newstext h2,.newstext h3 {
	margin-bottom:10px;
	text-indent:26px;
	font:bold 14px/28px "inherit";
}
.prnt {
	line-height:40px;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	overflow:hidden;
}
.prnt span {
	display:block;
	width:400px;
	overflow:hidden;
}
.newscont .w450 {
	width:450px;
}
.newscont .w330 {
	width:330px;
}
.newsblist {
	margin-top:10px;
}
.newsblist h3 {
	font:bold 16px/40px "microsoft yahei";
}
.newsblist ul li {
	text-indent:10px;
	height:26px;
	line-height:26px;
	background:url(../images/icon-list.png) -42px -361px no-repeat;
	overflow:hidden;
}
.newsblist ul li span {
	float:right;
	padding-left:20px;
}
