.classic-project-title {
    border: 1px solid #e8e8e8;
    border-bottom: 0;
    padding: 10px;

}
#classic-project-title-name {
    line-height: 16px;
    font-size: 16px;
    padding: 10px;
    color: #333333;
    font-weight: bold;
}
#classic-project-title-notice {
    color: #999;
    font-size: 12px;
    line-height: 16px;
}
.classic-project-content{
    height: 270px;
    border: 1px solid #e8e8e8;
}
.project-content-summary{
    width: 204px;
    border-right: 1px solid #e8e8e8;
    float: left;
    margin: 20px 0px 20px 20px;
    padding-right: 20px;
}
#project_content_summary_pic{
    border-right: 0;
    padding-right: 0px;
}
#project_content_summary_pic img{
    width: 100%;
    height: 100%;
}

.content-picture  {
    height: 67px;
    margin-bottom: 14px;
}
.content-picture img {
    width: 100%;
    height: 100%;
}
.content-second-title {
    line-height: 20px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 2px;
    font-weight: bold;
}
.content-detail {
    margin-top: 12px;
    color: #999;
    font-size: 12px;
    line-height: 20px;
    height: 120px ;
    overflow: hidden;
}
.classic-project {
    display: none;
}
@media screen and (max-width: 718px){
    .classic-project-content {
        width: 100%;
    }
    .project-content-summary {
        width: 24%;
    }
}
@media screen and (max-width: 530px){
    .classic-project-content {
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }
    .project-content-summary {
        width: 33.3%;
        margin: 12px 0;
        padding: 0 10px;
        box-sizing: border-box;
    }
    #project_content_summary_pic {
        margin: 12px 0;
        padding: 0 10px;
        box-sizing: border-box;
        width: 33.3%;
    }
}

