*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
li{
	list-style: none;	
}
a{
    color:#333;	
	border:none;
}
a,a:link,a:active,a:hover,a:visited{
	text-decoration:none;
}
body {
	font-family: "Noto Sans SC",Arial, Helvetica, sans-serif;
}
.info-wrap{
	width: 100%;
}
.information{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;	
}
.info-cell{
	width: 550px;
	border: 1px solid #CCCDCF;
}
.topTitle{
	display: block;
	padding: 15px 20px;
	background: #F9F9F9;
}
.topTitle span{
	font-size: 18px;
	color: #FFFFFF;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	letter-spacing: 2px;
	background: -webkit-linear-gradient(right, #00B481 , #06C87D);
    background: -o-linear-gradient(right, #00B481, #06C87D);
    background: -moz-linear-gradient(right, #00B481, #06C87D);
    background: linear-gradient(to right, #00B481 , #06C87D);
    border-radius: 3px;
}
.infolist li{
	padding: 5px 20px;
	line-height: 40px;
	border-bottom: 1px dashed #CCCDCF;
}
.infolist li:last-child{
	border-bottom: 1px solid #CCCDCF;
}
.infolist li a{
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	color: #666666;
}
.infolist li a span{
	font-size: 16px;
}
span.info-title{
	max-width: 400px;	
	overflow: hidden;
	text-overflow: ellipsis;
 	white-space: nowrap;
}
.infolist li a span.info-title:hover{
	color: #00BCC7;
}
.page-wrap{
	padding: 20px 0;
	background: #F9F9F9;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.page-wrap a{
	font-size: 14px;
	display: inline-block;
	color: #666;
    background: #FFFFFF;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
    border-radius: 3px;
    text-align: center;
}
a.pageBtn,a.nextBtn{
	width: 70px;
}
a.current{
	color: #FFFFFF;
	background: #1ABC9C;
}
a.disabled{
	background: #F0F0F0;
	color: #5E5E5E;
	pointer-events:none;
}
