
.section-title{
    margin-bottom: 40px;
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.section-title:before,
.section-title:after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #D7D7D7;
    vertical-align: middle;
}

.section-title > *:last-child{
    font-family: Helvetica-Light;
    color: #D39F69;
}


.home-project li{
    text-align: center;
}

.home-project li a{
    position: relative;
    width: 280px;
    height: 443px;
}

.home-project-cover{
    padding: 15px;
    position:relative;
    width: 100%;
    height: 100%;
    box-shadow: 0 -1px 20px 0 rgba(0,0,0,0.10);
}

.home-project-cover > img{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.home-project > ul{
    margin-top: 25px;
}

.home-project > ul:not(:first-child){
    display: none;
}

.home-project > ul > *:first-child .home-project-cover > img{
    top: -2px;
}

.home-project-type-desc{
    height: 100%;
    border: 1px solid #ffffff;
}

.home-project-type-desc .home-project-type-title{
    margin-top: 100px;
    font-size: 24px;
    color: #ffffff;
}

.home-project-type-desc .home-project-type-tips{
    margin-top: 20px;
    font-size: 14px;
    color: #ffffff;
}

.home-project-type-desc .home-project-type-tips li{
    line-height: 30px;
}

.home-project-type-desc .home-project-type-tips li:before{
    content: '\f005';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 5px;
    color: #ffffff;
}

.home-project-cover .home-project-type-name{
    margin-top: 300px;
    font-size: 20px;
    color: #ffffff;
}

.home-project-cover .home-project-type-line{
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    height: 2px;
    background-color: #ffffff;
}
