@charset "UTF-8";


.bannerBox{
	padding-top: 54px;
}
.teacherList .item .Img{
	width: 100%;
	}

.mainBox{
	padding-top: 3%;
	padding-bottom: 3%;
}


/*-----teacherList-----*/
.teacherList .item{
	width: calc(100% / 4);
	padding: 10px;

}
.teacherList .item .Img .innerImg{
	padding-top: 100%;
	width: 100%;
}
.teacherList .item .Img .innerImg .image{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
	border: 3px solid #ad1800;
	border-radius: 50%;
}
.teacherList .item .Tex{
	text-align: center;
	padding: 10px;
}
.teacherList .item .Tex .teacherName{
	font-size: 10px;
}
.teacherList .item .Tex .teacherName b{
	display: block;
	font-size: 1.2rem;
}

@media(max-width: 1200px){

	.teacherList .item .Tex .teacherName b {
	    font-size: 1.1rem;
	}
}
@media(max-width: 991px){
	.teacherList .item{
		width: calc(100% / 4);
	}
}
@media(max-width: 768px){
	.teacherList .item{
		width: calc(100% / 2);
	}
}
/*@media(max-width: 480px){
	.teacherList .item{
		width: calc(100% / 1);
	}
}*/
/*-----ServerList-----*/
.ServerList .item {
	padding: 10px;
	
}
.ServerList .item a{
	display: block;
	background-image: url(../images/index/server/server_bg.png);
	background-size: cover;
	text-align: center;
	color: #fff;
	padding:30px 10px;
}
.ServerList .item img{
	width: 100%;
	max-width: 80px;
}
/*JoinList*/
.JoinList .item {padding: 5px;}
.JoinList .item img{width: 100%;}




/*NewsList*/
.NewsList .item{
	padding: 10px;
}
.NewsList img{
	width: 100%;
}

.HotNews {
	width: 100%;
	background: #9e0000;
	position: relative;
	overflow: hidden;
	height: 40px;
	-moz-box-shadow:    1px 1px 1px #434343;
	-webkit-box-shadow: 1px 1px 1px #434343;
	box-shadow:         1px 1px 1px #434343;
}

.HotNews span.marquee-message {
	color: #ffffff;
	white-space: nowrap;
	margin: 10px 0 0 0;
	display: inline-block;
}
.HotNews span.marquee-message a{
	color: #fff;
}




