/*Ã¤ÂºÂºÃ§â€°Â©Ã¤Â»â€¹Ã§Â»Âlist*/
.peop_intro .peop_info_box{
    width:270px;
    float:
    left;
    box-sizing:
    border-box;
    padding: 0 26px;
}
.peop_info_box .peop_pic_box{
    width:100%;
    height:164px;
    position:
    relative;
    cursor:
    pointer;
    text-align: center;
}
.peop_pic_box img{
    /* width:100%; */
    height:100%;
}
.peop_pic_box:hover .hoverbg{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
}
.peop_info_box .peop_name{
    width:100%;
    height:36px;
    line-height:36px;
    text-align:
    center;
    /* background:#2c2c2c; */
    color:#fff;
}
.peop_info_box .peop_msg{
    width:100%;
    height:42px;
    line-height:42px;
    text-align:center;
    background:#eeeeee;
}

/*Ã¦Â­Â£Ã¦â€“Â¹Ã¥Â½Â¢*/
.info_news_list{
    box-sizing:border-box;
    padding-right:82px;
}
.news_list_box{
    width:100%;
    border-bottom:1px solid #ccc;
    box-sizing:border-box;
    padding:32px 0;
}
.news_list_img_box{
    width:182px;
    float:left;
    position:relative;
}            
.news_list_img_box img{
    width:100%;
}            
.news_list_msg_box{
    width: 100%;
    float:
    right;
}
.news_list_msg_title{
    line-height:32px;
    font-size:19px;
    color:#883c92;
}
.news_list_msg_ed{
    line-height:36px;
    color:#ccc;
    font-size:13px;
}
.news_list_msg_main{
    font-size:13px;
    line-height:22px;                
}
.news_list_msg_more{
    font-size:13px;
    color:#e587bc;
}
/*Ã¥Å“â€ Ã¥Â½Â¢*/
.format_circle{
    padding-top:18px;
}            
.news_list_img_box img.circle{
    height:160px;
    width:160px;
    border-radius: 50%;

}
/*Ã¥â€¦Â­Ã¨Â¾Â¹Ã¥Â½Â¢*/
.news_list_img_box div.lt{
    width: 0;
    height: 0;
    border-top: 70px solid white;
    border-right: 46px solid transparent;
    position:absolute;
    top:0;
    left:0;
    /*72px*/
}
.news_list_img_box div.lb{
    width: 0;
    height: 0;
    position:absolute;
    left:0;
    bottom:0;
    border-bottom: 70px solid white;
    border-right: 46px solid transparent;
}
.news_list_img_box div.rt{
    width: 0;
    height: 0;
    position:absolute;
    right:0;
    top:0;
    border-top: 70px solid white;
    border-left: 46px solid transparent;
}
.news_list_img_box div.rb{
    width: 0;
    height: 0;
    position:absolute;
    right:0;
    bottom:0;
    border-bottom: 70px solid white;
    border-left: 46px solid transparent;
}


/*Ã¦â€“â€¡Ã§Â«Â Ã§Â±Â»list*/
.article_list{
    box-sizing:border-box;
    padding-right:82px;
}
.article_list{
    width:100%;
}
.article_box{
    cursor:pointer;
    margin:20px 0;
}
.article_num{
    width:32px;
    height:36px;
    background:#883c92;
    color:#fff;
    text-align:center;
    line-height:36px;
    font-size:18px;
    display:block;
    float:left;
    border-radius:6px;
}
.article_title{
    float:left;  
    width:746px;              
    box-sizing:border-box;
    padding-left:18px;
    font-size:20px;
    line-height:36px;
}
.article_title span.article_date{
    padding-left:18px;
    font-size:14px;
    color:#aaa;
}

.school_detail_title{
    text-align:center;
    font-size:18px;
    font-weight:700;
    padding-bottom:12px;
    border-bottom:2px solid #ccc;
}
.school_detail_ed{
    color:#aaa;
    padding:12px 0;
    text-align:center;
}
.school_detail_main_progra{
    padding:14px 0;
    font-size:12px;   
    line-height:20px; 
    text-align:justify;            
}