html{overflow-y:scroll;}
body,td,a,input,font{}

.sf00{border:0px dotted #FF0000;}
.CB{clear:both;font-size:1px;}
.lineX{margin:10px 0;height:2px;font-size:1px;border:0;border-bottom:1px solid #FFF;border-top:1px solid #CCC;}
.lineH18{line-height:180%;}

/* 相同的宽度并居中 */
	.container{margin:0px auto 20px auto;width:1080px;}
    .containerlogo{margin:0px auto 0px auto;width:1080px;}
/* 当前位置 */
	.poser{padding:5px 0;margin-bottom:10px;background:#EEE;border:0px solid #EEE;}
	.poser .pos{padding:0 10px;text-align:left;color:#AAA;font:normal 12px/20px \5b8b\4f53,Arial,sans-serif;background:url(../images/icon_home.gif) no-repeat 8px center;}
	.poser .pos a{font-size:12px;color:#444;}
	.poser .pos span{color:#555;}
	.poser .pos a:hover{color:#00F;}
	.poser .prompt{float:right;padding-right:10px;font:normal 12px/20px \5b8b\4f53,Arial,sans-serif;}
	.poser.someBody.margin0 .pos{margin-bottom:0;}/* 有些页面的面包榍导航下面不需要外边距 */

	#headBox{background:#fff;}
	#headBox .someBody{height:100px;background:url(../image/header_bg.jpg) no-repeat center top;}

/* 导航 */
	/* 样式2 */
	.naver{height:38px;margin:0px auto;background:#4E75B8 url(../image/naver_bg.jpg) repeat-y center top;overflow:hidden;}
	/* 导航-主 */
	.naver .navs{}
	.naver .navs li{float:left;position:relative;}

	.naver .navs li a{display:block;padding:0;text-align:center;}/*width:90px;*/
	.naver .navs li a span{display:block;padding:0 30px 0 30px;color:#fff;font:bold 16px/38px \5FAE\8F6F\96C5\9ED1,tahoma,"SimSun";}
	.naver .navs li a:hover,
	.naver .navs li.hover a{border:0;text-decoration:none;}
	.naver .navs li.current a,
	.naver .navs li a:hover,
	.naver .navs li.hover a{background:#4E75B8;}
	.naver .navs li.current a span,
	.naver .navs li a:hover span,
	.naver .navs li.hover a span{color:#FFF;font-weight:bold;}

	.naver .navs li.first{background:url(../images/xnav2_bg_left.jpg) no-repeat left top;}
	.naver .navs li.newsHotLine{float:right;line-height:38px;font-size:14px;color:#FFF;}

	.naver .navs li.line{width:2px;height:42px;line-height:42px;background:url(../images/nav2_bg_line.gif) no-repeat left top;}
	.naver .navs li.hotLine{padding:0 18px;}

	.hotPlay{height:70px;text-align:left;background:#fff;}
	.hotPlay b{float:left;margin:0;width:80px;line-height:70px;text-align:left;font-size:16px;}
	.hotPlay .box{width:1000px;float:left;margin:18px 0 0 0px;}
	.hotPlay .box a{margin-right:5px;font-size:14px;}

/* 【主体】 */
	.bodyer{}
	/* 首頁左右布局 */
	.iLeft{float:left;width:800px;}
	.iRight{float:right;width:250px;}

	/* 内頁左右布局 */
	.bLeft{float:left;width:680px;}
	.bRight{float:right;width:280px;}

/* 底部 
.footer{margin-top:20px;padding:10px 0 15px;line-height:20px;text-align:center;border-top:1px solid #CCC;background-color:#F8F8F8;}
 */
/* 下拉框 */
	.dropDownList{padding:5px;}
	.dropDownList .dropdown{float:left;margin-left:10px;}
	.dropDownList .dropdown select{display:none;}
	.dropDownList span{display:block;width:150px;height:20px;line-height:20px;border:solid 1px #83BBD9;cursor:default;background:#FFF url(../images/ico_arrow8.gif) no-repeat right 3px;
		-webkit-transition-property:all;
		-webkit-transition-duration:.3s;
		-webkit-border-radius: 2px;
		-webkit-box-shadow:inset 1px 1px 2px rgba(43, 116, 247,0.5);
		-moz-transition-property:all;
		-moz-transition-duration:.3s;
		-moz-border-radius: 2px;
		-moz-box-shadow:inset 1px 1px 2px rgba(43, 116, 247,0.5);
		transition-property:all;
		transition-duration:.3s;
		border-radius: 2px;
		box-shadow:inset 1px 1px 2px rgba(43, 116, 247,0.5);
		-o-transition-property:all;
		-o-transition-duration:.3s;
	}
	.dropDownList span.over{background-position:right -31px;border-color:#B4591A;}
	.dropDownList ul{position:absolute;width:150px;height:auto;max-height:80px;overflow-x:auto;display:none;border:1px solid #7E9DBA;
		-webkit-border-radius: 2px;
		-webkit-box-shadow:inset 1px 1px 2px rgba(43, 116, 247,0.5);
		-moz-border-radius: 2px;
		-moz-box-shadow:inset 1px 1px 2px rgba(43, 116, 247,0.5);
		border-radius: 2px;
		box-shadow:inset 1px 1px 2px rgba(43, 116, 247,0.5);
	}
	.dropDownList ul li{padding:0;height:20px;width:100%;background:#E6F4FD;cursor:default;line-height:20px;}
	.dropDownList ul li.normal{background:#E6F4FD;}
	.dropDownList ul li.over{background:#BEDDFC;}
	.dropDownList ul li.current{background:#7E9EB7;font-weight:bold;}
	.dropDownList ul.show{display:block;}

/* footer */
#footer{padding: 20px;border-top: 1px solid #dbdada;background: #4e4e4e;}
#footer p{font-size:16px;line-height: 32px;text-align: center;color: #fff;}
#footer p span{display:inline-block;}
#footer p span img{vertical-align:middle;}
