.excelldetailbox {
	width: 100%;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #f6f6f6;
}
.excelldetailtitle {
	display: flex;
	color: #666666;
	font-size: 12px;
	width: 70%;
}
.excelldetaillimit {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 70%;
	margin-top: 30px;
}
.excelldetailleft {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px 0;
}
.excelldetailleftbox {
	width: 95%;
	display: flex;
	flex-direction: column;
}
.leftboxtop {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
}
.leftboxtoplogo{
	width: 30%;
	height: 165px;
	object-fit: cover;
}
.leftboxtopbutton{
	color: #FFFFFF;
	cursor: pointer;
	background: #3E74DC;
	border-radius: 4px;
	padding: 1% 3%;
	position: absolute;
	right: 0;
}
.leftboxtopxinxi {
	display: flex;
	flex-direction: column;
	margin-left: 10px;
}
.leftboxtopname {
	color: #333333;
	font-size: 20px;
	margin-bottom: 20px;
}
.leftboxtopminxi {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #999999;
	margin-top: 10px;
}
.leftboxtopminxi span {
	color: #333333;
}
.leftboxtopminxi img {
	width: 21px;
	height: 17px;
	margin-left: 10px;
}
.leftboxms {
	margin: 20px 0 19px 0;
	color: #333333;
	font-size: 20px;
}
.leftboxhenxian {
	width: 100%;
	height: 1px;
	background: #F6F6F6;
	margin-top: 6px;
}
.leftboxmscontent {
	color: #333333;
	font-size: 16px;
	margin-bottom: 39px;
}
.leftboxmsbigimg {
	width: 100%;
	height: 2257px;
	object-fit: cover;
}
.excelldetailright {
	width: 28%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.excelldetailrightbox {
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	padding: 20px 0;
	border-radius: 10px;
}
.excelldetailrightjuxin {
	width: 6px;
	height: 26px;
	background: #3E74DC;
	position: absolute;
	left: 0;
}
.excelldetailrightboxlimit {
	width: 90%;
	display: flex;
	flex-direction: column;
}
.excelldetailrightboxname {
	color: #333333;
	font-size: 20px;
}
.excelldetailrightboxlabel {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 6px;
}
.excelldetailrightboxlabeltext {
	width: 46%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 17px;
	background: #F0F5FF;
	color: #3E74DC;
	margin-top: 15px;
	padding: 10px 0;
}
.excelldetailrightboxlabelbox {
	width: 46%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.excelldetailrightboxlabelimg {
	width: 112px;
	height: 112px;
	object-fit: cover;
	margin-top: 15px;
}
.excelldetailrightboxliaojie {
	display: flex;
	align-items: center;
	color: #FFFFFF;
	width: 100%;
	padding: 22px 0;
	border-radius: 4px;
	margin-top: 18px;
}
.excelldetailrightboxliaojie span {
	margin-left: 20%;
	font-size: 18px;
}
.cooperlimit {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	padding: 0;
	cursor: pointer;
}
.cooperlimit li:hover {
	box-shadow: 0px 4px 24px 0px rgba(5,51,141,0.2);
	border-radius: 10px;
}
.cooperbox {
	margin-top: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #FFFFFF;
	color: #333333;
	font-size: 16px;
	border-radius: 10px;
}

.cooperbox img {
	width: 100%;
	height: 164px;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}

.coopercont {
	width: 95%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px 0;
	flex-wrap: wrap;
}
.hezuolabeltext {
	background: #F0F5FF;
	border-radius: 9px;
	padding: 3px 5px;
	color: #3E74DC;
	margin-right: 2%;
	font-size: 12px;
	margin-top: 10px;
}
.newzixun {
	margin-top: 30px;
	width: 92%;
	color: #333333;
	font-size: 20px;
}
.excellzixunbox {
	width: 100%;
	padding: 15px 0;
	display: flex;
	flex-direction: column;
	border-bottom: 1px dashed  #e5e5e5;
	color: #333333;
	font-size: 16px;
	cursor: pointer;
}
.zixunnum {
	width: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	font-size: 16px;
}
.zixuncont {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 10px;
}
.zixuntext {
	display: none;
}
.excellzixunbox:hover .zixunnum{
	width: 40px !important;
	height: 40px !important;
	flex: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333 !important;
	font-size: 24px !important;
	background: #DDDDDD;
	border-radius: 10px;
}
.excellzixunbox:hover .zixuncont {
	white-space: pre-wrap !important;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 10px;
}
.excellzixunbox:hover .zixuntext {
	display: block !important;
	margin-top: 15px;
	color: #999999;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.detailcontent {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
}
.detailcontent p,img {
	max-width: 100%;
}
