html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{
	/* [disabled]margin:0; */
	padding: 0;
	font-family: "microsoft yahei";
	margin:0;
	
}
body{background:url(xykc_0830.png) no-repeat top center;font-size: 18px;}
ul,li,i{list-style: none;}
i{font-style:normal}
h1,h2,h3,h4,h5,h6{font-weight: normal}
a,a:hover{text-decoration: none;color: #3c3c3c}

.container{
	width: 1200px;
	margin: 430px auto 0;
	background: #fff;
	padding-bottom: 50px;
}
.bread_nav{
	clear:both;
	background:url(yshj_btn_20200925.png) no-repeat 15px center;
	padding: 15px 30px;
	
}
.bread_nav a{
	font-size: 14px;
}
.bread_nav span{
	color: #ff8a00;
}
.m-box{
	padding: 20px;
	background: #f7f7f7;
	margin: 10px 50px;
}
.m-box h2{
	font-size: 38px;
	color: #d30000;
	font-weight: 600
}
.text{
	margin-top:20px;
	line-height: 28px;
	color: #C6C6C6;
	font-size: 16px;
	text-indent:2em;
}
.m-list{
	padding:0 30px;
	overflow: hidden
}

.m-list li{
	display: flex;
	flex-direction: row;	
	line-height: 80px;
	border-bottom: 1px #eaeff2 solid
}
.m-list li a{
	flex: 1;
}
.m-list li span{
	width: 100px;
	font-size: 14px;
	color: #d6d6d6;
	text-align: right
}

.m-list ul{
	float:left;
	width: calc(100% - 260px);
	margin-left:  50px;
}

.list_nav{
	width: 200px;
	float: left;
	
}
.list_nav a{
	display: block;
	height: 45px;
	line-height: 45px;
	background: #b2e8ff;
	margin-bottom: 10px;
	text-align: center;
	color: #333333
	
}
.list_nav a.active{
	background: #00b4ff;
	color: #fff
}
