
/*---------------------------------Module NewsDetail -----------------------------*/
.newsdetail-bound{
}
.newsdetail-bound-content{
	line-height:20px;
	padding-right:2px;
	margin-left:2px;
}
.newsdetail-name{
	color:#131FAC;
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
	
}
.newsdetail-brief{
	font-weight:bold;
}
.newsdetail-description{
	text-align:justify;
}
.newsdetail-bound-related{
	line-height:20px;
}
.newsdetail-image{
	float:left;
	width:100px;
	padding:2px;
}
.newsdetail-related-text{
	color:#FF0000;
	font-size:14px;
	border-bottom:1px solid #ECE9D8;
}
.newsdetail-related-name{
	color:#000000;
	line-height:23px;
}
.not-exist-id{
	color:#FF0000;
	font-size:16px;
	height:300px;
}
.newsdetail-download{
	color:#000000;
	font-size:13px;	
}
.newsdetail-download a{
	color:#32A8DA;
}
. newsdetail-download a:visited{
	color:#0000CC;
	font-size:13px;	
}
.newsdetail-download a:hover{
	color:#FF0000;
	font-size:13px;
}

/*------------------------- News Category -----------------------------*/
.news-category-bound{

}
.news-category-bound-content{
	
}
.news-category-frame-bound{
	clear:both;
	margin-bottom:10px;
}
.news-category-frame-title{
	background:url(../images/news/frame/bg-title.png) 0% 0% repeat-x;
	height:24px;
}
.news-category-frame-title div{
	background:url(../images/news/frame/end-title.png) 100% 0% no-repeat;
}
.news-category-frame-title div.bg-title{
	background:url(../images/news/frame/bg.png) 100% 0% repeat-x;
	height:24px;
	width:50%;
}
.news-category-frame-title a,
.news-category-frame-title a:hover,
.news-category-frame-title a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.news-category-frame-title div div div{
	background:url(../images/news/frame/begin-title.png) 0% 0% no-repeat;
	height:24px;
}
.news-category-frame-title div div div div{
	background:url(../images/news/frame/separate.png) 100% 0% no-repeat;
	height:24px;
	line-height:24px;
	font-weight:bold;
	color:#FFFFFF;
	text-indent:10px;
}
.news-category-frame-content{
	background:url(../images/news/frame/right-content.png) 100% 0% repeat-y;
}
.news-category-frame-content .content-left{
	background:url(../images/news/frame/left-content.png) 0% 0% repeat-y;
}
.news-category-frame-content div div{
	background-color:#FFFFFF;
}
.news-category-sub-content{
	background-color:#FFFFFF;
	border-right:1px solid #B4B4B4;
	border-left:1px solid #B4B4B4;
}
.news-category-first-item{
	padding:10px;
}
.news-category-content{
	clear:both;
	padding:10px;
}
.news-category-first-item-image{
	float:left;
	margin:2px 5px 5px 0px;
}
.news-category-first-item-title{
	font-weight:bold;
}
.news-category-first-item-title a,
.news-category-first-item-title a:visited,
.news-category-first-item-title a:hover{
	text-decoration:none;
	color:#000000;
}
.news-category-first-item-brief{
	text-align:justify;
}
.news-category-first-item-view-more{
	text-align:right;
	font-size:11px;
}
.news-category-first-item-view-more a{
	color:#A91C25;
}
.news-category-other-item{
	clear:both;
	padding:10px;
}
.news-category-other-item span{
	color:#8B8B8B;
}
.news-category-other-item li{
	margin-left:13px;
	color:#EE415E;
}
.news-category-other-item li a:hover,
.news-category-other-item li a:visited,
.news-category-other-item li a{
	color:#000000;
}
.news-category-paging{
	clear:both;
}
.news-category-frame-bottom{
	background:url(../images/news/frame/bg-bottom.png) 0% 0% repeat-x;
	height:6px;
}
.news-category-frame-bottom div{
	background:url(../images/news/frame/left-bottom.png) 0% 0% no-repeat;
	height:6px;
}
.news-category-frame-bottom div div{
	background:url(../images/news/frame/right-bottom.png) 100% 0% no-repeat;
	height:6px;
	_overflow:hidden;
}
/*----------------------- Newsletter_Register ----------------------------*/
.newsletter-bound{

}
.newsletter-field label{
	width:100px;
	display:block;
	float:left;
}
.newsletter-field em{
	color:#FF0000;
}
.newsletter-button{
	padding-left:100px;
	margin-top:5px;
}
.newsletter-notify{
	color:#FF0000;
}