body {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.sline {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	text-align:left;
	font-size:13px;
	line-height:25px
}

.kuang {
	border: 1px solid #CCCCCC;
}
.lzi {
	font-size: 14px;
	color: #C81908;
	padding-left: 10px;
	font-weight: bold;
}
.title {
	font-weight: bold;
	color: ##C81908;
}

.red {
	color: #C8180B;
}
.rline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E5343;
}
.rzi {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}
.xuline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.cuzi {
	font-size: 13px;
	font-weight: bold;
}.more {
	font-family: Verdana;
	font-size: 9px;
	color: #C81908;
}
#JukBody ul{ padding:0; margin:0;}
#JukBody li{ list-style-type:none; float:left; height:22px;line-height:22px;}
#JukBody .JukImg{width:15px; height:22px; line-height:22px; text-align:center}
#JukBody .JukImg img{ margin-top:7px;}
#gg .Title{ width:245px}
#wenhua .Title{ width:265px}
#wenhua .Date{color:#C8180B; width:107px}
#wt .Title{ width:287px}
#wt .NewImg{ width:50px; text-align:center}
.youtu .Title{width:180px}
.youtu .NewImg{width:50px; text-align:center}
.Article{padding:10px}
.Article .Title{ width:500px}
.Article .Date{ width:80px}
.Article .NewImg{ width:120px}
img{border:0px}
.sline img{ 
    max-width:500;
    max-height:400px;
    /*由于IE6.0以及以前版本的IE不支持上边两个属性,所以加上以下两条语句.这里要说明的是expression只有IE支持*/
    width: expression(this.width > 500 && this.width / 300 >= this.height / 100 ? 500 : true);
    height: expression(this.height > 400 && this.width / 300 < this.height / 100 ? 400 : true);
	}