/* 初始化 */
body{
text-align:center;
}
body,div,ul,li,td,th,img{margin:0;padding:0;
font-family:Arial, Helvetica, sans-serif;}
dt,dd{clear:both;}
img{border:0px;}
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;color:black;}
textarea,input,select{
	font-size:12px;
	margin:0;padding:0;
	}
h1{
	font-size: 22px;
	color:#000;
	font-weight: bold;
	}
.text2 {
	background-color: #FFFFFF;
	text-align: center;
	margin: 20px;
	height: 310px;
	width: 650px;
	border: 1px solid #000000;
}

.bg1{background:url(../images/bg_01.jpg) repeat-x 79px;
}
.bg2{background:url(../images/bg_03.jpg) repeat-x 89px;
}
.bg3{background:url(../images/bg_02.jpg) repeat-x 450px;
}
.bg4{background:url(../images/bg_04.jpg) repeat-x 410px;
}
.kuang{background:url(../images/kuang.jpg) 76px 56px;
}
.text {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFC7CA;
	padding-left: 15px;
}

/*定义页面风格*/
body,div,ul,li,td,th{
	font-size: 12px;
	color: #000000;
	line-height: 170%;
}

/* 链接&&文字式样 */
a,a:link,a:visited {color:black;text-decoration:none;}
a:hover,a:active{color: #ff0000;text-decoration: underline blink;}


a.lblack,a.lblack:link,a.lblack:visited {color:black;text-decoration: underline;}
a.lblack:hover{color:#C2130E}
a.lwhite,a.lwhite:link,a.lwhite:visited {color:white;}
a.lwhite:hover{text-decoration: underline;}
a.lred,a.lred:link,a.lred:visited {color:#C2130E;}
a.lred:hover{text-decoration: underline;}
a.lblue,a.lblue:link,a.lblue:visited {color:blue;}
a.lblue:hover{text-decoration: underline;}

.tblue{color:blue;}
.tred{color:#BF1212;}
.twhite{color:white;}
.torange{color:#FF6600;}
.tgray{color:#999999;}

/* 常用文字边框相关式样*/
.px12{font-size:12px;}
.px13{font-size:13px;}
.px14{font-size:14px;}
.px16{font-size:16px;}
.bolds{font-weight: bold;}
.normals{font-weight:normal;}
a.normals_a:hover{font-weight:normal;}
.blackborder{border:1px solid black;}
.underlines,a.underlines:link,a.underlines:visited {text-decoration: underline;}

/* 常用布局式样 */
.dis{display:block}
.undis{display:none}
.lefts{float:left;}
.rights{float:right;}
.tbcenter{margin:0 auto;}
.txtcenter{text-align:center;}
.clr{font-size:0;width:1px;clear:both;visibility:hidden;line-height:1px;}
.form_gText{ font-size:9pt; font-family:宋体; color:#666666; text-decoration:none; border:1 solid #999999; background-color:#FFFFFF; }
.clearfloat {/*FF兼容性处理，清除浮动，使用方法<br class="clearfloat" />*/
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*新闻页样式*/
#news_list{
	margin-left:10px;
	margin-top:10px;
}
#news_list li{
	list-style-type:none;
	text-decoration:none;
	display:block;
	width:95%;
	height:30px;
	line-height:30px;
	text-align:left;
	font-size:12px;
	color:#FF9900;
	padding-left:15px;
	overflow:hidden;
	border-bottom:1px dashed #999999;
}
#news_list li a:hover{
	text-decoration:none;
	color:#ff0000;
}
.page{
	font-size:12px;
	width:95%;
	text-align:right;
}

/*新闻内容页*/
#news_show{
	width:97%;
	height:560px;
}
.news_title{
	width:100%;
	font-size:16px;
	border-bottom:1px solid #999999;
	text-align:center;
	height:40px;
	line-height:40px;
}
.news_from{
	width:100%;
	color:#999999;
	text-align:center;
	height:30px;
	line-height:30px;
}
.news_content{
	color:#454545;
	font-size:12px;
	font-weight:normal;
	line-height:170%;
}
#news_bottom{
	width:100%;
	text-align:center;
}

