/* 展会 */
.zh_main{
	padding-bottom:20px;
}
.zh_main h2{
	margin-top: 30px;
}
.zh_list{
	display: flex;
	flex-wrap: wrap;
}
.zh_list dl{
	width: 585px;
	background: #FFFFFF;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 30px;
	transition: all .5s;
}
.zh_list dl:not(:nth-child(2n)){
	margin-right: 30px;
}
.zh_list dl:hover{
	box-shadow: 0px 0px 20px 0px rgba(42, 82, 245, 0.2);
}
.zh_list dt{
	width: 585px;
	height: 296px;
}
.zh_list dd{
	padding: 21px 20px 25px;
	position: relative;
}
.zh_list dd h5{
	font-size: 26px;
	font-weight: 600;
	color: #1D1D1D;
	width: 408px;
}
.zh_list dd p{
	font-size: 18px;
	margin-top: 16px;
}
.zh_list dd a,
.zh_list dd span{
	position: absolute;
}
.zh_list dd a{
	right: 20px;
	bottom: 20px;
	line-height: 54px;
	border: 1px solid #2A52F5;
	border-radius: 4px;
	padding: 0 48px;
	font-size: 18px;
	font-weight: bold;
	color: #2A52F5;
}
.zh_list dd span{
	right: 0;
	top: 30px;
	height: 26px;
	line-height: 26px;
	background: #F3752E;
	padding: 0 10px;
	font-size: 12px;
	color: #FFFFFF;
}
.zh_list dd span::before{
	content: '';
	width: 12px;
	height: 26px;
	background: url(../img/zhdjs.png) no-repeat;
	position: absolute;
	left: -12px;
	top: 0;
}
.zh_list dd b{
	font-weight: normal;
	display: block;
	width: 350px;
}