.species-level ul li {
	width: 109px;
	padding: 0px;
	margin: 25px 0px 5px 0px;
	float: left;
	text-align: center;
}
.species-level ul li span {
	padding-bottom: 5px;
}
.species-level-select {
	color: red;
}
.species-level-select span {
	border-bottom: 1px solid red;
}
.webmasters ul li:first-child {
	margin-left: 0px;
}
.webmasters ul li:nth-child(5n+1) {
	margin-left: 0px;
}
.webmasters ul li {
	/*border: 1px solid #CFCFCF;*/
	width: 158px;
	/*height: 217.2px;*/
	float: left;
	margin-left: 34px;
	margin-top: 25px;
	position: relative;
	color: #7F7F7F;
}
.webmasters ul li:hover {
	box-shadow: 0 0 10px #a5a5a5;
	position: relative;
	top: -2px;
}
.webmasters div:nth-child(1) img {
	width: 158px;
	height: 217.2px;
	transition: 1s;
}
.webmasters div:nth-child(1) img:hover {
	transform: scale(1.1);
}
.webmasters .content-no {
	position: absolute;
	left: 0px;
	width: 40px;
	height: 45px;
	background-image: url(/isa/images/webmaster-no.png);
	background-size: 100% 100%;
	padding-left: 5px;
	padding-top: 2px;
	font-size: 12px;
	color: #FFFFFF;
}
.webmasters .content-no:last-child {
	padding-left: 2px;
}
.webmasters .name {
	text-align: center;
	padding: 5px 0px;
	color: #000;
}
.webmasters .club {
	text-align: center;
	padding-top: 5px;
	margin-top: 0px;
	height: auto;
	line-height: normal;
	width: 90%;
	margin-left: 5%;
	white-space: normal;
	font-weight: normal;
	color: #7F7F7F;
}
.appointment {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5)
}
.appointment_content {
	display: none;
	position: absolute;
	top: 45%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

	/* position: absolute;
	top:15%;
	left:15%; */
	width: 674.5px;
	height: 450px;
	z-index: 101;
	/*background: url("/commission/images/index/appointment1.jpg?v=0.02")  no-repeat left top;*/
	background-size: 100% 100%;
}
.appointment_photo {
	position: absolute;
	top: 45%;
	left: 10%;
	width: 77px;
	height: 105px;
}
.appointment_close {
	position: absolute;
	top: -35px;
	right: -35px;
	width: 30px;
	height: 30px;
}
.appointment_name  {
	position: absolute;
	top: 47.5%;
	left: 25%;
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 2em;
	text-indent:2em ;
	line-height: 1.8em;
}
.appointment_content span{
	font-size: 1.1em;
  padding-bottom: 0.5px;
  border-bottom: 1px solid #000;
}
.divimg {
	width: 158px;
	height: 217.2px;
	overflow: hidden;
}

@media screen and (max-width: 1200px) {
	.webmasters ul li:nth-child(5n+1) {
		margin-left: 0;
	}
	.webmasters ul li {
		width: 30%;
		margin: 0px 0px 10px 2%;
		overflow: hidden;
	}
	.webmasters ul li:nth-child(3n+1) {
		margin-left: 2%;
	}
	.webmasters div:nth-child(1) img {
		width: 80%;
		height: 100px;
		transform: translateX(20%);
		-webkit-transform: translateX(20%);
	}
	.li div:nth-child(1) {
		width: 100%;
		height: auto;
	}
}