/* 顶部 */
.ph{
    width: 100%;
    overflow: hidden;
}
.ph-header{
    width: 100%;
    overflow: hidden;
}
.ph-header-top{
    width: 100%;
    height: 90px;
    background-color: #69005F;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.ph-logo{
    width: 58.133%;
    margin-left: 20px;
}
.ph-logo img{
    width: 100%;
}
.ph-nav{
    margin-right: 20px;
    cursor: pointer;
}
.ph-banner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.ph-banner>img{
    width: 100%;
}
.ph-banner .bd ul li img{
    width: 100%;
}
.ph-banner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.ph-banner .hd{
    position: absolute;
    width: 100%;
    height: 10px;
    z-index: 2;
    bottom: 15px;
}
.ph-banner .hd ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.ph-banner .hd ul li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0 6px;
}
.ph-banner .hd ul li.on{
    background-color: #E6C390;
}

/* trunk */
.ph-trunk{
    width: 100%;    
}


/* News */
.ph-News{
    width: 100%;
    padding: 30px 4%;
    background: url(../images/ph-Newsbg.png) no-repeat;
    background-size: cover;
}
.ph-News>p{
    font-size: 40px;
    color: #69005F;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.ph-Newscen{
    width: 100%;
    overflow: hidden;
}
.ph-Newsimg{
    width: 100%;    
    position: relative;
}
.ph-Newsimg .bd ul li{
    position: relative;
}
.ph-Newsimg .bd ul li a img{
    width: 100%;
}
.bdtitle{
    position: absolute;
    bottom: 0;
    padding: 0 15px;
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;  
    background: linear-gradient(to top, #69005F90, transparent);
}
.bdtitle span{
    font-size: 16px;
    color: #ffffff;
    position: relative;
    margin-right: auto;
    padding: 0 5px;
    background-color: #69005F;
    border-radius: 3px;
    line-height: 22px;
}
.bdtitle p{
    font-size: 18px;
    color: #ffffff;
    line-height: 20px;
}
/* .ph-Newsimg .hd{
    width: 100%;
    overflow: hidden;
} */
.ph-Newsimg .hd ul li{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #EFEFEF;
    background-color: #ffffff;
}
.ph-Newsimg .hd ul li.on{
    background-color: #E6C390;
}
.ph-Newsimg .hd ul li a{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.ph-Newsimg .ph-Newslist_left{
    width: 65.5%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
}
.ph-Newsimg .ph-Newslist_left span{
    color: #2E3346;
    font-size: 16px;
    line-height: 18px;
    padding: 8px 0;
}
.ph-Newsimg .hd ul li.on .ph-Newslist_left span{
    color: #ffffff;
}

.ph-Newsimg .ph-Newslist_left p{
    color: #2E3346;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}
.ph-Newsimg .hd ul li.on .ph-Newslist_left p{
    color: #FEFEFE;
}
.ph-Newsimg .hd ul li a img{
    width: 34.5%;
    overflow: hidden;
    padding: 5px;
}

/* Why */
.ph-Why{
    width: 100%;
    overflow: hidden;
    padding: 30px 4%;
    background: url(../images/ph-whybg.png) no-repeat;
    background-size: cover;
}
.ph-Why>p{
    font-size: 40px;
    color: #69005F;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.ph-Whycen{
    width: 100%;
    overflow: hidden;
}
.ph-Whyimg{
    width: 100%;
    /* background: url(../images/Why_bg01.png) 50% 50% no-repeat;
    background-size: 100%; */
    text-align: center;
    /* height: 354px; */

}
.ph-Whyimg ul li a{
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: url(../images/Why_bg01.png) 50% 50% no-repeat;
    background-size: cover;
}
.ph-Whyimg ul li a img{
    width: 75%;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    /* top: 50%;
    transform: translateY(-50%);
    background: url(../images/Why_bg01.png) 50% 50% no-repeat;
    background-size: 100%; */
}
.ph-Whylist{
    width: 100%;
    overflow: hidden;
}
.ph-Whylist ul li{
    width: 100%;
    padding: 10px 0 15px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.ph-Whylist ul li::before{
    content: "";
    position: absolute;
    background: url(../images/Why_listbg.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 7px;
    bottom: 0;
}
.ph-Whylist ul li::after{
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 70px;
    height: 5px;
    background-color: #69005F;
}
.ph-Whylist ul li>a{
    font-size: 20px;
    color: #2E3346;
}
.ph-Whylist ul li.on .ph-Whylist-hide{
    display: block;
}
.ph-Whylist-hide{
    background-color: #ffffff;
    display: none;
}
.ph-Whylist-hide a{
    font-size: 16px;
    color: #C19A74;
    line-height: 18px;
    padding-top: 16px;
}
.ph-Whylist-hide a p{
    padding: 15px 10px;
}




/* Admissions */
.ph-Admissions{
    width: 100%;
    overflow: hidden;
    background: url(../images/ph-Admissionsbg.png) no-repeat;
    background-size: cover;
    padding: 30px 4%;
}
.ph-Admissions>p{
    font-size: 40px;
    color: #69005F;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.ph-Admissionslist{
    width: 100%;
    overflow: hidden;
}
.ph-Admissionslist .bd ul li a img{
    width: 100%;
}
.ph-Admissionslist .hd ul{
    background: linear-gradient(to top, #B39DBB, #DEC5D0);
    padding: 0 5%;
}
.ph-Admissionslist .hd ul li{
    width: 100%;
    /* overflow: hidden; */
    padding: 10px 0;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
}
.ph-Admissionslist .hd ul li.on::before{
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #69005F;
    bottom: -2px;
    left: 0;
}
.ph-Admissionslist .hd ul li.on::after{
    content: "";
    position: absolute;
    background: url(../images/right-green-arrow.png) no-repeat;
    width: 22px;
    height: 5px;
    right: 0;
    top: 50%;
    transform: translateY(50%);
}
.ph-Admissionslist .hd ul li a{
        color: #ffffff;
        font-size: 24px;
        line-height: 36px;
        font-weight: bold;
}
.ph-Admissionslist .hd ul li.on a{
    color: #69005F;
}

/* Life */
.ph-Life{
    width: 100%;
    overflow: hidden;
    background: url(../images/life_bg.png) no-repeat;
    background-size: cover;
    padding: 30px 4%;
}
.ph-Life>p{
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.ph-Lifeimg{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.ph-Lifeimg .hd{
    position: absolute;
    bottom: 15px;
    width: 100%;
    z-index: 1;
}
.ph-Lifeimg .hd ul{
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.ph-Lifeimg .hd ul li{
    width: 10px;
    height: 10px;
    background-color: #ffffff70;
    border-radius: 50%;
    margin: 0 6px;
}
.ph-Lifeimg .hd ul li.on{
    background-color: #ffffff;
}
.ph-Lifeimg .bd{
    position: relative;
}
.ph-Lifeimg .bd ul li{
    width: 100%;
    position: relative;
}
.ph-Lifeimg .bd ul li img{
    width: 100%;
    overflow: hidden;
}
.ph-Lifeimg .bd ul li p{
    position: absolute;
    bottom: 3px;
    width: 100%;
    height: 125px;
    line-height: 145px;
    padding: 0 4%;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(to top, #69005F90, transparent);
}
.ph-Lifelist{
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
.ph-Lifelist ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ph-Lifelist ul li{
    width: 48%;
    position: relative;
    margin-bottom: 10px;
}
.ph-Lifelist ul li img{
    width: 100%;
}
.ph-Lifelist ul li p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    line-height: 101px;
    background: linear-gradient(to top, #69005F90, transparent);
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
}


/* Spotlight */
.ph-Spotlight{
    width: 100%;
    overflow: hidden;
    background: url(../images/ph-Spotlightbg.png) no-repeat;
    background-size: cover;
    padding: 30px 4%;
}
.ph-Spotlight>p{
    font-size: 40px;
    color: #69005F;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.ph-Spotlightlist{
    overflow: hidden;
    padding-left: 4%;
}
.ph-Spotlightlist .bd ul li{
    width: 39.583%;
    float: left;
    box-shadow: -15px -20px 20px -22px #838080;
    background-color: #ffffff;
}
.ph-Spotlightlist .bd ul li a>img{
    width: 60%;
    overflow: hidden;
}
.ph-Spotlightlist .bd ul li a p{
    padding: 0 10px;
}
.bdimg img{
    width: 100%;
    overflow: hidden;
}


/* 底部 */
.ph-foot{
    width: 100%;
    overflow: hidden;
    background-color: #69005F;
}
.ph-foot ul{
    margin: 40px 5% 0 5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ph-foot ul li{
    width: 25%;
    text-align: center;
    margin-bottom: 20px;
}
.ph-foot ul li img{
    width: 40px;
    height: 40px;
    overflow: hidden;
    opacity: .6;
}
.ph-footcopyright{
    width: 90%;
    margin: 0 auto 30px auto;
    overflow: hidden;
}
.ph-footcopyright p{
    color: #F7F7F7;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}



.ph{
    background-color: #F1F1F5;
  }
  .ph .article {
    position: relative;
    padding: 30px 15px;
  }
  
  .ph .article .article_title {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #69005F;
    padding-bottom: 20px;
  }
  
  .ph .article .article_title p {
    color: #69005F;
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
  }
  .ph .article .article_title p::first-letter{
    color: #C19A74;
  }
  .ph .article .article_cen{
    position: relative;
    padding-top: 20px;
  }



