@charset "utf-8";
/* CSS Document */
*
{
	margin:0; 
	padding:0;
}
html
{
	background:#7b3a05;
}
body
{
	font-family:"宋体",arial;
	font-size:12px;
	color:#000;
	margin:0 auto;
	background:url(../images/bodybg.jpg) center top no-repeat;
}
img,a img
{
	border:0px;
}
td,p,div,li,input,textarea
{
	word-wrap:break-word;
	overflow:hidden;
}
ul,li
{
	list-style-type:none;
} 
a
{
	text-decoration:none;
	color:#000;
	cursor:pointer;
}
a:hover
{
	text-decoration:none;
}
.clear
{
	clear:both;
	height:0px;
	line-height:0px;
} 
.container
{
	width:960px;
	margin:0 auto;
}

/*头部*/
#header
{
	height:340px;
}
/*主体部分*/
.top
{
	width:924px;
	height:375px;
	padding:20px 18px 0 18px;
	background:url(../images/bodybg.gif) 0 0 repeat-y;
	margin:0 auto;
}
.aboutcon
{
	width:552px;
	height:368px;
	background:url(../images/lefbg.jpg) left bottom no-repeat;
	float:left;
}
.aboutcon .intro
{
	width:540px;
	height:336px;
	padding:5px;
	border:1px solid #c8c8c8;
}
.newscon
{
	width:342px;
	height:354px;
	padding-top:14px;
	float:right;
}
.newscon h3
{
	font-size:18px;
	font-family:"微软雅黑";
	color:#9e0b0f;
	font-weight:900;
	line-height:24px;
}
.newscon p
{
	text-indent:2em;
	font-size:12px;
	line-height:24px;
	background:url(../images/rigbg.gif) left bottom no-repeat;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:5px;
}
.newscon p span a
{
	color:#9e0b0f;
	font-size:12px;
}
.newscon p span a:hover
{
	font-weight:bold;
}
.newscon ul li
{
	line-height:28px;
	background:url(../images/libg.gif) left center no-repeat;
	padding-left:11px;
	font-size:12px;
}
.newscon ul li a
{
	color:#000;
}
.newscon ul li a span
{
	color:#9e0b0f;
}
.newscon ul li a:hover
{
	color:#9e0b0f;
	text-decoration:underline;
}
.piccon
{
	width:960px;
	margin:0 auto 32px;
	padding-top:15px;
	background:url(../images/bodybg.gif) 0 0 repeat-y;
}
.piccon .piclist
{
	overflow:auto;
	zoom:1;
}
.piccon .piclist ul
{
	line-height:0;
}
.piccon .piclist ul li
{
	width:288px;
	height:256px;
	margin:0 16px 0 16px;
	_margin:0 8px 0 8px;
	float:left;
	overflow:hidden;
}
.piccon .piclist ul li img
{
	width:288px;
	height:192px;
}
.piccon .piclist ul li p
{
	width:286px;
	line-height:1.8;
	color:#333;
	padding:14px 8px 0 8px;
	text-align:center;
}
/*详细页*/
.details{ padding:0 40px; background:#fff;}
.details h3{line-height:50px; text-align:center; font-family:"微软雅黑"; font-size:24px; font-weight:normal; border-bottom:1px dashed #9c9b9b;}
.details h4{ height:32px; line-height:32px; text-align:center; font-weight:normal; font-size:14px; margin-bottom:10px;}
.details h4 span{ margin-left:12px;}
.details p{ line-height:2.0; text-indent:2em; font-size:14px; text-align:justify;  text-justify:inter-ideograph;}
.details p a{ color:#f00;}
.details p.img{ text-indent:0; text-align:center;}
.details p.zhu{ text-align:center; text-indent:0;}