@charset "utf-8";
/* 高等院校的样式 */
.search-bar .search-item {
	margin-right: 40px;
}

.search-bar .search-btn {
	margin-left: 20px;
}

/* 高校列表 */
.school-list {
	margin: 0;
	padding: 0 0 40px;
}

/* 每一条大学数据 */
.school-list .school-list-item {
	list-style: none;
	box-sizing: border-box;
	height: 260px;
	padding-top: 40px;
}

/* 左边，学校的logo */
.school-list .school-list-item .logo-box {
	position: relative;
	width: 400px;
	height: 220px;
	box-sizing: border-box;
	margin-right: 30px;
	border: 1px solid #ddd;
}

.school-list .school-list-item .media-object {
	position: absolute;
	top: 50%;
	left: 50%;
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 190px;
	height: auto;
}

/* 右边，学校简介 */
.school-list .school-list-item .media-body {
	height: 220px;
	box-sizing: border-box;
	border-bottom: 1px solid #EAEAEA;
}

/* 校名 */
.school-list .school-list-item .school-name {
	margin: 0 0 10px;
	font-size: 24px;
	text-align: center;
	line-height: 2;
	color: #333;
}

.school-list .school-list-item .school-intro {
	font-size: 16px;
	line-height: 1.95;
	line-clamp: 4;
	-webkit-line-clamp: 4;
	color: #999;
}

.school-list .school-list-item .detail-btn {
	width: 86px;
	height: 30px;
	margin-top: -5px;
	display: block;
	margin-left: auto;
	font-size: 14px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}