.mainBody{
	width: 1200px;
	margin: 0 auto;
	min-height: 700px;
}
/* 内页样式开始 */
.main{
	float: left;
	width: 870px;
	min-height: 650px;
}
.m_title{
	width: 100%;
	height: 115px;
	border-bottom: 1px solid #c7c7c7;	
}
.m_title>a {
	line-height: 115px;
	font-family: "微软雅黑";
	font-size: 32px;
	color: #2a2a2a;
}
.m_title>a:hover {
	font-size: 33px;
}
/*.wz {
	display: block;
	float: left;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 600px;
	color: #999999;
	font-size: 14px;
	font-family:"Microsoft YaHei";
	background: rgba(255,255,255,0.5);
	z-index: 1;
}
.wz>div>div {
	float: right;
}
.wz>div>div>a:hover {
	color: #cd0722;
}
.wz>div>div>a.on {
	color: #cd0722;
}
.wz a, .wz span, .wz>div>div {
	line-height: 50px;
	color: #000;
	font-size: 14px;
	font-family:"Microsoft YaHei";
}*/
.subCont {
	margin-top:10px;
	width: 100%;
}
.subCont a{
	color:#666;
	font-size: 14px;
	font-family:"Microsoft YaHei";
}
/* 内页样式结束 */
        .news-item {
            width:865px;
			height: 50px;
            border-bottom: 1px dashed #bfbfbf;           
        }
        .news-item span {
        	font-family: "微软雅黑";
        	font-size: 16px;
        	color: #2a2a2a;
        	line-height: 50px;
        }
        .news-item>a>span:hover {
        	color: #818181;
        }
        .pagebar {
            margin:20px auto;
            text-align: center;
            font-family:"Microsoft YaHei";
            font-size: 14px;         
            display: block;
        }
        .pagebar a {
            position: relative;
            font-family:"Microsoft YaHei";
            font-size: 16px;
            border-right: #ddd 1px solid;
            padding-right: 5px;
            border-top: #ddd 1px solid;
            padding-left: 5px;
            padding-bottom: 2px;
            border-left: #ddd 1px solid;
            color: #555;
            margin-right: 2px;
            padding-top: 2px;
            border-bottom: #ddd 1px solid;
            text-decoration: none;
        }
        .pagebar .on, .pagebar a:hover {
            background-color: #1964b5;
            color: #fff;
        }