/*<全局css定义>*/
*{/*<清除所有元素边界和补白默认属性>*/
	margin:0;padding:0;}
img{border:0;}
ul{list-style:none;}
body{
	width:100%;/*<随屏幕大小自动充满>*/
	color:#666;/*<定义字体颜色>*/
	font-size:12px; /*<预定义字体大小>*/
	line-height:18px;
	font-family: verdana, arial, helvetica, sans-serif; /*<定义字体系列>*/
	word-break:normal;/*<允许在词间换行>*/
	word-wrap:break-word;
	background:#f0f0f0 url(../images/bg_body.jpg) repeat-y center;
}
#layout_n {margin: 0;padding: 0;background: url(../images/bg_layout_n.jpg) repeat-x 0 0;}
p{margin: 10px 0;}
div,form,img,ul,ol,li,dl,dt,dd{ /*<定义布局标签元素属性>*/
	margin:0;/*<清除边界值>*/
	padding:0;/*<清除补白值>*/
	border:none;/*<清除边框值>*/
}
a{color:#666666;font-size:12px;text-decoration:none;}
a:hover{color: #bb3c36;}
.box{margin: 0;padding: 0;background: url(../images/n_01.gif) no-repeat top center;height: 100%;}

.header{ width:1000px;height:152px;margin:0 auto;}
.logo{float: left;width:108px;height:61px;padding-top: 10px;padding-left: 56px;}
.site{float:right;padding-top: 15px;padding-right:30px;}
.site a{color: #FFFFFF;text-decoration: underline;}
.guide{height:37px;width:890px;margin:0 auto;line-height:35px;color:#FFFFFF;}
.guide a{color:#FFFFFF;}
.main{width:750px;margin:0 auto;margin-top:25px;padding-bottom: 15px;}
.left{float:left;width:300px;overflow:hidden;}

.left_con UL{width: 242px;}
.left_con li{width: 242px;padding-left: 20px;height: 31px;}
.left_con li a{float:left;width: 100%;background: url(../images/ico_arrow_right.gif) no-repeat 0 9px;line-height:31px;text-indent: 20px;}
.left_con li a.mov{float:left;width: 100%;background: url(../images/ico_movie.gif) no-repeat 0 9px;line-height:31px;text-indent: 20px;}

UL.more{width: 242px;}
UL.more li a{float:left;width: 100%;background: url(../images/ico_blank_wb.gif) no-repeat 0 6px;line-height:26px;text-indent: 20px;margin-left: 20px;}

.right{float:right;width:300px;}
.tit_instr{font-size: 14px;}
.tit_con{font-size: 14px;color: #bb3c36; font-weight:bold;line-height:18px;}

.list_n{width: 242px;padding:15px 0 5px 0;float:left;}

.backtop{width:946px;padding:0 45px 25px 0;text-align: right;margin:0 auto;}
.footer{width: 946px;text-align:center;margin:0 auto;height:80px;}
.tablecenter{margin:0 auto;}
#foot{border-top:1px solid #666666;color: #666666;font-size: 11px;width:900px;margin:0 auto;}
#foot a{font-size: 11px;padding:0 6px;}
