/* 出资企业列表页*/
.enterprise_item {
    width: 100%;
}
/*旧版*/
/*.en_img_box{*/
/*    position: relative;*/
/*    width: 50%;*/
/*    height: 3.6rem;*/
/*    float: left;*/
/*}*/
/*.en_img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    padding:.2rem;*/
/*}*/
/*.en_title_box {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    padding: .2rem;*/
/*}*/
/*.en_title {*/
/*    width: 100%;*/
/*    opacity: 0.8;*/
/*    background: #C40518;*/
/*    font-size: .32rem;*/
/*    color: #FFFFFF;*/
/*    line-height: .3999rem;*/
/*    padding:.18rem .2rem;*/
/*}*/

.en_img_box{
    display: flex;
    align-items: center;
    padding-bottom: .25rem;
    border-bottom: .01rem dashed  #575757;
    margin-bottom: .65rem;
    width: 100%;
}
.en_img {
    width: 10%;
    min-height: 0.7rem;
    margin-right: .35rem;
}

.en_title {
    width: 80%;
    font-size: .32rem;
    color: #575757;
}


/* 出资企业详情页*/
.czqy_top {
    width: 100%;
    font-size: .3733rem;
    font-weight: bold;
    color: #535151;
}

.czqy_top_bar {
    position: relative;
    padding: 0 0 .2667rem 0;
    margin-bottom: 5vw;
}

.czqy_top_bar_item {
    width: 23vw;
}
.bar_text { color: #535151 !important; }
.select {
    color: #C20017;
}
.content_top_bar_select_line {
    width: 8vw !important;
}
.title{
    margin-bottom: .2rem;
    text-align: center;
    font-size: .39rem;
    font-weight: 550;
}