/*$$
{"color":[{"val":"#ffffff","title":"默认主体颜色"},
{"val":"#222222","title":"英文栏目简写文字颜色"},
{"val":"#999999","title":"副标题文字颜色"}],
"background":[{"val":"rgba(0,0,0,.26)","title":"列表默认背景颜色"},
{"val":"#ffa304","title":"鼠标滑过列表背景颜色"}],
"border":[{"val":"#626262","title":"列表边框"}]}
$$*/
#chose_158{
	width: 100%;
	background: url(./../../../static/images/IC00027_01.jpg) no-repeat center center;
	background-size:cover;
	position: relative;
	padding: 50px 0;
}
#chose_158 .column{
	width: 100%;
	color: #ffffff;
}
#chose_158 .tit-en{
	font-size: 12px;
	line-height: 70px;
	letter-spacing: 10px;
	position: relative;
	text-align: right;
}
#chose_158 .tit-en i{
	position: relative;
	z-index: 10;
}
#chose_158 .tit-en::after{
	position: absolute;
	content: attr(data);
	right: 0;
	font-size:92px;
	color: #222222;
	font-family: 'Book Antiqua';
	font-style: italic;
	font-weight: bold;
}
#chose_158 .tit-zh{
	font-size: 36px;
	line-height: 65px;
	text-align: right;
}
#chose_158 .tit-zh i{
	padding-right: 30px;
	position: relative;
}
#chose_158 .tit-zh i::after{
	position: absolute;
	right:0;
	width: 30px;
	content: '/';
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	line-height: 42px;
	top:0;
}
#chose_158 .tit-zh i:last-child::after{
	display: none;
}
#chose_158 .choseBox{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#chose_158 .choseList{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
#chose_158 .choseItem{
	margin: 0 45px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	border: #626262 solid 1px;
	background:rgba(0,0,0,.26) url(./../../../static/images/CP00030_04.png) no-repeat center 35px;
	flex: 1;
	padding: 80px 0 40px 0;
}
#chose_158 .choseItem::before{
	position: absolute;
	content:'';
	background: #ffa304 url(./../../../static/images/CP00030_04.png) no-repeat center 35px;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	z-index: 10;
	opacity: 0;
	transition: all 1s;
}
#chose_158 .choseItem:hover::before{
	opacity: 1;
}
#chose_158 .choseList .tit-1{
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #ffffff;
	position: relative;
	z-index: 10;
	transition: all 1s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#chose_158 .choseList .tit-2{
	font-size: 10px;
	color: #999999;
	line-height: 20px;
	text-align: center;
	position: relative;
	z-index: 10;
	transition: all 1s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#chose_158 .choseItem:hover .tit-2{
	color: #ffffff;
}
@media screen and (max-width: 1200px){
	#chose_158 .choseBox{
		padding: 0 10px;
	}
}
@media screen and (max-width: 767px){
	#chose_158{
		width: 100%;
		padding: 20px 0;
	}
	#chose_158 .column{
		padding: 0 15px;
	}
	#chose_158 .tit-en{
		line-height: 50px;
	}
	#chose_158 .tit-en::after{
		font-size: 60px;
	}
	#chose_158 .tit-zh{
		font-size: 24px;
		line-height:40px;
	}
	#chose_158 .tit-zh i::after{
		line-height: 30px;
	}
	#chose_158 .choseList .tit-1{
		font-size: 16px;
		line-height: 40px;
	}
	#chose_158 .choseList .tit-2{
		width: 100%;
		-webkit-line-clamp: 3;
		font-size: 12px;
		line-height: 22px;
		max-height: 66px;
		margin-top: 5px;
	}
	#chose_158 .choseList{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		padding: 30px 10px 0;
	}
	#chose_158 .choseItem{
		margin: 10px;
	}
}