.waterfall {
    padding: 1em 0;
}

.waterfall .list-group {
    margin-right: 14px;
    width: 350px;
    background: #fff2d5;
    border: 6px solid #ffc422;
}

.waterfall .list-group>li:first-child img {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    width: 100%;
    height: 100%;
}

.list-group .list-group-item:nth-of-type(1) {
    padding-bottom: 0;
    margin-bottom: 50px;
}

.list-group .list-group-item:nth-of-type(2) {
    padding-top: 0;
}

.item-left-title1 {
    position: relative;
    margin: 5px 0;
}

.item-left-title1 p {
    font-weight: bold;
    z-index: 10;
    position: relative
}

.item-left-title1 div {
    width: 70px;
    height: 9px;
    background: #ffc423;
    position: absolute;
    top: 12px;
}

.item-right-name {
    padding-top: 10px;
    margin-top: 50px;
    width: 70px;
    height: 70px;
    background-image: url('../images/name_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
}

.item-right-name p:last-child {
    font-size: 20px;
}


/* .item-right-img {
    width: 120px;
    height: 120px
} */

.body-title {
    position: relative
}

.body-title p {
    font-weight: bold;
    font-size: 20px;
    z-index: 10;
    position: relative
}

.body-title div {
    width: 50px;
    height: 9px;
    background: #ffc423;
    position: absolute;
    top: 15px;
}


/* .waterfall .list-group>li {
    background-color: #f5f5f5;
} */

@media (max-width: 769px) {
    .waterfall .list-group {
        width: 100%;
    }
    .item-left {
        width: 100%;
        text-align: center;
    }
    .item-right {
        width: 190px;
        height: 100%;
        display: flex;
        margin: 0 auto 20px;
        flex-direction: row-reverse;
    }
    .item-left-title1 div {
        left: 75px;
    }
    .body-title div {
        left: 85px;
    }
}

@media (min-width: 1200px) {
    .waterfall .list-group {
        width: 100%;
    }
    .item-left {
        float: left;
        width: 70%
    }
    .item-right {
        width: 190px;
        /* height: 190px; */
        float: left;
        display: flex;
        flex-direction: row;
        margin-right: 50px;
    }
}


/*# sourceMappingURL=main.css.map */