.card_top{
    text-align: center;
    background-image: linear-gradient( 135deg, #4245e8 40%, #4584ed 60%);
}
.listimg>img{
    border-radius: 100px;
}
.cp_info td{
    line-height: 22px;
    height: 22px;
}
.cp_info{

}
.xuq_left .position{
    font-weight: 400;
    font-size: 14px;
}

.xuq_left .com_name{
    font-size: 16px;
    font-weight: 900;
}
.xuq_left .corp_name{
    font-size: 14px;
    font-weight: 900;
    margin-top: 2px;
}
.list_tip{margin-top: 2px;}
.cptable .c999{
    width: 150px;
}
/*.xq_left{*/
    /*width: 730px;*/
/*}*/
.cardBox{
    width: 450px;
    height: 260px;
    color: #fff;
    background: url('/static/images/tp1.jpg') no-repeat;
    border-radius: 10px;
    box-shadow: 10px 10px 5px #e0e3e7;
   margin-bottom: 20px;
}
.cardBox>.top{
    padding: 20px;
    height: 160px;
}
.cardBox>.top .name{
    width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    font-weight: 900;
}
.cardBox>.top .gs_name{
    font-size: 16px;
    /*font-weight: 900;*/
}
.cardBox>.top .img{
    width: 100px;
    height: 100px;
}
.cardBox>.top .img>img{
    width: 100%;
    height: 100%;
    border-radius: 60px;
}
.cardBox>.vot{
    padding: 0 20px;
    font-size: 14px;
}

.cardBox>.vot>.address1>div{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.imgBox{
    float: left;
    width: 200px;
    height: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.imgBox>img{
    width: 100%;
    height: 100%;
}
.msgList{
    border: 1px solid #E5E5E5;
    margin-top: 10px;
    width:100%;
    background:#fff;
}


/* box */
.tab_menu{overflow:hidden;display: flex;}
.tab_menu li{
    flex: 1;
    text-align: center;
    background-color: #a8a8a8;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.tab_menu li.current::after{
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translate(-50%,0);
    content: '';
    width: 65px;
    height: 2px;
    background-color: #439cff;
}
.tab_menu li:nth-of-type(1){
  border-right: 0;
}
.tab_menu li:nth-last-of-type(1){
  border-right: 0;
}
.tab_menu li.current{background:#fff;border-bottom: 0;}
.tab_menu li.current a{color: #000;}
.tab_menu li a{text-decoration:none;color: #fff;}
.tab_box{}
.tab_box li{overflow:hidden;}
.tab_box li span{}
.tab_box .hide{display:none;}

.likes{

}
.likes>li{
    display: inline-block;
    padding: 0 20px;
    background-color: #fff;
    color: #3daeee;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    border-radius: 30px;
    border: 1px solid #3daeee;
}
table.hide{
    display: none;
}

