/* CSS Document */

/* 命名规则：
       行高：l+数字  如：l20（行高为20px）
	   margin的上下左右定义：m+各自的英文首字母+数值   如：mt20（margin-top:20px;）
	   padding的上下左右定义：p+各自的英文首字母+数值   如：pt20（padding-top:20px;）
	   border的上下左右定义：bor+各自的英文首字母   如：borl（border-bottom的样式）
       间隙定义：blank+数值
*/
h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd{padding:0;margin:0;}
li{list-style:none;}
img{border:none;}
u{text-decoration:none;}
em{font-style:normal;}
a{color:#424242;text-decoration:none;outline:none;blr:expression(this.onFocus=this.blur());}
body{font-size:12px;font-family: Arial,Verdana, Helvetica, sans-serif; word-break:break-all;}
.box{margin:0 auto;text-align:left;width:920px;}
.clear{clear:both;}

#play{width:302px;height:240px;}
#playBg{margin-top:218px;z-index:1;width:302px;position:absolute;height:25px;background:#f0f0f0;}
#playText{margin-top:218px;z-index:2;font-size:12px;font-weight:bold; text-align:center;width:300px;color:#000;line-height:25px; overflow:hidden;position:absolute;cursor:pointer;}
#playNum{margin:198px 1px 0 1px;z-index:3;width:300px; text-align:right;position:absolute;height:20px;filter:alpha(opacity=70);opacity:0.7; background:#000;}
#playNum a{margin:0 2px;width:20px;height:20px;font-size:14px; font-weight:bold;line-height:20px;cursor:pointer;color:#000;padding:0 5px;background:#D7D6D7;text-align:center}
#playShow img{width:300px;height:218px; border:#ccc 1px solid;}
/*通用样式*/
body {font-family: Verdana, "宋体"; font-size: 12px; margin:0 auto; padding:0px; line-height: 22px; background-repeat: repeat-y; background-position:center;}
a:link,a:visited{ text-decoration:none;}
a:hover{ text-decoration:underline;}
.wrap_border{ border:#000 solid 10px; background: #006666;}
.block_border{ border-bottom:#cbcbcb solid 1px; border-left:#cbcbcb solid 1px; border-right:#cbcbcb solid 1px;}
.width346{ width:344px; background-color:#fff;}
.width258{ width:256px; background-color:#fff;}
.width950{ width:948px; background-color:#fff;}
.width470{ width:468px; background-color:#fff;}
.big_title{ color:#024b9e; font-size:18px; text-align:center;}
	.big_title a:link,.big_title a:visited{ text-decoration:none; color:#024b9e;}
	.big_title a:hover{ text-decoration:underline; color:#024b9e;}
.reconmmend_con{ font-size:12px; line-height:20px; text-indent:2em; width:94%; margin:0; padding:0; margin-left:10px; margin-top:10px; border-bottom: dashed 1px #cdcdcd; padding-bottom:10px;}	
.reconmmend_list{ margin-left:20px;}
.mtop10{margin-top:10px; overflow:hidden;}
.mbot10{ margin-bottom:10px; overflow:hidden;}
.pbot10{ padding-bottom:10px;} 
.con1{font-size:12px; line-height:20px; text-indent:2em; width:94%; margin:0; padding:0; margin-left:10px;padding-bottom:10px; text-align:left }
	.con1 a:link,.con1 a:visited,.con1 a:hover{ color:#0000ff;}
.con_title{ font-weight:bold; margin:0; padding:0; margin-left:10px;}
.ullist{ margin:0; padding:0; font-size:14px; line-height:25px; margin-left:5px; text-align:left;}	
.ullist1{ margin:0; padding:0; font-size:12px; line-height:25px; margin-left:25px; padding-bottom:10px;text-align:left;}
#botpic img{ border:#000 solid 1px;}	
.grayborder img{ border:#cbcbcb solid 1px; padding:2px;}


/*中间内容样式结束*/
/* 尾部样式开始*/
.footer{ background:url(../images/footbg.gif) repeat-x; font-family: Verdana, "宋体";}
.f_black{ color:#000; font-size:12px; font-weight:bold;}
.footer p{ padding-left:10px; padding-top:2px;}
.footer a{ padding:0 3px; font-size:12px; font-weight: bold;color: #454545; text-decoration:none;}
.footer a:visited { padding:0 3px; font-size:12px; font-weight: bold;color: #454545;}
.footer a:hover {font-weight: bold; color: #910911; font-size:12px;}
.footer img{ border:0;}
/* 尾部样式结束*