*{margin: 0;padding: 0;}

a{
	text-decoration: none !important;}

ul{list-style: none;}

body{
	width: 100%;
	height: 100%;
}

.big_box{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 100px 0;
	background: #fafafa;
}

.box{
	overflow: hidden;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.ul_box{
	overflow: hidden;
	width: 100%;
}

.pagination-box{
	overflow: hidden;
	margin-top: 70px;
	width: 100%;
	height: 40px;
	text-align: center;
}

.pagination{
	display: flex;
	justify-content: center;
	text-align: center;
}

.ul_list{
	width: 100%;
	height: 100%;
}

.ul_list_li{
	text-align: center;
	height: 53px;
	/*line-height: 53px;*/
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.ul_list span{
	display: inline-block;
	width: 60px;
	height: 53px;
	text-align: center;
	line-height: 53px;
	background-color: #b5b5b5;
	color: #f2f2f2;
	font-size: 24px;
}

.ul_list i{
	width: 160px;
	color: #000000;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	margin-top: 18px;
}

.ul_list em{
	float: right;
	color: #000000;
	font-size: 20px;
	font-style: normal;
}

.ul_list li{
	margin-top: 10px;
	background: white;
}

.ul_list li:hover i{
	color: #163474;
}

.ul_list li:hover em{
	color: #163474;
}

.ul_list li:hover span{
	background-color: #163474;
}

.page-link:nth-child(1){
	margin-right: 18px;
}

.page-link{
	color: #000000 !important;
	border-color: #000000 !important;
}

.page-link:hover{
	color: white !important;
	background-color: #163474 !important;
}

@media(max-width:980px){
	.big_box{
		width: 100%;
		padding: 40px 0;
	}
	
	.box{
		width: 100%;
		height: 100%;
	}
	
	.ul_box{
		margin-top: 0.5rem;
	}
	
	.ul_list_li{
		height: 1rem;
		line-height: 1rem;
		margin-top: 0.15rem;
	}
	
	.ul_list span{
		width: 1rem;
		height: 1rem;
		line-height: 1rem;
		font-size: 0.3rem;
	}
	
	.ul_list i{
		font-size: 0.3rem;
	}
	
	.fenye_box{
		width: 100% !important;
		height: initial !important;
	}
	
	.fenye{
		width: 100% !important;
	}
	
	.fenye a{
		padding: 0 10px !important;
		margin: 0 !important;
		font-size: 12px !important;
	}
	.fenye .thisclass{
		color:#ffffff;
		background:#445c8f;
	}
}
