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

.list_news {
	padding: 15px 0;
	}

.list_news dl {
	float: left;
	width: 100%;
	color: #444444;
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: 1px dotted #ccc;
	}

.list_news dl:first-child {
	padding-top: 0;
	border-top: none;
	}

.list_news dl dt {
	float: left;
	padding: 4px;
	border: 1px solid #e0e0e0;
	background: #fff;
	}

.list_news dl dt a {
	display: block;
	width: 220px;
	height: 145px;
	overflow: hidden;
	}
.list_news dl dt a img {width: 100%; height: 100%;}
.list_news dl dd {margin-left: 260px;}

.list_news dl dd h3 {
	margin-bottom: 5px;
	}

.list_news dl dd h3 a {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	}

.list_news dl dd span.info_news {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #888;
	display: block;
	padding-left: 15px;
	background:url(time.png) 0px 2px no-repeat;
	}

.list_news dl dd span.info_news a {
	color: #888;
	}

.list_news dl dd p {
	line-height: 1.4em;
	}

.list_news dl dd p a {
	color: #ef6000;
	font-style: italic;
	display: inline-block;
	padding-right: 12px;
	font-size: 11px;
	background:url(arrow.png) center right no-repeat;
	}

/*--------------news_page---------------*/

.news_page {padding: 15px 0;}
.news_page a {color: #333;}

.news_page > h1 {
	font-size: 18px;
	font-weight: 600;
	color:#000;
	margin-bottom: 5px;
	}

.news_page > p {
	color:#999;
	font-style: italic;
	margin-bottom: 10px;
	background:url(time.png) 0px 4px no-repeat;
	padding-left: 15px;
	}

.news_page > p a {
	color:#999;
	}

.news_page .brief_news_page {
	font-weight: 600;
	margin-bottom:10px;
	}

.news_page .content_news_page p {
	line-height:1.6em;
	margin:15px 0px;
	}

.news_page .content_news_page p iframe {max-width: 100% !important;}

.news_page .content_news_page img {
	max-width: 100%;
	height: auto !important;
	margin:0 auto;
	display: block;
	}

.related_news_page {
	margin-bottom: 10px;
	}

.related_news_page > p {
	border-bottom: 1px solid #d8d8d8;
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 20px;
	}

.related_news_page > p strong {
	background: #fff;
	display: inline-block;
	position: relative;
	margin-bottom: -15px;
	padding-right: 5px;
	font-weight: 600;
	font-size: 13px;
	}

.related_news_page .item {width: 23.5%; margin-right: 2%;}
.related_news_page .item:nth-child(4n+4) {margin-right: 0;}

.related_news_page dl dt a {
	display: block;
	border: 1px solid #ddd;
	padding: 4px;
	background: #fff;
	box-shadow: 1px 1px 2px 0 #e5e5e5;
	-webkit-box-shadow: 1px 1px 2px 0 #e5e5e5;
	-moz-box-shadow: 1px 1px 2px 0 #e5e5e5;
	-ms-box-shadow: 1px 1px 2px 0 #e5e5e5;
	-o-box-shadow: 1px 1px 2px 0 #e5e5e5;
	}
.related_news_page dl dt a img {width: 100%; height: 130px;}
.related_news_page dl dd a {margin-top: 5px; color: #000; display: block; line-height: 18px;}
.tags_news_page { background:url(tags.png) 0px 5px no-repeat; padding: 5px 0 5px 20px; margin: 10px 0; color: #888;}
.tags_news_page strong {color: #000;}
.tags_news_page a {color: #888;	font-style: italic;}

@media (max-width: 500px){
	.list_news dl dt{
		float: unset;
	}
	.list_news dl dt a{
		width: 100%;
	}
	.list_news dl dd {
		margin-left: 0;
	}
}