.mainBody {
	width: 1200px;
	margin: 0 auto;
}
.main {
	float: right;
	width: 890px;
	margin: 50px 0;
}

.m_title {
	width: 100%;
	margin-bottom: 20px;
	padding: 11px 0 23px;
	border-bottom: 1px solid #c7c7c7;	
}
.m_title>a {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 24px;
	transition: 0.4s;
	position: relative;
	top: 0;
}
.m_title>a:hover {
	top: -8px;
}

.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: #e82f84;
}

/* list_image */
.sparBd .p_title>a:hover {
	color: #e82f84;
}
.listimg_nav>a:hover {
	background: #e82f84;
    color: #fff;
}

/* list_article */
.news-item>a:hover {
	color: #e82f84;
}

/* 列表页码 */
.pagebar {
	margin:30px auto 0;
	font-size: 14px;
 	width: 810px;
	float: left;
}
.pagebar a, .pagebar span {
	font-size: 14px;
	color: #333333;
    line-height: 26px;
	display: inline-block;
	margin-right: 5px;
	padding: 2px 5px;
	border-radius: 5px;
	text-align: center;
	min-width: 22px;
	min-height: 26px;
}
.pagebar a:hover, .pagebar a.on {
    color: #fff;
	background: #e82f84;
}

/* 详情页码 */
.preNext {
    position: relative;
    margin: 15px;
}
.preNext .line {
    height: 10px;
    overflow: hidden;
    clear: both;
    margin: 4px auto;
    padding-top: 10px;
}
.preNext .actBox {
    position: absolute;
    top: 20px;
    right: 0;
}
.preNext .actBox li {
    display: inline;
    padding-left: 22px;
    background-repeat: no-repeat;
    margin-left: 10px;
}
.preNext .actBox li#act-pus {
    background-position: 4px -73px;
}
.preNext .actBox li#act-pnt {
    background-position: 4px -109px;
}
.preNext .actBox li a {
    font-size: 14px;
    color: #666;
}
.text li a{
    font-size: 14px;
    color:#333;
}
.text li a:hover{
    color:#0160b8;
}