/* 基础样式合并 */
em, i {
	font-style: normal;
}

a {
	text-decoration: none;
	cursor: pointer;
}

img {
	vertical-align: middle;
	border: 0;
}

ol, ul {
	padding: 0;
	list-style-type: none;
}

/* 浮动相关样式 */
.l, .main {
	float: left;
}

.clf:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}

/* 容器样式 */
.container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.main {
	width: 800px;
}

/* 间距相关样式 */
.mb-lg {
	margin-bottom: 40px;
}

.mt-xs, .mt5 {
	margin-top: 5px;
}

.mt-sm, .mt10 {
	margin-top: -10px;
}

.mt-md, .mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.ml220 {
	margin-left: 220px;
}

.mr15 {
	margin-right: 15px;
}

/* 字体相关样式 */
.f12, a.f12 {
	font-size: 12px;
}

.f14, a.f14 {
	font-size: 14px;
}

.f15 {
	font-size: 15px;
}

.f22 {
	font-size: 20px;
}

.tit-d {
	font-size: 24px;
	line-height: 1.2;
	margin-right: 5px;
}

.lh24 {
	line-height: 24px;
}

/* 颜色相关样式 */
.location, .location a, .cb {
	color: #848790;
}

.c6 {
	color: #666;
}

.blue_lighten {
	color: #a5b8d6;
}

/* 布局组件样式 */
.arttxt {
	height: 30px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
}

.listPagesmall {
	font-size: 14px;
	float: right;
	margin-top: 5px;
}

.listPagesmall em {
	color: #f60;
}

.ptb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.bb1e {
	border-bottom: 1px solid #eee;
}

.h24 {
	height: 24px;
	overflow: hidden;
}

.mh48 {
	max-height: 48px;
	overflow: hidden;
	_height: 48px;
}

/* 社交组件样式 */
.sns .view, .sns .zan, .sns .comm {
	display: inline-block;
	margin-right: 15px;
	height: 22px;
	line-height: 22px;
	padding: 0 12px;
	font-family: arial;
	color: #999;
	border: 1px solid #eee;
	border-radius: 26px;
	vertical-align: middle;
	font-size: 12px;
}

.sns .ffi {
	margin-right: 5px;
	font-size: 14px;
	color: #ccc;
}

.ffi {
	font-family: ficonqzw;
}

/* 标签样式 */
.tags a {
	display: inline-block;
	line-height: 24px;
	margin-right: 10px;
	padding: 0 12px;
	border: 1px solid #eee;
	color: #666;
	border-radius: 26px;
	vertical-align: middle;
	transition: all .2s;
}

.tags_mt10 a {
	margin-top: 10px;
}

/* 分页样式 */
.listpage {
	font: 0;
	text-align: center;
	margin-top: 30px;
}

.listpage a, .listpage span, .listpage .txt, .listpage .sbt {
	display: inline-block;
	height: 2.5em;
	line-height: 2.5;
	margin: 0 .25em;
	padding: 0 1em;
	font-size: 14px;
	border: 1px solid #ddd;
	background: #fff;
	vertical-align: middle;
	overflow: hidden;
	transition: all .2s;
}

.listpage>a {
	padding-left: 1em;
	padding-right: 1em;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 2.5em;
	background-color: #eee;
	border: 1px solid #ddd;
}

.listpage .notcur, .listpage .notcur:hover {
	color: #aaa;
	background: #fff;
	border: 1px solid #ddd;
	cursor: default;
}

.listpage .cur, .listpage a:hover, .listpage .sbt:hover {
	color: #fff;
	background: #1291ea;
	border: 1px solid #1291ea;
	text-decoration: none;
	cursor: pointer;
}

.listpage .cur, .listpage .cur:hover {
	font-weight: bold;
}