@charset "utf-8";
/* CSS Document */
div, ul, p{ color:#023BA4;}

/*基本信息*/
body {font:12px Tahoma;margin:0px;text-align:center;background:#FFF;}

/*页面层容器*/
#container {width:100%}

/*页面头部*/
#Header {width:1002px;margin:0 auto;height:300px;}

/*页面主体*/
#PageBody {width:1002px;}

#Sidebar {
 width:233px; /*设定宽度*/
 text-align:left; /*文字左对齐*/
 float:right; /*浮动居左*/
 clear:right; /*不允许左侧存在浮动*/
}
#MainBody {
 width:769px;
 text-align:left;
 float:left; /*浮动居右*/
 clear:left; /*不允许右侧存在浮动*/
 overflow:hidden
}

/*页面底部*/
#Footer {width:1002px; margin:auto; overflow:hidden; text-align:center;}

/*焦点块*/
.Focus{width:316px; height:260px; float:left; overflow:hidden; text-align:right;}
.FocusBorder1{border:1px solid #82B692; width:308px; height:251px;}
.FocusBorder2{border:1px solid #FFFFFF;}

/*新闻快递*/
.NewsPress{width:453px; float:left; overflow:hidden;}

/*蓝调小模块*/
.BlueSmall{width:375px; height:183px; border:1px solid #64CBEE; float:left; margin:3px;}
.Blue_bg{background-image:url(../image/a08.gif); height:28px; color:#0070CC; font-weight:bolder; padding-left:8px;}
.Blue_lab{background:url(../image/a18.gif); width:11px; height:28px; float:left;}
.Blue_ln{text-align:left; padding-top:4px; color:#328ED7; font-size:14px; font-weight:bolder;}

/*蓝调长滚动模块*/
.BlueLong{width:758px; height:156px; border:1px solid #64CBEE; margin-bottom:5px; margin-left:6px;}

/*红调小模块*/
.RedSmall{width:375px; height:183px; border:1px solid #BE8EBE; float:left; margin:3px;}
.RedSmall_bg{background-image:url(../image/a13.gif); height:28px; color:#A228A1; font-weight:bolder; padding-left:8px;}
.RedSmall_lab{background:url(../image/a17.gif); width:11px; height:28px; float:left;}
.RedSmall_ln{text-align:left; padding-top:4px; color:#9F29A1; font-size:14px; font-weight:bolder; }

/**/
.Smallpic{float:left; overflow:hidden; width:165px; padding-top:20px; padding-left:5px;}
.Smlitter{float:left; overflow:hidden; width:205px; padding-top:20px; text-align:left; line-height:30px; font-size:14px; }

/*图片模块*/
.RightImg{text-align:center; margin:5px; margin-bottom:9px; margin-top:7px;}

/*右侧板块*/
.RightRed_border{text-align:center; margin:5px; width:223px; border:1px solid #E5A4E6; height:350px;}
.RightRed_title{background-image:url(../image/A14.gif); height:24px; color:#EE74D9; font-weight:bolder; padding-left:8px;}
.RightRed_lab{background:url(../image/a15.gif); width:11px; height:24px; float:left;}
.RightRed_ln{text-align:left; padding-top:3px; color:#EB4FCE; font-size:14px; font-weight:bolder; }

.RightBlue_border{text-align:center; margin:5px; width:223px; border:1px solid #63C9EF; height:350px; margin-top:7px;}
.RightBlue_title{background-image:url(../image/A07.gif); height:24px; color:#7FC4D4; font-weight:bolder; padding-left:8px;}
.RightBlue_lab{background:url(../image/a16.gif); width:11px; height:24px; float:left;}
.RightBlue_ln{text-align:left; padding-top:3px; color:#1995B1; font-size:14px; font-weight:bolder;}

/*头条新闻*/
.hotli{height:24px; padding-left:12px;}




