@charset "UTF-8";
@import url(textsettings.css);
@import url(style.css);
/* ---------------------------------------------------------------- *
	All
 * ---------------------------------------------------------------- */
body {
	color: #000000;
	background-color: #f8f8f8;
	background:url(../images/index_bg.gif) top repeat-x #f8f8f8;
}

/* Container */

#container  {
	width: 920px;
	margin:auto;
	padding: 0px;
}
#header  {
	width: 920px;
	height: 100px;
	padding: 0px;
}
#header .logo {
	float: left;
}
#header .time {
	float: right; text-align: right; padding: 45px 0 0 0;
}
#flash  {
	width: 920px;
	height: 400px;
	background-image:url(../images/home_flash_bg0.gif);
	border: 1px solid #8e7a68;
}
#main  {
	width: 920px;
}
#main .left  {
	width: 720px;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 23px;
}
#main .right  {
	width: 200px;
	float: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFCB4D;
	background-color: #FFFFFF;
}

/* ---------------------------------------------------------------- *
	Home
 * ---------------------------------------------------------------- */
#home_main {
	width: 920px;
	padding: 0 0 20px 0;
}
#news {
	width: 600px;
	float: left;
	margin-right: 40px;
}
#news .news_tit {
	width: 600px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b19168;
}
#news .news_list {
	width: 600px;
	text-align: left;
}
#news em {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	font-style:normal;
	color:#765539;
}
#news ul {
	width: 600px;
	margin-top: 16px;
	margin-bottom: 38px;
}
#news ul li{
	font-style:normal;
	font-family: Geneva, Arial, Helvetica, sans-serif,"宋体";
	color:#745536;
	text-align: left;
	line-height: 2em;
	font-size:12px;
}
#news ul li a{
	color:#765539;
}
#news ul li a:hover{
	color:#745536;
}
#news p{ padding: 18px 0 0 0;}
#dn {
	width: 280px;
	float: left;
}
#dn .info {}
#dn .info ul {padding: 16px 0 0 0;}
#dn .info ul li {width: 33.3%; float:left; text-align:center;}
#dn .info .name{font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; font-size:12px;word-break: break-all; word-wrap:break-word; padding: 3px 3px 0 3px;}
#dn .info ul li a{
	color:#765539;
}
#dn .info ul li a:hover{color:#6b1810;}
#dn .dn_tit {
	width: 280px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b19168;
}
#dn .te_l {width: 280px; text-align:left; height:140px; padding:5px 0 0 0;}
#dn .te_l .col01{width:140px; text-align:center; float:left;}
#dn .te_l .col02{width: 140px; text-align:center; float:right;}
/* ---------------------------------------------------------------- *
	Menu
 * ---------------------------------------------------------------- */
