.pagebox {
	font-size: 14px;
	color: #999999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 40px;
}
.shouyebutton {
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	padding: 10px 20px;
	cursor: pointer;
}
.backbutton {
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	padding: 10px 13px;
	cursor: pointer;
	margin-left: 10px;
}
.pageboxul {
	display: flex;
	align-items: center;
}
.numbutton {
	border: 1px solid #DDDDDD;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	cursor: pointer;
	margin-left: 10px;
}
.numbuttonactive {
	background: #3E74DC;
	color: #FFFFFF !important;
}
.nextbutton {
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	padding: 10px 13px;
	cursor: pointer;
	margin-left: 10px;
}
.weiyebutton {
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	padding: 10px 20px;
	cursor: pointer;
	margin-left: 10px;
}
.newstitle {
	display:flex;
	align-items: center;
	width: 70%;
	margin-top: 10px;
	padding-bottom: 12px;
	color: #DDDDDD;
	font-size: 16px;
}
.newstitle span {
	color: #333333;
	padding-bottom: 10px;
	cursor: pointer;
}
.newstitleactive span {
	color: #3E74DC !important;
	padding-bottom: 10px;
	border-bottom: 1px solid #3E74DC;
}
.newsbox {
	width: 100%;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #FFFFFF;
}
.newsboxborder {
	width: 100%;
	height: 1px;
	background: #F6F6F6;
}
.newslimit {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 70%;
	margin-top: 30px;
}
.newsleft {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.newsright {
	width: 28%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.newsleftbox {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.newleftboxlimit:hover  {
	background: #EEF4FE !important;
}
.newleftboxlimit {
	width: 100%;
	background: #F6F6F6;
	border-radius: 10px;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-bottom: 20px;
}

.newleftboxlimitbj {
	display: flex;
	width: 95%;
	height: 150px;
	justify-content: space-between;
}
.newleftboxlimitlogo {
	width: 25%;
	height: auto;
	object-fit: cover;
	border-radius: 10px;
}
.newleftboxlimitbjright {
	width: 70%;
	display: flex;
	flex-direction: column;
}
.newsleftbox li:hover .newleftboxlimitbjrighttitle{
	border-bottom: 4px solid #3E74DC;
}
.newleftboxlimitbjrighttitle {
	color: #333333;
	font-size: 18px;
}
.newleftboxlimitbjrighttime {
	color: #999999;
	font-size: 14px;
	margin-top: 20px;
}
.newleftboxlimitbjrightcont {
	color: #333333;
	font-size: 14px;
	margin-top: 20px;
}
.hezuolabel {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}
.newsleftbox li:hover .hezuolabeltext {
	background: #3E74DC !important;
	color: #FFFFFF !important;
}
.hezuolabeltext {
	background: #F0F5FF;
	border-radius: 9px;
	padding: 3px 5px;
	color: #3E74DC;
	margin-right: 2%;
	font-size: 12px;
	margin-top: 10px;
}
.newsrightbox {
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	border-radius: 10px;
}
.newsrightjuxin {
	width: 6px;
	height: 26px;
	background: #3E74DC;
	position: absolute;
	left: 0;
}
.newsrightboxlimit {
	width: 90%;
	display: flex;
	flex-direction: column;
}
.newsrightboxname {
	color: #333333;
	font-size: 20px;
}
.newsrightboxliaojie {
	display: flex;
	align-items: center;
	color: #FFFFFF;
	width: 100%;
	padding: 22px 0;
	border-radius: 4px;
	margin-top: 18px;
}
.newsrightboxliaojie 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;
}
.newszixunbox {
	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;
}
.newszixunbox: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;
}
.newszixunbox:hover .zixuncont {
	white-space: pre-wrap !important;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 10px;
}
.newszixunbox: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;
}