@charset "utf-8";
body {
	background: #F6F7F7;
}

.crumbs_box {
	height: 56px;
	overflow: hidden;
	background: #f2f3f5;
	font-size: 14px;
}

.crumbs_main {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 1200px;
	height: 56px;
	overflow: hidden;
	margin: 0 auto;
}

.crumbs_main > a {
	font-size: 14px;
	color: #2a2e2e;
}

.crumbs_main > img {
	width: 6px;
	height: 12px;
	float: left;
	padding: 0px 13px;
}

.head_change {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 30px;
	background: #2F3846;
	overflow: hidden;
	font-family: AlibabaPuHuiTi;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #FFFFFF;
	padding-left: 97px;
	padding-right: 44px;
	box-sizing: border-box;
}

.head_change a {
	color: #FFFFFF;
}


.head_notice {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 52px;
	overflow: hidden;
	background: #F9F9F9;

	font-family: AlibabaPuHuiTi;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	letter-spacing: 0px;
	color: #3B4F9E;
	padding-left: 368px;
	box-sizing: border-box;
}

.ico_notice {
	width: 30px;
	height: 30px;
	overflow: hidden;
	margin-right: 19px;
}

.banner_box {
	height: auto;
	overflow: hidden;
	position: relative;
}


/* s 样式开始 */
.news_box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 50px auto 43px;
}

.news_b_title {
	height: auto;
	overflow: hidden;
	font-family: AlibabaPuHuiTi;
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0em;
	color: #000000;
	margin-bottom: 50px;
	text-align: center;
}


.news_m_list {
	height: auto;
	overflow: hidden;
}

.news_ml_dl {
	display: flex;
	justify-content: flex-start;
	height: 214px;
	overflow: hidden;
	background: #FFFFFF;
	margin-bottom: 24px;
	padding: 25px 21px;
	box-sizing: border-box;
	position: relative;
}

.news_ml_dl:last-child {
	margin-bottom: 0;
}

.news_ml_dl > dt {
	height: 164px;
	width: 255px;
	overflow: hidden;
	margin-right: 26px;
}

.news_mld_dd {
	max-width: 730px;
	height: auto;
	overflow: hidden;
}

.news_mldd_title {
	height: auto;
	margin-top: 14px;
	font-family: Alibaba PuHuiTi 2.0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0em;
	color: #000000;
	margin-bottom: 22px;
}

.news_mldd_info {
	width: 730px;
	height: 56px;
	overflow: hidden;
	font-family: Alibaba PuHuiTi 2.0;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	letter-spacing: 0em;
	color: #3D3D3D;
	margin-bottom: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news_mldd_time {
	height: auto;
	overflow: hidden;
	font-family: Alibaba PuHuiTi 2.0;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0em;
	color: #666666;
}

.news_more {
	display: inline-block;
	width: 143px;
	height: 40px;
	overflow: hidden;
	border-radius: 1000px;
	padding: 10px 0;
	box-sizing: border-box;
	border: 1px solid #000000;
	text-align: center;
	font-family: Alibaba PuHuiTi 2.0;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0em;
	color: #3D3D3D;
	line-height: 1.2;
}

.news_m_footer {
	text-align: center;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
/* e 样式结束 */



.news_detail_box {
	width: 850px;
	min-height: 600px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	box-sizing: border-box;
}

.news_db_title {
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
	margin-top: 30px;
	padding: 10px 0;
	border-bottom: 1px solid #D8D9DC;
	font-size: 30px;
}

.news_db_content {
	font-size: 16px;
	color: #2a2e2e;
	line-height: 1.5;
}