#news_content #news_element {
	background-color:rgba(255,255,255,0.8);
	clear: both;
	height: 260px;
	width:100%;
	margin: 5px;
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,0.2);
	padding: 10px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
#news_content #news_element:hover{
	border: 1px solid #F1711A;
}
#news_content #news_element #news_element_footer {
	height: 20px;
	margin-top:-20px;
}
#news_content #news_element #news_element_tit {
	height: 40px;
}
#news_content #news_element #news_element_tit H3{
	margin-top:2px;
}
#news_content {
	height: auto;
	width: 97.5%;
}


#element_body_left {
	float: left;
	width: 40%;
	height: 100%;

}
 #element_body_right {
	height: 100%;
	width: 59%;
	float: left;
	padding-left: 5px;
	text-align: justify;

}

#element_body_right a { color: inherit; } 
#element_body_right h3 { color: #F1711A; } 
#element_body_right H4{
	display: inline-block;
	text-align: justify;
	overflow: hidden !important;
	text-overflow: ellipsis;
	margin-top: 15px;
}
#news_content #news_element #news_element_body {
	height: 185px;
	width:100%;
	position: relative;
}
#news_content #news_element #news_element_tit {
	height: 30px;
}
#news_element_body img {
	max-width: 100%;
	height: auto;
	border-radius:5px;

}
#element_body_right a:link {
      text-decoration: none;
}
.goback{
	display: block;
	left:40%;
	position: relative;
	width: 80px;
}
@media only screen and (max-width: 415px)
{

	#news_element_body img {
		margin-top: 10px;
		max-width: 100%;
		height: auto;
	}

#news_content #news_element #news_element_tit H3{
		font-size: 14px;
		margin-top: 0px;
}
#news_content {
	width: 98.5%;
}	
#element_body_left {

	width: 39%;
	height: inherit;

}
 #element_body_right {
	width: 59.2%;
}
#element_body_right H4{
	font-size: 12px;
	display: inline-block;
	text-align: justify;
	overflow: hidden !important;
	text-overflow: ellipsis;
	height: 90px;
	margin-top: 5px;
	/*word-wrap: break-word;*/
}
#news_content #news_element #news_element_tit {
	height: 40px;
}
#news_content #news_element #news_element_body {
	height: 130px;
}
#news_content #news_element #news_element_footer {
	height: 20px;
	display:inline-block;
	position:relative;
	top:-15px;	
}
#news_content #news_element {
	height: 180px;
}

}
@media only screen and (min-width: 345px) and (max-width: 380px)
{
   #news_content {
	width: 92%;
} 
}