@charset "utf-8";
/* css document */

* {
	margin:0;
	padding:0;
	font-family:"微软雅黑", "trebuchet ms", arial, helvetica, sans-serif;
}
a {
	text-decoration:none;
}
p {
	font-size:12px;
}
body {
	background-color:#efefef;
	text-align: center;
}
.english_font {
	font-family:"century gothic", "trebuchet ms", arial, helvetica, sans-serif;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.clear {
	clear:both;
}
.level_up {
	position:relative;
	z-index:1;
}
.level_up_999 {
	position:relative;
	z-index:999;
}
.caption {
	margin:10px 0;
	font-size:10px;
	color:#888;
}
.input {
	border:#999 solid 1px;
	padding:2px 5px;
	font-size:12px;
	color:#666;
	vertical-align:middle;
}
.button {
	padding:2px 5px;
	font-size:12px;
	color:#666;
	vertical-align:middle;
}
h1 {
	font-size:18px;
	margin-bottom:10px;
	font-weight:normal;
	color:#3c3c3c;
}
h2 {
	font-size:16px;
	margin-bottom:10px;
	font-weight:normal;
}
h3 {
	font-size:14px;
	margin-bottom:10px;
	font-weight:normal;
}
hr {
	height:1px;
	border:none;
	border-top:1px solid #d7d7d7;
	margin:20px 0;
	float:none;
 *float:left;
	display:block;
}
/*头部区块*/
#header_outer {
	background:url(/uploads/image/images/global_menu_outer_background.png) top left repeat-x;
	height:165px;
}
#header_inner {
	width:980px;
	margin:0 auto;
}
#header_inner #background_player {
	height:30px;
	overflow:hidden;
}
/*导航区块*/
#dropdown_menu_outer {
	text-align:center;
	-moz-box-shadow:0 0 4px #999;
	-webkit-box-shadow:0 0 4px #999;
	box-shadow:0 0 4px #999;
}
/*** essential styles ***/
.dropdown_menu, .dropdown_menu * {
	list-style:none;
}
.dropdown_menu {
	line-height:1.0;
}
.dropdown_menu ul {
	position:absolute;
	top:-999em;
	width:11em; /* left offset of submenus need to match (see below) */
}
.dropdown_menu ul li {
	width:100%;
	height:30px;
}
.dropdown_menu li:hover {
	visibility:inherit; /* fixes ie7 'sticky bug' */
}
.dropdown_menu li {
	float:left;
	position:relative;
	width:108px;
}
.dropdown_menu a {
	display:block;
	position:relative;
}
.dropdown_menu li:hover ul, .dropdown_menu li.sfhover ul {
	left:0;
	top:2.5em; /* match top ul list item height */
	z-index:99;
}
ul.dropdown_menu li:hover li ul, ul.dropdown_menu li.sfhover li ul {
	top:-999em;
}
ul.dropdown_menu li li:hover ul, ul.dropdown_menu li li.sfhover ul {
	left:11em; /* match ul width */
	top:0;
}
ul.dropdown_menu li li:hover li ul, ul.dropdown_menu li li.sfhover li ul {
	top:-999em;
}
ul.dropdown_menu li li li:hover ul, ul.dropdown_menu li li li.sfhover ul {
	left:10em; /* match ul width */
	top:0;
}
/*** demo skin ***/
.dropdown_menu {
	float:left;
	font-size:12px;
}
.dropdown_menu a {
	padding:.75em 1em;
	text-decoration:none;
}
.dropdown_menu a, .dropdown_menu a:visited { /* visited pseudo selector so ie6 applies text colour*/
	color:#fff;
}
.dropdown_menu li {
	background:#585959;
}
.dropdown_menu li li {
	background:#585959;
}
.dropdown_menu li li li {
	background:#585959;
}
.dropdown_menu li li:hover, .dropdown_menu li li.sfhover, .dropdown_menu li li a:focus, .dropdown_menu li li a:hover, .dropdown_menu li li a:active {
	background:#585959 url(/uploads/image/images/global_menu_hover_background.png) top left repeat-x;
	outline:0;
	color:#3986fa;
}
/*** arrows **/
.dropdown_menu a.sf-with-ul {
	padding-right:2.25em;
	min-width:1px; /* trigger ie7 haslayout so spans position accurately */
}
.sf-sub-indicator {
	position:absolute;
	display:block;
	right:.75em;
	top:1.05em; /* ie6 only */
	width:10px;
	height:10px;
	text-indent:-999em;
	overflow:hidden;
	background: no-repeat -10px -100px; /* 8-bit indexed alpha png. ie6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except ie6 the correct values */
	top:.8em;
	background-position:0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfhover > a > .sf-sub-indicator {
	background-position:-10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.dropdown_menu ul .sf-sub-indicator {
	background-position:-10px 0;
}
.dropdown_menu ul a > .sf-sub-indicator {
	background-position:0 0;
}
/* apply hovers to modern browsers */
.dropdown_menu ul a:focus > .sf-sub-indicator, .dropdown_menu ul a:hover > .sf-sub-indicator, .dropdown_menu ul a:active > .sf-sub-indicator, .dropdown_menu ul li:hover > a > .sf-sub-indicator, .dropdown_menu ul li.sfhover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*底部导航区块*/
#bottom_menu {
	width:980px;
	margin:10px auto 0 auto;
	background-color:#000;
	padding:8px 0;
	text-align:center;
	color:#fff;
	font-size:12px;
}
#bottom_menu a {
	color:#fff;
	margin:0 5px;
}
/*底部版权信息区块*/
#copyright {
	width:940px;
	margin:30px auto 0 auto;
	padding:5px 20px;
	text-align:center;
	font-size:12px;
	color:#333;
}
#copyright a {
	color:#333;
}
#copyright a:hover {
	text-decoration:underline;
}
/*翻页样式*/
#page_tuner {
	text-align:right;
	margin-top:10px;
}
#page_tuner a {
	color:#333;
	margin-left:10px;
}

#blog-roll {width: 980px;padding:10px;margin:0 auto;}
#blog-roll ul {float:left;margin:0px;}
#blog-roll li {list-style:none;margin:0px 10px;float:left; font-size:12px;}
#blog-roll a {color: #333;text-decoration: none; font-size:12px;}


.list_enws{width:610px;}
.list_enws h5{font-size: 16px;font-weight: bold; color: #000; border-bottom:1px solid #000; padding-bottom:10px; margin-bottom:10px;}
.list_enws h5 a{ float:right; display:inline-block; padding-top:8px;}

.enw_img{width:280px; float:left;border:#646464 solid 4px;margin:0 10px 10px 0;}
.list_box{width:310px; float:right;}
.list_box ul ,.list_box li{list-style:none;}
.list_box ul li{ color:#666;}
.list_box ul li a{ color:#666; line-height:18px; display:inline-block; width:260px; margin-right:10px; font-size:12px;}
.list_box ul li a:hover{ color:#333;}
.list_box ul li span{ }
.list_box span{ font-size:12px;}