@charset "utf-8";
/* CSS Document */

/*文章内容页样式*/
.cm_c2_main {
	width:90%;
	margin:0 auto;
}
.main_box {
    padding-bottom:20px;
	overflow: hidden;
	width: 100%;
	overflow: hidden;
}
.article .title {
	padding-bottom: 16px;
	font-family: "Microsoft YaHei", "微软雅黑", "黑体";
}
.article .title0 {
	font-size: 14px;
}
.article .title h1 {
	font-size: 26px;
	font-weight: normal;
	color: #332000;
	text-align:center;
}
.article .title2 {
	font-size: 14px;
	line-height: 1em;
}
.article .info {
	overflow: hidden;
	color: #666;
	line-height: 22px;
	font-size: 13px;
}
.fr {
	float: right;
	display: inline;
}
.article .info .fr a {
	background: #f2f2f2;
	padding: 0 10px;
	margin-left: 5px;
	color: #666;
	display: block;
	float: left;
}
.article .info span {
	float: left;
	margin-right: 20px;
	white-space: nowrap;
}
.line_solid_2px {
	height: 1px;
	line-height: 0;
	clear: both;
	overflow: hidden;
}
.main_news_list {
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	font-family: "宋体";
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.content{ font-size:16px;text-indent: 2em;}

button {
	/*
   background:#F0F0F0 repeat-x; 
   border-top:1px solid #708090; 
   border-right:1px solid #708090; 
   border-bottom:1px solid #708090; 
   border-left:1px solid #708090;  
   */
   line-height: 22px;
	font-size: 10px;
	margin: 0 auto;
	width:80px;
	height:22px;
	font-size:10pt;
	cursor:pointer;
}
button span {
	position:relative;
	top:-3px;
	left:2px;
	font-weight:bold;
	font-family:"黑体";
	cursor:pointer;
}

/*搜索选项*/
.search,.search_text,.search_botton{ height: 28px;overflow:hidden;border:none;line-height:18px; font-size: 12px;}
.search{ width:290px; margin-top:12px; float:left;margin-right: 20px;}
.search_text{ width:166px; height: 18px;background:#fff; float:left; padding: 4px 5px; color: #000;border: #ccc 1px solid;border-right: none;}
.search_botton{ width:40px; background:#552600; float:left; color: #FFF; cursor:pointer;}
.search_botton:hover{ width:40px; background:#b65b36; float:left;}
.search_botton em{font-style: normal;font-weight: 500;}

/*翻页样式*/
#displaypagenum {
	line-height:22px;
	overflow:hidden;
	padding-top:30px;
	width: 400px;
	margin: 0 auto;
}
#displaypagenum p {
	padding-bottom:0;
}
#displaypagenum span.page, #displaypagenum a, #displaypagenum a.next {
	background:#d4b298;
	color:#332000;
	padding:8px 12px;
	line-height:28px;
	height:28px;
	font-weight:bolder;
	text-decoration:none;
}
#displaypagenum a, #displaypagenum a.next {
	background:#d4b298;
	color:#252525;
	font-weight:normal;
}
#displaypagenum a:hover {
	background:#b65b36;
	color:#332000;
}
/*搜索框样式重定义*/
form {
margin: 2px 0 10px;
}
.btn {
padding: 0px 12px;
}
/*页脚*/
.footer {
	border-top:#552600 2px solid;
	font-size: 12px;
	overflow: hidden;
	padding-bottom: 20px;
}
.footer .info {
	margin: auto;
	line-height: 28px;
	font-size: 12px;
	color: #252525;
	padding-top: 12px;
	text-align: center;
}
.footer .recommend {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.footer .info a {
	color:#252525;
}
.footer .info div {
	text-align:center;
}
.footer em {
	margin: 0 8px;
	color:#555;
}
@media (max-width: 767px){ 
	.content center{text-indent:0em !important; }
		
}