nav{
	padding-top: 60px;
}
.nav_bg{
	background: #fff;
	margin-bottom: 10px;
	padding-bottom: 60px;
}

.concat{
	padding-top: 20px;
    max-width: 1200px;
    margin: auto;
	padding-left: 9px;
	padding-right: 9px;
}
.nav_title{
	margin-top: 10px;
	display: flex;
	color: #999999;
}
.col_g{
	color: #10A872;
}
.time{
	margin-top: 16px;
	color: #666666;
}
.concat_title{
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EBEBEB;
}
.concat_text{
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 30px;
}
.lable{
	display: flex;
	margin-top: 30px;
}
.Related_Articles{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.concat_list_bg{
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #EBEBEB;
}
.concat_list{
	display: flex;
	margin-bottom: 16px;
}
.concat_list>div:nth-of-type(1){
	margin-right: 8px;
}
.concat_list>div:nth-of-type(2){
	color: #333333;
	font-weight: 500;
}
.lable_list div{
	background: #10A872;
	border-radius: 2px 2px 2px 2px;
	color: #FFFFFF;
	font-size: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 3px 8px;
}
footer{
	width: 100%;
	overflow: hidden;
	/* position: fixed;
	bottom: 0;
	left: 0; */
	z-index: 201;
    background: #f7f7f7;
	/* height: 40px; */
}
footer>div{
    max-width: 1200px;
	margin: auto;
    line-height: 40px;
}
footer  ul li{
	/* margin-right: 15px; */
	/* display: inline-block; */
}
footer  ul li a{
	color: #9195A3;
	cursor: pointer;
	font-size: 12px;
}