/* CSS Document */

body,html{
 margin:0;
 padding:0;
 font-family:Calibri, "宋体";
 font-size:12px;
 color:#333333;
 background-color:#ccc;
 
}

.page-width{
 width:968px;
 height:1730px;;
 margin:auto;
 background-color:#FFFFFF;
}

.title{ font-family:"宋体";}
.title_red{color:#FF0000; font-size:15px;}

.body_left{ width:668px; border-right:solid 1px #CCCCCC; float:left; line-height:180%;}
.body_right{ width:259px; float:right;padding:15px 20px 0 20px; line-height:180%;}

.left_table td{ padding:0 20px 20px 0;}
.img_table td{ text-align:center; padding:20px 40px 20px 0;}

.rig_div{ padding:20px 0;}
.tab_table td{ padding:10px 0 0 0}





.ul{ margin:0px 5px 0 3px; padding:0px; list-style-type:none; overflow:hidden; line-height:22px;
	width:300px; white-space:nowrap; word-break:keep-all; overflow:hidden; text-overflow:ellipsis;}/* 判断长度：300px 显示：省略号 */
.ul li{margin:0px 0px;padding:0px; padding-left:10px;background:url(../weekly/images/dot_01.gif) no-repeat left 50%;}
.ul li:hover{ background:url(../weekly/images/dot_02.gif) no-repeat left 50%;}

.Menubox ul{margin:0px 10px; padding:0px;height:30px;overflow:hidden; list-style-type:none; }
.Menubox li{float:left; width:60px; padding:5px 10px 5px 20px; border-bottom:solid 3px #333;}
.Menubox li:hover{ color:#FF0000; cursor:hand;}
.Menubox li.hover{ border-bottom:solid 3px #FF0000; padding:5px 10px 5px 20px; font-size:12px;color:#FF0000; cursor:hand;}

.rg_ul{ margin:0px 5px 0 3px; padding:0px; list-style-type:none; overflow:hidden; line-height:22px;
	width:270px; white-space:nowrap; word-break:keep-all; overflow:hidden; text-overflow:ellipsis;}/* 判断长度：300px 显示：省略号 */
.rg_ul li{margin:0px 0px;padding:0px; padding-left:10px;background:url(../weekly/images/dot_01.gif) no-repeat left 50%;}
.rg_ul li:hover{ background:url(../weekly/images/dot_02.gif) no-repeat left 50%;}

.rg_bottom td{ padding:10px 0; font-size:15px; color:#666; font-weight:bold;}

.bold{ font-weight:bold; line-height:200%; color:#333;}
.news{ margin:0 20px;}

.title_banner{ border-bottom:solid 1px #999; margin:30px 20px; padding-bottom:5px;}
.title_red{ color:#FF0000; font-weight:bold;}
.title_black{ color:#333; font-weight:bold;}

a:link{ color:#333333; text-decoration:none;}
a:visited{text-decoration: none;color:#333333;}
a:hover{ color:#FF0000; text-decoration:none;}
a:active{text-decoration: none;}
