﻿body {
    background: #fafafa;
}

.pagination {
    text-align: center;
}

    .pagination .item {
        vertical-align: middle;
        display: inline-block;
        text-decoration: none;
        color: #787878;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        border: 1px solid #bdbdbd;
        margin-right: 16px;
        font-size: 14px;
    }

        .pagination .item:hover {
            opacity: .9;
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
        }

        .pagination .item.active {
            background: #787878;
            color: white;
        }

    .pagination .page,
    .pagination .total {
        font-size: 14px;
        color: #787878;
        margin: 0 8px;
    }

.form .form-row {
    margin-bottom: 20px;
}

    .form .form-row .form-group {
        float: left;
        position: relative;
    }

        .form .form-row .form-group:first-of-type {
            margin-right: 12px;
        }

        .form .form-row .form-group label {
            display: inline-block;
            vertical-align: middle;
            font-size: 14px;
            color: #717171;
            width: 100px;
            margin-right: 14px;
            text-align:right;
        }

            .form .form-row .form-group label span {
                font-size: 18px;
                color: #df6868;
            }

        .form .form-row .form-group .form-control {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            width: 400px;
            height: 32px;
            line-height: 32px;
            border: 1px solid #c5c5c5;
            background: white;
            outline: 0;
            padding: 4px 10px;
            font-size: 14px;
        }
        .form .form-row .form-group .label-right {
            margin-left:34px;
        }
        .form .form-row .form-group .icon-calendar {
            position: absolute;
            top: 50%;
            margin-top: -12px;
            right: 11px;
        }

        .form .form-row .form-group .selector span {
            color: #808080;
        }

            .form .form-row .form-group .selector span:after {
                content: ' ';
                display: block;
                position: absolute;
                background: url("../images/icon-selector-arrow-down.png");
                width: 26px;
                height: 25px;
                right: 4px;
                top: 50%;
                margin-top: -13px;
            }

        .form .form-row .form-group .selector select {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 999;
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        }

    .form .form-row .form-group-textarea {
        margin-right: 0 !important;
    }

        .form .form-row .form-group-textarea .form-control {
            width: 988px;
            min-height: 145px;
        }

.school {
    padding: 0 40px;
    box-sizing: border-box;
}

    .school .list {
        margin-top: 18px;
    }

        .school .list .item {
            border-bottom: 1px solid #ebebeb;
            overflow: hidden;
            height: 206px;
        }

            .school .list .item .thumbnail {
                width: 400px;
                height: 140px;
                display: block;
                float: left;
                margin-top: 31px;
                margin-right: 30px;
            }

            .school .list .item .caption {
                float: left;
                width: 370px;
            }

                .school .list .item .caption .title {
                    margin-top: 36px;
                    margin-bottom: 58px;
                    font-size: 24px;
                    font-weight: bold;
                    color: #212121;
                }

                .school .list .item .caption .tel,
                .school .list .item .caption .location {
                    font-size: 14px;
                    color: #717171;
                    margin-bottom: 12px;
                }

                    .school .list .item .caption .tel .icon,
                    .school .list .item .caption .location .icon {
                        margin-right: 8px;
                        margin-top: -2px;
                    }

            .school .list .item .action {
                width: 80px;
                height: 45px;
                line-height: 45px;
                text-align: center;
                margin-top: 72px;
                float: right;
                text-decoration: none;
                color: white;
                background: url("../../project/images/arrow.png") no-repeat;
            }

                .school .list .item .action:hover {
                    opacity: .8;
                    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
                    background: url("../../project/images/arrow-move.gif") no-repeat;
                }

            .school .list .item .logo {
                float: left;
                width: 230px;
                padding-top: 65px;
                text-align: center;
            }

    .school .pagination {
        margin-top: 44px;
        margin-bottom: 100px;
    }

