/************************头部*****************************/
.wrapper {
    min-width: 1200px;
    margin: 0 auto;
}

.header {
    height: 70px;
    background-color: #FFFFff;
    -moz-box-shadow: 1px 5px 14px #efefef;
    -webkit-box-shadow: 1px 5px 14px #efefef;
    box-shadow: 1px 5px 14px #efefef;
}

.logo {
    color: #3d4860;
    font-size: 24px;
    float: left;
    padding: 18px 0px 0px 35px;
}

.user {
    background-position: -233px 0px;
    width: 267px;
    height: 70px;
    float: right;
    padding-left: 66px;
    color: #FFFFff;
    line-height: 70px;
}

    .user a {
        display: block;
        float: left;
        color: #FFFFff;
    }

        .user a:active, .user a:visited {
            color: #FFFFff;
        }

    .user b {
        font-weight: normal;
        display: block;
        float: left;
        margin: 0px 10px;
        width: 90px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .user .exit {
        color: #FFFFff;
        display: block;
        float: left;
    }

.icons-head {
    background-position: -244px -89px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-top: 15px;
    float: left;
}
/************************左侧菜单*****************************/
.main {
    margin: 0 auto;
    margin-left: 4px;
}

.a-box {
    background: #ffffff;
    -moz-box-shadow: 1px 1px 14px #efefef;
    -webkit-box-shadow: 1px 1px 14px #efefef;
    box-shadow: 1px 1px 14px #efefef;
}

.menu-panel {
    width: 176px;
    margin-top: 20px;
    float: left;
    position: relative;
    padding: 0px 0px 67px 0px;
}

.menu-head {
    background-position: 0px 0px;
    width: 176px;
    height: 109px;
    color: #FFFFff;
    text-align: center;
    padding-top: 5px;
}

    .menu-head .icons-head {
        float: none;
        display: inline-block;
    }

    .menu-head b {
        display: block;
        text-align: center;
        font-weight: normal;
        margin-top: 5px;
    }

.menu-ui {
    padding: 10px 0px 15px 0px;
    min-height:630px;
}

    .menu-ui li {
        line-height: 50px;
        position: relative;
    }

        .menu-ui li a {
            display: block;
            color: #666e80;
            position: relative;
            padding: 0px 20px;
        }

            .menu-ui li a.current {
                color: #ff6600;
            }

                .menu-ui li a.current .iconfont {
                    color: #ff6600;
                }

                .menu-ui li a.current:before {
                    display: block;
                    content: "";
                    width: 2px;
                    height: 24px;
                    background-color: #ff6600;
                    position: absolute;
                    top: 13px;
                    left: 0px;
                }

        .menu-ui li .menu-open .iconfont {
            position: absolute;
            top: 0px;
            right: 15px;
            color: #666e80;
            font-size: 14px;
        }

    .menu-ui ol {
        background-color: #fff7f2;
        padding: 0px;
        margin: 0px;
        display: none;
    }

    .menu-ui li ol li a.current {
        color: #ff6600;
    }

    .menu-ui li ol a.current:before {
        display: none;
    }

.icon-menu-bot {
    background-position: 0px -121px;
    height: 67px;
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
/************************基本情况*****************************/
.form-main {
    padding-top: 20px;
    width: 87%;
    margin-left: 189px;
}

    .form-main h3 {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .form-main h4 {
        font-size: 15px;
        font-weight: normal;
        color: #3d4860;
        padding: 10px 0px 10px 15px;
        position: relative;
    }

        .form-main h4:after {
            display: block;
            content: "";
            position: absolute;
            top: 18px;
            left: 0px;
            width: 6px;
            height: 6px;
            background-color: #fe7418;
            border-radius: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
        }

.help, .help:hover {
    display: inline-block;
    margin-left: 5px;
    color: #b3b3b3;
    cursor: pointer;
    font-weight: normal;
}

.form-box {
    margin-bottom: 10px;
    padding: 20px 30px 20px 10px; 
}

    .form-box .form-group {
        margin: 10px 0px;
    }

        .form-box .form-group .title {
            width: 140px;
            margin: 0px;
            float: left;
            font-weight: normal;
            color: #959aa6;
            text-align: right;
            padding-top: 10px;
            line-height: 18px;
        }

        .form-box .form-group .no-space {
            padding-top: 0px;
        }

        .form-box .form-group .form-input {
            margin-left: 150px;
            position: relative;
        }

            .form-box .form-group .form-input .unit {
                position: absolute;
                top: 8px;
                right: 10px;
                z-index: 100;
            }

.form-box-inline .form-group {
    width: 50%;
    float: left;
}

.form-control {
    height: 40px;
    line-height: 40px;
    border: 1px solid #ebe5e1;
    background-color: #fcfcfc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}

    .form-control:focus, .form-control.focus {
        border-color: #ff6600;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(225,102,0,.075),0 0 8px rgba(225,102,0,.6);
        box-shadow: inset 0 1px 1px rgba(225,102,0,.075),0 0 8px rgba(225,102,0,.6);
    }

.form-box .radio-list {
    padding-top: 0px;
}

.form-action {
    padding: 10px 0px;
    text-align: center;
}

.btn-red {
    min-width: 200px;
    height: 40px;
    padding: 0px 10px;
    line-height: 40px;
    color: #FFFFff;
    background-color: #ff6600;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 0px;
}

.tab {
    margin-bottom: 20px;
}

    .tab ul li {
        float: left;
        padding: 0px 30px;
        margin-right: 9px;
    }

        .tab ul li a {
            display: block;
            border-bottom: 3px solid transparent;
            color: #959aa6;
            line-height: 44px;
            padding-top: 3px;
            font-size: 16px;
        }

            .tab ul li a.current {
                display: block;
                border-bottom: 3px solid #ff6600;
                color: #3d4860;
            }

.form-textarea {
    padding: 20px 30px;
}

textarea.form-txt {
    height: 200px;
    line-height: 22px;
}

textarea.form-txt2 {
    height: 40px;
    line-height: 22px;
}

.form-box-auto .form-group {
    width: auto;
    float: left;
    margin-left: 20px;
}

    .form-box-auto .form-group .title {
        width: auto;
        margin-right: 10px;
    }

    .form-box-auto .form-group .form-control {
        width: 120px;
    }

    .form-box-auto .form-group .form-input {
        float: left;
        margin-left: 0px;
    }

.form-box-foundation .form-group {
    width: auto;
    float: left;
    margin: 5px 0px 5px 10px;
}

    .form-box-foundation .form-group .title {
        width: 270px;
    }

    .form-box-foundation .form-group .form-input {
        margin-left: 0px;
    }

    .form-box-foundation .form-group .form-control {
        width: 200px;
    }

    .form-box-foundation .form-group .form-size {
        width: 88px;
        float: left;
    }

.parting {
    display: block;
    float: left;
    width: 23px;
    text-align: center;
    line-height: 40px;
}

.found-title {
    display: block;
    width: 200px;
    text-align: center;
    color: #959aa6;
}

.form-box .form-group .title.no-space {
    padding: 0px;
}

.form-box-construction .form-group {
    width: auto;
    float: left;
    margin: 10px 0px 10px 10px;
}

    .form-box-construction .form-group .title {
        width: 420px;
    }

    .form-box-construction .form-group .form-input {
        margin-left: 0px;
    }

    .form-box-construction .form-group .form-control {
        width: 340px;
    }

.tab-size {
    margin-bottom: 10px;
}

.form-box .form-group .form-control.txt-big {
    width: 620px;
}

.form-box .form-group .form-input-singer {
    margin-left: 30px;
}

.small-title {
    color: #959aa6;
    font-size: 12px;
}

.tab-list {
    margin-bottom: 10px;
}

    .tab-list table {
        width: 100%;
    }

    .tab-list td, .tab-list th {
        line-height: 40px;
        border: 1px solid #ebe5e1;
        text-align: center;
    }

    .tab-list th {
        color: #959aa6;
        font-weight: normal;
    }

    .tab-list .form-input input {
        width: 100%;
        border: 0px;
        line-height: 40px;
        text-align: center;
    }

        .tab-list .form-input input:focus {
            -moz-box-shadow: 0px 0px 2px #ff6600;
            -webkit-box-shadow: 0px 0px 2px #ff6600;
            box-shadow: 0px 0px 2px #ff6600;
        }

a.fund-add, a.fund-add:hover, a.fund-add:visited, a.fund-add:active {
    color: #e2915a;
    text-decoration: none;
}

.form-fund .form-group .title {
    width: 210px;
}

.form-fund .form-group .form-input {
    margin-left: 220px;
}

.form-committee {
    height: inherit;
    line-height: 26px;
    color: #3d4860;
}

    .form-committee .form-txt {
        width: 100%;
        height: 280px;
        background: none;
    }

textarea.form-txt-middle {
    height: 300px;
    line-height: 22px;
}

.back-fixed {
    position: fixed;
    bottom: 50px;
    z-index: 1001;
    background-color: #FFFFff;
    width: 60px;
    text-align: center;
    border: 1px solid #ebe5e1;
    border-top: 0px;
}

    .back-fixed ul li a {
        display: block;
        width: 100%;
        height: 60px;
        color: #666666;
        font-size: 15px;
        border-top: 1px solid #ebe5e1;
        line-height: 20px;
        padding-top: 12px;
    }

        .back-fixed ul li a.view {
            line-height: 40px;
        }

        .back-fixed ul li a:hover {
            background-color: #ff6600;
            color: #FFFFff;
            text-decoration: none;
        }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f5f5f5;
    color: #969799;
}

.pagination > li > a, .pagination > li > span {
    color: #333;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #ff6600;
    border-color: #ff6600;
}

.page .pagination {
    margin: 10px 0px;
}

.description {
    padding: 70px;
    min-height: 775px;
}

    .description ul li {
        position: relative;
        padding: 15px 0px 15px 55px;
        line-height: 26px;
        color: #666e80;
    }

        .description ul li span {
            position: absolute;
            top: 10px;
            left: 0px;
            background-color: #ffe0cc;
            width: 36px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            color: #FFFFff;
            border-radius: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            display: block;
        }

.file-box .form-control {
    width: 400px;
    float: left;
}

.form-box .form-group .form-file {
    float: left;
    margin: 0px 0px 0px 10px;
    position: relative;
}

.btn-file {
    min-width: 120px;
    margin-left: 20px;
    color: #ff6600;
    border: 1px solid #ff6600;
    background-color: #FFFFff;
}

    .btn-file .iconfont {
        display: inline-block;
        margin-right: 5px;
    }

.file {
    filter: alpha(opacity:0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    width: 100%;
    height: 40px;
    cursor: pointer;
}

.form-box-inline .form-auto {
    width: 100%;
}

.form-box .check-list {
    padding: 0px 10px;
}

    .form-box .check-list label {
        float: none;
        display: block;
        margin: 10px 0px;
    }

.form-box.col-3 .form-group {
    width: 33.33%;
}

    .form-box.col-3 .form-group .title {
        width: 110px;
    }

    .form-box.col-3 .form-group .form-input {
        margin-left: 120px;
    }

.form-box .form-group.auto {
    width: 100%;
}

.form-box-inline .form-group.col-6 {
    width: 60%;
}

.form-box-inline .form-group.col-4 {
    width: 40%;
}

textarea.size {
    height: 80px;
}

textarea.middle {
    height: 150px;
}

.tab-normal {
    margin-bottom: 10px;
}

    .tab-normal table {
        width: 100%;
    }

    .tab-normal td, .tab-normal th {
        line-height: 26px;
        border: 1px solid #999999;
        text-align: center;
        min-height: 26px;
    }

    .tab-normal th {
        color: #959aa6;
        font-weight: normal;
    }

    .tab-normal .form-input input {
        width: 100%;
        border: 0px;
        line-height: 26px;
        text-align: center;
    }

.login-bg {
    background: #ff9a57 url("../images/login-bg.png") center no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.login-head {
    background-color: #FFFFff;
    height: 120px;
    line-height: 120px;
    font-size: 36px;
}

.login-footer {
    background-color: #FFFFff;
    height: 120px;
    line-height: 120px;
    text-align: center;
    color: #85898b;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.login-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    z-index: 100;
    margin: -275px auto 0px;
    width: 1200px;
}

.login-main {
    background-color: #FFFFff;
    width: 500px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 20px 50px;
    margin-top: 5%;
}

    .login-main h1 {
        color: #ff6600;
        font-size: 30px;
        text-align: center;
        font-weight: normal;
        padding: 28px 0px 0px 0px;
    }

    .login-main .form-group {
        margin-top: 28px;
    }

    .login-main .form-input {
        position: relative;
    }

        .login-main .form-input .unit {
            position: absolute;
            top: 18px;
            left: 15px;
        }

    .login-main .form-control {
        height: 60px;
        line-height: 60px;
        padding: 20px 12px 20px 45px;
    }

.btn-login {
    background-color: #ff6600;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 0px;
}

    .btn-login:hover {
        background-color: #f16304;
    }

.other {
    color: #999999;
    padding-bottom: 28px;
}

    .other a {
        color: #ff6600;
    }

.index-main {
    width: 1020px;
    margin: -380px auto 0px;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    z-index: 10;
    min-height: 550px;
}

    .index-main h1 {
        font-size: 30px;
        text-align: center;
        color: #FFFFff;
        font-weight: normal;
    }

.index-list {
    padding-top: 60px;
}

    .index-list ul li {
        width: 50%;
        float: left;
    }

        .index-list ul li .item {
            margin: 0px 15px 25px;
            background-color: #FFFFff;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            text-align: center;
            -moz-box-shadow: 0px 1px 18px #ff6600;
            -webkit-box-shadow: 0px 1px 18px #ff6600;
            box-shadow: 0px 1px 18px #ff6600;
        }

            .index-list ul li .item a {
                display: block;
                height: 240px;
                color: #ff6600;
                font-size: 18px;
                padding-top: 35px;
            }

        .index-list ul li .icons {
            width: 166px;
            height: 130px;
        }

        .index-list ul li .icons-page1 {
            background-position: 0px -240px;
        }

        .index-list ul li .icons-page2 {
            background-position: -216px -242px;
        }

        .index-list ul li .icons-page3 {
            background-position: 0px -450px;
        }

        .index-list ul li .icons-page4 {
            background-position: -185px -450px;
        }

        .index-list ul li p {
            padding-top: 10px;
        }

.index-footer {
    color: #FFFFff;
    text-align: center;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 50px;
    z-index: 1000;
}

.modify-password {
    float: none;
    width: auto;
}

.password-main {
    padding: 100px 0px;
    max-width: 550px;
    margin: auto;
}

    .password-main .form-group {
        margin: 28px 0px;
    }

    .password-main .form-control {
        line-height: 60px;
        height: 60px;
    }

    .password-main .form-group .title {
        padding-top: 20px;
        color: #333333;
    }

    .password-main .btn-red {
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        line-height: 60px;
        height: 60px;
        width: 100%;
        min-width: inherit;
        font-size: 16px;
    }

.register .login-main {
    padding: 10px 50px;
    margin-top: 1.5%;
}

    .register .login-main .form-group {
        margin-top: 8px;
        margin-bottom: 0px;
        padding-bottom: 2px;
    }

    .register .login-main .form-control {
        line-height: 42px;
        height: 42px;
        padding: 5px 12px 5px 45px;
    }

    .register .login-main h1 {
        padding-top: 10px;
        font-size: 20px;
        padding-bottom: 5px;
    }

.register .btn-login {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
}

.register .login-main .form-input .unit {
    top: 10px;
}

.password-tab {
    border-bottom: 1px solid #eeeeee;
}

    .password-tab ul li {
        display: inline-block;
        cursor: pointer;
        padding: 0px 10px 15px;
        border-bottom: 1px solid transparent;
        margin-right: 10px;
    }

        .password-tab ul li.current {
            color: #ff6600;
            border-color: #ff6600;
        }

.third-title {
    font-size: 14px;
    padding: 0px 10px 0px;
    margin-bottom: 10px;
    color: #333;
}

.form-box.tb-list {
    padding-left: 12px;
}

.liner {
    margin-left: -10px;
    margin-right: -30px;
}

.txt-source {
    line-height: 18px;
    border: 0px;
    border-bottom: 1px solid #dddddd;
    width: 80px;
}

.build-title {
    width: 170px;
}

.tb-list .year {
    width: 6px;
    line-height: 18px;
}

.tab-list .form-input.text-left input {
    text-align: left;
    text-indent: 10px;
}

.base-theme {
    color: #959aa6;
    width: auto;
    margin-bottom: 0px !important;
}

    .base-theme h3 {
        font-size: 14px;
        margin: 0px;
        background-color: #f8f8f8;
        padding: 10px;
    }

.form-box-inline .form-group.col-3 {
    width: 30%;
}

.form-box-inline .form-group.col-2 {
    width: 20%;
}

    .form-box-inline .form-group.col-3 .title, .form-box-inline .form-group.col-2 .title {
        width: auto;
        float: none;
        padding: 10px 10px 0px;
        line-height: 20px;
        overflow: hidden;
    }

.form-box-inline .form-group.third.col-3 .title, .form-box-inline .form-group.third.col-2 .title {
    min-height: 72px;
}

.form-box-inline .form-group.col-3 .form-input, .form-box-inline .form-group.col-2 .form-input {
    margin: 8px 10px 2px;
}

.file-upload {
    width: 78%;
    margin: 0px auto !important;
    position: relative;
    z-index: 1;
}

    .file-upload .form-input {
        margin-right: 100px;
    }

    .file-upload .btn-choose {
        width: 100px;
        background-color: #ff6600;
        height: 40px;
        line-height: 40px;
        color: #FFFFff;
        text-align: center;
        position: absolute;
        top: 0px;
        right: 0px;
        border: 0px;
        z-index: 1;
    }

    .file-upload .file {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 40px;
        opacity: 0;
        z-index: 1000;
    }

.file-link {
    display: block;
    line-height: 20px;
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-list .form-group {
    position: relative;
    border-bottom: 1px dashed #dedede;
    height: 45px;
}

    .file-list .form-group .title {
        width: 100px;
    }

.file-list .form-input {
    margin-right: 100px;
    margin-left: 110px !important;
}

.btn-download {
    width: 80px;
    position: absolute;
    top: 4px;
    right: 0px;
    min-width: 80px;
    height: 30px;
    line-height: 30px;
}

/*2018-10-18*/
.file-item .form-group {
    position: relative;
    border-bottom: 1px dashed #dedede;
    height: 45px;
    margin: 0px;
}

    .file-item .form-group .title {
        width: auto;
        padding-left: 10px;
        color: #666666;
    }

.file-item .file-upload {
    width: 100px;
    float: right;
    height: 30px;
    margin-top: 7px !important;
}

    .file-item .file-upload:hover .btn-choose {
        background-color: #ff6600;
        color: #FFFFff;
    }

.file-item .btn-delete {
    width: 80px;
    float: right;
    margin-left: 10px;
    min-width: 80px;
    margin-top: 7px;
    height: 30px;
    line-height: 30px;
    background-color: #FFFFff;
    color: #999999;
    border: 1px solid #e4dfdf;
}

.file-item .file-upload .btn-choose {
    width: 100px;
    color: #ff6600;
    background-color: #FFFFff;
    border: 1px solid #ff6600;
    min-width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.file-item .file-upload .file {
    height: 30px;
}

.file-description {
    font-size: 17px;
    font-weight: normal;
    padding-bottom: 15px;
    color: #ff6600;
}

/* 2018/11/20 */
.found-title.small {
    width: 130px;
    font-size: 14px;
}

.form-box-foundation .form-group .form-radio {
    width: 130px;
    text-align: center;
    line-height: 40px;
}

    .form-box-foundation .form-group .form-radio input {
        margin-left: 20px;
        margin-right: 5px;
    }

        .form-box-foundation .form-group .form-radio input:first-child {
            margin-left: 0;
        }

.found-title.remark {
    width: 420px;
}

.form-box-foundation .form-group .form-control.remark {
    width: 420px;
}

.menu-ui li a.title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.main.full {
    width: 100%;
    min-width: 1903px;
}

    .main.full .form-main {
        width: -webkit-calc(100% - 240px);
        width: -moz-calc(100% - 240px);
        width: calc(100% - 240px);
    }

/*2018-12-04*/
.index-item {
    padding-top: 100px;
}

    .index-item ul li {
        width: auto;
        height: 480px;
    }

        .index-item ul li .item {
            width: 254px;
            height: 480px;
            margin: 0px 0px 25px;
            position: relative;
        }

        .index-item ul li .icons {
            width: 122px;
            height: 94px;
        }

.icons-page5 {
    background-position: -378px -343px;
}

.icons-page6 {
    background-position: -378px -459px;
}

.icons-page7 {
    background-position: -378px -568px;
}

.icons-arrow {
    background-position: -418px -214px;
}

.index-item ul li .index-arrow {
    padding: 200px 28px 0px;
}

    .index-item ul li .index-arrow .icons {
        width: 68px;
        height: 60px;
    }

.op4 {
    opacity: 0.4;
}

.index-item ul li .item a {
    height: auto;
}

.index-item ul li p {
    color: #666666;
    font-size: 20px;
    margin: 20px 40px 0px;
    word-break: break-all;
    line-height: 40px;
}

.index-item ul li .item .link {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 50px;
    z-index: 100;
    padding: 0px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #ffffff;
    font-size: 14px;
    margin: 0 auto;
}

.link-green {
    background-color: #06b27f;
}

.link-orange {
    background-color: #ff6600;
}

.link-disabled {
    background-color: #bbbbbb;
    cursor: not-allowed;
}

.tab-list .status_1 {
    color: #06b27f;
}

.tab-list .status_2 {
    color: #00a2ff;
}

.tab-list .status_3 {
    color: #aaaaaa;
}

.tab-list .disabled {
    color: #aaaaaa;
}

.tab-list .orange {
    color: #ff6600;
}

.form-tv {
    line-height: 28px;
    padding: 5px;
    text-align: left;
}

.form-new-action .btn-red {
    min-width: 120px;
    margin: 0px 10px;
    border: 1px solid #ff6600;
}

.form-new-action .save {
    background-color: #FFFFff;
    color: #ff6600;
}

.form-wrapper {
    width: auto;
    float: none;
    position: relative;
}

.btn-red-min {
    min-width: 75px;
    display: inline-block;
    color: #FFFFff;
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    text-align: center;
    position: absolute;
    top: 12px;
    right: 0px;
}

    .btn-red-min:hover {
        color: #fff;
    }

    .btn-red-min:visited {
        color: #fff;
    }

.form-wrapper .tab-list tr td:last-child {
    position: relative;
}

    .form-wrapper .tab-list tr td:last-child .form-input {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
    }

        .form-wrapper .tab-list tr td:last-child .form-input .size {
            position: absolute;
            top: 1px;
            left: 0px;
            bottom: 1px;
        }


/*2018-12-05专家入口页面关闭*/
.login-bg a.exit {
    width: 60px;
    height: 60px;
    float: right;
    text-align: center;
    line-height: 60px;
    margin: 30px 30px 0px;
}

    .login-bg a.exit i.icon-drop-out {
        background: #ffbd91;
        display: block;
        border-radius: 50px;
        cursor: pointer;
    }

        .login-bg a.exit i.icon-drop-out:before {
            color: #fff;
            font-size: 24px;
        }

/*2018-12-06专家细节调整*/
.form-title {
    margin: 15px 0px 20px;
    text-align: center;
}

    .form-title h2 {
        font-size: 24px;
    }

    .form-title .position-school {
        font-size: 14px;
        margin-top: 15px;
        color: #666;
    }

        .form-title .position-school span {
            color: #ff6600;
        }

.form-tab-title {
    margin-top: 10px;
    padding-bottom: 15px;
}

    .form-tab-title small {
        padding-left: 10px;
    }

.form-wrapper .position {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #aaaaaa;
}

    .form-wrapper .position span {
        color: #666;
        padding: 0px 5px;
    }

    .form-wrapper .position a.back {
        padding: 0px 5px;
        color: #aaaaaa;
        cursor: pointer;
    }

        .form-wrapper .position a.back:hover {
            color: #ff6600;
        }

    .form-wrapper .position .btn-red-min {
        top: 16px;
    }

.form-wrapper .form-control {
    background-color: #FFF;
}

.form-wrapper h4 {
    padding: 13px 0px 5px 15px;
}

.form-wrapper .school-list table tr:hover {
    background: #f8f8f8;
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width:768px) {
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 750px) and (max-width: 1366px) {
    .index-main {
        margin: -290px auto 0px;
        min-height: 450px;
    }

    .index-item ul li {
        height: 360px;
    }

        .index-item ul li .item {
            height: 360px;
        }

        .index-item ul li p {
            font-size: 16px;
            line-height: 30px;
            margin: 5px 40px 0px;
        }

        .index-item ul li .index-arrow {
            padding: 150px 28px 0px;
        }

    .index-list {
        padding-top: 50px;
    }

        .index-list ul li .item {
            margin-bottom: 15px;
        }

            .index-list ul li .item a {
                height: 200px;
                padding-top: 10px;
            }

    .login-bg a.exit {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

        .login-bg a.exit i.icon-drop-out {
            border-radius: 100%;
        }

    .index-item {
        padding-top: 80px;
    }

        .index-item ul li .item a {
            padding-top: 25px;
        }

    .login-wrapper {
        margin: -230px auto 0px;
    }

    .login-head {
        font-size: 26px;
        height: 100px;
        line-height: 100px;
    }
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
}
