/* 学校简介 */
#f6a{
    
    text-align: center;
    padding: 50px 0;
    
    position: relative;
    
}
.f6a-border{
    border: 3px  solid #F2443D;
    width: 200px;
   margin: 15px auto;
  
}
.f6a-name{
    color: rgba(153, 153, 153,0.1);
    font-size: 48px;
   
    position: relative;
    left: 0;
    top: -70px;
}

.School-profile{
    width: 1000px;
    height: 270px;
    background: #FFF;
    margin: 0 auto;
    border-radius: 30px;
    box-shadow: 0px 5px 21px 0px rgba(221, 221, 222, 0.73);
    text-align: center;
   /*  display: flex;
    align-items: center; */
    transition:transform .32s !important

  
}
.School-profile:hover{
    transform:scale(1.1);
	transition-duration:.08s
}

.School-profile div{
    margin: 0px 50px;
    padding: 5% 0; 
    font-size: 21px;
    line-height: 50px;
    
    
}


/* 校长简介 */
.President-profile{
    display: flex;
    margin-left: 170px;
    margin-top: 50px;
    margin-bottom: 70px;
}
.President-profile-right{
   margin-left: 60px;
}
.President-profile-right h1{
    font-size: 35px;
    font-weight: normal;
    margin: 20px 0;
}
.President-profile-right p{
    margin: 20px 0;
    font-size: 20px;
}
.President-profile-right div{
    
    line-height: 40px;
    font-size: 20px;
}



/* 学校资质 */
.f7a-name{
    color: rgba(153, 153, 153,0.1);
    font-size: 48px;
   
    position: absolute;
    left: 25%;
    top: 60px;
}



/* 学校地址 */
.school-address{
    font-size: 30px;
}
.school-address span{
    margin-left: 20px;
}


