@charset "utf-8";
/* CSS Document */

#news {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	overflow: hidden;
	z-index:1;
}

#news-content {
	float: left;
	width: 730px;
	background-image: url(../images/ovbody_leftbg.png);
	background-repeat: repeat-y;
	background-position: right top;
}
#news-content .Article {
	width: 660px;
	margin: 0px auto;
	padding-bottom: 40px;
	border-bottom: 1px dotted #CCC;
}


#news-content .Article .Csort {
	height: 40px;
	overflow: hidden;
	margin-bottom: 15px;
}
#news-content .Article .Csort span{
	float:right;
}
#news-content .Article .Csort .first {
	width: 10px;
	height: 40px;
	background: url(../images/tree01.gif) no-repeat left top;
}
#news-content .Article .Csort .mid {
	height: 35px;
	padding: 5px 15px 0 15px;
	color: #666;
	font-size: 11px;
	background: url(../images/tree02.gif) repeat-x left top;
}
#news-content .Article .Csort .last {
	width: 10px;
	height: 40px;
	background: url(../images/tree03.gif) no-repeat left top;
}



#news-content .Article .Title {
	width: 100%;
	font-size: 14pt;
	color: #399;
	margin-bottom: 5px;
	text-align: left;
}
#news-content .Article .Title a {
  	color: #399;
}
#news-content .Article .sort {
	margin-bottom: 5px;
	padding-left: 20px;
	background-image: url(../images/tag-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 10pt;
	color: #666;
}
#news-content .Article .Date {
	margin-bottom: 5px;
	padding-left: 20px;
	background-image: url(../images/date-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 10pt;
	color: #666;
}
#news-content .Article .Contents {
	font-size: 11pt;
	margin-bottom: 20px;
	line-height: 16pt;
}

#news-content .Article .bottom {
	font-size: 10pt;
	overflow:hidden;
	z-index:1;
}
#news-content .Article .bottom div{
	float: left;
	padding:4px 15px 4px 30px;
	margin-right: 15px;
	border-right: 1px solid #CCC;
}
#news-content .Article .bottom div:last-child {
	border: 0px;
}
#news-content .Article .bottom .Date {
	background-image: url(../images/date-icon.jpg);
	background-repeat: no-repeat;
	background-position: 2px center;
}
#news-content .Article .bottom .sort {
	background-image: url(../images/tag-icon.jpg);
	background-repeat: no-repeat;
	background-position: 2px center;
}
#news-content .Article .bottom .more {
	background-image: url(../images/message-icon.jpg);
	background-repeat: no-repeat;
	background-position: 2px center;
}
#news-content .Article .bottom .fb-like {
	padding: 2px 0px 0px;
	margin: 0px;
}
#news-content .Article .bottom .download {
	background-image: url(../images/Download-icon.jpg);
	background-repeat: no-repeat;
	background-position: 2px center;
}





#news-content .Article .Content {
	width: 100%;
	line-height: 20pt;
	font-size: 10pt;
}
#news-content .Article .Previous {
	margin-top: 30px;
	text-align:center;
}


#Classification {
	float: right;
	width: 220px;
	margin-left: 25px;
	margin-right: 25px;
}
#Classification .assort {
	width: 220px;
	margin-top: 50px;
}
#Classification .assort .subject {
	height: 40px;
	width: 200px;	
	padding: 0px;
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
}
#Classification .assort .Baseline {
	list-style-type: disc;
  	border-bottom: 1px dotted #CCC;
}
#Classification .assort .Baseline li {
	width: 200px;
	margin-bottom: 15px;
	margin-left: 20px;
	color: #666;
	font-size: 11pt;
}

#Classification .assort .top {
	list-style:none;
	padding-bottom: 50px;
}
#Classification .assort .top li {
	float:left;
	padding: 15px 0px;
	border-bottom: 1px dotted #CCC;
	font-size: 10pt;
}
#Classification .assort .top li .Date {
	float: left;	
	width: 80px;
	margin-bottom: 10px;
	padding-left: 20px;
	background-image: url(../images/date-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:10pt;
}
#Classification .assort .top li .sort {
	float: left;
	color: #F60;
	width: 120px;
	display: block;
	text-align: right;
}
#Classification .assort .top li .Title {
	float: left;
	width: 220px;
	margin-bottom: 10px;
	line-height: 16pt;
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
}
#Classification .assort .top li .Title a {
	color: #666;
}
#Classification .assort .top li .Content {
	float: left;
	width: 220px;
  	color: #999;
  	line-height: 14pt;
}