* {margin: 0;padding: 0;	font-family: '微软雅黑';
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	/* Firefox */
	-webkit-box-sizing: content-box !important;
	/* Safari */
}
body {
	margin: 0;
	padding: 0;
}

a, a:hover {
	text-decoration: none !important;
}

ul li,
ol li {
	list-style: none;
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: normal;
	margin: 0;
}

i,
em {
	font-style: normal;
}

img {
	vertical-align: top;
	border: none;
	outline: none;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #333;
}

a {
	cursor: pointer;
}

input {
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*搜索*/
.maincon {
	max-width: 1200px;
	margin: 0 auto;
}
/*2018.9.11修改*/
.search_tit {
	font-size: 20px;
	color: #333;
	line-height: 60px;
	padding-left: 25px;
	position: relative;
	margin-top: 30px;
}
.search_tit:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 20px;
	left: 0;
	top: 20px;
	background: #d70c19;
}
.search_tit span {
	color: #d70c19;
}
.list {
	margin-bottom: 30px;
}
.list>div:first-child {
	padding-top: 0;
}
.list>div {
	padding: 30px 0;
	border-bottom: 1px #dedede solid;
}
.list>div>div {
	width: 770px;
	height: 256px;
	position: relative;
}
.list>div>div h1 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
	background: url(../img/article.png) left center no-repeat;
	padding-left: 30px;
	overflow: hidden;
	background-position: 0 0px;
}
/*2018.9.11修改*/
.list>div>div h1 span {
	border-bottom: 4px #d70c19 solid;
	padding-bottom: 10px;
	float: left;
	/*display: inline-block;*/
}
.list>div>div h2 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	margin: 10px 0;
	padding-left: 30px;
}
/*2018.9.11修改end*/
.list>div>div p {
	padding-left: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	padding-right: 0;
}
.article_op {
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 0;
}
.showall {
	width: 68px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border: 1px #d70c19 solid;
	border-radius: 14px;
	float: left;
	font-size: 14px;
	color: #d70c19 !important;
}
.time {
	background: url(../img/time.png) left no-repeat;
	padding-left: 27px;
	float: right;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}
/*搜索推荐*/
.block_tit {
	font-size: 20px;
	color: #333;
	padding-left: 20px;
	line-height: 80px;
	position: relative;
}
/*2018.9.12修改*/
.block_tit:before {
	content: '';
	position: absolute;
	left: 0;
	width: 4px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	background: #d70c19;
}
.nocon {
	padding: 140px 0 80px;
	text-align: center;
	border-bottom: 1px #dedede solid;
}
.nocon p {
	font-size: 20px;
	color: #333;
	line-height: 70px;
	margin-top: 40px;
}

/*详情*/
.details h2 {
	font-size: 18px;
	color: #333;
	padding-left: 42px;
	line-height: 40px;
	background: url(../img/article2.png) left 12px no-repeat;
}
/*2018.9.12修改*/
.block_tit2 {
	font-size: 24px !important;
	font-weight: bold !important;
	line-height: 84px !important;
	border-top: 1px #dedede solid;
	margin: 0 !important;
	padding-left: 14px !important;
}
.reclist {
	width: 100%;
	min-height: 160px;
	position: relative;
}
.reclist:after {
	content: '';
	position: absolute;
	width: 92%;
	height: 1px;
	border-bottom: 1px #dedede solid;
	bottom: 0;
	left: 50%;
	margin-left: -46%;
}
.reclist>div {
	width: 42%;
	height: 160px;
	padding: 0 2% 0 2%;
	margin-bottom: 40px;
}
.reclist>div img {
	width: 201px;
	height: 134px;
}
.reclist>div>div {
	width: 240px;
	height: 160px;
}
.reclist>div:nth-child(odd) {
	width: 41.9%;
	border-right: 1px #dedede solid;
}
.reclist>div>div h1 {
	font-size: 18px;
	color: #333;
	line-height: 36px;
	font-weight: bold;
}
.reclist>div>div p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.share {
	height: 80px;
	background: #f0f0f0;
	margin: 30px 0 40px;
}
.share span {
	font-size: 30px;
	color: #666;
	line-height: 80px;
	margin-right: 25px;
	display: inline-block;
	float: right;
}
.share a {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 15px;
	float: right;
}
.wx {
	background: url(../img/wx.png) no-repeat;
}
.qq {
	background: url(../img/qq.png) no-repeat;
}
.wb {
	background: url(../img/wb.png) no-repeat;
	margin-right: 30px !important;
}

/*2018.9.12添加*/
.dp {
	padding-top: 20px;
	padding-bottom: 90px;
}
.dp p {
	font-size: 18px;
	color: #333;
	line-height: 32px;
}
.dp img {
	/*width: 100%;*/
	margin: 10px 0;
}
.time2 {
	font-size: 18px !important;
	background-size: 18px 18px !important;
	margin-top: 40px !important;
}


.page{ text-align:center;}
.page1{ clear:both; margin-top:10px; line-height:30px; color:#666666; text-decoration:none;}
.SelectIndexStyle{padding:2px 5px 2px 5px;color:#d70c19;margin-right:2px;text-decoration:none;border:1px solid #d70c19;FONT-WEIGHT: bold;}
.UnSelectIndexStyle{padding:2px 5px 2px 5px;color:#333;margin-right:2px;text-decoration:none;border:1px solid #b2e05d;}
.PreviewNextStyle{padding:2px 5px 2px 5px;color:#333;margin-right:2px;text-decoration:none;border:1px solid #b2e05d;}
.PageEndStyle{padding:2px 5px 2px 5px;color:#666666;margin-right:2px;text-decoration:none;border:1px solid #999;}
.MouseOverStyle{padding:2px 5px 2px 5px;color:#fff;margin-right:2px;text-decoration:none; border:1px solid #BDE389;background-color:#f6ffeb;}
.MouseOutStyle{padding:2px 5px 2px 5px;color:#333;margin-right:2px;text-decoration:none;border:1px solid #b2e05d;}
.InputTextBoxStyle{font-size:10px;width:20px;BACKGROUND-COLOR:#fff6e9;border:1px solid #ff9900; text-decoration:none;}
.SubmitButtonStyle{font-size: 10px;border: 1px solid #b2e05d;width:40px; text-decoration:none; BACKGROUND-COLOR: #fff6e9;border: 1px solid #ff9900;}
.PageInfoStyle{font-size:12px;line-height:22px;color:#666666;text-decoration:none;}
.page1 a{color:#666; text-decoration:none;}
.page1 a:hover {color:#3333CC;}