.center {
	position: relative;
	width:100%;
	min-width:1000px;
	height: auto;
	overflow: hidden;
	border-top-color: rgb(229, 229, 229);
    border-top-width: 1px;
    border-top-style: solid;
}

.news_list {
	position: relative;
	margin: 0 auto;
	width:1000px;
	overflow:hidden;
	padding-top:50px;
}
.article {
	position: relative;
	overflow:hidden;
}
.news_time {
	float: left;
	font-size: 14px;
	color: rgb(204, 204, 204);
}
.news_time span {
	display: block;
	text-align:center;
}
.news_time span:first-child {
	font-size: 48px;
	line-height: 48px;
	color: rgb(102, 102, 102);
}
.news_detail {
	float: left;
	width: 780px;
	margin-left: 148px;
	padding-bottom: 60px;
	border-bottom-color: rgb(230, 230, 230);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.news_title a{
	font-size: 24px;
	color: #000000;
}
.news_ori{
	margin: 20px 0;
}
.news_ori span{
	margin-right: 30px;
}

.news_content {
	line-height: 28px;
}
.news_content a {
	color: rgb(255, 86, 85);
	cursor: pointer;
}

.div_page {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.page {
	width: 790px;
	margin:60px 0px 80px 200px;
	text-align: center;
	overflow: hidden;
}
/* .page li {
	display: inline;
    line-height: 22px;
}
.page li a{margin-right: 5px;padding:3px 5px;border: 1px solid #CCC;background-color: #FFF;}
.thisclass {font-weight: bold;color: #C00;} */
#pageinfo {
	position:relative;
	width: 780px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

#pageinfo .active {
    display:inline-block;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #e91e63;
    color: #fff;
    font-size: 14px;
    border: 1px solid #e91e63;
}

#pageinfo a {
    display:inline-block;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
}

#pageinfo a:hover {
    color: #fff;
    background: #e91e63;
}

#pageinfo input {
    display:inline-block;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}

#pageinfo span {
    display:inline-block;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #bdbdbd;
    font-size: 14px;
}