#nav_special_topic a{
	color: #1d3f6c;
	font-weight: bold;
}
/*内容*/
.special_topic_list li img{width:auto; height:auto; max-width:387px;max-height:200px;}
.content{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 51px;
	overflow: hidden;
}
/*专题列表-start*/
	.special_topic_list{
		width: 1219px;
		overflow: hidden;
	}
	.special_topic_list li{
		float: left;
		margin-right: 19px;
		margin-bottom: 20px;
		width: 387px;
		height: 307px;
		background-color: #fff;
		text-align:center;/*20240726*/
	}
	.special_topic_list_txt1{
		margin-top: 18px;
		padding-left: 24px;
	}
	.special_topic_list_txt1 a{
		font-family: '微软雅黑';
		font-size: 18px;
		color: #000000;
	}
	.special_topic_list_txt2{
		margin-top: 25px;
		padding-left: 24px;
	}
	.special_topic_list_txt2 a{
		font-family: Arial;
		font-size: 13px;
		color: #b5b5b5;
	}
/*专题列表-end*/

/*页码-start*/
	.page_nume{
		width: 511px;
		margin:41px auto 0;
		overflow: hidden;
	}
	.page_nume li{
		float: left;
		margin-right: 5px;
		width: 29px;
		height: 29px;
		text-align: center;
		line-height: 29px;
		cursor: pointer;
		background-color: #fff;
		font-family: '微软雅黑';
		font-size: 14px;
		color: #9b9b9b;
		border-radius: 2px;
	}
	.page_nume li a{
		color: rgb(155, 155, 155);
	}
	.page_nume .prev_big{
		margin-right: 25px;
		background: #fff url(./../images/prev_big.png) 0 0 no-repeat;
	}
	.page_nume .nex_big{
		margin-left: 20px;
		margin-right: 0;
		background: #fff url(./../images/nex_big.png) 0 0 no-repeat;
	}
	.page_nume .number:hover{
		background-color: #023f6e;
		color: #fff;
	}
	.page_nume .number_select{
		background-color: #023f6e;
		color: #fff;
	}
/*页码-end*/
