*{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;
	min-height: 600px;
	position: relative;
	background: #fafafa;
}

.box{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.ul_box{
	overflow: hidden;
	width: 100%;
}

.pagination-box{
	overflow: hidden;
	margin-top: 40px;
	width: 100%;
	height: 40px;
	text-align: center;
}

.pagination{
	display: flex;
	justify-content: center;
	text-align: center;
}

.laba_box{
	height: 90px;
}

.laba_box p{
	font-size: 22px;
	color: #163474;
	height: 90px;
	line-height: 90px;
	box-sizing: border-box;
	padding-left: 70px;
	background: url(../img/laba.png) 10px center no-repeat;
}

.laba_box p:hover{
	cursor: pointer;
}

.laba_box p span{
	float: right;
	color: #010000;
	font-size: 18px;
}

.ul_list{
	width: 100%;
	margin-bottom: 0px;
}

.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{
	margin-left: 38px;
	color: #000000;
	font-size: 20px;
	font-style: normal;
	line-height: 50px;
	display: inline-block;
	height: 50px;
}

.ul_list em{
	display: inline-block;
    height: 100%;
    float: right;
    color: #000000;
    font-size: 20px;
    font-style: normal;
    line-height: 50px;
}

.ul_list li{
	margin-top: 9px;
	background: white;
	box-sizing: border-box;
	padding-right: 15px;
	height: 50px;
}

.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;
}

/*详情页*/
.details_box{
	width: 100%;
	height: 100%;
	display: none;
	padding-top: 15px;
	padding-left: 20px;
}

.title_p{
	color: #163474;
	font-size: 20px;
}

.title_font_p{
	color: #858585;
	font-size: 14px;
}

.title_font_p span{
	color: #163474;
}

.content_p{
	color: 000000;
	font-size: 16px;
	text-indent: 45px;
	line-height: 18px;
}

.content_small_p{
	text-indent: 60px;
	color: 000000;
	font-size: 16px;
	line-height: 12px;
}

.content_big_p{
	color: 000000;
	font-size: 16px;
	text-indent: 50px;
}

.btn_box{
	width: 60%;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

/*.prev{
	float: left;
}

.next{
	float: left;
}*/

@media(max-width:980px){
	.big_box{
		width: 100%;
		min-height: initial !important;
		padding: 40px 0;
	}
	
	.box{
		width: 100%;
		height: 100%;
	}
	
	.ul_box{
		margin-top: 0.5rem;
	}
	
	.laba_box{
		height: 1.3rem;
	}
	
	.laba_box p{
		font-size: 0.18rem;
		width: 90%;
		height: 1rem;
		line-height: 0.5rem;
	}
	
	.laba_box p span{
		width: 20%;
		font-size: 0.18rem;
		text-align: right;
	}
	
	.ul_list{
	}
	
	.ul_list li{
		margin-top: 0.3rem;
	}
	
	.ul_list_li{
		height: 1rem;
		line-height: 1rem;
	}
	
	.ul_list_li a{
		width: 100%;
		display: inline-block;
		height: 1rem;
		line-height: 1rem;
	}
	
	.ul_list span{
		width: 1rem;
		height: 1rem;
		line-height: 1rem;
	}
	
	.ul_list i{
		font-size: 0.28rem;
	}
	
	.ul_list em{
		font-size: 0.28rem;
	}
	
	.fenye_box{
		width: 100% !important;
		margin: 0 !important;
		margin-top: 1rem !important;
		padding-left: 0 !important;
	}
	
	.fenye{
		width: 100% !important;
	}
	
	.fenye a{
		width: 0.45rem;
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.13rem;
	}
	.fenye .thisclass{
		color:#ffffff;
		background:#445c8f;
	}
}
