.anchor a{
	color: #666;
	font-weight: bold;
}
.anchor a:hover,.anchor li.active a{
	color: #0072ff;
}
.anchor span:hover,.anchor li.active span{
	border-color: #0072ff;
}
.content .title{
	text-align: center;
	font-weight: bold;
	margin-bottom: 3vw;
}
.content .cont .block p{
	text-indent: 2em;
	line-height: 25px;
	color: #333;
	margin-bottom: 1vw;
}
.content .cont .block img{
	width: 100%;
}
.content .cont{
	width: 100%;
	/*display: none;*/
}
.content .cont.active{
	display: block;
}
#envir .block>div.pic{
	margin-bottom: 30px;
	position: relative;
}
#envir .pic img{
	height: 100%;
}
#work .pic img{
	max-height: 100%;
}
#stu .detail,#work .detail{
	text-indent: 0;
	margin-bottom: 20px;
	color: #666;
	text-align: center;
}

/* 浏览大图 */
#showPic{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 66666;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: rgba(0,0,0,0.4);
	text-align: center;
	padding-top: 10%;
}
#showPic .block{
	padding: 15px;
	background-color: #fff;
	display: inline-block;
	max-width: 70%;
}
#showPic img{
	max-width: 100%;
}

/* pc */
@media screen and (min-width: 768px) {
	main{
		overflow: hidden;
	}
	.anchor{
		width: 22%;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.anchor li{
		padding-top: 20px;
	}
	.anchor a{
		/*font-size: 1.2vw;*/
		font-size: 16px;!important;
		display: inline-block;
		width: 100%;
		height: 65px;
		line-height: 50px;
		border-bottom: 1px solid #eee;
		position: relative;
		top: 5px;
	}
	.anchor span{
		padding-left: 20px;
		display: inline-block;
		width: 100%;
		border-left: 6px solid #666;
	}
	.content{
		width: 78%;
		padding: 3vw;
	}
	.content .title{
		font-size: 1.5vw;
	}
	.content .cont .block p{
		font-size: 1.2vw;
	}
	#envir .block>div.pic{
		height: 13vw;
	}
	#envir .block>div.pic .browser{
		width: calc(100% - 30px);
		height: 100%;
		position: absolute;
		top: 0;
		left: 15px;
		background-color: rgba(0,0,0,0.3);
		color: #fff;
		text-align: center;
		padding-top: 18%;
	}
	#envir .block>div.pic .browser span:nth-of-type(1){
		font-size: 16px;
		line-height: 40px;
		display: block;
	}
	#envir .block>div.pic .browser span:nth-of-type(2){
		padding: 5px;
		border: 1px solid #fff;
	}
	#envir .block>div.pic .browser span:nth-of-type(2):hover,#envir .pic{
		cursor: pointer;
	}
	
	#work .pic{
		margin-bottom: 30px;
		height: 23.3vw;
		line-height: 23.3vw;
	}
	
	.unshow{
		display: none;
	}
}

/* app */
@media screen and (max-width: 768px) {
	.anchor{
		width: 100%;
		overflow: hidden;
	}
	.anchor>li{
		float: left;
		margin-top: 10px;
		margin-bottom: 20px;
		width: 20%;
		text-align: center;
	}
	.anchor>li>a{
		display: inline-block;
		width: 100%;
	}
	.anchor>li:nth-of-type(n+2) a{
		border-left: 1px solid #ddd;
	}
	.content .title{
		font-size: 18px;
	}
	.content .cont .block p{
		font-size: 12px;
	}
	#envir .block>div.pic .browser{
		display: none;
	}
	#envir .block>div.pic{
		height: 29vw;
	}
/* 	#envir .block>div.pic .browser{
		width: 100%;
		height: 30x;
		overflow: hidden;
	}
	#envir .block>div.pic .browser span:nth-of-type(1){
		display: none;
	}
	#envir .block>div.pic .browser span:nth-of-type(2){
		float: right;
		padding: 0 2px;
		border: 1px solid #0072ff;
		color: #0072ff;
		border-radius: 3px;
	} */
	
}