
.blue_bg{
	background: #3575d3;
}

.row_bg{
	background-color: #fff;
}

.news_wrapper{
	max-height: 200px;
	overflow: hidden;
	margin: 25px auto 0;
}

.hot_news{
	width: 100%;
	max-height: 400px;
	position: relative;
	padding-top: 10px;
	border-bottom: 10px;
}

.hot_news_wrapper{
	width: 100%;
	height: 250px;
	background: #f5f5f5;
}

.hot_news_image{
	width: 350px;
	height: 250px;
	float: left;
	background: #ccc;
	overflow: hidden;
}

.hot_news_image img{
	width: 120%;
	height: auto;
}

.hot_news_text{
	float: left;
	width: 50%;
	padding: 15px 25px;
}

.fetch_news_by_category{
	position: absolute;
	width: 100%;
	height: 100px;
	background: #e22019;
	bottom: -110px;
}

.news_image{
	width: 100%;
	height: 150px;
	background: red;
	overflow: hidden;
}

.news_image img{
	width: 140%;
	height: auto;
}

.news_date{
	width: 100%;
	height: auto;
}

.news_text{
	padding: 10px 0 0;
}

.news_text h5{
	color: #000;
}

.news_text p{
	font-size: 13px;
}

.news_date {
}

.news_date span{
	font-size: 30px;
	display: block;
	text-align: center;
	margin-top: 70px;
	color: #e22019;
}

.news_date strong{
	text-align: center;
	display: block;
	color: #999;
}








