.banner,
.banner img {
	width: 100%;
}

.news-box {
	width: 1000rem;
	margin: 0 auto;
	padding: 0 40rem;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}

.back {
	display: inline-block;
	width: 100%;
	height: 40rem;
	line-height: 40rem;
	/* background-color: #f5f5f5; */
	position: sticky;
	top: 20rem;
	left: 0rem;
	font-size: 18rem;
	color: #bbb;
}


.back a {
	color: #419EFE;
}


.news-box .title {
	text-align: center;
	line-height: 100rem;
	font-size: 24rem;
	font-weight: 600;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 20rem;
}

.bold {
	font-weight: 600;
	font-size: 20rem !important;
	text-align: center;
}

.desc {
	text-indent: 30rem;
	font-size: 18rem;
	color: #010101;
	line-height: 40rem;
	margin-bottom: 10rem;
	text-align: left;
}


.sub-title {
	text-align: center;
	line-height: 50rem;
	font-size: 20rem;
	font-weight: 500;
}

.news-box img {
	width: 80%;
	display: block;
	margin: 0 auto 20rem auto;
}

.text-left {
	text-align: left;
}

.news-box .img-14 {
	width: 120%;
	position: relative;
	left: 50%;
	transform: translate(-50%);
}


table {
	width: 100%;
	 border-collapse: collapse;
	 margin: 30rem 0;
}
thead {
	background-color: #E54C5E;
	height: 40rem;
	font-size: 22rem;
	color: white;
}
thead th {
	width: 20%;
}

td {
	border: 1px solid #E54C5E;
}

tbody td {
	text-align: center;
	font-size: 20rem;
	color: #010101;
	height: 40rem;
}

.color-red {
	color: #E54C5E;
}


/* 屏幕小于768 */
	
@media (max-width: 768px) {
	
	.news-box {
		width: 1800rem;
		margin: 0 auto;
		padding: 0 40rem;
		box-sizing: border-box;
		position: relative;
	}
	
	
	.back {
		display: inline-block;
		width: 100%;
		height: 160rem;
		line-height: 100rem;
		/* background-color: #f5f5f5; */
		position: sticky;
		top: 20rem;
		left: 0rem;
		font-size: 60rem;
		color: #bbb;
	}
	
	.back a {
		color: #419EFE;
	}
	
	
	.news-box .title {
		width: 100%;
		text-align: center;
		line-height: 120rem;
		font-size: 86rem;
		font-weight: 600;
		padding-bottom: 100rem;
		border-bottom: 1px solid #f1f1f1;
		margin: 100rem 0;
		box-sizing: border-box;
	}
	
	.bold {
		font-weight: 600;
		font-size: 80rem !important;
		text-align: center;
	}
	
	.desc {
		text-indent: 76rem;
		font-size: 76rem;
		color: #010101;
		line-height: 120rem;
		margin-bottom: 60rem;
	}
	
	.sub-title {
		text-align: center;
		height: 120rem;
		line-height: 120rem;
		font-size: 80rem;
		font-weight: 600;
		margin: 40rem 0;
	}
	
	.news-box img {
		width: 100%;
		display: block;
		margin: 0 auto 20rem auto;
	}
	
	.text-left {
		text-align: left;
	}
	
	.news-box .img-14 {
		width: 100%;
		position: relative;
		left: 50%;
		transform: translate(-50%);
	}
	
	
	table {
		width: 100%;
		border-collapse: collapse;
		margin: 30rem 0;
	}
	thead {
		background-color: #E54C5E;
		height: 80rem;
		font-size: 50rem;
		color: white;
	}
	thead th {
		width: 20%;
	}
	
	td {
		border: 1px solid #E54C5E;
	}
	
	tbody td {
		text-align: center;
		font-size: 50rem;
		color: #010101;
		height: 80rem;
	}
	
	.color-red {
		color: #E54C5E;
	}
}