﻿ section {
        /*background-color: #F5F5F5;*/
    }

        section .t_center {
            /*width: 1200px;*/
            height: auto;
            overflow: hidden;
            margin: 0 auto;
            padding: 35px 0;
        }

    .section_left, .section_right {
        width: 400px;
        height: auto;
        background-color: #fff;
        float:left;
    }
    
        .section_left .decorate_left {
            width: 100%;
            height: 20px;
            background-color: #f4b234;
        }

            .section_left .decorate_left .decorate_white {
                width: 10px;
                height: 100%;
                margin-left: 20px;
                background-color: #fff;
            }

        .section_left .list_left ul li:first-of-type {
            border-top: 1px solid #F5F5F5;
        }

        .section_left .list_left ul li {
            width: 170px;
            height: 49px;
            border-bottom: 1px solid #F5F5F5;
            padding: 0 20px;
            cursor: pointer;
        }

            .section_left .list_left ul li a, .nav_right ul li a {
                display: inline-block;
                width: 100%;
                height: 100%;
            }

            .section_left .list_left ul li img:first-of-type {
                width: 24px;
                height: 24px;
                padding: 13px 0;
                float: left;
            }

            .section_left .list_left ul li img:last-of-type {
                width: 7px;
                height: 14px;
                padding: 18px 0;
                float: right;
            }

            .section_left .list_left ul li span {
                font-size: 14px;
                padding: 13px 0;
                float: left;
                height: 24px;
                line-height: 24px;
                margin-left: 33px;
                color: #999;
            }

            .section_left .list_left ul li.left_actived {
                background-color: #3e93ed;
            }

                .section_left .list_left ul li.left_actived span {
                    color: #fff;
                }

        .section_left .tools_left fieldset {
            font-size: 16px;
            color: #333;
            border-top: 2px solid #3e93ed;
            padding-left: 10px;
            margin: 20px 0;
        }

            .section_left .tools_left fieldset ul {
                padding-right: 20px;
                margin-top: 10px;
            }

                .section_left .tools_left fieldset ul li {
                    width: 50px;
                    height: auto;
                    overflow: hidden;
                    float: left;
                    margin-bottom: 10px;
                    margin-left: 10px;
                    white-space: nowrap;
                    cursor: pointer;
                }

        .section_left .tools_left div ul li {
            width: 50px;
            height: auto;
            overflow: hidden;
            float: left;
            margin-bottom: 10px;
            margin-left: 10px;
            white-space: nowrap;
            cursor: pointer;
        }

            .section_left .tools_left div ul li img {
                width: 50px;
                height: 50px;
            }

            .section_left .tools_left div ul li p {
                font-size: 12px;
                color: #666;
                text-align: center;
                line-height: 20px;
            }

    .section_right {
        width: 970px;
        margin-left: 20px;
    }

    .section_riht {
        width: 970px;
        margin-left: 20px;
    }

    .table_top button {
        margin-right: 20px;
    }

    .nav_right {
        height: 46px;
        padding: 0 20px;
        border-bottom: 2px solid #eee;
    }

        .nav_right ul li {
            float: left;
            height: 46px;
            line-height: 46px;
            margin-right: 40px;
            cursor: pointer;
            color: #999;
            border-bottom: 2px solid transparent;
        }

            .nav_right ul li.right_actived {
                border-bottom: 2px solid #3e93ed;
            }

                .nav_right ul li.right_actived span {
                    color: #3e93ed;
                }

    .section_right .right_table .table_top {
        margin: 20px;
    }

        .section_right .right_table .table_top span {
            color: #666;
        }

        .section_right .right_table .table_top input {
            width: 208px;
            height: 28px;
            border-radius: 2px;
            border: solid 1px #cccccc;
            padding: 0 5px;
        }

        .section_right .right_table .table_top button:first-of-type {
            margin-left: 15px;
        }

    .main_table {
        margin: 0 20px;
        max-height: 570px;
        overflow-y: auto;
        overflow-x: hidden;
        clear: both;
    }

        .main_table.notop {
            margin-top: 20px;
        }

        .main_table.nopage {
            margin: 20px;
            max-height: 460px;
        }

    .t_center .center_main {
        width: 100%;
        height: auto;
        height: 670px;
        overflow: hidden;
        background-color: #fff;
    }

        .t_center .center_main .main_top h3 {
            font-size: 24px;
            margin: 40px 0 20px;
            text-align: center;
        }

        .t_center .center_main .main_top p {
            text-align: center;
            margin-bottom: 20px;
        }

            .t_center .center_main .main_top p span {
                color: #3e93ed;
                margin-right: 30px;
            }

    .center_main .center_content {
        padding: 20px;
    }

    .center_content > div {
        width: 490px;
        height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #f5f5f5;
        padding: 30px 40px;
    }

        .center_content > div:last-of-type {
            margin-left: 20px;
        }

        .center_content > div h6 {
            font-size: 16px;
            margin-bottom: 40px;
            text-align: center;
        }

        .center_content > div .timeline {
            width: 450px;
            height: auto;
            overflow: hidden;
            padding: 20px;
            margin-bottom: 20px;
            background-color: #fff;
        }

            .center_content > div .timeline p:first-of-type {
                color: #666;
                margin-bottom: 20px;
            }

            .center_content > div .timeline p:last-of-type {
                font-size: 16px;
                font-weight: bold;
            }

    .section_right .right_content {
        width: 985px;
        max-height: 650px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 20px;
    }

        .section_right .right_content h3 {
            font-size: 18px;
            text-align: center;
            line-height: 30px;
            border-bottom: 1px solid #bbb;
        }

        .section_right .right_content p {
            font-family: MicrosoftYaHei;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 21px;
            letter-spacing: 0px;
            color: #666666;
            text-indent: 2em;
        }

        .section_right .right_content .section_content h6 {
            margin-top: 20px;
        }

        .section_right .right_content .section_content hr {
            background-color: #eee;
            height: 1px;
            border: none;
        }

        .section_right .right_content .section_content p {
            font-size: 12px;
        }
    /* 弹出框内的样式 */
    .downmodel {
        margin: 10px 0;
    }

    .downwarn {
        font-size: 12px;
        color: #e83939;
    }

    .insurance {
        width: calc(100% - 105px);
        margin-left: 100px;
        margin-top: -16px;
    }

        .insurance > p {
            width: 100px;
            font-size: 12px;
            color: #999;
            text-align: right;
        }

        .insurance > div.insurance_kind {
            margin-left: 100px;
            margin-top: -14px;
        }

            .insurance > div.insurance_kind span, .checkbox_span {
                vertical-align: 2px;
                margin: 0;
                margin-left: 10px;
            }

            .insurance > div.insurance_kind p {
                font-size: 12px;
                margin-bottom: 10px;
                width: 50%;
                float: left;
            }

                .insurance > div.insurance_kind p.fulltext {
                    width: 100%;
                }

    .email_wrap {
        margin: 25px 20px 30px;
    }

        .email_wrap h4 {
            margin-bottom: 25px;
            font-size: 16px;
        }

        .email_wrap > p {
            margin-bottom: 10px;
            color: #666;
        }

            .email_wrap > p span {
                color: #3e93ed;
            }

        .email_wrap .confirm_email {
            width: 570px;
            height: 410px;
            overflow-y: auto;
            padding: 20px;
            margin-top: 20px;
            background-color: #f5f5f5;
        }

            .email_wrap .confirm_email p {
                line-height: 18px;
                color: #666;
            }

    .table_wrap2, .table_wrap3 {
        width: 450px;
        margin-left: 110px;
        margin-top: -20px;
    }

    .table_wrap2 {
        width: 300px;
    }

    .course_save {
        margin: 20px 0 60px;
        width: 291px;
        height: 36px;
        background-color: #3e93ed;
        border: none;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
    }

    .class_text span {
        color: #3e93ed;
    }

    .airfee_text {
        margin-top: 10px;
        font-size: 12px;
    }

    .hlepCenterBox {
        width: 1200px;
        margin: 0 auto;
    }

    .hlepCenterBoxLeft {
        height: 45px;
        line-height: 45px;
        width: 186px;
        border-bottom: 2px solid #f4b234;
    }

        .hlepCenterBoxLeft h5 {
            display: inline-block;
            font-family: MicrosoftYaHei-Bold;
            font-size: 20px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 21px;
            letter-spacing: 0px;
            color: #3e93ed;
        }

        .hlepCenterBoxLeft span {
            display: inline-block;
            font-family: MicrosoftYaHei-Bold;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 21px;
            letter-spacing: 0px;
            color: #f4b234;
            margin-left: 10px;
        }

    .Course_time {
        padding-top: 20px;
    }

    .seleBoxBtn {
        display: inline-block;
        width: 21px;
        height: 16px;
        background: url(../img/chakan.png) no-repeat;
    }

    .CourseTab {
        padding: 20px 20px 40px 20px;
    }

    .Course_table tbody tr td {
        border: 1px solid #eee;
    }