/*
 * 教育事业栏目样式
 */
.m1b5 {
	margin-bottom: 1.5em !important;
}

.m4b {
	margin-bottom: 4em;
}

.mb1 {
	margin-bottom: 1em !important;
}

.bg-gray {
	background: #f6f6f6;
}

.bg-transparent {
	background: transparent !important;
}

.schools {
	padding-top: 10em !important;
	padding-bottom: 4em !important;
	margin: 0 auto !important;
}

.schools.schools-overseas {
	margin-top: -3em !important;
}

.schools.schools-first {
	margin-top: 2em !important;
}

.school-show .img {
	position: relative;
}

.school-show .target {
	position: absolute;
	top: 50%;
	left: 0;
	padding: .8em;
	background: rgba(119, 19, 151, 0.8);
	color: #fff;
	font-size: .8em;
}

.school-honor h4 {
	padding-bottom: 1em;
}

.school-honor .target {
	display: inline-block;
	padding: .2em .4em;
	margin: 5px;
	border: 1px solid #c00;
	color: #c00;
	cursor: pointer;
}

.school-honor .target:hover {
	background: #c00;
	color: #fff;
}

.schools h2.title {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

h2.title {
	color: #141414;
	font-size: 2.6em;
	font-weight: bold;
	text-align: center;
}

.school-name {
	margin: -2.4em 0 !important;
}

.school-name p {
	color: #626262;
	font-size: 2em;
	font-family: "微软雅黑";
	font-weight: 500;
	text-indent: 0 !important;
	text-transform: uppercase;
}

.school-summary {
	display: flex;
	justify-content: space-around;
	padding-top: 3em;
	font-family: "微软雅黑";
	font-weight: 500;
}

.school-summary .item {
	text-align: left;
}

.school-summary .tags {
	display: block;
	padding-bottom: .5em;
	color: #626262;
	font-size: 1.4em;
}

.school-summary p {
	color: #626262;
	text-indent: 0 !important;
}

.school-summary .number {
	font-size: 3.5em;
	color: #343434;
	font-family: "微软雅黑";
	font-weight: 500;
}

.schools .insert {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.schools .insert .item {
	width: 46%;
}

.schools .insert .text h3 {
	font-weight: bold;
	text-align: left;
}

.schools .insert .text h3 span {
	font-weight: bold;
	font-size: .8em;
}

.schools .insert .text p {
	text-indent: 0;
	text-align: justify;
	font-family: "微软雅黑";
	font-weight: 500;
	color: #626262;
}

.schools .words {
	margin: 2.4em 0 2.6em 0;
}

.schools .words p {
	margin: 0 !important;
	text-align: center;
	text-indent: 0;
	font-family: "微软雅黑";
	font-weight: 500;
	font-size: 1em;
	color: #626262;
}

.schools .rooms {
	display: flex;
	justify-content: space-between;
	padding-top: 1.5em;
	text-align: center;
}

.schools .rooms .item {
	width: 28%;
}

.schools .rooms img {
	border-radius: 100%;
}

.schools .rooms p {
	margin: 0 !important;
	color: #626262;
	text-indent: 0;
	font-size: 1em;
}

.schools .rooms span {
	color: #141414;
	font-size: 1.2em;
	font-weight: bold;
}

.flex-images {
	display: flex;
	justify-content: space-around;
	padding-bottom: 1em;
}

.flex-images img {
	height: 100%;
	margin: 0 5px;
}

.flex-images-1 img {
	width: auto;
}

.flex-images-2 img {
	width: 50%;
}

.flex-images-3 img {
	width: 30%;
}

.flex-images-4 img {
	width: 25%;
}

.img-width-full {
	width: 100%;
}

.schools .words.words-middle p {
	width: 61%;
	margin: 0 auto !important;
}

@media only screen and (max-width:767px) {
	.schools {
		margin: auto !important;
	}

	.school-name {
		margin: 0 !important;
		padding: 0 !important;
	}

	.school-name p {
		font-size: .6em;
	}

	.school-name.small p {
		font-size: .2em;
	}

	h2.title {
		font-size: 1.5em;
	}

	h2.title.samll,
	.schools .insert .text h3 {
		font-size: 1.1em;
	}

	.schools .words {
		margin: 1em auto !important;
	}

	.panel .content.schools {
		padding: 1em 0 !important;
	}

	.school-summary {
		padding-top: 2em;
	}

	.school-summary .number {
		font-size: 1.4em;
	}

	.school-summary p,
	.school-summary .tags {
		font-size: 1em;
	}

	.schools .insert {
		flex-direction: column;
	}

	.schools .insert .item {
		width: auto;
		margin-bottom: 1em;
	}

	.schools.schools-overseas {
		margin-top: auto !important;
	}

	.bottom-img {
		display: block;
		margin-bottom: 0 !important;
	}

	#footer__pre-footer {
		padding: 0 !important;
	}

	.schools .words.words-middle p {
		width: auto;
	}

	.schools .insert .text p,
	.schools .words p{
		font-size: .8em;
	}
	
	.schools .rooms p{
		font-size: .6em;
	}

	.schools .rooms span {
		font-size: .8em;
	}

	.h5-bottom0 {
		margin-bottom: 0 !important;
	}
}
