.img {
	position: relative;
}

.banner-bt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	color: #FFFFFF;
	text-align: center;
}

.china {
	font-size: 30px;
	font-weight: 600;
}

.en {
	font-size: 24px;
	font-weight: 600;
}

.news {
	width: 1300px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.title {
	height: 100px;
	line-height: 100px;
	background-color: #005BAB;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
	border-bottom: 5px solid #E70014;
}

.menu-tabs {
	line-height: 50px;
	text-align: center;
	margin-top: 10px;
	background-color: #F8F8F8;
	min-height: 300px;
	cursor: pointer;
}

.menu-tab:hover {
	background-color: #005BAB;
	color: #FFFFFF;
}

.menu-tab span {
	line-height: 60px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}

.active-tab {
	background-color: #005BAB;
	color: #FFFFFF;
}

.position {
	line-height: 50px;
	border-bottom: 2px solid #005BAB;
}

.position a {
	color: #8C8C8C;
}

.list {
	padding: 20px 0;
	border-bottom: 1px solid #F0F0F0;
	cursor: pointer;
}

.list:hover .list-bt {
	color: #E70014;
}

.list-bt {
	font-size: 17px;
	font-weight: 600;
	line-height: 50px;
}

.dec {
	color: #575757;
	line-height: 30px;
}

.time {
	color: #575757;
	line-height: 30px;
}

.new-active {
	color: #E70014;
}

.pages {
	display: flex;
	margin: 30px auto;
}

.page ul {
	display: flex;
}

.page ul li {
	margin-right: 15px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	-webkit-box-shadow: #ccc 0px 0px 10px;
	-moz-box-shadow: #ccc 0px 0px 10px;
	box-shadow: #ccc 0px 0px 10px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

.page ul li:hover {
	background-color: #E7141A;
	color: #FFFFFF;
}

.pre {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 2px solid #000;
	text-align: center;
	box-shadow: 0 0 0 #fff !important;
	background-color: #FFFFFF!important;
}

.pre img {
	vertical-align: baseline !important;
}

.next {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 2px solid #000;
	text-align: center;
	box-shadow: 0 0 0 #fff !important;
	background-color: #FFFFFF!important;
}

.next img {
	vertical-align: baseline !important;
}

.active-page {
	width: 50px !important;
	border-radius: 20px !important;
	background-color: #E7141A;
	color: #FFFFFF;
}

.jump {
	margin-left: 5px;
}

.jump input {
	-webkit-box-shadow: 0px 3px 3px #c8c8c8 inset;
	-moz-box-shadow: 0px 3px 3px #c8c8c8 inset;
	box-shadow: 0px 3px 3px #c8c8c8 inset;
	border: 0;
	width: 50px;
	height: 30px;
	border-radius: 20px;
	background-color: #F3F3F3;
	margin: 0 5px;
}

.go {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	line-height: 30px;
	text-align: center;
	background-color: #E7141A;
	color: #FFFFFF;
	margin-left: 5px;
	font-size: 13px;
	cursor: pointer;
}

.pages-xs {
	display: none;
}

@media screen and (max-width: 768px) {
	.news {
		width: 100%;
		margin-top: 10px;
	}

	.row {
		margin: 0 !important;
	}

	.china {
		font-size: 18px;
	}

	.en {
		font-size: 14px;
	}

	.title {
		font-size: 20px;
		height: 50px;
		line-height: 50px;
	}

	.menu-tabs {
		min-height: 100px;
		margin-top: 5px;
		margin-bottom: 10px;
		line-height: 40px !important;
	}


	.menu-tab span {
		line-height: 25px;
		text-align: center;
		font-weight: 600;
	}

	.lists {
		width: 100%;
	}

	.list-bt {
		line-height: 24px;
		font-size: 15px;
	}

	.new-left {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.pages {
		display: none;
	}

	.pages-xs {
		display: block;
		margin-top: 20px;
		text-align: center;
	}

	.pages-xs ul {
		display: flex;
	}

	.pages-xs ul li {
		margin-right: 10px;
		width: 24px;
		height: 24px;
		border-radius: 100%;
		-webkit-box-shadow: #ccc 0px 0px 10px;
		-moz-box-shadow: #ccc 0px 0px 10px;
		box-shadow: #ccc 0px 0px 10px;
		text-align: center;
		line-height: 24px;
		cursor: pointer;
	}

	.active-page {
		width: 30px !important;
		border-radius: 15px !important;
		background-color: #E7141A;
		color: #FFFFFF;
	}

	.position {
		font-size: 12px;
	}

}
