/* CSS Document */

/* 命名规则：
       行高：l+数字  如：l20（行高为20px）
	   margin的上下左右定义：m+各自的英文首字母+数值   如：mt20（margin-top:20px;）
	   padding的上下左右定义：p+各自的英文首字母+数值   如：pt20（padding-top:20px;）
	   border的上下左右定义：bor+各自的英文首字母   如：borl（border-bottom的样式）
       间隙定义：blank+数值
*/

/*通用样式*/
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 10px; font-size:12px; font-weight: bold;color: #454545; text-decoration:none;}
.footer a:visited { padding:0 8px; font-size:12px; font-weight: bold;color: #454545;}
.footer a:hover {font-weight: bold; color: #910911; font-size:12px;}
.footer img{ border:0;}
/* 尾部样式结束*