.school-p-cite > img{
	display: block;
	max-width: 100%;
}
.school-p-cite .cite-list{
	padding: 42px 42px 4px;
	background-color: #F8F8F8;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
}
/*.school-p-cite .cite-list .circle{*/
/*	width: 222px;*/
/*	height: 222px;*/
/*	border-radius: 50%;*/
/*	border: 1px solid #A3170B;*/
/*	background-color: #fff;*/
/*	margin-right: 52px;*/
/*	margin-bottom: 38px;*/
/*	font-size: 16px;*/
/*	text-align: center;*/
/*	*/
/*}*/
/*.school-p-cite .cite-list .circle:nth-child(3n){*/
/*	margin-right: 0;*/
/*}*/
/*.school-p-cite .cite-list .circle .name{*/
/*	color: #BC191A;*/
/*	font-size: 28px;*/
/*	margin-top: 36px;*/
/*	margin-bottom: 12px;*/
/*}*/
/*.school-p-cite .cite-list .circle p{*/
/*	color: #6C6A6A;*/
/*	line-height: 34px;*/
/*	width: 90%;*/
/*	margin: 0 auto;*/
/*}*/
.school-p-cite .cite-list a{
	width: 224px;
	height: 224px;
	margin-right: 52px;
	margin-bottom: 38px;
}
.school-p-cite .cite-list img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.school-p-cite .cite-list a:nth-of-type(3n){
	margin-right: 0px;
}
.citename{
	color: #BA1918;
	font-size: 25px;
}
.school-show ul{
	margin-top: -60px;
}
.school-show li{
	border-bottom: 1px solid #C8C7C7;
	padding: 60px 0;
	padding-left: 308px;
	position: relative;
	min-height: 207px;
}
.school-show li .avatr{
	width: 207px;
	height: 207px;
	border-radius: 50%;
	position: absolute;
	left: 15px;
	top: 60px;
}
.school-show li .name{
	font-size: 24px;
	color: #2F201B;
}
.school-show li .title{
	font-size: 16px;
	color: #6C6A6A;
	line-height: 24px;
	margin: 15px 0 45px;
}
.school-show li .msg{
	font-size: 14px;
	color: #6C6A6A;
	line-height: 24px;
}
.sc-p-brand{
	margin-bottom: 50px;
	font-size: 0;
}
.sc-p-brand a{
	display: inline-block;
	font-size: 26px;
	color: #BA1918;
	width: 50%;
	text-align: center;
	line-height: 86px;
}
.sc-p-brand a:first-child{
	background-color: #F4F4F4;
}
.sc-p-brand a:nth-child(2){
	background-color: #EEE8DE;
}
.sc-p-brand a:nth-child(3){
	background-color: #EEE8DE;
}
.sc-p-brand a:nth-child(5){
	background-color: #F4F4F4;
}
.sc-p-brand a:nth-child(4){
	background-color:#F4F4F4;
}
.sc-p-brand a:last-child{
	background-color: #E3D8C8;
}
.sc-flock * {
	font-size: 16px;
	color: #6C6A6A;
}
.sc-flock .content{
	flex: 1;
	font-size: 16px;
	color: #6C6A6A;
	line-height: 30px;
}
.sc-flock h3,
.sc-flock h3 *{
	font-size: 18px !important;
	font-weight: bold !important;
}
.sc-flock  h5,
.sc-flock h5 *{
	font-size: 14px !important;
	font-weight: normal !important;
}
.sc-flock video{
	width: 387px;
	height: 246px;
	object-fit: cover;
	margin-right: 45px;
	outline: 1px solid #333;
}
.sc-flock img{
	display: inline-block;
	max-width: 100%;
	margin-bottom: 30px;
	height:auto;
}
.sc-serve .mode{
	margin-bottom: 100px;
}
.sc-serve .big-title{
	border-bottom: 1px solid #C74443;
}
.sc-serve .big-title h3{
	display: inline-block;
	border-bottom: 3px solid #C74443;
	margin-bottom: -2px;
	padding-bottom: 8px;
	font-size: 25px;
	color: 	#BA1918;
}
.sc-serve .areaswiper{
	background-color: #F8F8F8;
	margin-top: 16px;
	padding: 15px 0;
}
.swiper-slide{
	font-size: 0;
}
.swiper-container-scOne,.swiper-container-scTwo,.swiper-container-scThr{
	width: 624px;
}
.sc-serve  .areaswiper{
	position: relative;
}
.sc-serve  .pre,.sc-serve  .next{
	width: 38px;
	height: 38px;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	cursor: pointer;
}
.sc-serve  .pre{
	left: 35px;
}
.sc-serve  .next{
	right: 35px;
}
.sc-serve .scOne{
	background-color: #BC2E1D;
	padding: 4px;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	width: 180px;
	margin-right: 30px;
}
.sc-serve .scOne:last-child{
	margin-right: 0;
}
.sc-serve .scOne img{
	width: 174px;
	height: 174px;
	background-color: #fff;
	padding: 3px;
	object-fit: cover;
}
.sc-serve .scOne .title{
	padding: 0 10px;
	-webkit-line-clamp: 1;
	font-size:16px;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	overflow: hidden;
	word-break: break-all;
	margin-bottom: 10px;
	margin-top: 6px;
}
.sc-serve .scOne .name{
	padding: 0 10px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	overflow: hidden;
	word-break: break-all;
	margin-bottom: 6px;
}
.sc-serve .sctwo{
	font-size: 16px;
	display: inline-block;
	width: 190px;
	text-align: center;
	margin-right: 27px;
}
.sc-serve .sctwo:last-child{
	margin-right: 0;
}
.sc-serve .sctwo .books{
	width: 190px;
	height: 250px;
	object-fit: cover;
	display: block;
	margin-bottom: 10px;
}
.sc-serve .sctwo  a{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #BA191A;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
}
.sc-serve .sctwo  a img{
	margin-right: 10px;
}
.sc-serve .scthr {
	width:188px;
	margin-right: 30px;
	display: inline-block;
}
.sc-serve .scthr:last-child{
	margin-right: 0;
}
.sc-serve .scthr img{
	width:188px;
	height:254px;
	object-fit: cover;
	display: block;
}