/*news list*/
#news,
#news_content
{
	word-wrap: normal;
	word-break: normal;
	width:1400px;
	margin:0 auto;
}
#news ul
{
	border-top: 2px solid #DCDCDC;
}
#news li
{
	border-bottom: 1px dashed #DDDDDD;
	padding-bottom: 10px;
	padding-left: 10px;
	clear:both;
}
#news li img
{
	float:left;
	width:100px;
	margin-right:15px;
	padding-top:10px;
}
#news li h2
{
	padding: 5px 0;
}
#news li h2 a
{
	color: #1089D6;
	font-size: 14px;
	line-height: 20px;
}
#news li .cate
{
	color: #9E9E9E;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
#news li .cate a
{
	color: #2A86D5;
}
#news li .text
{
	color: #8D8D8D;
	font-size: 14px;
	line-height: 24px;
	word-break: normal;
	word-wrap: normal;
}
#news li .text img
{
	max-width: 100%;
	max-height: 150px;
	float: left;
	margin-right: 10px;
}


/*news show*/
#news_content
{
	padding-bottom: 30px;
	border: 2px solid #008FD2;
	border-radius: 10px;
	margin-bottom: 50px;
	margin-top: 10px;
}
h1.news_title
{
	color: #008FD2;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding: 10px 0;
	text-align: center;
	margin: 0 auto;
}
ul.news_info
{
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
}
ul.news_info li
{
	display: inline;
	margin-right: 50px;
}
ul.news_info li.end
{
	margin:0;
}
.news_text
{
	padding: 20px;
	line-height: 24px;
}
@media screen and (max-width: 767px)
{
	/*news list*/
	#news,
	#news_content
	{
		width: auto;
		border: none;
	}
	#news_content img
	{
		max-width: 100%;
	}
}