.news-detail-img {
	display: block;
	float: left;
	margin-right: 15px;
}

.news-detail-text {
	font-size: 14px;
}

.news-detail-text p,
.news-detail-text span {
	 font-size: 14px !important;
}

.news-detail-gallery-list-item {
	width: 265px;
	height: 150px;
	display: block;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

.news-detail-gallery-list-item:nth-child(3n) {
	margin-right: 0;
}