@charset "utf-8";
/* CSS Document */

/* top */
#top, #bottom, #container {
	clear:both;
	width:1002px;
	margin-right:auto;
	margin-left:auto;
}

#top .logo, #top .ver {
	float:left;
	height:80px;
	background:url(../../images/top_bg.gif) repeat-x;
}
#top .logo {
	width:204px;
	text-align:right;
}
#top .logo img {
	margin-top:20px;
}
#top .ver {
	width:778px;
	height:40px;
	padding-top:40px;
	padding-right:20px;
	text-align:right;
	line-height:30px;
}
#top .ver span {
	padding-right:10px;
	padding-left:10px;
}

#top .nav {
	clear:both;
	height:33px;
	background:url(../../images/nav_bg.gif) repeat-x;
	color:#FFFFFF;
	line-height:33px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	font-family:"黑体";	
}
#top .nav span {
	padding-right:14px;
	padding-left:14px;
}
#top .nav a {
	color:#FFFFFF;
}

#top .banner {
	text-align:center;
}

#top .search {
	height:26px;
	padding-right:50px;
	background-color:#EF6908;
	color:#FFFFFF;
	line-height:26px;
	text-align:right;
}
#top .search option.bclass {
	color:#000000;
}
#top .search option.sclass {
	background-color:#F5F5F5;
}


#top .input_search {
	width:120px;
}
/*// top */

/* bottom */
#bottom {
	height:52px;
	margin-top:13px;
	padding-top:10px;
	background:url(../../images/bottom_bg.gif) repeat-x top;
	text-align:center;
}
/*// bottom */

/* container */
#container {
	margin-top:13px;
}
#left, #middle, #right {
	float:left;
	margin-left:12px;
}

#left {
	_margin-left:6px;
	width:213px;
}
#left .menu {
	height:37px;
	padding-left:48px;
	background:url(../../images/left_menu_bg.gif) no-repeat;
	color:#CE3000;
	line-height:37px;
	font-size:14px;
	font-weight:bold;
}
#left .menu_2 {
	background:url(../../images/left_menu_bg_2.gif) no-repeat;
}
#left .cont {
	min-height:230px;
	_height:230px;
	padding-top:15px;
	padding-bottom:15px;
	background:url(../../images/left_cont_bg.gif) repeat-y;
}
#left .cont ul {
	width:178px;
	margin-right:auto;
	margin-left:auto;
}
#left .cont li {
	width:153px;
	min-height:24px;
	_height:24px;
	padding-top:5px;
	padding-left:25px;
	background:url(../../images/icon1.gif) no-repeat left;
	border-bottom:1px solid #FF8A18;
	line-height:24px;
	font-size:14px;
	font-weight:bold;
	font-family:"黑体";
}
#left .bottom {
	height:83px;
	background:url(../../images/left_bottom.gif) no-repeat;
}
#left .bottom2 {
	height:16px;
	background:url(../../images/left_bottom2.gif) no-repeat;
}

#middle {
	width:518px;
	min-height:358px;
	_height:358px;
	background:url(../../images/middle_bg.gif) repeat-y;
	border:1px solid #FFDFC6;
}
#middle .menu {
	height:18px;
	padding-top:6px;
	padding-left:42px;
	background:url(../../images/middle_menu.gif) no-repeat;
	color:#CE3000;
	line-height:18px;
	font-size:14px;
	font-weight:bold;	
}
#middle .menu_news {
	clear:both;
	height:37px;
	background:url(../../images/middle_menu2.gif) no-repeat top;
}
#middle .menu_news .category {
	clear:both;
	padding-top:13px;
	margin-left:24px;
	width:470px;
	height:24px;
	border-bottom:1px solid #FC891E;
}
#middle .menu_news .category li {
	float:left;
	width:96px;
	height:20px;
	margin-right:1px;
	padding-top:4px;
	background:url(../../images/icon4.gif) no-repeat;
	text-align:center;
	line-height:20px;
}
#middle .menu_news .category li a {
	color:#EA5806;
	font-weight:bold;
}
#middle .menu_news .category li.focus {
	background:url(../../images/icon3.gif);
}
#middle .menu_news .category li.focus a {
	color:#101010;
	font-weight:bold;
}
#middle .cont {
	clear:both;
	padding-top:5px;
	padding-right:20px;
	padding-left:20px;
	min-height:324px;
	_height:324px;
}

#middle .cont_news {
	clear:both;
	width:460px;
	min-height:336px;
	_height:336px;
	margin-right:auto;
	margin-left:auto;
}
#middle .cont_news ul {
	clear:both;
	height:24px;
	padding-top:4px;
	padding-left:21px;
	background:url(../../images/icon2.gif) no-repeat left 9px;
	border-bottom:1px dotted #B0B0B0;
	line-height:24px;
}
#middle .cont_news li {
	float:left;
}
#middle .cont_news li a {
	color:#333333;
}
#middle .cont_news li a:visited {
	color:#999999;
}
#middle .cont_news li.l1 {
	width:280px;
}
#middle .cont_news li.l2 {
	width:120px;
	font-size:11px;
}
#middle .cont_news li.l3 {
	width:39px;
	font-size:11px;
}
#middle .cont_news .tit {
	padding-top:16px;
	border-bottom:none;
	background:none;
	color:#000000;
}
#middle .cont_news .tit .l2, #middle .cont_news .tit .l3 {
	font-size:12px;
}

#middle .bottom {
	clear:both;
	overflow:hidden;
	height:10px;
	font-size:10px;
	line-height:10px;
	background:url(../../images/middle_bottom.gif) no-repeat;
}

#right {
	width:218px;
}
#right div.spliter {
	clear:both;
	overflow:hidden;
	height:12px;
}
/* // container */