@charset "gb2312";
* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family:"微软雅黑",simsun, Arial, Helvetica, sans-serif;
	font-size:16px;
	background:url(body_bg.gif);
	color:#414141;
}
img {
	border:none;
}
h2 {
	padding-left:10px;
}
h3 {
	font-family:"微软雅黑";
	font-size:14px;
	line-height:30px;
	padding-left:25px;
	color:#0099B4;
}
h4 {
	font-family:"微软雅黑";
	font-size:18px;
	text-align:center;
}
hr{
	border:1px #eee solid; margin:2px; padding:0px;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}
p {
	line-height:150%;
	color:#5C5C5C;
}
.sz p{
	padding:5px 0px;
	font-size:14px;
	text-align:justify;
	text-justify:inter-ideograph;
}
.clear {
	clear:both;
}
.px2{
	height:2px;
	clear:both;
}
.px5{
	height:5px;
	clear:both;
}
.px10{
	height:10px;
	clear:both;
}
.jiase{
	color:#333;
}

#wz_width{
	width:980px;
	margin:0 auto;
}
/*头部*/
.top {
	height:79px;
	background:#8B0A50;
	background-repeat:repeat-x;
	border-top:0px solid #423127;
	min-width:980px;
}
.logo {
	height:79px;
	width:280px;
	float:left;
}
#top_tj {
	height:71px;
	width:670px;
	padding-right:30px;
	padding-top:5px;
	float:left;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	zoom:1;

}
#top_tj a {
	color:#fff;
	text-decoration:none;
}
#top_tj a:hover {
	color:#f60;
	text-decoration:none;
}

/*主体*/
.content_main {
	background-color:#fff;
	min-height:100px;
	
}
.m_title {
	height:40px;
	line-height:40px;
	color:#f60;
}
.m_title h2 {
	font-size:16px;
	color:#fff;
	padding-left:15px;
	text-align:left;
	background:#000000;
        border-radius: 3px;
}
.m_title span {
	float:right;
	padding-right:23px;
	color:#fff;
	font-size:15px;
	padding-top:0px;
	height:35px;
}
.m_title span a{
	color:#fff;
}
.m_title span a:hover {
	color:#fff000;
	text-decoration:none;
}
.m_body {
	padding:0px;
	overflow:hidden;
	zoom:1;
	background-color:#ccc;
}
.m_body5 {
	padding:5px;
	overflow:hidden;
	zoom:1;
}
.m_body10 {
	padding:5px;
	margin:15px 17px;
	overflow:hidden;
	zoom:1;
	background-color:#fff;
}
.m_bottom {
	height:10px;
}
/*首页 列表*/
.new li {
	width:155px;
	DISPLAY: inline;
}
.new li a {
	color:#000;
	line-height:25px;
	margin:5px;
	padding:3px;
	width:136px;
	DISPLAY: inline;
	FLOAT: left;
	OVERFLOW: hidden;
	text-align:center;
	font-size:15px;        
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color:#fff;
	border:2px solid #8B0A50;
        border-radius: 5px;
}
.new li a:hover {
	color:#fff;
	background-color:#CD1076;font-weight:bold;}
	display:block;
	text-decoration:none;
	border:2px solid #CD1076;
}
.new li img{border:0;vertical-align:middle;}

/*底部*/
.footer_main { }
.footer {
	border-top:1px solid #ccc;
	margin-top:5px;
	padding-bottom:10px;
	padding-top:10px;
	font-size:12px;

}
.footer_txt {
	text-align:center;
}
.footer_txt a{
	color:#333;
	font-weight:bold;
}
.footer_txt a:hover {
	color:#ff0000;
}                                                                                               