/*初始化标签*/
*{margin:0;padding:0;}
body{font:12px "宋体",Arial; color:#000099; line-height:21px;}
ol,ul,li,dt,dd,dl{list-style:none;}
img{border:0;}
select,input{vertical-align:middle;}
a:link,a:visited{ font-family:"宋体",Arial;color:#000099;text-decoration:none;}
a:hover,a:active{color:#f00;text-decoration:underline;}
input,button{cursor:pointer;}
/*全局通用*/

/* 颜色属性 */
.cRed,a.cRed,a.cRed:visited{color:#ff0000;}
.cBlue,a.cBlue,a.cBlue:visited{color:#003398;}
.cDRed,a.cDRed,a.cDRed:visited{color:#bc2931;}
.cGray,a.cGray,a.cGray:visited{color: #333333;}
.cDGray,a.cDGray,a.cDGray:visited{color: #666666;}
.cWhite,a.cWhite,a.cWhite:visited{color:#ffffff;}
.cBlack,a.cBlack,a.cBlack:visited{color:#000000;}
.cGreen,a.cGreen,a.cGreen:visited{color:#008000;}
.cYellow,a.cYellow,a.cYellow:visited{color:#ff6600;}
/* 字体属性 */
.fb{font-weight:bold;}
/* 字体大小*/
.f12{
	font-size:12px;
	line-height: 23px;
}
.f14{
	font-size:14px;
	line-height: 24px;
}
/*浮动*/
.left{float:left;}
.right{float:right;}
/*虚线*/
div.hr{ height:1px; margin:5px 0; padding:0;border-bottom:#ccc dotted 1px;overflow:hidden;}
div.hr hr{ display:none;}

.mt10{ margin-top:10px;}
.mr10{ margin-right:10px;}
.mb10{ margin-bottom:10px;}
.ml10{ margin-left:10px;}
.pt10{ padding-top:10px;}
.pr10{ padding-right:10px;}
.pb10{ padding-bottom:10px;}
.pl10{ padding-left:10px;}
/*新闻列表*/
ul.newslist12px,ul.newslist14px{
	font-size: 12px;
	line-height: 23px;
}
ul.newslist12px li,ul.newslist12px li a{font-size:12px;line-height:23px;}
ul.newslist14px li,ul.newslist14px li a{font-size:14px;line-height:24px;}
/*头题*/
.headerInfo{height:auto;}
.headerInfo h2{text-align:center;margin-bottom:5px;}
.headerInfo h2 a:link,.headerInfo h2 a:visited{font:20px 宋体;color:#cc0000;line-height:27px;font-weight:bold;}
.headerInfo p{text-align:left;text-indent:2em;}
/*图片排版全局通用*/
dl.img_tex{}
dl.img_tex dt{float:left; margin-right:10px;margin-bottom:10px;}
dl.img_tex dt b{display:block; text-align:center; padding:1px; border:1px; width:auto;}
dl.img_tex dt span{background:#fff;display:block;line-height:20px; font-weight:normal; font-size:12px; text-align:center;}
body,td,th {
	color: #333333;
}

.img_li2{clear:both;overflow:hidden;line-height:21px;padding:10px;}
.img_li2 li{width:95px;float:left;text-align:center;}

