.profile_user_image img{
    width:150px;
    height:150px;
}

.profile_user_tag button{
    margin-top:-2px;
    margin-right:5px;
    margin-bottom:5px;
    padding-top:0px;
    padding-bottom:0px;
}

.profile_user_status{
    margin-top:5px;
}

.profile_user_status a,.profile_user_status span{
    margin-right:10px;
}

.profile_user_status i{
    margin-right:2px;
}

.profile_user_content{
    margin-top:25px
}

.cnp_school{
    
}

.cnp_school-list .cnp_school-list-red{
border:2px solid #A51C30;
}

.cnp_school-list .cnp_school-list-dust{
border:2px solid #d3d3d3;
}

.cnp_school-list >tbody>tr>td{
    margin:10px;
}

.cnp_school-list >tbody>tr:nth-child(even){
    height:60px;
}
.cnp_school-list >tbody>tr:nth-child(odd){
    height:10px;
}

.cnp_school-list >tbody>tr>td:nth-child(1)> img{
    margin-left:10px;
    border-radius:50%!important;
}

.cnp_school-list >tbody>tr>td:nth-child(1)> i{
    position:absolute;
    margin-left:-10px;
    margin-top:-15px;
}


.cnp_school-list >tbody{
    margin-top:20px;
}

.cnp_school-list >tbody>tr >td:nth-child(2)>a{
        display: -webkit-box;
        text-overflow:ellipsis;
        overflow:hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
}

.cnp_school_item{
    border:1px solid #000000;
}

.cnp_school_item-logo img{
    height: 60px;
    width: 60px;
    margin-right:10px;
    border-radius: 50% !important;
}