/* 分校查询 */
.main{
	min-height: 600px;
}
.main .center-box{
	padding: 0 0 100px;
}

.switch-type{
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.switch-type .sw-link{
	float: left;
    padding: 4px 15px;
    font-size: 18px;
    margin-right: 50px;
	color:#333;
}
.switch-type .sw-link.act{
	background:#1d55a6;
	color: #fff;
}

.select{
	width: 100%;
	font-size: 20px;
	margin: 50px 0 25px;
}
.scr-list{
	width: 100%;
	min-height: 400px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.scr-list .de-box{
	width: 386px;
	overflow:hidden;
	margin-right: 20px;
	margin-bottom: 20px;
}

.scr-list .de-box .imgs{
	width: 386px;
	height: 290px;
	transition: all .7s;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.scr-list .de-box .imgs img{
	width: 100%;
	height: 100%;
	transition: all .7s;
	position: absolute;
}

.scr-list .de-box .imgs:hover img {
transform: scale(1.2);
}

.top-title {
    width: 100%;
    line-height: 120px;
    font-size: 24px;
}
.scr-list .de-box:nth-child(3n){
	margin-right: 0;
}
.scr-list .de-box .bottom-box{
	width: 100%;
	overflow:hidden;
	padding: 20px 20px;
}
.scr-list .de-box .bottom-box .cen-text{
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
	overflow: hidden;
}
.scr-list .de-box .bottom-box .de-text{
	width: 100%;
	line-height: 26px;
	font-size: 14px;
}