

/*banner*/
.banner{
	position: relative;
	top: 120px;
	width: 100%;
	padding-top: 26%;
	background-image: url('../img/news-01.jpg');
	background-size: contain;
	margin-bottom: 66px;
}
@media screen and (max-width: 1300px) {
	.banner{
		top: 120px;
	}
}
@media screen and (max-width: 767px){
	.banner{
		top: 80px;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 414px){
	.banner{
		top: 44px;
		margin-bottom: 0;
	}
}

/*专业团队*/

.prof-team{
	position: relative;
	top: 54px;
	width: 1200px;
	margin: 0 auto;
	padding: 54px 0;
}
.prof-team .title{
	margin-bottom: 30px;
}

.title{
	position: relative;
	color: #333;
}
.title .h2{
	font-size: 26px;
	
}
.title p:nth-of-type(2){
	width: 110px;
	height: 2px;
	background-color: #baf3f8;
}
.title p:nth-of-type(3){
	position: absolute;
	top: 12px;
	left: 110px;
	color: #b8b8b8;
	font-size: 12px;
}
.prof-team .title-item{
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
.prof-team .title-item li{
	list-style: none;
	display: inline-block;
	margin: 0 20px;
}
.prof-team .title-item li a.active{
	border-bottom: 3px solid #22b7c2;
}
.prof-team .title-item li a{
	text-decoration: none;
	display: inline-block;
	color: #333;
	box-sizing:border-box;
	height: 32px;
}
.prof-team .title-item li:hover a{
	border-bottom: 3px solid #22b7c2;
}


.prof-team .content-area{
	margin-top: 30px;
	width: 100%;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.prof-team .content-area li{
	list-style: none;
	width: 47%;
	margin-bottom: 40px;
}
.prof-team .content-area li a{
	text-decoration: none;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.prof-team .content-area li a .image-wrapper{
	width: 100%;
	overflow: hidden;
}
.prof-team .content-area li a .image-wrapper img{
	width: 100%;
}
.prof-team .content-area li a .font{
	position: relative;
	width: 100%;
	border: 1px solid #e0e0e0; 
	border-top: 0;
	text-align: left;
	font-size: 16px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box;
	padding: 20px 88px 30px;
	color: #5d5d5d;
	font-size: 14px;

}
.prof-team .content-area li a .font strong{
	color: #333;
	font-size: 16px;
}

.prof-team .content-area li a .font p:nth-of-type(1){
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
    line-height: 26px;
    margin-top: 10px;
}
.prof-team .content-area li a .font .more{
	width: 142px;
	height: 32px;
	border:1px solid #b8b8b8;
	border-radius: 16px;
	text-align: center;
	line-height: 30px;
	color: #757575;
	margin-top: 20px;
	background-color: rgba(34,183,194,0);
}
.prof-team .content-area li:hover a .font .more{
	background-color: rgba(34,183,194,1);
	color: #fff;
	transition:all .8s linear;
}
.prof-team .content-area li:hover a .font .more span{
	display: inline-block;
}
.prof-team .content-area li a .font .date{
	position: absolute;
	width: 50px;
	height: 61px;
	background-color: #dfdfdf;
	color: #333;
	text-align: center;
	left: 20px;
	top: 20px;
}
.prof-team .content-area li a .font .date p:nth-of-type(1){
	font-size: 14px;
	width: 100%;
	margin-bottom: 0;
	margin-top: 10px;
	display: inline-block;
	line-height: 14px;
}
.prof-team .content-area li a .font .date p:nth-of-type(2){
	font-size: 25px;
	width: 100%;
	margin-bottom: 0;
	line-height: 25px;
}

/*选中时状态*/
.prof-team .content-area li a .font span{
	display: none;
	width: 21px;
	height: 14px;
	background-image: url('../img/news-more.png');
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}


.prof-team .item-list{
	margin: 56px 0;
	margin-top: 16px;
	width: 100%;
	display: flex;
	justify-content:center;
}
.prof-team .item-list li{
	font-size: 18px;
	list-style: none;
	padding: 0 13px;
}
.prof-team .item-list li.btn{
	width: 29px;
	height: 29px;
	background-size: contain;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 3px 1px #efefef ; 
	cursor: pointer;
}
.prof-team .item-list li.btn-left{
	background-image: url('../img/team-09.jpg');
}
.prof-team .item-list li.btn-right{
	background-image: url('../img/team-08.jpg');
}
.prof-team .item-list li a{
	text-decoration: none;
	color: #333;
}
.prof-team .item-list li.active a{
	color: #22b7c2;
}
.prof-team .item-list li a:hover{
	color: #22b7c2;
}

@media screen and (max-width: 1300px){
	.prof-team{
		width: 80%;
	}
}
@media screen and (max-width: 1140px){
	.prof-team .content-area li{
		width: 47%;
	}
	.prof-team .content-area li a .font{
		padding: 10px 20px 16px;	
	}
	.prof-team .content-area li a .font .date{
		display: none;
	}
	.prof-team .content-area li a .font .more{
		width: 107px;
		height: 24px;
		line-height: 22px;
		font-size: 12px;
		border-radius: 12px;
	}
	.prof-team .content-area li a .font span{
		width: 17px;
		height: 11px;
	}
}
@media screen and (max-width: 767px){
	.prof-team{
		width: 90%;
	}
	.prof-team .content-area li a .font{
		padding: 10px 10px 16px;	
	}
	.prof-team .content-area li a .font p:nth-of-type(1){
		margin: 0;
		font-size: 12px;
		line-height: 20px;
	}
	.prof-team .content-area li a .font .more{
		width: 83px;
		height: 20px;
		line-height: 18px;
		font-size: 10px;
		border-radius: 10px;
		margin-top: 10px;
	}
	.prof-team .content-area li a .font strong{
		font-size: 14px;
	}

	.wrapper-ul{
		width: 100%;
		overflow: scroll;
	}
	.wrapper-ul .title-item{
		width: 100%;
		text-align: left;
	}

	.prof-team .content-area{
		margin-top: 30px;
	}
}
@media screen and (max-width: 414px){
	.prof-team{
		top: 20px;
		padding-bottom: 20px;
	}
	.prof-team .content-area{
		margin-top: 0px;
	}
}

.prof-team .item-list a{
	font-size: 18px;
	list-style: none;
	padding: 0 13px;
}
.prof-team .item-list a.btn{
	width: 29px;
	height: 29px;
	background-size: contain;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 3px 1px #efefef ; 
	cursor: pointer;
}

.prof-team .item-list a{
	text-decoration: none;
	color: #333;
}
.prof-team .item-list a.current{
	color: #22b7c2;
}
.prof-team .item-list a:hover{
	color: #22b7c2;
}
@media screen and (max-width: 1300px){
	.prof-team{
		width: 80%;
	}
}
@media screen and (max-width: 1140px){
	.prof-team .content-area a{
		width: 47%;
	}
	.prof-team .content-area a .font{
		padding: 10px 20px 16px;	
	}
	.prof-team .content-area a .font .date{
		display: none;
	}
	.prof-team .content-area a .font .more{
		width: 107px;
		height: 24px;
		line-height: 22px;
		font-size: 12px;
		border-radius: 12px;
	}
	.prof-team .content-area a .font span{
		width: 17px;
		height: 11px;
	}
}
@media screen and (max-width: 767px){
	.prof-team{
		width: 90%;
	}
	.prof-team .content-area a .font{
		padding: 10px 10px 16px;	
	}
	.prof-team .content-area a .font p:nth-of-type(1){
		margin: 0;
		font-size: 12px;
		line-height: 20px;
	}
	.prof-team .content-area a .font .more{
		width: 83px;
		height: 20px;
		line-height: 18px;
		font-size: 10px;
		border-radius: 10px;
		margin-top: 10px;
	}
	.prof-team .content-area a .font strong{
		font-size: 14px;
	}

	.wrapper-ul{
		width: 100%;
		overflow: scroll;
	}
	.wrapper-ul .title-item{
		width: 100%;
		text-align: left;
	}

	.prof-team .content-area{
		margin-top: 30px;
	}
}
@media screen and (max-width: 414px){
	.prof-team{
		top: 20px;
		padding-bottom: 20px;
	}
	.prof-team .content-area{
		margin-top: 0px;
	}
}

