.list_home{
	width: 100%;
	height: 800px;
	background: linear-gradient(-44deg,#e6e7ed 0%, #f7f8fa 100%);
}
.list_home .content{
	width: 1200px;
	margin: auto;
}
.content{
	position:relative;
	z-index: 999;
}
.list_home .list_content{
	padding-top: 30px;
}
.left_menu{
	float: left;
	width: 300px;
	height: 406px;
	margin-right: 30px;
}
.list_info{
	float: left;
	width: 870px;
	min-height: 700px;
	background: #ffffff;
	box-shadow: 3.99px 3.01px 19px 0px #bcc0d0; 
}
.left_menu .menu_info{
	width: 100%;
	height: 100px;
	background: #ffffff;
	margin-bottom: 2px;
	color: #262626;
}
.left_menu .menu_check{
	position: relative;
	box-shadow: 3.99px 3.01px 19px 0px #bcc0d0;
	height: 100px;
	border-left: 4px solid #a81e32;
	color: #a81e32 !important;
}
.menu_info .menu_chinese{
	position: relative;
	width: 80px;
	font-size: 20px;
	font-family: SourceHanSerifCN, SourceHanSerifCN-Bold;
	font-weight: 700;
	
	margin-top: 0px;
	padding:40px 0 0 110px;
}
.menu_info .menu_english{
	width: 142px;
	height: 16px;
	font-size: 18px;
	font-family: Adobe Heiti Std, Adobe Heiti Std-R;
	font-weight: normal;
	text-align: center;
	color: #e5ecee;
	padding-left:79px;
}
.list_info .info{
	margin:50px;
}
.title_row{
	width:100%;
	height:50px;
}
.info img{
	float:left;
}
.title_row .title_content{
	float:left;
	font-size: 18px;
	font-family: SourceHanSerifCN, SourceHanSerifCN-Bold;
	font-weight: 700;
	text-align: justifyLeft;
	color: #333333;
	line-height: 18px;
	margin:0 0 0 15px;
}
.info_row{
	height: 30px;
}
.info_row .info_content{
	float: left;
	width: auto;
	height: 16px;
	font-size: 16px;
	font-family: SimHei;
	font-weight: 600;
	text-align: justifyLeft;
	color: #333333;
	line-height: 18px;
	margin: 0 0 0 20px;
}
.info_row .info_line{
	float: right;
	height: auto;
	width: 200px;
	border-top: 1px solid #e0e0e0;
	margin: 8px 19px 0 0;
}
.info_row .info_date{
	float: right;
	width: 90px;
	height: 11px;
	font-size: 14px;
	font-family: PingFang, PingFang-SC-Medium;
	font-weight: normal;
	text-align: left;
	color: #999999;
	margin:0 80px 0 0;
}
.info_list .info_content{
	width: auto;
	/** word-break: normal(使用浏览器默认的换行规则)|break-all(允许在西文单词中换行)|keep-all(只能在半角空格或连字符处换行);通过该属性规定自动换行的处理方法，即遵循何种方式换行。 */
	word-break: break-all;
	/** word-wrap: normal(只在允许默认的断字点处换行，浏览器默认)|break-word(在长单词或URL内部换行);通过该属性允许长单词或URL换行到下一行。 */
	word-wrap: break-word;
	/** 行高一般设置20-24px即可 */
	line-height:24px;
}

.list_home a{
	text-decoration: none;
}

.article_home{
	width: 100%;
	height: auto;
	background: linear-gradient(-44deg,#e6e7ed 0%, #f7f8fa 100%);
	padding-top: 30px;
	padding-bottom: 30px;
}
.article_home .content{
	width: 1200px;
	min-height: 800px;
	margin: auto;
	background: #ffffff;
	padding: 50px;
}

.content_title p{
	width: auto;
	height: 18px;
	font-size: 18px;
	font-family: PingFang, PingFang-SC-Bold;
	font-weight: 600;
	text-align: center;
	color: #333333;
	line-height: 18px;
}
.content_infomation p{
	width: auto;
	height: 14px;
	font-size: 14px;
	font-family: PingFang, PingFang-SC-Medium;
	font-weight: normal;
	text-align: center;
	color: #999999;
}
.content_content p{
	width: auto;
	height: auto;
	font-weight: normal;
	text-align: left;
	padding-bottom: 50px;
}
.header_style{
	position: fixed;
	z-index: 9999;
	top:0px;
}