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

.news-detail {
	margin: 0;
}

.news-line {
	border-bottom: 1px solid #e1e1e1;
}

.news-title {
	padding        : 20px 0px;
	font           : 30px/30px 'thaisanslite', Arial, sans-serif;
	color          : #0366af;
	/* padding-left: 10px; */
}

.news-share {
	margin-top: 20px;
	min-height: 40px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
	.news-share {
		margin-top: 0px;
	}
}

.related-news {
	display : inline-block;
	width   : 100%;
	margin  : 15px 0;
	padding : 0%;
	/*border:#ddd 1px solid;*/
}

.related-news .top-re {
	height     : auto;
	padding    : 20px 0px;
	font       : 30px/30px 'thaisanslite', Arial, sans-serif;
	color      : #0366af;
	font-weight: bold;
}

.related-news ul {
	display: block;
	margin : 10px 0 10px 0;
	height : auto;
}

.related-news ul li {
	display            : block;
	padding            : 8px;
	height             : 20px;
	line-height        : 16px;
	font-size          : 12px;
	color              : #000;
	background-position: 14px 0;
	border-bottom      : #ddd 1px solid;
}

.related-news ul li:nth-child(even) {
	background-color: #fff;
}

.related-news ul li:nth-child(odd) {
	background-color: #f6f6f6;
}



.btn-news {}

.news-social {
	float: left;
	width: 100%;
}