.service {
    overflow: hidden;
}

    .service .form {
        margin: 40px 69px 0 75px;
    }

        .service .form .title {
            color: #378991;
            font-size: 16px;
        }

        .service .form .description {
            font-size: 14px;
            color: #3f3f3f;
            margin-top: 18px;
            margin-bottom: 32px;
        }

        .service .form .divider {
            width: 100%;
            height: 1px;
            background: #e1e1e1;
            margin-top: 50px;
            margin-bottom: 41px;
        }

        .service .form .btn-group {
            margin-bottom: 126px;
            text-align: center;
        }

            .service .form .btn-group .btn {
                display: inline-block;
                vertical-align: middle;
                width: 161px;
                height: 40px;
                text-align: center;
                line-height: 32px;
                font-size: 16px;
                color: white;
                outline: 0;
                border: 0;
                cursor: pointer;
            }

            .service .form .btn-group .btn-submit {
                background: url("../images/school-action-background.png") no-repeat center;
                margin-right: 21px;
            }

            .service .form .btn-group .btn-reset {
                background: #303030;
            }

.view {
    background: #f2f2f2;
}

    .view .container {
        overflow: hidden;
    }

        .view .container .article {
            float: left;
            margin: 64px 0 0 40px;
            width: 700px;
            margin-right: 42px;
            overflow: hidden;
        }

            .view .container .article .title {
                font-size: 18px;
                font-weight: bold;
                color: #212121;
                margin-bottom: 36px;
            }

            .view .container .article .sub-title {
                text-indent: 4rem;
                font-size: 14px;
                color: #717171;
                margin: 8px 0;
            }

            .view .container .article .content {
                font-size: 14px;
                color: #717171;
                line-height: 2;
            }

                .view .container .article .content p {
                    margin-bottom: 8px;
                }

                .view .container .article .content img {
                    margin-bottom: 8px;
                    display: block;
                }

            .view .container .article .share-action {
                margin-top: 36px;
            }

                .view .container .article .share-action span {
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 14px;
                    color: #717171;
                    margin-right: 16px;
                }

                .view .container .article .share-action .action {
                    display: inline-block;
                    vertical-align: middle;
                }

                    .view .container .article .share-action .action a {
                        font-size: 0;
                        display: inline-block;
                        vertical-align: middle;
                        margin-right: 8px;
                    }

                    .view .container .article .share-action .action .icon-wechat {
                        margin-right: 0;
                    }

        .view .container .contact {
            background: #dfeae3;
            width: 270px;
            float: left;
            overflow: hidden;
            min-height:600px;
        }

            .view .container .contact .contact-title {
                margin-top: 64px;
                font-size: 16px;
                color: #212121;
                font-weight: bold;
                margin-bottom: 32px;
                margin-left: 18px;
            }

            .view .container .contact .section {
                margin-left: 18px;
                font-size: 14px;
                line-height: 2;
            }

                .view .container .contact .section .name {
                    width: 72px;
                    float: left;
                    color: #434343;
                    margin-right: 12px;
                }

                .view .container .contact .section .data {
                    width: 162px;
                    float: left;
                    color: #717171;
                }

            .view .container .contact .subscription {
                margin-top: 80px;
            }

                .view .container .contact .subscription .subscription-title {
                    text-align: center;
                    color: #404040;
                    font-size: 14px;
                    line-height: 2;
                }

                    .view .container .contact .subscription .subscription-title img {
                        margin-right: 2px;
                        display: inline-block;
                        vertical-align: middle;
                    }

                    .view .container .contact .subscription .subscription-title span {
                        font-weight: bold;
                    }

                .view .container .contact .subscription .qrcode {
                    display: block;
                    margin: 20px auto;
                }

    .view .category {
        float: left;
        width: 210px;
        overflow: hidden;
        background: #89b3a9;
        min-height:600px;
    }

        .view .category .title {
            display: block;
            text-decoration: none;
            margin-top: 12px;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            margin-left: 24px;
            margin-bottom: 20px;
        }

        .view .category .list {
            padding-left: 24px;
        }

            .view .category .list a,
            .view .category .list span {
                display: block;
                font-size: 12px;
                color: #fff;
                text-decoration: none;
                margin-bottom: 12px;
            }

.footer {
    margin-top: 0;
}
