.news_detail_container
{
	border: 1px solid #eee;
}

.news_detail_container .news_detail_inner
{
	padding: 0px;
	margin: 0px;
}
.news_detail_container .news_detail_inner .vemedim_breadcrumbs
{
	font-size: 14px;
	font-weight: normal;
	font-family: tahoma;
	color: #787878;
	padding-bottom: 20px;
}
.news_detail_container .news_detail_inner .vemedim_breadcrumbs a
{
	font-size: 14px;
    font-weight: bold;
    font-family: tahoma;
    color: #ed3237;
}
.news_detail_container .news_detail_inner .vemedim_breadcrumbs a:hover
{
	text-decoration: none;
	cursor: pointer;
	color: #fe7e1d;
}
.news_detail_container .news_detail_inner .news_detail
{
	padding: 0px 10px 0px 10px;
}
.news_detail_container .news_detail_inner .news_heder
{
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
}
.news_detail_container .news_detail_inner .news_heder .news_left,
.news_detail_container .news_detail_inner .news_heder .news_right
{
	float: left;

}
.news_detail_container .news_detail_inner .news_heder .news_left
{
	width: 15%;
}

.news_detail_container .news_detail_inner .news_heder .news_right
{
	width: 85%;
	padding: 0px 10px 10px 15px;
	text-align: justify;
}
.news_detail_container .news_detail_inner .news_heder .news_left img
{
	width: 100%;
	border: 1px solid #eee;
}
.news_detail_container .news_detail_inner .news_heder  .news_title
{
    padding-bottom: 15px;
    position: relative;
    display: block;
    font-family: Tahoma;
    font-size: 14px;
    color: #f3507e;
    font-weight: bold;
    line-height: 22px;
    text-transform: uppercase;
}
.news_detail_container .news_detail_inner .news_heder .news_right .news_short_des
{
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}
.news_detail_container .news_detail_inner .news_heder .news_right .news_date_update
{
	font-size: 11px;
    font-weight: bold;
    font-style: italic;
        color: #8e8e8e;
    padding-bottom: 10px;

}
.news_detail_container .news_detail_inner .news_content
{
	font-size: 14px;
	font-family: tahoma;
	line-height: 17px;
	text-align: justify;
	padding: 10px;
	margin-bottom: 10px;
}
.news_detail_container .news_detail_inner .news_content img 
{
	max-width: 100%;
}
/*MORE*/
.news_more_list
{

}
.news_more_list .news_more_title
{
        font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #e83c6d;
    padding: 15px 0px 5px 0px;
    border-bottom: 1px solid #e83c6d;
    text-transform: uppercase;
}
.news_more_list_row .news_more_list_item 
{
	display: inline-block;
	padding: 15px;
    /*border-bottom: 1px solid #eee;*/
} 
.news_more_list_row .news_more_list_item_img
{
	float: left;
	position: relative;
	display: inline-block;
	width: 20%;
}
.news_more_list_row .news_more_list_item_img img
{
	    width: 90%;
    margin: 10px;
    height: 85px;
    border: 1px solid #eee;
}
.news_more_list_row .news_more_list_item_title
{
	    padding: 10px 10px 5px 10px;
    float: left;
    font-size: 14px;
    font-family: tahoma;
    width: 75%;
    color: #e83c6d;
    line-height: 20px;
}
@media only screen and (max-width: 1024px)
{
	.news_detail_container .news_detail_inner .news_heder .news_left
	{
		width: 20%;
	}

	.news_detail_container .news_detail_inner .news_heder .news_right
	{
		width: 80%;
	}
	.news_more_list_row .news_more_list_item_img
	{
		width: 35%;
	}
	.news_more_list_row .news_more_list_item_title
	{
		width: 65%;
		padding-top: 0px;
	}
	.pd_news{
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media only screen and (max-width: 750px)
{
	.news_detail_container .news_detail_inner .news_heder .news_left
	{
		width: 25%;
	}

	.news_detail_container .news_detail_inner .news_heder .news_right
	{
		width: 75%;
	}
	.news_more_list_row .news_more_list_item_img
	{
		width: 25%;
	}
	.news_more_list_row .news_more_list_item_title
	{
		width: 75%;
	}
}
@media only screen and (max-width: 650px)
{
	.news_more_list_row .news_more_list_item_img
	{
		width: 30%;
	}
	.news_more_list_row .news_more_list_item_title
	{
		width: 70%;
	}
	.news_detail_container .news_detail_inner .news_heder .news_left
	{
		width: 30%;
	}

	.news_detail_container .news_detail_inner .news_heder .news_right
	{
		width: 70%;
	}
}
@media only screen and (max-width: 570px)
{
	.news_more_list_row .news_more_list_item_img
	{
		width: 40%;
	}
	.news_more_list_row .news_more_list_item_title
	{
		width: 60%;
	}
	.news_detail_container .news_detail_inner .news_heder .news_left
	{
		width: 40%;
	}

	.news_detail_container .news_detail_inner .news_heder .news_right
	{
		width: 60%;
	}
}
@media only screen and (max-width: 500px)
{
	.news_detail_container .news_detail_inner .news_heder .news_left,
	.news_detail_container .news_detail_inner .news_heder .news_right
	{
		float: none;
	}
	.news_detail_container .news_detail_inner .news_heder .news_left
	{
		width: 100%;
	}
	.news_detail_container .news_detail_inner .news_heder .news_right
	{
		width: 100%;

	}
	.news_detail_container .news_detail_inner .news_heder .news_right
	{
		padding: 5px 10px 0px 0px;
	}
	.news_detail_container .news_detail_inner .news_content
	{
		padding: 0px;
	}

	.news_more_list_row .news_more_list_item_img
	{
		width: 40%;
	}
	.news_more_list_row .news_more_list_item_title
	{
		width: 60%;
	}
}
@media only screen and (max-width: 450px)
{
	
	.news_detail_container .news_detail_inner .news_heder .news_right
	{
		padding: 5px 10px 0px 0px;
	}
	.news_detail_container .news_detail_inner .news_content
	{
		padding: 0px;
	}
	.news_more_list_row .news_more_list_item_img,
	.news_more_list_row .news_more_list_item_title
	{
		float: left;
	}
	.news_more_list_row .news_more_list_item_img
	{
		width: 35%;
	}
	.news_more_list_row .news_more_list_item_title
	{
		width: 65%;
		padding: 0px 0px 0px 5px;
		text-align: justify;
	}
}

.news_more_list_row .news_more_list_item .item_child {
    border: 1px solid rgba(210, 210, 210, 0.5);
    float: left;
    width: 100%;
}