img {
	display: inherit;
}

.box {
	background-color: #fff;
	overflow: hidden;
}
.spjj{
	background-color: #bf0000;
	border-top: 0.5rem solid #ff9c9a;
	overflow: hidden;
}
.spjj_name{
	background: url(../img/tit1.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	margin: 1.8rem 10% 1rem;
	line-height: 2.5rem;
	color: #be0000;
	font-size: 1.2rem;
	font-weight: bold;
}
.spjj_tit{
	background: url(../img/tit2.png) no-repeat;
	background-size: 100% 100%;
	margin: 1.8rem 0.8rem 1rem 0;
	padding-left: 12%;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	font-size: 1.2rem;
	color: #be0000;
	font-weight: bold;
}
.spjj_ctn{
	background-color: #fff;
	border-radius: 0.6rem;
}
.spjj_ctn_ber{
	border: 0.05rem dashed #be0000;
	padding: 1rem 2%;
	border-radius: 0.6rem;
}
.spjj_txt {
	background: url(../img/txt_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 1rem 2% 0.5rem;
	color: #fff;
}
.spjj_txt p{
	text-indent: 2rem;
}
.spjj_list{
	display: flex;
	justify-content: space-between;
	padding: 1rem 0;
	flex-wrap: wrap;
}
.spjj_lis{
	width: 100%;
	padding-bottom: 0.5rem;
}

.spjj_lis_txt p{
	font-size: 0.8rem;
	text-indent: 1.6rem;
	font-weight: bolder;
	text-align: center;
}
.ldcg_list{
	display: flex;
	justify-content: space-between;
	padding: 1rem 0;
	flex-wrap: wrap;
}
.ldcg_lis{
	width: 49%;
}
.ldcg_txt{
	text-align: center;
	padding: 0.8rem 0;
}
.ldcg_txt span{
	font-size: 0.8rem;
}
.ldcg_txt span:nth-child(1){
	color: #b21e23;
}
.ldcg_lis .spjj_lis_top{
	padding-top: 25%;
}
.pxgz_list{
	display: flex;
	justify-content: space-between;
	padding: 1rem 0;
	flex-wrap: wrap;
}
.pxgz_lis{
	width: 100%;
	padding-bottom: 1rem;
}
.spjj_ctn_txt{
	padding-bottom: 1.5rem;
}
.bottom_mg{
	padding-top: 1rem;
}