/*鉴定机构*/
.background_eff7fd{
    background: #F7F7F7;
}
.background_219bf0{
    background:#219bf0 ;
}
.color_219bf0{
    color:#219bf0 ;
}
.color_666666{
    color:#666666!important;
}
.color_000000{
    color: #000000!important;
}
.color_333333{
    color: #333333;
}
.color_ffffff{
    color: #ffffff!important;
}
.color_cccccc{
    color: #cccccc;
}
.color_fba628{
    color: #fba628;
}
.position_absolute{
    position: absolute;
}
.vertical-align_text_top{
    vertical-align: text-top;
}
.vertical-align_text_bottom{
    vertical-align: text-bottom;
}
.vertical-align_bottom{
    vertical-align: bottom;
}
.vertical-align_top{
    vertical-align: top;
}
.vertical-align_sub{
    vertical-align: sub;
}
.vertical-align_middle{
    vertical-align: middle;
}
.org_top{
    height: 96px;
}
.org_top_left{
    height: 46px;
    width: 46px;
    border-radius: 23px;
    background:#eff2fc;
    margin-top: 25px;
    line-height: 46px
}
.org_top_left i{
    font-size: 28px;
    text-align: center;
    color: #219BF0;
}
.organization_ul{
    margin-top: 20px;
}
.organization_ul li{
    /*width:calc(50% - 20px);*/
}
.organization_ul li>div{
    /*width: 344px;*/
    padding-bottom: 20px;
    margin: 0 auto;
}
/*.organization_ul li:nth-of-type(odd){*/
    /*margin-right: 40px;*/
/*}*/
.organization_ul_div{
    /*width: 304px;*/
    /*height: 228px;*/
    width: 100%;
    height: 28vw;
    /*height: 0;*/
    /*padding-bottom: 75%;*/
    /*overflow:hidden;*/
}
.org_item_position{
    width: 230px;
    float: left;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.org_item_position_right{
    width: calc(100% - 232px);
    float: right;
    border-left: 1px solid #dddddd
}
.organization_ul_div img{
    width: 100%;
    height: 100%;
}
.organization_dept-duihao{
    cursor: pointer;
    position: absolute;
    top:0px;
    left:0px;
    width:16px;
    height: 16px;
    background: url("../../views/images/icon_duihao1.png");
}
.organization_dept-duihao.active{
    background: url("../../views/images/icon_duihao.png");
}
.dept-org-box{
    border: 1px solid #ccc;
    padding: 20px;
    position: relative;

}
.dept-org-box:hover{
    border: 1px solid #f1b254;
}
.organization_dept-delete{
    line-height: 20px;
    position: absolute;
    top:0px;
    right:0px;
    background: #fff;
    color:#fff;
    opacity:0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    font-size: 12px;
    padding: 0 5px;
    cursor: pointer;

}
.organization_dept-delete:hover{
    background: #000;
}
.organizational_info_edit{
    border: 1px solid #219bf0;
    border-radius: 4px;
    padding: 0 5px;
    line-height: 26px;
}
/*新建项目*/
.orgItem_category ul li{
    padding: 8px 20px;
    margin: 2px 10px;
    border-radius: 18px;
    cursor: pointer;
}
.orgItem_li_active{
    background: #f1b254;
    color: #ffffff;
}
.org_audit_text_hot{
    width:calc(100% - 99px);
    left: 83px;
}
/*站内信*/
.mailActive{
    color: #219BF0;
    border-bottom: 5px solid #219BF0;
}
.mail_span{
    padding: 18px 5px
}
.mail_span_center{
    margin: 0 15px 0 10px;
    background: #dddddd;
    padding: 4px 1px;
}
.mailTitle{
    text-align: center;
    font-size: 12px;
    border-radius: 8px;
    display: inline-block;
    color: #ffffff;
    background: red;
    height: 16px;
    width: 16px;
    line-height: 16px;
}
.mailTitleNew{
    text-align: center;
    font-size: 12px;
    border-radius: 8px;
    display: inline-block;
    color: #ffffff;
    background: red;
    top: 14px;
    position: absolute;
    padding: 0 5px;
    left: 7px;
}

.gdMailTitle{
    text-align: center;
    font-size: 12px;
    border-radius: 8px;
    display: inline-block;
    color: #ffffff;
    background: red;
    top: 5px;
    position: absolute;
    padding: 0 5px;
    right: -20px;
}
.mail_text_hot{
    width:calc(100% - 250px);
    left: 40px;
}
.orgToolTip{
    border-radius: 8px;
    padding: 5px;
    max-width: calc(100% - 42px);
    left: 83px;
    background: #dddddd;
    bottom: 26px;
    color: #000000;
    max-width: calc(100% - 52px);
    left: 78px;
    bottom: 26px;
}
.activeDeal{
    background: #f64f4f!important;
    color: #ffffff!important;
}
.textDecorationNone{
    text-decoration: none!important;
}
.mail_detail{
    text-decoration: underline;
}
.administrativeType span{
    /*width:58px;*/
    padding: 0 15px;
    height:28px;
    background:rgba(233,233,233,1);
    border-radius:14px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    margin-top: 2px;
}
.administrative_warn{
    margin-left:calc(12.5% + 10px);
    height: 32px;
    background: rgba(235,239,252,1);
    line-height: 32px
}
.administrative_warn div>span{
    margin: 2px 10px 0 10px;
    color: #FFB400;
}
@media screen and (min-width: 1200px) {
    .organization_ul_div{
        width: 100%;
        height: 17vw;
    }
}
