.news_list_inner{
	margin: 0 15px;
}
.news_list_container{
	border: 1px solid #eee;
	padding-top: 10px;
}
.news_list_container .news_list_inner .news_item
{
	padding: 10px 0px;
	border-bottom: 1px solid #eee;
	display: inline-block;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}
.news_list_container .news_list_inner .news_item .news_right,
.news_list_container .news_list_inner .news_item .news_left
{
	float: left;
}
.news_list_container .news_list_inner .news_item .news_right
{
	width: 80%;
	padding: 5px 10px 10px 15px;
}
.news_list_container .news_list_inner .news_item .news_left
{
	width: 20%;
}
.news_list_container .news_list_inner .news_item img
{
	width: 100%;
	height: 130px;
	border: 1px solid #eee;
}

.news_list_container .news_list_inner .news_title .news_title_link
{
	padding-top: 5px;
	padding-bottom: 15px;
	position: relative;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #014b2d;
	font-weight: bold;
	line-height: 22px;
}
.news_list_container .news_list_inner .news_title .news_title_link:hover
{
	cursor: pointer;
	text-decoration: none;
}
.news_list_container .news_list_inner .news_des
{
	font-family: Tahoma;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}
.news_view_more .news_view_more_liink
{
	font-size: 12px;
    margin-top: 10px;
    position: relative;
    color: #fe7e1d;
    text-decoration: underline;
    font-weight: bold;
    display: block;
}
.customer_title{
	font-size: 15px;
    text-transform: uppercase;
    color: #ff6c00;
    font-weight: bold;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 9px;
    margin-bottom: 10px;
    text-align: center;
}

@media only screen and (max-width: 1024px)
{
	.news_list_container .news_list_inner .news_item .news_right
	{
		padding: 0px 10px 0px 15px;
	}
	
}
@media only screen and (max-width: 991px)
{
	#list_partner{
		display: none;
	}
	.pd_news{
		padding-left: 0px;
		padding-right: 0px;
	}
	.custom_pagination{
		padding-top: 7px;
	}
}
@media only screen and (max-width: 900px)
{
	.news_list_container .news_list_inner .news_item .news_right
	{
		width: 70%;
		
	}
	.news_list_container .news_list_inner .news_item .news_left
	{
		width: 30%;
	}
}
@media only screen and (max-width: 700px)
{
	.news_list_container .news_list_inner .news_item .news_right
	{
		width: 60%;
		
	}
	.news_list_container .news_list_inner .news_item .news_left
	{
		width: 40%;
	}
}
@media only screen and (max-width: 601px) and (min-width: 451px)
{
	.sort_limit {
	    margin-top: -45px !important;
	}
}
@media only screen and (max-width: 450px)
{
	.news_list_container .news_list_inner .news_item .news_right,
	.news_list_container .news_list_inner .news_item .news_left
	{
		float: none;
		width: 100%;
	}
	.news_list_container .news_list_inner .news_item img
	{
		float: none;
		width: 100%;
		height: auto;
	}
	.sort_limit select#limit {
		margin-right: 10px;
	}
	.footer_pagination{
		height: 50px;
	}
}