/* 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 {color: #000000; font-family: Verdana, "宋体"; font-size: 12px; margin:0px; padding:0px; line-height: 22px;}
a{text-decoration:none;color:#016596;}
a:hover{text-decoration:underline;}
ul,li,p{ margin:0; padding:0;}
.bold{ font-weight:bold;}
.r_border{ border:#eaeaea solid 1px; padding:5px;}
.banner_border{ border:#eaeaea solid 1px; padding:2px;}


/*中间内容样式开始*/
.wonderful_topic{color:#016596; font-size:12px; line-height:24px; border:#ccc solid 1px; width:960px; height:25px; margin-top:5px;}
.wonderful_topic a{ float:left; margin:0 5px;}
.gray_bg{border:1px solid #CECECE;background:#F1F1F1; padding:5px; width:290px;}

.F_blue{ color:#016596;}
.F_red{ color:#ff0000;}
.mt5{ margin-top:5px;}
.ml10{ padding-left:10px;}
.blank6{ height:6px; overflow:hidden; width:100%;}
.blank10{ height:auto; overflow:hidden; width:10px;}
.blank6_h{ height:6px; overflow:hidden; width:974px; margin:0 auto; text-align:center;}
.Title{ float:left;color:#016596; font-weight:bold;}
.Left_Titlebg{ background:url(../images/l_titlebg.gif) left no-repeat;  overflow:hidden; height:38px; font-size:16px; font-weight:bold; text-indent:60px;}
.Right_Titlebg{ background:url(../images/r_titlebg.gif) left no-repeat;  overflow:hidden; height:26px; font-size:13px; font-weight:bold; text-indent:70px; color:#FF0000; width:640px;}

.right_img{ float:left; border:#333 solid 1px; margin-left:5px;}
.r_content{ float:left; width:460px; height:auto; margin-left:25px;}
.r_list{ clear:both; margin-top:8px; width:96%; margin-left:10px;}
.r_list a{ float:left; width:48%;}

/*中间内容样式结束*/
/* 尾部样式开始*/
.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;}
/* 尾部样式结束*