[v-cloak]{
    display: none;
}

body,html{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.info{
    width: 100%;
    height: 100%;
}

.info-body{

}

.header{
    width: 100%;
    height: 88px;
    border:none;
}

.footer{
    display: block;
    width: 100%;
    border:none;
}

.info-body .info-body-back{
    background: url("../image/info-back.png") no-repeat 54%;
    background-size: 100%;
    width: 100%;
    height: 360px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 40px;
}

.info-body .info-body-back .info-body-back-title{
    font-size: 66px;
    font-weight: 700;
    font-family: 'PangMenZhengDao';
    margin-bottom: 16px;
    background: linear-gradient(180deg, #FFFFFF 49%, #6ABFFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: 16px;
    text-transform: none;
}

.info-body .info-body-back .info-body-back-menu{
    margin-right: 0;
}

.info-body .info-body-content{
    padding: 0 150px 60px 150px;
    display: flex;
}

.info-body .info-body-content .info-body-content-left{
    width: 240px;
    border-right: 1px solid #E8E8E8;
    padding: 10px 0;
}

.info-body .info-body-content .info-body-content-left .info-body-content-left-title{
    position: relative;
    padding: 20px 0 30px 10px;
    border-bottom: 1px solid #E8E8E8;
    cursor: pointer;
}

.info-body .info-body-content .info-body-content-left .info-body-content-left-title::after{
    width: 150px;
    height: 2px;
    content: '';
    background: #5494FF;
    position: absolute;
    bottom: 1px;
    left: 0;
}

.info-body .info-body-content .info-body-content-left .info-body-content-left-item{
    padding: 30px 0 30px 10px;
    border-bottom: 1px solid #E8E8E8;
    cursor: pointer;
}



.info-body .info-body-content .info-body-content-right{
    padding-left: 80px;
    width: calc(100% - 250px);
    text-align: center;
}
.info-body-content-right .info-body-content-right-title{
    font-size: 40px;
    font-weight: 700;
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CDCDCD;
    margin-bottom: 30px;
}
.info-body-content-right .info-body-content-right-item{
    text-align: left;
}
.info-body-content-right .info-body-content-right-item .sub-title{
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}
.info-body-content-right .info-body-content-right-item .sub-title::after{
    width: 100px;
    height: 4px;
    content: '';
    background: #508CFF99;
    position: absolute;
    bottom: -4px;
    left: 0;
}
.info-body-content-right .info-body-content-right-item .sub-data{
    margin-bottom: 20px;
}

.info-body-content-right-item .sub-data ul li{
    margin-bottom: 16px;
    font-size: 14px;
}

.staff-search{
    padding-top: 50px;
    margin-bottom: 30px;
}
.staff-search .staff-search-btn{
    width: 80px;
    height: 32px;
    line-height: 32px;
    background: #5494FF;
    color: white;
    border-radius: 4px;
    margin-left: 30px;
    cursor: pointer;
}
.staff-list{
    width: 100%;
}
.staff-list .staff-list-row{
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
    width: 100%;
}
.staff-list .staff-list-row .width1{
    width: 40%;
    text-align: left;
    padding-left: 50px;
}
.staff-list .staff-list-row .width2{
    width: 20%;
    text-align: left;
}
.staff-list .staff-list-row .width3{
    width: 10%;
    text-align: left;
}
.staff-list .staff-list-title{
    color: white;
    background: #5494FF;
}
.staff-list .staff-list-item{
    color: #333;
    background: white;
}
.staff-pager{
    margin-top: 30px;
}










.el-menu-item, .el-submenu__title{
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #E8E8E8;
}

.el-submenu.is-active .el-submenu__title{
    border-bottom-color: #5494FF;
}

.el-submenu .el-menu-item{
    font-size: 14px;
    min-width: unset;
    white-space: break-spaces;
    height: unset;
    line-height: unset;
    padding: 10px 0;
}

.el-menu-item.is-active{
    color: #5494FF;
}

.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell{

}

.el-descriptions .is-bordered .el-descriptions-item__cell{
    border: 1px solid #5494FF;
}

.el-descriptions-item__content{
    color: #333;
}

.el-descriptions-item__label.is-bordered-label{
    text-align: right !important;
    background: #EEF4FF;
    color: #5494FF;
    width: 180px;
}
.el-table th.el-table__cell{
    background-color: #5494FF;
    color: white;
    font-size: 16px;
    font-weight: unset;
}

.el-table th.el-table__cell>.cell{
    line-height: 30px;
}