#ProjectDetails{
    margin: 0px;
    padding: 0px;
    height: 100%;
    /* background-color: #fff; */
}
.project-info-content{

}
.project-details{
    padding-left: 44px;
    min-width: 980px;
    display: flex;
}
#projectedit {
    background: #F9F9F9;
    padding: 43px 0 42px 0!important;
    border-bottom: 1px solid #f1f1f5;
    position: relative; 
    display: block;
}
.project-logo-wrap{
    float: left;
    width: 120px;
    word-break: break-all;
}
.project-logo-wrap-img{
    height: 127px;
    width: 120px;
    background-color: aqua;

}



.project-details .project-infos{
    float: left;
    margin-left: 45px;
}


.project-details .project-name {
    width: 750px;
    margin-top: 10px;
    word-wrap: break-word;
    font-size: 20px;
    color: #535e6c;
    margin-bottom: 20px;
}

.project-items {
    height: 30px;
    width: 800px;
    margin: 10px 0 0 0px;
    /* overflow: hidden; */
}


.project-items .project-info-item {
    height: 36px;
    width: 400px;
    float: left;
    font-size: 14px;
    color: #808994;
    white-space: nowrap;
}
.project-items  .project-info-item label {
    display: inline-block;
    width: 80px;
    line-height: 36px;
}
.project-items  .project-info-item .info-detail {
    width: 300px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}

.project-items  .project-info-item .project-info-btn-update{
    display: inline-block;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid white;
    text-decoration: none;
    padding: 0 13px;
    color: #F9F9F9;
    background-color: #4f8ef5;
    cursor: pointer;
}
/* .project-items  .project-info-item .project-info-btn-close{
    display: inline-block;
    margin-left: 33px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d3d6db;
    text-decoration: none;
    padding: 0 13px;
    color: #535e6c;
    cursor: pointer;
} */