.main {
	width: 1200px;
	margin: 0 auto;
}

.m_title {
	width: 100%;
	border-bottom: 1px dashed #ebebeb;	
}
.m_title>a {
	float: left;
	max-width: 300px;
	margin: 30px 0;
	font-size: 20px;
	color: #222;
	line-height: 1;
	transition: 0.3s;
}
.m_title>a:hover {
	color: #333;
}

.wz {
	float: right;
}
.wz a, .wz span {
	display: inline-block;
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.wz a:hover, .wz a.on {
	color: #0196dd;
}

/* list_image */
.sparBd .p_title>a:hover {
	color: #333;
}

/* list_article */
.news-item>a:hover {
	color: #0196dd;
}

/* 列表页码 */
.pagebar {
	display: block;
 	width: 1000px;
	text-align: center;
	margin: 20px auto;
}
.pagebar a {
	font-size: 14px;
	color: #333;
    line-height: 1;
	display: inline-block;
	margin-right: 11px;
	padding: 11px 15px;
	border: 1px solid #dcdcdc;
}
.pagebar a:hover, .pagebar a.on {
    color: #fff;
	background: #1e4890;
}

/* 详情页码 */
.preNext {
	width: 1198px;
    border: 1px solid #dcdcdc;
    margin: 60px 0 20px;
}
.preNext .text {
	margin: 0 20px;
	font-size: 0;
}
.text li:nth-of-type(1) {
	display: inline-block;
}
.text li:nth-of-type(2) {
	float: right;
}
.text li a {
    font-size: 15px;
    color: #666;
	line-height: 38px;
	transition: 0.3s;
}
.text li a:hover {
    color:#333;
}