.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .row .column {
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        background-color: #fff;
        flex: 1 1 auto;
        margin: 20px 0
    }

        .row .column ~ .column {
            margin-left: 20px
        }

        .row .column:first-child {
            -ms-flex: 0 0 180px;
            -webkit-box-flex: 0;
            flex: 0 0 180px
        }

            .row .column:first-child .column-title {
                background-color: #e42548
            }

            .row .column:first-child .column-body ul li ~ li {
                border-top: 1px solid #e4e4e4
            }

            .row .column:first-child .column-body ul .menu-item {
                height: 50px;
                line-height: 50px;
                padding-left: 20px;
                position: relative
            }

                .row .column:first-child .column-body ul .menu-item.active, .row .column:first-child .column-body ul .menu-item:hover {
                    color: #e42548;
                    background-color: #E4E4E4;
                }

                    .row .column:first-child .column-body ul .menu-item.active:before {
                        -ms-transform: translateY(-50%);
                        -webkit-transform: translateY(-50%);
                        background-color: #e42548;
                        content: "";
                        height: 21px;
                        left: 0;
                        position: absolute;
                        top: 50%;
                        transform: translateY(-50%);
                        width: 6px
                    }

                .row .column:first-child .column-body ul .menu-item a {
                    color: inherit;
                    font-size: 14px;
                    font-weight: 700;
                    text-decoration: none
                }

        .row .column:last-child {
            -ms-flex: 1 1 auto;
            -webkit-box-flex: 1;
            flex: 1 1 auto
        }

            .row .column:last-child .column-title {
                background-color: #1fa2dc
            }

            .row .column:last-child .column-body .text-tpl {
                font-size: 16px;
                padding: 38px 32px
            }

                .row .column:last-child .column-body .text-tpl p {
                    text-indent: 2em
                }

            .row .column:last-child .column-body .picture-text {
                -ms-flex-wrap: wrap;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                flex-wrap: wrap
            }

                .row .column:last-child .column-body .picture-text .picture-text-item {
                    -ms-flex: 0 0 33.33%;
                    -ms-flex-align: center;
                    -ms-flex-direction: column;
                    -ms-flex-pack: center;
                    -webkit-box-align: center;
                    -webkit-box-direction: normal;
                    -webkit-box-flex: 0;
                    -webkit-box-orient: vertical;
                    -webkit-box-pack: center;
                    align-items: center;
                    cursor: pointer;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    flex: 0 0 33.33%;
                    flex-direction: column;
                    justify-content: center;
                    margin: 38px 0
                }

                    .row .column:last-child .column-body .picture-text .picture-text-item .cover {
                        height: 141px;
                        width: 200px
                    }

                    .row .column:last-child .column-body .picture-text .picture-text-item .desc {
                        padding: 5px 0;
                        text-align: center
                    }

            .row .column:last-child .column-body .left-picture-right-text .left-picture-right-text-item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding-bottom: 18px;
                padding-right: 40px
            }

.column-body {
    min-height: 400px;
}

.row .column:last-child .column-body .left-picture-right-text .left-picture-right-text-item .left-picture {
    -ms-flex: 0 0 180px;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 180px;
    flex-direction: column
}

    .row .column:last-child .column-body .left-picture-right-text .left-picture-right-text-item .left-picture .cover {
        height: 141px;
        width: 141px
    }

    .row .column:last-child .column-body .left-picture-right-text .left-picture-right-text-item .left-picture .desc {
        font-size: 14px;
        text-align: center
    }

.row .column:last-child .column-body .left-picture-right-text .left-picture-right-text-item .right-text {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    font-size: 16px;
    padding-left: 20px;
    text-indent: 2em
}

.row .column:last-child .column-body .video-list-tpl {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

    .row .column:last-child .column-body .video-list-tpl .video-item {
        -ms-flex: 0 0 50%;
        -ms-flex-align: center;
        -ms-flex-direction: column;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-flex: 0;
        -webkit-box-orient: vertical;
        -webkit-box-pack: center;
        align-items: center;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex: 0 0 50%;
        flex-direction: column;
        justify-content: center;
        margin: 30px 0
    }

        .row .column:last-child .column-body .video-list-tpl .video-item .cover {
            height: 200px;
            width: 321px;
            position:relative;
        }
            .row .column:last-child .column-body .video-list-tpl .video-item .cover:hover::before {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                background-color: rgba(0,0,0,0.5);
                z-index:999;
            }

            .row .column:last-child .column-body .video-list-tpl .video-item .cover:hover::after {
                content: "";
                position: absolute;
                width: 50px;
                height: 50px;
                background-image: url(../img/play.png);
                background-repeat: no-repeat;
                background-size: cover;
                left:50%;
                top: 50%;
                transform: translate(-50%, -50%);
                z-index: 1000;
            }

            .row .column:last-child .column-body .video-list-tpl .video-item .desc {
                color: #666;
                padding: 5px 0;
                text-align: left;
                width: 321px
            }

.row .column .column-title {
    color: #fff;
    font-size: 20px;
    height: 73px;
    line-height: 73px;
    text-indent: 1em
}

.row .column li, .row .column ul {
    list-style: none
}
