.banner_content {
	width: 100%;
	height: 200px;
	background-image: url(../image/jishukubanner.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 40px;
}

.banner_menu {
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	font-size: 0;
	text-align: center;
}

.banner_menu_item {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	width: 475px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 5px 7px -1px rgba(210, 210, 210, 0.5);

	font-size: 16px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.banner_menu_item:hover {
	color: rgba(51, 51, 51, 1);
}

.banner_menu_item_active {
	background: rgba(0, 174, 223, 1);
	color: rgba(255, 255, 255, 1);
}

.banner_menu_item_active:hover {
	color: rgba(255, 255, 255, 1);
}

.content-table {
	width: 100%;
	margin-top: 30px;
}

.content-table>thead {
	background: rgba(245, 247, 250, 1);
}

.content-table tr {
	height: 46px;
	text-align: left;
}

.content-table tr a {
	display: block;
}

.content-table tbody tr {
	border-bottom: 1px solid #ececec;
	cursor: pointer;
}

.content-table tbody tr:hover {
	background: #f9f9f9;
}

.content-table th,
.content-table td {
	padding-left: 30px;
	font-size: 14px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: #333333;
	line-height: 46px;
}

.content-table a {
	font-size: 14px;
	font-family: PingFangSC;
	font-weight: 400;
	color: rgba(0, 80, 139, 1);
}

#content-page {
	text-align: center;
	padding: 40px;
}

.bgw-full-window {
	box-shadow: 0px 2px 4px 0px rgba(202, 202, 202, 0.5);
}

.xuexi-nav {
	width: 1145px;
	margin: 0 auto;
	padding: 19px 0;
	border-bottom: 1px solid rgba(234, 234, 234, 1);
}

.xuexi-nav-font {
	font-size: 14px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 33px;
}

.xuexi-nav-value {
	display: inline-block;
	vertical-align: top;
}

.xuexi-nav-value-li {
	display: inline-block;
	vertical-align: top;
}

.xuexi-nav-a {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}

.xuexi-nav-a-active {
	font-family: PingFangSC-Medium;
	font-weight: 500;
	color: rgba(0, 80, 139, 1);
	background: rgba(235, 247, 255, 1);
	border-radius: 4px;
	height: 33px;
}

#mytitle {
	position: absolute;
	color: #333;
	max-width: 500px;
	font-size: 14px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ececec;
	border-radius:5px;
	margin-top: 40px;
}
.mytooltip{
	width: 300px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}