.content {
	margin-top: 30px;
	margin-bottom: 50px;
	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;
	min-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 {
	max-width: 171px;
	display: inline-block;
	font-weight: 400;
	color: #333333;
	 word-wrap: break-word;
	 word-break: break-all;
}

/* 左侧end */
/* 右侧 */
.content_right .info_top {
	padding-top: 23px;
	padding-bottom: 28px;
	border-bottom: 1px solid #EEEEEE;
}

.info_top_title {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}

.info_top_subtitle {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}

.info_bottom {
	padding: 15px 0 30px 0;
	color: #333333;
}
.info_bottom_k{
	width: 100%;
	height: 229px;
	border: 1px solid #EEEEEE;
	padding: 18px 20px;
	margin-bottom: 20px;
}
.info_bottom_k:hover{
	background: #FFFFFF;
	color: red;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.info_bottom_k:hover .info_bottom_arrow{
	font-size: 12px;
	font-weight: 400;
	color: #CF1018;
}
/* .info_bottom_k_s{
	width: 100%;
	height: 229px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	padding: 18px 20px;
	margin-bottom: 20px;
} */
.info_bottom_k_img img{
	width: 304px;
	height: 192px;
}
.info_bottom_k_content{
	margin-left: 22px;
}
.info_bottom_k_content_title{
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 26px;
}
.info_bottom_k_content_subtitle{
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	margin-bottom: 26px;
}
.info_bottom_date img{
	width: 17px;
	height: 17px;
	margin-right: 11px;
}
.info_bottom_arrow{
	font-size: 12px;
	font-weight: 400;
	color: #999999;
}
.contents{
	margin-top: 20px;
}
.tabs {
	height:45px;
	line-height:45px;
	overflow:hidden;
}
.tabs-li {
	/* float:left; */
	background:#F6F7F9;
	color: #333333 !important;
	text-align:center;
	cursor:pointer;
	width: 131px;
	height: 42px;
	line-height: 42px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 400;
	margin-right: 20px;
	display: block;
}
.tabs-li.active {
	background:#CF1018;
	color: #FFFFFF !important;
}
.tabs-content {
	display:none;
}
.tabs-content.on {
	display:block;
}
.rec_k{
	width: 48.74%;
	min-height: 270px;
	border: 1px solid #EEEEEE;
	margin-bottom: 20px;
	padding: 24px 31px;
	cursor: pointer;
}
.rec_k_title{
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 18px;
}
.rec_k_subtitle{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	margin-bottom: 18px;
	min-height: 48px;
}
.rec_border{
	padding-bottom: 19px;
	border-bottom: 1px solid #EEEEEE;
}
.rec_k_date{
	font-size: 16px;
	font-weight: 400;
	color: #999999;
}
.rec_k_date img{
	width: 18px;
	height: 18px;
	margin-right: 11px;
}
.rec_k_arrow{
	font-size: 12px;
	font-weight: 400;
	color: #999999;
}
.rec_k:hover{
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.rec_k:hover .rec_k_arrow{
	color: #CF1018;
}
.rec_company{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 17px;
}
.rec_company img{
	width: 46px;
	height: 46px;
	border-radius: 2px;
	margin-right: 15px;
}

.goback {
	padding-top: 19px;
}

.content2 {
	display: none;
}

@media screen and (max-width: 767.9px) {
	.content_info{
		padding-left: 0 !important;
	}
	.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 !important;
		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: 15px;
		padding-bottom: 50px;
	}
	.content-info-k{
		width: 345px;
		height: 500px;
		border: 1px solid #EEEEEE;
		padding: 19px 20px;
		margin-bottom: 20px;
	}
	.info_bottom_k_img{
		margin-bottom: 20px;
	}
	.info_bottom_k_content{
		margin: 0;
	}
	.tabs-li2 {
		/* float:left; */
		background:#F6F7F9;
		color: #333333 !important;
		text-align:center;
		cursor:pointer;
		width: 131px;
		height: 42px;
		line-height: 42px;
		border-radius: 2px;
		font-size: 14px;
		font-weight: 400;
		margin-right: 20px;
		display: block;
	}
	.tabs .tabs-li2:last-child{
		margin-right: 0;
	}
	.tabs-li2.active2 {
		background:#CF1018;
		color: #FFFFFF !important;
	}
	
	.tabs-content2 {
		display:none;
	}
	.tabs-content2.on2 {
		display:block;
		margin-top: 30px;
	}
	.rec_k{
		width: 345px;
		min-height: 270px !important;
	}
	.rec_k_arrow{
		margin-top: 23px;
	}
	/* 分页 */
	.content-info-bottom-page{
		
	}
}
