/*最新消息*/
#news {
	width: 1200px;
	float: left;
	text-align: left;
	
	
}
.news_Title {
	float: left;
	width: 850px;
	font-size: 20pt;
	margin-top: 10px;
	padding-bottom: 10px;
	
	margin-bottom: 30px;
}

.news_Title span{
	font-size: 14pt;
}

#news-content {
	float: right;
	width: 900px;

	padding-left: 30px;
}
#news-content .Article {
	float: left;
	width: 850px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	position: relative;
	margin-bottom: 40px;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 25px;
}
#news-content .Article .Previous {
	position: absolute;
	top: -10px;
	margin-bottom: 30px;
	right: 0px;
}


#news-content .Article .Content {
	float: left;
	width: 850px;
	line-height: 20pt;
	font-size: 10pt;
}
#news-content .Article .Content .sort {
	font-size: 10pt;
	color: #666;
	float: left;
	margin-bottom: 5px;
	background-image: url(../images/tag-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#news-content .Article .Content .map {
	width: 800px;
	margin-left: 25px;
	float: left;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 30px;
}
#news-content .Article .Content .map span {
	float: left;
	overflow: hidden;
}


#news-content .Article .Content .Title {
	float: left;
	width: 850px;
	font-size: 14pt;
	color: #399;
	margin-bottom: 5px;
	text-align: left;
}
#news-content .Article .Content .Title a {
	color: #399;
}

#news-content .Article .Content .Contents {
	font-size: 11pt;
	margin-bottom: 30px;
	line-height: 16pt;
	float: left;
}


#news-content .Article .Content .bottom {
	width: 800px;
	float: left;
}
#news-content .Article .Content .bottom .more {
	background-image: url(../images/message-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 15px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 15px;
}
#news-content .Article .Content .bottom .more a {
	color: #999;	
}
#news-content .Article .Content .bottom .Date {
	background-image: url(../images/date-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 15px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 15px;
	float: left;
}
#news-content .Article .Content .bottom .fb-like {
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	margin-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

#Classification {
	float: left;
	width: 250px;
	padding-top: 5px;
}
#Classification .Titles {
	font-size: 12pt;
  float: left;
  width: 240px;
  position: relative;
  color: #FFF;
  background-color: #900;
  padding: 10px;
  margin-top: 10px;
}
#Classification  .Titles span {
	font-size: 12pt;
	color: #000;
	background-color: #FFF;
	float: left;
	font-family: "華康中黑體";
	padding-right: 20px;
	margin-top: 5px;
	position: absolute;
	bottom: -10px;
	left: 0px;
}
#Classification .assort {
	float: left;
	width: 260px;
	margin-bottom: 40px;
}
#Classification .assort .subject {
	font-size: 16pt;
	font-weight: bold;
	height: 40px;
	width: 250px;
	text-align: left;
	padding: 0px;
}
#Classification .assort .Baseline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	float: left;
	margin-top: 30px;
}
#Classification .assort .Baseline li {
	float: left;
	width: 180px;
	list-style-type: disc;
	margin-left: 20px;
	color: #666;
	font-size: 11pt;
	margin-bottom: 15px;
}
#Classification .assort ul {
	padding-bottom: 50px;
}
#Classification .assort .top {
	padding-bottom: 50px;
	float: left;
}
#Classification .assort .top li {
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	float: left;
}
#Classification .assort .top li .Date {
	float: left;
	width: 80px;
	margin-bottom: 10px;
	background-image: url(../images/date-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#Classification .assort .top li .Title {
	float: left;
	width: 250px;
	font-size: 10pt;
	line-height: 16pt;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}
#Classification .assort .top li .Title a {
	color: #666;
}
#Classification .assort .top li .Content {
	color: #999;
	float: left;
	width: 250px;
	line-height: 14pt;
}



#Classification .assort .top li .sort {
	color: #F60;
	float: left;
	width: 160px;
	display: block;
	font-size: 10pt;
	text-align: right;
}

#Classification .assort .top .Height30 {
	padding-top: 30px;
}
