﻿body {
    background: #f9f9f9;
}

.page-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}

.show-list {
    padding-bottom: 60px;
}

    .show-list .item {
        display: flex;
        margin-bottom: 40px;
        background: #fff;
        border-radius: 5px;
    }

        .show-list .item .first-img {
            margin-right: 4px;
        }

        .show-list .item .text {
            background: #fff;
            flex: 1;
            padding: 40px 35px;
        }

            .show-list .item .text .title {
                font-size: 18px;
                font-weight: 700;
                color: #333;
                margin-bottom: 20px;
            }

            .show-list .item .text li {
                font-size: 14px;
                margin-bottom: 6px;
            }

                .show-list .item .text li > i {
                    margin-right: 5px;
                    color: #aaa;
                }
