@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: 110px;
	height: 75px;
	overflow: hidden;
	}

.list_news dl dd {
	margin-left: 135px;
	}

.list_news dl dd h3 {
	margin-bottom: 5px;
	}

.list_news dl dd h3 a {
	color: #000;
	font-size: 17px;
	font-weight: normal;
	font-family: 'Roboto Condensed', sans-serif;
	}

.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;
	font-size: 14px;
	}

.news_page > h1 {
	font-size: 20px;
	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 img {
	max-width: 700px;
	margin:0 auto;
	display: block;
	}

.related_news_page, .latest_news_page, .read_news_page {
	margin-bottom: 10px;
	}

.related_news_page > p, .latest_news_page > p, .read_news_page > p, .title_listproduct {
	font-size: 14px;
	border-bottom: 1px solid #d8d8d8;
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 10px;
	}

.related_news_page > p strong, .latest_news_page > p strong, .read_news_page > p strong, .title_listproduct strong {
	background: #fff;
	display: inline-block;
	position: relative;
	margin-bottom: -15px;
	padding-right: 5px;
	font-weight: 600;
	font-size: 15px;
	}

.related_news_page ul {
	float: left;
	width: 100%;
	margin-top: 15px;
	}

.related_news_page ul li {
	float: left;
	margin-left: 4%;
	width: 22%;
	}

.related_news_page ul li:first-child {
	margin-left: 0;
	}

.related_news_page ul li p 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 ul li a img {
	width: 100%;
	height: 90px;
}

.related_news_page ul li > a {
	margin-top: 5px;
	color: #085597;
	display: block;
	}

.latest_news_page ul, .read_news_page ul {
	padding-top: 10px;
	}

.latest_news_page ul li, .read_news_page ul li {
	background:url(list.png) 0px 5px no-repeat;
	padding-left: 15px;
	margin: 5px 0;
	}

.latest_news_page ul li a, .read_news_page ul li a {
	color: #085597;
	}

.latest_news_page ul li span, .read_news_page ul li span {
	font-style: italic;
	color: #b0b0b0;
	}

.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;
}