.project_Details_top {
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    color: #60c1bd;
    font-weight: 600;
}

.project_Details_Content {
    width: 100%;
    overflow: hidden;
}

.project_Details_Content_left {
    width: 300px;
    overflow: hidden;
    display: block;
    float: left;
}

.project_Details_Content_left_img {
    display: block;
    width: 299px;
    height: 299px;
    overflow: hidden;
}

.project_Details_Content_left_name {
    width: 298px;
    height: 30px;
    border: 1px solid #EDEDED;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}

.project_Details_Content_right {
    width: 600px;
    overflow: hidden;
    float: right;
}

.project_Details_Content_right_top {
    width: 100%;
    height: 40px;
}

.project_Details_Content_Title {
    width: 60%;
    height: 40px;
    float: left;
    font-size: 18px;
    color: #333333;
    line-height: 20px;
}

.project_Details_Content_Time {
    width: 40%;
    height: 40px;
    float: left;
    text-align: right;
    font-size: 12px;
    color: #999999;
    line-height: 20px;
}

.project_Details_Content_Attribute {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #333333;
}

.project_Details_Content_Text {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}