.content{
	margin-top: 30px;
	margin-bottom: 100px;
	font-family: PingFang SC;
	font-size: 14px;
}
.content_left{
	width: 100%;
}
/* 左侧顶部标题 */
.content_left .content_top{
	padding-left: 30px;
	padding-top: 14px;
	height: 80px;
	background: linear-gradient(315deg, #FC424A 0%, #EF3038 100%);
	opacity: 1;
	border-radius: 0px;
}
.content_left .content_title{
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
.content_left .content_subtitle{
	font-size: 10px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 8px;
}
/* 左侧中间ul */
.content_ul {}

.content_ul ul>li>a {
	display: flex;
	align-items: center;
	color: #333333 !important;
}

.content_ul ul>li {
	/* width: 280px; */
	width: 100%;
	height: 60px;
	background: #F6F7F9;
	line-height: 60px;
	padding: 0 20px 0 30px;
	display: inline-block;
}

.actives {
	width: 100% !important;
	height: 60px !important;
	line-height: 60px !important;
	padding: 0 20px 0 30px !important;
	background: #CF1018 !important;
}

.actives .dian {
	background: #FFFFFF !important;
}

.actives span {
	color: #fff !important;
}

.content_ul span {
	flex: 1;
}

.dian {
	width: 4px;
	height: 4px;
	background: #CF1018;
	border-radius: 50%;
	margin-right: 15px;
}

.content_ul img {
	width: 17px;
	height: 11px;
}

/* 左侧底部信息 */
.content_info {
	margin-top: 20px;
	height: 240px;
	background: #F6F7F9;
	border-top: 2px solid #CF1018;
	padding-left: 30px;
	padding-top: 25px;
}

.content_info_title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 25px;
}

.content_info_subtitle {
	font-weight: 400;
	color: #333333;
}

.content_info_k {
	margin-bottom: 15px;
	display: flex;
	align-items: flex-start;
}

.content_info_subtitle img {
	width: 24px;
	height: 24px;
	margin-right: 14px;
}

.content_info_subtitle span {
	width: 171px;
	display: inline-block;
	font-weight: 400;
	color: #333333;
}
/* 左侧end */
/* 右侧 */
.content_right .info_top{
	padding-top: 23px;
	padding-bottom: 28px;
	border-bottom: 1px solid #EEEEEE;
}
.info_top_title{
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
}
.info_top_subtitle{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
}
.info_bottom{
	padding: 20px 0;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}
.info_bottom img{
	max-width: 100%;
	margin-bottom: 20px;
}
.content2 {
	display: none;
}
@media screen and (max-width: 768px) {
	.content {
		margin-top: 10px;
		display: none;
	}
	
	.content2 {
		display: block;
	}
	
	.content2 .content_top {
		padding-top: 14px;
		height: 90px;
		background: linear-gradient(315deg, #FC424A 0%, #EF3038 100%);
		text-align: center;
	}
	
	.content2 .content_title {
		font-size: 22px;
		font-weight: bold;
		color: #FFFFFF;
	}
	
	.content2 .content_subtitle {
		font-size: 10px;
		font-weight: 400;
		color: #FFFFFF;
		margin-top: 8px;
	}
	
	.content_ul_title {
		font-size: 18px;
		font-weight: bold;
		color: #333333;
		height: 55px;
		width: 100%;
		line-height: 55px;
		background: #F9F9F9;
		position: relative;
	}
	
	.content_ul_title img {
		width: 11px;
		height: 5px;
		margin-left: 6px;
		/* position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0; */
	}
	
	.content_ul_title:hover ul {
		display: block;
	}
	
	.content_ul ul {
		display: none;
	}
	.content_ul2 ul{
		padding: 0;
		margin: 0;
	}
	.content_ul2 ul .nLi.on .sub {
		display: block;
	}
	
	.content_ul2 ul .nLi .sub {
		padding: 10px 0;
		color: #999;
		display: none;
		position: absolute;
		width: 100%;
		/* height: ; */
		background: #fff;
	}
	
	.content_ul2 ul .nLi .sub li {
		height: 40px;
		line-height: 40px;
		list-style: none;
		text-align: center;
	}
	
	.content_ul2 ul .nLi .sub li a {
		display: block;
		width: 100%;
		height: 100%;
		font-family: 'Microsoft YaHei';
		font-size: 16px;
		color: #333;
		text-decoration: none;
		padding: 0 25px;
		box-sizing: border-box;
		font-weight: 400;
	}
	
	.content_ul2 ul .nLi .sub li a:hover {
		background: #eee;
	}
	
	.content-info{
		padding: 0 15px;
	}
	.content-info-title{
		width: 100%;
		font-size: 14px;
		font-weight: 400;
		color: #999999;
		padding: 18px 0;
		text-align: center;
		border-bottom: 1px solid #EEEEEE;
	}
	.content-info-bottom{
		/* padding-top: 20px; */
		padding-bottom: 50px;
	}
	/* 以下是样式 */
}