@charset "UTF-8";

section.project .project-footer {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    position: relative
}

section.project .project-footer .list-mid {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0
}

section.project .project-grid .grid-item {
    position: relative;
    width: 25%
}

section.project .project-grid .grid-item.s21,section.project .project-grid .grid-item.s22 {
    width: 50%
}

section.project .project-grid .grid-item:hover figure a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

section.project .project-grid .grid-item figure {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 100px;
    overflow: hidden
}

section.project .project-grid .grid-item figure a {
    display: block;
    background-size: cover;
    background-position: center;
    height: 100%;
    -webkit-transition: -webkit-transform 4s cubic-bezier(.19,1,.22,1) 0s;
    transition: -webkit-transform 4s cubic-bezier(.19,1,.22,1) 0s;
    transition: transform 4s cubic-bezier(.19,1,.22,1) 0s;
    transition: transform 4s cubic-bezier(.19,1,.22,1) 0s,-webkit-transform 4s cubic-bezier(.19,1,.22,1) 0s
}

@media (max-width: 767px) {
    section.project .project-grid .grid-item figure {
        font-size:14px;
        bottom: 65px
    }
}

section.project .project-grid .grid-item summary {
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
    height: 90px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0
}

section.project .project-grid .grid-item summary h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;*/
    width: 100%;
    height: 40px;
    overflow: hidden;
}
section.project .project-grid .grid-item summary small{
	display: -webkit-box;
	/*max-height: 40px;*/max-height: 18px; color: #999;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

section.project .project-grid .grid-item:after {
    content: '';
    margin-top: 100%;
    position: relative;
    display: block
}

.modal-video:before,.timeline:before,.timeline>li:after,.timeline>li:before,.timeline>li>.timeline-panel:before {
    content: " "
}

section.project .project-grid .grid-item.s12:after {
    margin-top: 200%
}

section.project .project-grid .grid-item.s21:after {
    margin-top: 50%
}

@media(max-width:991px) and (min-width:768px) {
    section.project .project-grid .grid-item {
        width:33.333333%
    }

    section.project .project-grid .grid-item.s21,section.project .project-grid .grid-item.s22 {
        width: 66.666666%
    }
}

@media (max-width:767px) {
    section.project .project-grid .grid-item summary {
        /*height:55px*/
    }

    section.project .project-grid .grid-item summary h4 {
        margin-bottom: 0
    }
    
    section.project .project-grid .grid-item.s11,section.project .project-grid .grid-item.s12,section.project .project-grid .grid-item.s21,section.project .project-grid .grid-item.s22 {
        width: 100%
    }

    section.project .project-grid .grid-item.s11:after,section.project .project-grid .grid-item.s12:after,section.project .project-grid .grid-item.s21:after,section.project .project-grid .grid-item.s22:after {
        margin-top: 75%
    }
}
