html, body {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: url(//i.ssimg.cn/images/esg/h5/all_new05.png) no-repeat;
	background-size: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	/*	background-color: #efefef;*/
}
.list_esg{
	margin: 0.3rem 0.2rem;
	background: linear-gradient(180deg, #FFFFFF 90%, rgba(61, 117, 226, 0.1));
	border-radius: 15px;
	padding: 0.12rem;
	box-sizing: border-box;
}
.list_text{
	font-size: 0.26rem;
	color: #333333;
	border-radius: 0.15rem;
	border: 1px solid rgba(61, 117, 226, .3);
	overflow: hidden;
}

.list_title{
	font-size: 0.28rem;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.list_title div{
	flex: 1;
	text-align: center;
	padding: 0.38rem 0;
}
.list_text li{
	display: flex;
	align-items: center;
	padding: 0.3rem 0;
	border-bottom: 1px solid rgba(196, 213, 246, 1);
}

.list_text li:first-child{
	padding: 0;
	border-bottom: none;
}
.list_text li:last-child{
	border-bottom: none;
}
.list_text li div{
	flex: 1;
	display: flex;
	justify-content: center;
}
.list_text li:nth-of-type(2n - 1){
	background-color: #f8f8f8;
}
.list_text img{
	width: auto;
	height: 0.22rem;
}
.text_n{
	flex-direction: column;
	
	text-align: center;
}
/* .text_n p:last-child{
	color: rgba(206, 206, 206, 1);
	font-size: 0.24rem;
} */
/* .list_pj{
	color: rgba(49, 143, 232, 1);
} */
.list_a{
	flex-direction: column;
	align-items: center;
}
a.list_look{
	flex: 1;
	color: #ffffff;
	font-size: 0.24rem;
	padding: 0.1rem 0.2rem;
	background-color: rgba(49, 143, 232, 1);
	border-radius: 0.4rem;
}
a.list_lookto{
	flex: 1;
	color: #ffffff;
	font-size: 0.24rem;
	padding: 0.1rem 0.2rem;
	background-color: #a7a7a7;
	border-radius: 0.4rem;
}

.title_tab{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.3rem;
	margin-bottom: 0.3rem;
	/* overflow-x: auto; */
}
.list_table {
	font-size: 0.26rem;
	display: flex;
	color: #318FE8;
	border: 1px solid #318FE8;
	border-radius: 0.06rem;
	/* margin: 0 0 0.3rem 0; */
}
.table_le{
	padding: 0.1rem 0.15rem;
	cursor: pointer;
	 -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.table_true{
	background-color: #318FE8;
	color: #ffffff;
}
.cen2{
	display: none;
}
/* 导航样式 */
/* .swiper-wrapper{
	display: flex;
}
.swiper-slide{
	color: #318FE8;
	width: 2.7rem;
	font-size: 0.26rem;
	text-align: center;
	padding: 0.2rem;
	box-sizing: border-box;
}
#TouchNav{
	border: 1px solid #318FE8;
	border-radius: 0.06rem;
	overflow: hidden;
}
.active{
	background-color: #318FE8;
	color: #ffffff;
} */

.bjsj_time {
	display: flex;
	align-items: center;
	padding-left: 0.7rem;
	color: #999999;
	margin-bottom: 0 !important;
}
.time_text{
	padding: 0.08rem 0.56rem 0.08rem 0.16rem;
	border: 1px solid #999999;
	border-radius: 0.04rem;
	position: relative;
	cursor: pointer;
}
.time_text::after{
	content: ""; /* 伪元素内容 */
	  position: absolute; /* 绝对定位 */
	  top: 50%; /* 垂直居中 */
	  right: 0.1rem; /* 距离右侧的距离 */
	  transform: translateY(-50%); /* 向上移动50%以垂直居中 */
	  width: 0; /* 宽度 */
	  height: 0; /* 高度 */
	  border-left: 0.1rem solid transparent; /* 左边框透明 */
	  border-right: 0.1rem solid transparent; /* 右边框透明 */
	  border-top: 0.1rem solid #999999; /* 上边框为黑色箭头 */
}
.xl_time{
	position: relative;
}
.time{
	width: 100%;
	background-color: #ffffff;
	position: absolute;
	top: 0.52rem;
	left: 0;
	border: 1px solid #999999;
	border-radius: 0.08rem;
	overflow: hidden;
	box-sizing: border-box;
	display: none;
}
.time a{
	display: block;
	padding: 0.08rem 0;
	text-align: center;
	border-bottom: 1px solid #999999;
	color: #999999;
	cursor: pointer;
}
.time li:last-child a{
	border-bottom: none;
}
