@font-face {
	font-family: "fontName";
	src: url("../../fonts/SOURCEHANSERIFCN-BOLD.OTF");
}

@font-face {
	font-family: "fontNumber";
	src: url("../../fonts/bahnschrift.ttf");
}

.grey0 {
	width: 100%;
	height: 200px;
	background: #F3F6FB;
	margin-top: -7px;
	overflow: hidden;
}

.grey0_content {
	width: 70.83%;
	margin: 85px auto;
}

.grey0_content>p:nth-of-type(1) {
	color: #333333;
	line-height: 46px;
	height: 34px;
	font-size: 14px;
	font-weight: 400;
	font-size: 30px;
}

.grey0_content>p:nth-of-type(2) {
	color: #999999;
	line-height: 46px;
	height: 11px;
}

.detail_text {
	margin-top: 39px;
	/* height: 978px; */
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 40px;
}

.detail_foot {
	display: flex;
	margin-top: 71px;
	margin-bottom: 81px;
}

.detail_foot_content {
	display: flex;
	background: #FFFFFF;
	height: 100px;
	box-shadow: 0px 0px 20px 0px rgba(0, 91, 176, 0.1);
	padding: 19px 20px;
	width: 49%;
	overflow: hidden;
}
.detail_foot_content>div:nth-of-type(2)>p:nth-of-type(1) {
	height: 12px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
}

.detail_foot_content>div:nth-of-type(2)>p:nth-of-type(2) {
	/* width: 180px; */
	height: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.detali_right {
	margin-bottom: 5%;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(0, 91, 176, 0.1);
	padding: 20px;
	height: 650px;
	width: 29% !important;
}

.detali_right_title {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	height: 40px;
	border-bottom: 1px solid #E3E3E3;
}

.newsContent {
	margin-top: 15px;
}

.newsContent>p {
	line-height: 25px;
}

/* .newsContent>p, .newsContent>p>img {
	width: 100%;
} */
/* .newsContent>p>img {
	height: 456px;
} */
.detali_right_content {
	margin-top: 30px;
	display: flex;
	height: 71px;
}


.detali_right_content span {
	display: inline-block;
	color: #666666;
}

.biao {
	width: 24px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #E3E3E3;
	border-radius: 3px;
	background: rgba(255, 198, 89, 0);
	margin-right: 14px;
	font-size: 12px;
}
.detali_right_content>span:nth-of-type(2){
	margin-right: 13px; width: 50%;white-space: nowrap;text-overflow: ellipsis; flex-wrap: wrap;overflow:hidden;
}

