/*=======   CSS Document   =======*/
body {font:12px/22px "宋体", sans-serif;width:950px;margin:7px auto 0;background: #FFF; color:#000;}
div,form,input,select,img,ul,ol,li,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;}
h1,h2,h3,h4,h5,h6 { margin:0px; padding:0px; font-weight:normal;font-style:normal;}
table,td,tr,th{font-size:12px; line-height:18px;}
i{font-style:normal;}
img{border:0px;margin:0;padding:0;}
.space6{height:6px;}
.cls{clear:both;}
/*=======    主链接颜色    {命名规则：link + 颜色的名称 + 字号 + 具体属性 + 1/2/3}=======*/
a{color: #333; text-decoration:none;}
a:hover {color: #f00; text-decoration:underline;}

	/*=======   辅助链接颜色   =======*/
	
	a.link_blue{ color:#1458a6;}
	a.link_blue:hover{ color:#012a88;}
	
	a.link_blue_12{ color:#f00; font-size:12px;}
	a.link_blue_12:hover{ color:#f00; font-size:12px; text-decoration:underline;}
	
	a.link_blue_14{ color:#1458a6; font:bold 14px/22px "宋体";}
	a.link_blue_14:hover{ color:#012a88; font:bold 14px/22px "宋体";}
	
	/*----------白 链接定义----------*/
	a.link_white_{color:#fff; text-decoration:underline;}
	a.link_white_:hover{color:#ff0; text-decoration:none;}

	/*----------红色 链接定义----------*/
	a.link_red{color:#f00;}
	a.link_red:hover{color:#a00;}
	a.link14_red{color:#f00;font:bold 14px/22px "宋体";}
	a.link14_red:hover{color:#a00;font:bold 14px/22px "宋体";}
	
	
	a.link_red a{color:#f00; text-decoration:none;}
	a.link_red a:hover{color:#FF6600; text-decoration:underline;}
	
	a.link16_red{color:#f00; font:16px/30px "黑体";}
	a.link16_red:hover{color:#f00; font:16px/30px "黑体";}
	
/*=======   字体样式定义   {命名规则：Font+颜色+具体属性}=======*/
.font_red_b{color:#f00; font-weight:bold;}
.font_red{color:#f00;}
.font_red_12{color:#f00; font-size:12px;}
.font_red_12b{color:#f00; font-size:12px; font-weight:bold;}
.font_gray{ font-size:12px;color:#999;}
.font_gray2{ font-size:12px;color:#555;}
.font_gray1{ font-size:12px;color:#999; font-weight:normal;}
.font_b{font-weight:bold;}

/*=======   标题样式定义   {命名规则：英文+具体属性}=======*/
.title1{height:28px; background:#D5201D url(../images/title1_bg.gif) no-repeat left center;}
.title1 h1{height:28px; font:bold 14px/28px "宋体"; color:#fff; padding-left:25px; float:left;}
.title1 h2{height:23px; font:normal 12px/21px "宋体"; color:#fff; background:url(../images/title1_r.gif) no-repeat right top; float:right; padding:5px 7px 0 0;}
.title1 h2 a{color:#fff; text-decoration:none;}
.title1 h2 a:hover{color:#ff0; text-decoration:underline;}
.title1 .titR {float:right;padding-right:8px;padding-top:4px; background:url(../images/title1_r.gif) no-repeat right top;}
.title1 .titR li{float:left;width:57px;height:22px;background:url(../images/fl_bg.gif) no-repeat;margin-left:6px;display:inline;text-align:center;}
.title1 .titR li.on{color:#FF0;font-weight:bold;display:block; cursor:pointer;}
.title1 .titR li.off{color:#FFF;font-weight:bold;display:block; cursor:pointer;}

.title2{ height:28px; background:#D5201D url(../images/tit2_2.gif) no-repeat right;}
.title2 h1{height:24px; font: bold 14px/24px "宋体"; color:#ff0; padding:4px 0 0 25px; background:url(../images/tit2_1.gif) no-repeat left; float:left;}
.title2 h1 a{color:#ff0; }
.title2 h1 a:hover{color:#fff;}
.title2 h2{height:23px; font:12px/21px "宋体"; color:#ff0; padding:5px 10px 0 0; background:url(../images/title1_r.gif) no-repeat right top; float:right;}
.title2 h3{height:23px; font:12px/21px "宋体"; color:#ff0; margin:5px 10px 0 100px; float:left;}
.title2 h2 a{color:#ff0; text-decoration:none;}
.title2 h2 a:hover{color:#fff; text-decoration:underline;}

.title3{height:24px; background:url(../images/title3_bg.gif) repeat-x;}
.title3 h1{height:22px; font: bold 14px/24px "宋体"; color:#fff; padding:2px 0 0 7px; float:left;}
.title3 h2{height:20px; font:12px/20px "宋体"; color:#fff; padding:4px 5px 0 0; float:right;}
.title3 h2 a{color:#fff; text-decoration:underline;}
.title3 h2 a:hover{color:#ff0; text-decoration:none;}

.title4{height:24px; margin-top:5px;}
.title4 h1{ height:24px; font:bold 12px/24px "宋体"; padding-left:25px; background:url(../images/icon02.gif) no-repeat 5px 5px; float:left;}
.title4 h2{ height:24px; width:170px; background:url(../images/line_x.gif) repeat-x left 10px; margin-left:8px; float:left;}
.title4 h3{ height:24px; font:12px/24px "宋体"; background:url(../images/icon03.gif) no-repeat left 7px; padding-left:10px; float:right; margin-right:5px;}
/* 页面外围控制整体布局宽度  */
.wrapper{width:950px;height:auto; overflow:hidden;padding:0; margin:0 auto 6px auto;clear:both;}
.wrapper_left{float:right;width:300px;}
.wrapper_left1{ width:640px; float:left;}
.wrapper_right1{ width:300px; float:right;}
.wrapper_left2{ width:780px; float:left;}
.wrapper_right2{ width:160px; float:right;}
.wrapper_right2 .ad{ margin-bottom:7px;}


.line_hui{border-bottom:1px dotted #CCC;}


/* 修改新闻标题 */

.newsTitle{ width:215px; float:left;}
.newsTitle1{ width:110px; float:left; padding-left:10px; background:url(../images/newsL.gif) no-repeat left center;}
.newsMore{ width:80px; font:100 12px/19px "宋体"; padding-top:2px; float:left; text-align:center;}
.newsMore a{ text-decoration:none;}
.newsMore a:hover{ text-decoration:underline;}