
.nav-list .nav-item:nth-child(6)   {
	background-color: #8278EB;
}
.nav-list .nav-item:nth-child(6) .arrows{
	color: white!important;
}
.nav-list .nav-item:nth-child(6)  a div{
	color: white!important;
	padding-right: 8px;
}
.nav-list .nav-item:nth-child(6) .arrows{
	right: 11px!important;
}

.nav-list a:nth-child(2) span {
	position: absolute;
	width: 34px;
	height: 4px;
	background-color: #8278eb;
	border-radius: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -10px
}

.bg-title {
	font-size: 40px;
	color: #333;
	text-align: center;
	margin: 30px 0
}

.reg-content {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 65px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.reg-content p {
	font-size: 16px;
	color: #666;
	margin: 30px 0;
	line-height: 30px;
	text-indent: 40px
}

.reg-content img {
	width: 100%
}
.banner {
	width: 100%;
	height: 160px;
	background-image: linear-gradient(90deg,
			#8278eb 0%,
			#3a25ff 100%),
		linear-gradient(#2d257c,
			#2d257c);
	background-blend-mode: normal,
		normal;
		position: relative;
}
.banner .banner-title{
	font-size: 46px;
	color: #ffffff;
	text-align: center;
	padding-top: 30px;
}
.news-tapbar{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
}
.newstype-item{
	background-color: rgba(255,255,255,0.1);
	width: 120px;
	height: 50px;
	border-radius: 4px 4px 0px 0px;
	text-align: center;
	line-height: 50px;
	margin: 0 5px;
	color: white;
	cursor: pointer;
}
.sel_type{
	background-color: #FFFFFF!important;
	color: #8278eb!important;
}
.institution-setting{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding-top: 56px;
}
.member-title{
	font-size: 40px;
	color: #333333;
	text-align: center;
	margin-top: 60px;
}
.member-list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 100px;
}
.member-item{
	margin: 8px;
}
.member-imgbox{
	width: 223px;
	height: 286px;
	background-color: #efeef8;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}
.member-imgbox img{
	width: 100%;
	height: 100%;
}
.hover-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	padding: 25px;
	box-sizing: border-box;
	color: white;
	font-size: 16px;
}
.hover-btn{
	width: 150px;
	height: 40px;
	background-color: #8278eb;
	border-radius: 4px;
	color: white;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	margin-top: 20px;
	cursor: pointer;
}
.member-name{
	text-align: center;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding-top: 10px;
}
.member-label{
	text-align: center;
	padding-top: 10px;
}
.tearcher-mien{
	max-width: 1200px;
	margin: 0 auto;
}
.tearcher-list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 50px;
	padding-bottom: 100px;
}
.tearcher-item{
	margin: 10px;
	cursor: pointer;
}
.tearcher-imgbox{
	width: 280px;
	height: 360px;
	overflow: hidden;
}
.tearcher-imgbox img{
	width: 100%;
}
.tearcher-name{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	width: 280px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.tearcher-desc{
	font-size: 16px;
	color: #999999;
	text-align: center;
	padding-top: 4px;
}
.commercial-college{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 70px;
}
.commercial-college p{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin: 30px 0;
	text-indent: 60px;
}
.commercial-college img{
	width: 100%;
}
.address-content {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 10px 0 rgba(163, 151, 193, 0.3);
	box-shadow: 0 2px 10px 0 rgba(163, 151, 193, 0.3);
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
	padding: 60px 45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 85px
}

.left-tit {
	font-size: 30px;
	color: #333;
	font-weight: bold
}

.add-item {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-top: 20px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.add-item img {
	padding-right: 20px
}

.left-cont>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.right-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.right-cont .qr-box1,
.qr-box2 {
	width: 203px;
	height: 203px;
	background-color: #8278eb;
	margin: 0 15px
}

.qr-cont div:last-child {
	text-align: center;
	padding-top: 20px
}

.qr-box1 img {
	width: 100%;
	height: 100%
}

.qr-box2 img {
	width: 100%;
	height: 100%
}
.hover-desc{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}