/* 新闻页面风格定义 */
<!--
/* 左右分块 */
#Left  {float:left;width:680px;overflow:hidden;margin-right:10px;}
#Right {float:left;width:270px;overflow:hidden;}

/* 左侧设置 */
#News {background:#F5FAFF;border:1px solid #99BBDD;padding:30px 18px 20px 18px;color:#4A4A4A;margin-bottom:10px;overflow:hidden}

/* 导航页设置 */
.Sort{border:1px solid #99BBDD;width:678px;color:#0a246a;margin-bottom:10px;}
.Sort a:link,.Sort a:visited{color:#313131;	text-decoration:none;}
.Sort a:hover{color:#BF001F;text-decoration:none;}
.Sort .Title{background:url('/Images/TitleBg.gif') repeat-x;border-bottom:1px solid #99BBDD;height:27px;line-height:27px;padding:0 15px;font-size:14px;font-weight:bold;color:#0a246a;}
.Sort .Title span{float:right;font-size:12px;font-weight:normal;}
.Sort ul{padding:5px 10px;}
.Sort ul li{line-height:23px;font-size:14px;}
.Sort ul li span{font-size:12px;color:#aaaaaa;}	

/* 列表页设置 */
.List ul{border-bottom:1px solid #ccc;margin-bottom:15px;}
.List ul .Title{color:#204E7D;font-weight:bold;background:url('/Images/TitleIcon.gif') no-repeat 7px 4px;padding-left:23px;font-size:14px;}
.List ul .Title span{font-size:12px;color:#787878;font-weight:normal;}
.List ul .Text{line-height:23px;text-indent:24px;padding:13px 0px;color:#878787;}
.List ul .Text a{color:#0000ff}
.List a:link,.List a:visited{color:#204E7D;text-decoration:none;}
.List a:hover{color:#204E7D;text-decoration:underline;}

/* 内容页设置 */
#TopAd img{width:475px;height:60px;margin-bottom:10px}
#News h1{color:#363737;text-align:center;font-size:22px;margin:0px;padding:0px;}
#News .Other{text-align:center;color:#666666;padding:15px 0px;border-bottom: 1px solid #E1E4E6;}
#News .Content{font-size:14px;color:#2A2A2A;line-height:26px;margin:15px 0 35px 0;}
#News .Content p{text-indent:2em;padding: 5px 0;}
#News .Content img{max-width:510px;}
#News .Content a{color:#0841D6;}
#News .Tags {background: #FFFFFF;border: 1px dashed #CAE5FF;height: 24px;margin: 10px auto;padding:0 10px;width: 560px;}
#News .Tags h5 {clear:left;font: 12px/1.5 Tahoma, Helvetica, Arial, sans-serif;color: #000000;display: block;float: left;padding-top:3px;}
#News .Tags a {color: #000000;}
#News .Last2Next{line-height:24px;border-top: 1px solid #E1E4E6;padding:5px;margin-bottom:10px;	border-bottom: 1px solid #E1E4E6;height: 30px;}
#News .Last2Next li{width:50%;float:left;white-space:nowrap;text-overflow:ellipsis;overflow: hidden;}

.XiangGuan{border:1px solid #B8CDE3;margin-bottom:10px;}
.XiangGuan .Title{background:#D7E7F7;color:#003770;line-height:26px;height:26px;padding-left:15px;border-bottom:1px solid #b8cde3;font-weight:bold;}
.XiangGuan ul{padding:6px;overflow:hidden;height:1%;}
.XiangGuan ul li{display:block;float:left;width:50%;*width:49%;text-indent:12px;height:24px;line-height:24px;overflow:hidden;font-size:14px;}

/* 右侧设置 */
#Right .Ad img{width:270px;margin-bottom:10px;}
.Box{border:1px solid #99BBDD; margin-bottom:10px;}
.Box .Title{background:#D7E7F7 url('/News/Images/TitleBg.gif');border-bottom:1px solid #99BBDD;height:27px;line-height:27px;font-size:14px; font-weight:bold;color:#0a246a;padding-left:10px;}
.Box .Search{background:#D7E7F7 url('/News/Images/SearchTitleBg.gif');border-bottom:1px solid #99BBDD;height:27px;line-height:27px;font-size:14px; font-weight:bold;color:#0a246a;padding-left:10px;}
.Box .Content {padding:10px;}
.Box .NewsList ul{background:url('/Images/NumIcon.gif') no-repeat left top;margin:10px;}
.Box .NewsList li {width:225px;line-height:24px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-family:Tahoma, Helvetica, Arial, sans-serif;position:relative;padding-left:22px;}

-->