@charset "utf-8";
/* CSS Document */

.represen2 {
    padding-bottom: 100px;
}

.represen2 .t_head {
    padding: 36px 0 40px;
}

.represen2 .waterfall {
    font-family: "微软雅黑";
    overflow: hidden;
	margin-right: -15px;
}

.represen2 .waterfall .play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../image/temp/png40.png) center no-repeat;
}

.represen2 .waterfall .img {
    position: relative;
    overflow: hidden;
}

.represen2 .waterfall .img img {
    display: block;
    width: 100%;
}

.represen2 .waterfall .cont {
    padding: 27px 35px;
    background-color: #fff;
    text-align: center;
}

.represen2 .waterfall .h16 {
    margin-bottom: 8px;
}

.represen2 .waterfall .date {
    font-family: Arial;
}

.represen2 .wf-width {
    width: 400px;
}

.represen2 .wf-space {
    width: 15px;
}

.represen2 .wf-item {
    float: left;
    margin-right: 15px;
	
    width: 400px;
    margin-bottom: 22px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 1s, transform 1s;
    -ms-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.represen2 .waterfall.show .wf-item {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.represen2 .wf-item:hover {
    color: #9a2929;
}


@media screen and (max-width: 750px) {

    .represen2 {
        padding-bottom: 1rem;
    }
    .represen2 .t_head {
        margin-bottom: 0.3rem;
        padding: 0.5rem 0;
    }
    .represen2 .waterfall {
        margin-bottom: 0.5rem;
    }
    .represen2 .waterfall .play {
        background-size: 1rem;
    }
    .represen2 .waterfall .cont {
        padding: 0.3rem;
    }
    .represen2 .waterfall .h16 {
        margin-bottom: 0.2rem;
    }
    .represen2 .waterfall .p {}
    .represen2 .wf-width {
        width: 7rem;
    }
    .represen2 .wf-space {
        width: 0;
    }
    .represen2 .wf-item {
        width: 7rem;
        margin-bottom: 0.2rem;
    }
}