.page-block {
	width: 1100px;
	margin: auto auto;
}
.page-block h1 {
	text-align: center;
}
.article-hover{
	height: 150px;
	background: #ffffff;
}
.article-hover:hover{
	background: #f8f8f8;
}
.thumbnail {
	width: 250px;
	height: 150px;
	display: flex;
	align-items: center;
	float: left;
}
.thumbnail img {
	width: 200px;
	height: 130px;
	margin: 0 auto;
}
.info-content {
	width: 850px;
	height: 150px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.info-content a {
	color: #000000;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #cdcdcd;
	padding:4px 10px 5px;
	border-radius: 10px;
}
.info-content a:hover {
	background: linear-gradient(to right,#FFCC00,#FF9900);
	color: #fff;
} 
.li-title{
	width: 850px;
	font-size: 24px;
	font-weight: 700;
	text-align: left;
}
.li-content{
	width: 830px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}
.page-icon{
	width: 1280px;
	margin: 0px auto 20px 0;
	font-size:0;
	text-align:center;
}
.page-icon button {
	border: none;
	padding:4px 10px 5px;
	font-size:20px;
	background-color:#FFFFFF;
}
.page-icon button:nth-child(3) {
	cursor: default;
}
.page-icon button:nth-child(4) {
	cursor: default;
}
.page-icon button img {
	width: 15px;
	height: 15px;
}
#totalPage {
	cursor: default;
	border: none;
	padding:4px 10px 5px;
	font-size:20PX;
	background-color:#FFFFFF;
}
#currentPage {
	cursor: pointer;
	border: none;
	padding:4px 10px 5px;
	font-size:20PX;
	cursor: auto;
	text-align: center;
	width: 20px;
}
.page-1{
	display: block;
}
.page-2{
	display: none;
}
.page-3{
	display: none;
}
hr {
	opacity: 50%;
}