.list_nav{
	height: 194px;
	background: url(../image/navbg.jpg) no-repeat;
	background-size: 100% 100%;
}
.list_cen{
	width: 1154px;
	margin: 40px auto 130px;
}
.list_text{
	border: 1px solid #E9E9E9;
	border-radius: 6px;
}
.list_text li{
	border-bottom:  1px solid #E9E9E9;
	padding: 44px 0 54px;
	display: flex;
}
.list_text li div {
	flex: 1;
}
.list_text li div p:first-child{
	color: #333333;
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 34px;
	text-align: center;
}
.list_text li div p:last-child{
	font-size: 18px;
	color: #333333;
	text-align: center;
	height: 38px;
	line-height: 38px;
}
.list_text li .list_num p:last-child{
	color: #CECECE;
}
.list_text li .list_zs p:last-child{
	color: #318FE8;
}
a.list_ck{
	width: 58px;
	height: 18px;
	background: #318FE8;
	border-radius: 20px;
	color: #ffffff;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
a.list_ckto{
	width: 58px;
	height: 18px;
	border-radius: 20px;
	color: #ffffff;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #a7a7a7;
}
.list_right{
	margin-left: 134px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


/* 列表 */
.list_cen{
	border: 1px solid #E9E9E9;
	padding: 34px 0 0;
	position: relative;
}
.list_title {
	display: flex;
	align-items: center;
	color: #333333;
	font-size: 24px;
	font-weight: 800;
	text-align: center;
	padding-bottom: 18px;
}
.list_title div{
	flex: 1;
}
.list_last{
	margin-left: 134px;
}
.list_new li{
	display: flex;
	padding: 18px 0;
	border-bottom: 1px solid #E9E9E9;
}
.list_new li img{
	height: 65%;
}
.list_new li:nth-of-type(2n - 1){
	background-color: #f8f8f8;
}
.list_new li div{
	flex: 1;
	display: flex;
	justify-content: center;
	font-size: 18px;
}
/* .list_new li div:nth-of-type(2){
	color: #CECECE;
} */
.list_new li:last-child{
	border-bottom: none;
}
.list_table{
	display: inline-flex;
	color: #318FE8;
	border: 1px solid #318FE8;
	border-radius: 5px;
	margin: 0 0 20px 35px;
}
.table_le{
	padding: 10px 15px;
	cursor: pointer;
	border-right: 1px solid #318fe8;
}
.table_le:last-child{
	border-right: none;
}
.table_true{
	background-color: #318FE8;
	color: #ffffff;
}
.table2{
	display: none;
}
.bjsj_time {
	position: absolute;
	right: 35px;
	top: 39px;
	display: flex;
	align-items: center;
	padding-left: 35px;
	margin-bottom: 20px;
		color: #999999;
}
.time_text{
	padding: 4px 28px 4px 8px;
	border: 1px solid #999999;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}
.time_text::after{
	content: ""; /* 伪元素内容 */
	  position: absolute; /* 绝对定位 */
	  top: 50%; /* 垂直居中 */
	  right: 10px; /* 距离右侧的距离 */
	  transform: translateY(-50%); /* 向上移动50%以垂直居中 */
	  width: 0; /* 宽度 */
	  height: 0; /* 高度 */
	  border-left: 5px solid transparent; /* 左边框透明 */
	  border-right: 5px solid transparent; /* 右边框透明 */
	  border-top: 5px solid #999999; /* 上边框为黑色箭头 */
}
.xl_time{
	position: relative;
}
.time{
	width: 100%;
	background-color: #ffffff;
	position: absolute;
	top: 31px;
	left: 0;
	border: 1px solid #999999;
	border-radius: 4px;
	overflow: hidden;
	box-sizing: border-box;
	display: none;
}
.time a{
	display: block;
	padding: 4px 0;
	text-align: center;
	border-bottom: 1px solid #999999;
	color: #999999;
	cursor: pointer;
}
.time a:hover{
	background-color: #eaeaea;
}
.time li:last-child a{
	border-bottom: none;
}
