﻿#banner {
    margin-bottom: 45px;
}

.wenzi {
    margin-bottom: 160px;
}

    .wenzi h2 {
        color: #00B9A9;
        text-align: center;
        font-weight: 600;
        margin-bottom: 37px;
    }

    .wenzi h3 {
        color: #666;
        text-align: center;
        font-weight: 400;
    }

.item {
    /*font-size: 12px;*/
}

    .item .item-body {
        display: flex;
        justify-content: space-between;
    }

        .item .item-body .item-img {
            
        }

            .item .item-body .item-img img {
                max-width: 100%;
                max-height: 100%;
            }

        .item .item-body .item-info {
        }

            .item .item-body .item-info .info-title {
                text-align: center;
                font-size: 16px;
                font-weight: bold;
                padding-top: 20px;
            }

            .item .item-body .item-info .info-break {
                width: 50px;
                height: 4px;
                background-color: #00B9A9;
                margin: 10px auto 20px auto;
            }

            .item .item-body .item-info p {
                color: #999;
                line-height: 2;
                /*margin-bottom: 22px;*/
                margin: 0;
                text-indent: 2em;
            }

            .item .item-body .item-info h4 {
                font-size: 14px;
                font-weight: 600;
                color: #00B9A9;
            }

            .item .item-body .item-info ul {
                color: #333;
                font-weight: 600;
                display: flex;
                margin-bottom:35px;
            }

            .item .item-body .item-info ul:last-child {
                margin-bottom: 0;
            }

                .item .item-body .item-info ul li {
                    margin-right: 25px;
                }

                    .item .item-body .item-info ul li:last-child {
                        margin-right: 0;
                    }

.fence {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    margin-top: 10px;
}

    .fence .circle {
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background-color: #00B9A9;
        margin-top: -1px
    }

    .fence .column {
        width: 5px;
        height: 70px;
        background-color: #00B9A9;
        margin-top: -1px
    }

.box {
}

    .box .box-title {
        padding: 20px 0;
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        color: #00B9A9;
    }

    .box .box-break {
        width: 50px;
        height: 4px;
        background-color: #00B9A9;
        margin: 10px auto 20px auto;
    }

    .box .box-content {
    }

        .box .box-content p {
            color: #333;
            line-height: 2.1;
            text-indent: 2em;
            margin-bottom: 33px;
        }

        .box .box-content h4 {
            font-weight: 600;
            color: #00B9A9;
            margin-bottom: 22px;
        }

        .box .box-content p b {
            font-size: 1.2em;
            font-weight: 600;
            color: #333;
            padding: 0 3px;
        }


    .box .box-body {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .box .box-body .box-img {
        }

            .box .box-body .box-img img {
                max-width: 100%;
                max-height: 100%;
            }

        .box .box-body .box-info {
        }

            .box .box-body .box-info h4 {
                font-weight: 600;
                color: #00B9A9;
                margin-bottom: 20px;
            }

            .box .box-body .box-info ul {
                font-weight: 600;
                color: #333;
            }

                .box .box-body .box-info ul li {
                    padding: 8px 0;
                }
