.deanlist ul li{
	padding-left: 310px;
	position: relative;
	min-height: 328px;
	margin-bottom: 150px;
}
.deanlist ul li img{
	position: absolute;
	left: 0;
	top: 0;
	width: 255px;
	height: 328px;
	object-fit: cover;
}
.deanlist ul li .name{
	font-size: 24px;
	margin-bottom: 16px;
}
.deanlist ul li .brief{
	font-size: 16px;
	color: #C31B18;
	line-height: 24px;
	margin-bottom: 28px;
}
.deanlist ul li .mesg{
	color:#6C6A6A;
	font-size: 12px;
	line-height: 26px;
}
.organization{
	flex-wrap: wrap;
}
.organization .item{
	width: 100%;
	margin-bottom: 90px;
}
.organization .item:nth-child(2n - 1){
	margin-right: 100px;
}
.organization .item img{
	height: 106px;
	object-fit: contain;
	display: block;
	max-width: 100%;
}
.organization .item .name{
	font-size: 18px;
	color: #B7181A;
	margin: 16px 0 12px;
}
.organization .item .brief{
	color: #6C6A6A;
	font-size: 14px;
	line-height: 30px;
}
.book-item{
	display: inline-block;
	width: 240px;
	margin-right: 65px;
	margin-bottom: 30px;
}
.about-books .book-item:nth-child(3n){
	margin-right: 0;
}
.book-item .bookimg{
	display: block;
	width: 240px;
	height: 310px;
	object-fit: cover;
	/*box-shadow: 4px 4px 6px #ccc;*/
	margin-bottom: 14px;
}
.book-item .download{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #B7181A;
	color: #fff;
	font-size: 14px;
	padding: 4px;
}
.book-item .download img{
	margin-top: 1px;
	margin-right: 5px;
	display: block;
}
.a-callus .mode{
	background-color: #ECECEC;
	margin-bottom: 30px;
	padding: 36px 24px;
	position: relative;
}
.a-callus .mode .address{
	width: 508px;
	height: 272px;
	padding-right: 36px;
	margin-right: 36px;
	border-right: 1px solid #A3A2A2;
}
.a-callus .mode .address img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.a-callus .mode .tellus{
	flex: 1;
}
.a-callus .mode .tellus .txt{
	font-size: 14px;
	color: #595757;
	margin-bottom: 15px;
}
.a-callus .mode .tellus .info{
	padding-left: 28px;
	color: #595757;
	font-size: 14px;
	position: relative;
	margin-bottom: 12px;
}
.a-callus .mode .tellus .info img{
	position: absolute;
	left: 0;
	top: 4px;
}
.a-callus .mode .tellus .qr-cdoe{
	width: 100px;
	padding-left: 28px;
	color: #595757;
	font-size: 12px;
}
.a-callus .mode .tellus .qr-cdoe img{
	width: 70px;
	height: 68px;
	display: block;
}
.a-callus .mode .ad-na{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	color: #fff;
	background-color: #B7181A;
	padding: 2px 15px;
}
.a-manager ul{
	display: flex;
	flex-wrap: wrap;
}
.a-manager ul li{
	width: 256px;
	margin-right: 46px;
	margin-bottom: 86px;
}
.a-manager ul li:nth-child(3n){
	margin-right: 0;
}
.a-manager ul li .avatr{
	display: block;
	margin: 0 auto;
	width: 210px;
	height: 210px;
	border-radius: 50%;
}
.a-manager ul li .post{
	text-align: center;
	margin: 20px 0 10px;
}
.a-manager ul li .post .name{
	font-size: 23px;
}
.a-manager ul li .post .p{
	font-size: 18px;
}
.a-manager ul li .beiref{
	text-align: center;
	color: #6C6A6A;
	font-size: 16px;
	margin-bottom: 12px;
	height: 48px;
}
.a-manager ul li .xqin{
	font-size: 12px;
	color: #6C6A6A;
	line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.a-manager ul li .showx{
  text-align: right;
}
.a-manager ul li .showx a{
  display: inline-block;
  font-size: 12px;
  background-color: #d4d4d4;
  color: #fff;
  padding: 0 5px;
  margin-top: 5px;
}
.ab-circle{
	margin-bottom: 60px;
	display: flex;
}
.ab-circle > div{
	width: 300px;
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #B7181A;
}
.ab-circle > div:first-child{
	background-color: rgba(230, 186, 186, .6);
}
.ab-circle > div:nth-of-type(2){
	background-color: rgba(243, 230, 210, .6);
	margin-left:-20px;
}
.ab-circle > div:last-child{
	background-color: rgba(218, 217, 217, .6);
	margin-left:-20px;
}
.ab-circle > div .title{
	font-size: 30px;
}
.ab-circle > div .con{
	font-size: 20px;
}


