.project{
    margin-top: 40px;
    width: 100%;
}
.project a{
    color: #fff;
}
.project-head{
    height: 360px;
    margin-bottom: 40px;
    display: flex;
}
.project-head-img{
    width: 610px;
    background: #eee;
    margin-right: 40px;
}
.btn{
    display: inline-block;
    margin-top: 200px;
    border: none;
    background: #c51023;
    height: 45px ;
    line-height: 45px;
    width: 200px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
}
.project-desc .info{
    text-align: center;
    color: #fff;
    background: #c51023;
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    font-size: 20px;
}
.project-desc .line{
    border-bottom: 1px solid #c51023;
}