
.NewsList {
	
}

.NewsList li {
	position:relative;
	line-height:35px;
	padding-left:12px;
	border-bottom:#E0E0E0 dashed 1px;
}

.NewsList li a {
	display:block;
	max-width:80%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.NewsList li a:hover {
	color:#F00;
}
	
.NewsList .Date {
	position:absolute;
	right:5px;
	top:0px;
	font-size:12px;
	color:#DDD;
}

.News .Title, .NewsTitle {
	clear:both;
	font-size:20px;
	font-weight:bold;
	margin:10px auto 15px auto;
	padding-top:10px;
	padding-bottom:15px;
	text-align:center;
	border-bottom:#0055DD solid 2px;
}

.NewsSubTitle {
	clear:both;
	width:80%;
	font-size:16px;
	margin:10px auto 0 auto;
	padding-top:5px;
	margin-top:-5px;
	margin-bottom:15px;
	text-align:center;
}

.NewsLine {
	width:700px;
	margin:0 auto;
	color:#1F890B;
}

.News .Props, .NewsProps {
	font-size:9pt;
	text-align:center;
	padding-bottom:20px;
}

.News .Content, .NewsContent, #Zoom, .NewsContentAutoIndent {
	min-height:100px;
	font-size:14px;
	line-height:23px;
	text-align: justify;
	text-indent:2em;
}

.News .Content p, .News .Content div, .NewsContent p {
	margin-bottom:15px;
}

.NewsContent  .Attach a {
	color:#F00;
}

.PicNewsList li {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.PicNewsList li img{
	width:160px;
	height:130px;
}

.PicNewsList li .Name{
	display:block;
	width:160px;
	text-align:center;
	overflow:hidden;
}


.LayerNewsHeader {
	position:relative;
	line-height:39px;
	font-size:14px;
	color:#888;
	padding:0px;
	padding-left:14px;
	background:#F3F3F3;
	border-bottom:#EEE solid 1px;
	margin-bottom:5px;
}


.LayerNewsHeader .More{
	position:absolute;
	right:10px;
	line-height:40px;
	color:#BBB;
	font-size:12px;
}

.LayerNewsBox {
	padding:10px;
	margin-bottom:15px;
}