.main-container-banner {
	background: url(../image/banner2_home.jpg) no-repeat 50%;
	height: 320px;
	background-color: #2d3137;
}

.content-container {
	margin-top: 30px;
	margin-bottom: 30px;
}

.news-item-title {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	color: #333333;
	padding: 0 40px;
	box-sizing: border-box;
	word-wrap: break-word;
}

.news-item-time {
	text-align: center;
	font-size: 14px;
	color: #666666;
	margin: 15px 0;
}

.news-item-content {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 30px;
	word-wrap: break-word;
	text-indent: 3em;
}

.news-item-content img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}


@media (min-width: 769px) and (max-width: 991px) {
	.container {
		width: 670px;
	}

	.main-container-banner {
		background: url(../image/banner2_home.jpg) no-repeat 50% 0% /200% 100%;
		height: 300px;
	}



}

@media (min-width: 500px) and (max-width: 768px) {
	.container {
		width: 500px;
	}

	.main-container-banner {
		background: url(../image/banner2_home.jpg) no-repeat 50% 0% /200% 100%;
		height: 250px;
	}

	.news-item-title {
		font-size: 23px;
	}

}

@media (min-width: 250px) and (max-width: 500px) {
	.container {
		width: 300px;
	}

	.main-container-banner {
		background: url(../image/banner2_home.jpg) no-repeat 50% 0% /200% 100%;
		height: 170px;
	}

	.news-item-title {
		font-size: 20px;
	}
}
