@charset "utf-8";

/* CSS Document */
.cover_news {
	padding-right:2px;
}
.article-list li {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dashed #58595B;
	clear: both;
	list-style: none;
	margin-left: 0px;
}

.article-list p {
	margin-bottom: 0px;
}

.article-list li a { /*display: block;*/
	
}

.article-list li span {
	display: block;
	color: #ff0000;
	font-size: 90%;
	font-weight: bold;
}

.article-list li .article-image {
	float: left;
	padding: 5px;
	border: 1px solid #cccccc;
	margin-right: 10px;
	width: 158px;
}
.article-image-detail {
	float: right;
	padding: 5px;
	border: 1px solid #cccccc;
	margin-right: 10px;
	width: 158px;
}
.article-list li .article-image img {
	border: 0px;
	display: block;
	width:158px;
	height:158px;
}

.title_news {
	font-size: 14px;
	color:#045881!important;
}

.article-list li .article-content { /*text-align: justify;*/
	padding-top: 5px;
}

.article-list li .article-content a {
	text-decoration: none;
	font-weight: bold;
}

.article-list li .article-content a:hover {
	text-decoration: none!important;
	font-weight: bold
}

.other-article-title {
	padding-top: 20px;
	font-weight: bold;
	color: #045881;
	margin-right: 20px;
	font-size: 14px;
}

.other-article-list {
	padding-top: 10px;
	margin-bottom: 20px;
	list-style: none;
	
}
.article-content-detail {
	border-bottom:1px dashed #58595B;
	padding-bottom:20px;
}

.other-article-list li {
	padding-bottom: 5px;
	margin-left: 0px;
	background:url(../images/icon_arrow.png) left 6px no-repeat ;
	padding-left:10px;
}

.other-article-list li a { /*color: #666666;*/
	text-decoration: none;
}

.other-article-list li a:hover {
	color: #FF6C00;
	text-decoration: none;
}

.other-article-list li span {
	color: #000000;
	font-weight: bold
}

.article-detail { /*border-bottom: 1px #ccc dotted;*/

	padding:5px;
	
}

.article-detail .title_news {
	color: #FF6C00;
	font-size: 120%;
	font-weight: bold;
	padding: 10px 0 10px 0;
}
h4.title_news{
	font-weight:bold;
}

.article-detail .title_news span {
	font-size: 12px;
	color: #666666;
	font-style: italic;
}

.article-detail .summary {
	color: #999;
	font-weight: bold;
}

.article-detail .content {
	text-align: justify;
}

.article-detail .image {
	text-align: center;
	width: 500px;
}

.article-detail span { /*display: block;*/
	color: #ff0000;
	font-size: 90%;
}

.article-tool {
	text-align: right;
	padding-right: 10px;
	padding-top: 20px;
}

.article-tool {
	list-style: none
}
.cover_write_by {
	line-height:25px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	margin-top:10px;
	width:600px
}
	.cover_write_by .write_by {
		background:url(../images/icons/edit.png) left 0px no-repeat;
	
	}
	.cover_write_by .publish_date {
		background:url(../images/icons/calendar.png) left 0px no-repeat;
	
	}
.write_by {
	background:url(../images/icons/edit.png) left 3px no-repeat;
	padding-left:25px;
	clear:both;
	font-size:10px;
}
.publish_date {
	background:url(../images/icons/calendar.png) left 3px no-repeat;
	padding-left:25px;
	font-size:10px;
}

