


.person{
	width: 100%;
	min-height: 688px;
	background: #FFFFFF;
	padding:0 19px;
}
.person .title{
	padding:20px 0;
	line-height: 30px;
}
.person .titles{
	color: #AC114B;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-left: 14px;
}
.person .titles:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 18px;
	background: linear-gradient(135deg, #8328B3 0%, #CB0000 100%);
}
.person .ip{
	color: #999999;
	font-size: 14px;
	margin-left: 30px;
}
.person .btns button{
	padding: 0 19px;
	color: #999999;
	font-size: 16px;
	height: 30px;
	background: #F4F4F4;
}
.person .btns button:hover{
	color: #CB0000;
}




/*优秀导师推荐*/
.mentorlist{
	margin: 0 -4px;
}
.mentorlist .items{
	width: 20%;
	margin-bottom: 15px;
	float: left;
	padding: 0 4px;

}
.mentorlist .box{
	background: #FFFFFF;
	border-radius: 4px;
	padding: 15px;
	overflow: hidden;
	border: 1px solid #F8F8F8;
}
.mentorlist .items .img{
	min-width: 100px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-right: 16px;
}
.mentorlist .items .img .imgs{
	width: 100px;
	height: 100px;
	object-fit: cover;
}
.mentorlist .items .name{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.mentorlist .items .address{
	font-size: 12px;
	color: #999999;
	margin: 6px 0;
	padding-left: 16px;
	background: url(../images/address.png) no-repeat left center;
	background-size: 14px 
}
.mentorlist .items .brands{
	font-size: 14px;
	color: #999999;
	margin: 6px 0;
}
.mentorlist .items .code{
	line-height: 0;
}
.mentorlist .items .code img{
	width: 19px;
	height: 18px;
}
.mentorlist .items:hover div{
	color: #CB0000;
}

.mentorlist .text2 h4{
	font-size: 14px;
	color: #999999;
	margin-bottom: 10px;
}
.mentorlist .text2 p{
	font-size: 12px;
	color: #999999;
}





@media screen and (max-width: 1200px){
.mentorlist .items {
    width: 33.33%;
}
}

@media screen and (max-width: 768px){
.mentorlist .items {
    width: 100%;
    margin-bottom: 15px;
    float: left;
    padding: 0 7px;
}



/*标题*/
.person {
	min-height: auto;
}
.person .title {
    display: block;
}
.person .btns{
	text-align: right;
}
}




@media screen and (max-width: 767px){
/*轮播*/
.bannerbox {
    margin-top: -395px;
}

}