@CHARSET "UTF-8";
.inner_content
{
	min-height: 160px;
	font-size: 80%;
	line-height: 1.6em;
	color: #3d3d3d;
	text-shadow: none !important;
}
.inner_content img { width: 100%; }
.inner_content .little_title
{ 
	display: inline-block; 
	padding: 4px 8px; 
	font-size: 120%; 
	color: #ffffff; 
	background-color: #892525; 
	margin-bottom: 5px;
}

/* 文章列表 */
.news_list, .news_list li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.news_list li
{
	height: 66px;
	padding: 7px;
	margin-bottom: 8px;
	background-color: #fafafa;
	box-shadow: 0px 0px 3px #cccccc;
}
.news_list li a, .news_list li a:hover, .news_list li a:visited
{
	color: #4c4c4c;
	text-shadow: none !important;
	font-weight: normal;	
}
.news_list li a:hover .news_title, .news_list li a:visited .news_title { color: #ebddaa !important; }
.news_list li a img
{
	width: 104px;
	height: 66px;
	margin-right: 7px;
	float: left;
}
.news_list li a .news_info
{
	display: block;
	width: 50%;
	height: 66px; 
	font-size: 12px;
	line-height: 17px;
	float: left;
}
.news_list li a .news_info .news_title
{
	display: block;
	padding-left: 8px;
	font-size: 120%;
	color: #333333;
	height: 18px;
	text-overflow: ellipsis; 
	overflow: hidden; 
	white-space: nowrap;
	background: url(../images/news_title_dian.png) no-repeat left 6px;
	background-size: 4px 4px;
}
.news_list li a .news_info .news_brief
{
	display: block;
	width: 100%;
	height: 34px;
	overflow: hidden; 
}
.news_list li a .news_info .news_date
{
	display: block;
	padding-left: 20px;
	font-size: 10px;
	font-family: Arial;
	height: 16px;
	color: #808080;
	background: url(../images/icon_news_date.png) no-repeat left center;
	background-size: 12px 12px;
}

.pager_layer
{
	width: 100%;
	float: left;
	padding-top: 5px;
}
.pager_layer a
{
	display: block;
	float: left;
	width: 49%;
	padding: 5px 0px;
	color: #7c7c7c;
	font-weight: normal !important;
	text-shadow: none !important;
	text-align: center;
	text-decoration: none;
	background-color: #ffffff;
	background-color: #fafafa;
	box-shadow: 0px 0px 3px #cccccc;
}

/* 文章详细 */
#news_title
{
	font-size: 140%;
	line-height: 180%;
	margin: 0px;
	text-align: center;
	font-weight: normal !important;
	color: #000000;
}
#news_date
{
	padding: 5px 0px;
	font-size: 100%;
	border-bottom: 1px solid #d9d9d9;
	color: #989898;
	text-align: center;
}
#back_btn
{
	height: 30px;
	background-color: #f7f7f7;
	box-shadow: 0px 0px 3px #cccccc;
	text-align: center;
}
#back_btn span
{
	dispaly: block;
	line-height: 30px;
	padding: 0px 20px;
	margin: 0px !important;
	background: url(../images/icon_arrow_l.png) no-repeat left center;
	background-size: 16px 16px;
	color: #7c7c7c;
	font-size: 120%;
	font-weight: normal !important;
	text-decoration: none;
}


/* 在线留言 */
#feedback_title
{
	font-size: 14px;
	color: #3d3d3d;
	padding-bottom: 5px;
	border-bottom: 1px dashed #e6e6e6;
}
#feedback_title span { font-size: 12px; }

#feedback_list, #feedback_list li
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 26px;
	font-size: 14px;
	color: #4c4c4c;
	float: left;
}
#feedback_list { padding: 5px 0px; }
#feedback_list li .ui-input-text
{ 
	width: 100% !important;
	float: left; 
	margin-top: 0px !important;
}
#feedback_list li label, #feedback_list li font 
{
	margin: 0px !important; 
	float: left;
}
#zxrx, #zxrx a
{
	text-decoration: none;
	font-size: 120%; 
	color: #892525;
}
#zxrx
{
	padding: 5px 0px; 
	border-bottom: 1px dashed #e6e6e6;
} 

.feedback_btn
{
	display: block;
	float: left;
	padding: 2px 20px;
	margin-right: 6px;
	background-color: #e2e2e2;
	color: #4d4d4d;
	font-weight: bold;
	cursor: pointer;
}
.feedback_btn:hover
{
	background-color: #780e0c;
	color: #ffffff !important;
}