#app{
    position: relative;
    background-color: #f8f8f8;
}
.z-page-banner{
    position: absolute;
    left: 0;
    width: 100%;
    height: 440px;
}
.z-page-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content{
    min-height: 500px;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}
.content-title{
    text-align: center;
    color: #ffffff;
}
.content-title span{
    margin: 0 10px;
    font-size: 15px;
}
.content-container{
    margin-top: 66px;
}
.content-container>.name{
    font-size: 35px;
    color: #ffffff;
    font-style: italic;
}
.content-container .content-breadcrumb{
    font-size: 18px;
    color: #ffffff;
    line-height: 48px;
    margin-bottom: 5px;
}
.business-card{
    background-color: #ffffff;
}
.avatar-container{
    position: absolute;
    right: 40px;
    top: 125px;
}
.avatar{
    width: 260px;
	height: 260px;
}
.avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.avatar-container .info{
    background-color: #f6f6f6;
    color: #242424;
    font-size: 16px;
    padding: 25px 14px;
   
}
.avatar-container .info>div{
    position: relative;
    display: flex;
    align-items: center;
}
.avatar-container .info .email{
    line-height: 28px;
    height: 28px;
    margin-bottom: 20px;
  
}
.avatar-container .info .email::before{
    content: "";
    display: block;
   margin-right: 15px;
    width: 20px;
	height: 14px;
    background: url('/webEnglish_new/images/info-email.png') no-repeat center center;
    background-size: 20px 14px; 
}
.avatar-container .info .tel{
    line-height: 28px;
    height: 28px;
}
.avatar-container .info .tel::before{
    content: "";
    display: block;
    margin-right: 15px;
    width: 20px;
	height: 14px;
    background: url('/webEnglish_new/images/info-tel.png') no-repeat center center;
    background-size: 20px 14px; 
}
.info-container{
    background-color: #ffffff;
    min-height: 300px;
    padding: 20px 20px 60px 0; 
}
.info-container .title{
    position: relative;
    font-size: 20px;
    line-height: 48px;
    color: #242424;
    font-style: italic;
    padding-left: 40px;
    font-weight: bold;
}
.info-container .title::before{
    position: absolute;
    content: "";
    display: block;
    width: 4px;
	height: 16px;
	background-color: #b52e26;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
}
.info-container .text{
    padding-left: 40px;
    line-height: 36px;
    font-size: 18px;
    color: #242424;
}
/* .research-direction{
    padding-right: 250px;
} */
.text-list p{
    padding-left: 40px;
    font-size: 18px;
    line-height: 36px; 
}
.text-list .sub-title{
    color: #b52e26;
    font-size: 18px;
    line-height: 36px;
    display: flex;
    padding-left: 40px;
    font-weight: bold;
}
.text-list .sub-title::before{
    content: "■";
    display: block;
    margin-right: 15px;

}
.info-container{
    margin-bottom: 25px;
}
.introduce-card {
    background-color: #ffffff;
}
.card-list.row{
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 73px;
}
.card-list.row >div{
    padding-left: 5px;
    padding-right: 5px;

}