.contentBox{
	width: 100%;
	background: #f2f2f2;
}

.banner{
	width: 100%;
	padding-top: 10px;
}
.banner img{
	width: 100%;
}
/*.banner .swiper-pagination-bullet {*/
/*	background-color: rgba(255, 255, 255, 0.5);*/
/*	opacity: 1;*/
/*}*/
/*.banner .swiper-pagination-bullet-active {*/
/*	background-color: #fff;*/
/*}*/

.libraryCon{
	width: 93%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

.indBrandBox{
	width: 100%;
}
.eveIndustryCon{
	width: 100%;
	margin-top: 12px;
	border-radius: 5px;
}
.eveConTit{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 15px;
	background-color: #e5cd7a;
	border-radius: 5px;
}
.eveConTitLeft span{
	font-size: 14px;
	color: #1E1F1F;
	font-weight: bold;
	border-left: 3px solid #EA2B37;
	padding-left: 7px;
}
.eveConTitRight{
	font-size: 13px;
	display: flex;
}
.eveConTitRight p{
	color: #595757;
	margin-right: 10px;
	display: flex;
}
.eveConTitRight p a{
	font-size: 13px;
	color: #595757;
	display: flex;
}
.eveConTitRight p a span{
	font-size: 13px;
	color: #595757;
	display: inline-block;
	max-width: 42px;
	border-right: 1px solid #595757;
	padding-right: 5px;
	margin-right: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

	font-weight: normal;
	border-left: none;
	padding-left: 0;
}
.eveConTitRight p a:last-child span{
	border-right: none;
}
.eveConTitRight a span{
	color: #595757;
}

.eveContent{
	width: 100%;
	display: flex;
	padding: 12px 8px;
	background-color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.eveConLogo{
	width: 100%;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.eveConLogo ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.eveConLogo ul a{
	width: 33.333333%;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	display: flex;
}
.eveConLogo ul a li{
	width: 100%;
}
.eveConLogo ul a li h3{
	width: 100%;
	padding: 20px 10px;
}
.eveConLogo ul a li h3 img{
	width: 100%;
}
.eveConLogo ul li p{
	width: 100%;
	color: #000;
	font-size: 14px;
	padding: 3px 8px;
	border-top: 1px solid #dcdcdc;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media (min-width: 320px) and (max-width: 367px){
	.selectedLeft p{
		margin-right: 5px;
	}
	.selectedLeft p span{
		display: flex;
		align-items: center;
	}
	.selectedLeft p span a:nth-child(3){
		display: block;
		width: 35px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.industry h3, .industrySon h3{
		width: 74px;
	}
	.eveIndustry{
		width: 73%;
	}
	.eveIndustry ul li.industryActive{
		padding: 3px 5px;
	}
	.eveIndustry ul li{
		margin-right: 6px;
	}
	.eveConTit{
		padding: 8px 10px;
	}
	.eveConTitRight p{
		margin-right: 0;
	}
}