
/*------头部简介样式开始------*/
.detail_top{
    display: flex;width: 6.7rem;height: 3rem;margin: 0.4rem auto;background-color: #fff;position: relative;
 }
.detail_top_avatar{width: 2.3rem;height: 100%;}
.detail_top_otherInfo{width: 4rem;padding:0.6rem 0.4rem 0.4rem 0.8rem;}
.detail_top_otherInfo > h6{font-size: 0.4rem;height: 0.7rem;}
.detail_top_department > h6{font-size: 0.3rem;height: 0.5rem;font-weight: normal;line-height: 0.5rem;color: #98897a;}

.detail_top .detail_top_otherInfo2{
    width: 4.1rem;text-align: center;border-radius: 0.06rem;padding-top:0.2rem;
    background: rgba(12, 12, 12, 0.5);
}
.detail_top_otherInfo2 .acadeName{font-size: 0.3rem;height: 0.6rem;color: #fff;}
.detail_top_otherInfo2 .department{font-size: 0.2rem;height: 0.4rem;color: #fff;}




