body {
	min-width: 1300px;
}

.menu {
	background-color: #FFFFFF;
}

.align-center {
	display: flex;
	align-items: center;
}

.top-img {
	width: 100%;
	height: 300px;
	background: url("../../img/about/nt-banner.png") no-repeat;
	background-size: 100% 100%;
}


.top-img .top-img-text {
	position: relative;
	width: 1300px;
	margin: 0 auto;
	left: 0px;
	top: 175px;
}

#content {
	width: 1300px !important;
	height: calc(100vh - 622px);
	min-height: 670px;
	margin: 10px auto;
	padding: 20px 20px;
	text-align: justify;
	font-size: 16px;
	font-family: 微软雅黑 !important;
	line-height: 30px;
	word-break: break-all !important;
}

#appendFooterDiv {
	margin-top: 0;
}

.top .top-div {
	padding: 20px 0px;
	border-bottom: 1px solid #E5E5E5;
}

.top .top-title {
	font-size: 16px;
	float: left;
	line-height: 38px;
	margin-left: 10px;
	color: #adadad;
}

.content-left {
	width: 140px;
	float: left;
}

.content-left div {
	text-align: center;
	background-color: white;
	margin: 10px 20px 20px 0px;
	border-radius: 20px;
	padding: 5px 15px;
	color: #8e9196;
	cursor: pointer;
}

.selectedRight {
	background-color: #1677ff !important;
	color: white !important;
}

.content-right {
	background-color: white;
	min-height: 590px;
	width: calc(100% - 180px);
	float: right;
	margin-top: 10px;
	border-radius: 20px;
	padding: 20px;
}