@charset "utf-8"; /* CSS Document */

/*-----------------------------------------初始化样式------------------------------------------*/
body {
    padding: 0;
    margin: 0 auto;
    background-color: #FFF;
    line-height: 24px;
}

img {
    border: none;
}

h1, h2, h3, h4, h5, h6, hr, blockquote, form, ul, ol, li, p, pre, dl, dt, dd, fieldset, legend, button, input, textarea, th, td {
    padding: 0px;
    margin: 0px;
}

ul, ol, li {
    list-style: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-right: 1px;
}

.clear {
    clear: both;
    line-height: 0px;
    font-size: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    overflow: hidden;
}

.lt {
    float: left;
    _display: inline;
}

.rt {
    float: right;
}

.hr_10 {
    clear: both;
    height: 10px;
    overflow: hidden;
    font-size: 1px;
    line-height: 1px;
}

/*------------------------------------------字体样式-------------------------------------------*/
body, button, input, select, textarea {
    font-family: "Microsoft YaHei";
    color: #333;
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}

small {
    font-size: 12px;
}

.bold {
    font-weight: bold;
}

.ft12 {
    font-size: 12px;
}

.ft14 {
    font-size: 14px;
}

.ft16 {
    font-size: 16px;
}

.ft18 {
    font-size: 18px;
}

.ft26 {
    font-size: 26px;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #CC0000;
        text-decoration: underline;
    }

    a.red {
        color: #B70B00;
    }

        a.red:hover {
            color: #B70B00;
        }

    a.white, .white a {
        color: #fff;
    }

        a.white:hover, .white a:hover {
            color: #fff;
        }

    a.org, .org {
        color: #F60;
    }

    a.SpaceLink {
        color: #dd2c03;
        margin-left: 2px;
        margin-right: 2px;
        line-height: 30px;
    }

    a.Block {
        display: block;
    }

    a.green {
        color: #219FAD;
    }

        a.green:hover {
            color: #C00;
        }

.gray a {
    color: #666;
}

    .gray a:hover {
        color: #C00;
    }

/*-----------------------------------------全局结构----------------------------------------*/
.mt10 {
    margin-top: 10px;
}

.mt12 {
    margin-top: 12px;
}

.mt20 {
    margin-top: 20px;
}

.ml34 {
    margin-left: 34px;
}

.mr14 {
    margin-right: 14px;
}

.pt4 {
    padding-top: 4px;
}

.pt12 {
    padding-top: 12px;
}

.pt15 {
    padding-top: 15px;
}

.pt18 {
    padding-top: 18px;
}

.pt18_admin {
    padding-top: 18px;
    margin-top: 0px;
}

    .pt18_admin td {
        padding-right: 4px;
    }

.pt24 {
    padding-top: 24px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pl52 {
    padding-left: 52px;
}

.pl72 {
    padding-left: 72px;
}

.pl82 {
    padding-left: 82px;
}

.pl100 {
    padding-left: 100px;
}

.pl120 {
    padding-left: 120px;
}

.pl-em {
    padding-left: 122px;
}

.pl4 {
    padding-left: 4px;
}

.pb18 {
    padding-bottom: 18px;
}

.pb40 {
    padding-bottom: 40px;
}

.line18 {
    line-height: 18px;
}

.line27 {
    line-height: 27px;
}

.line28 {
    line-height: 28px;
}

.line30 {
    line-height: 30px;
}

.bggray {
    background: #FAFAFA;
}
.bggreen {
    background: #219FAD;
}

.gray {
    color: #999;
}

.green {
    color: #219FAD;
}

.blue {
    color: #0090C5;
}

.none {
    display: none;
}

.indent {
    text-indent: 2em;
}

.center {
    text-align: center;
}

.middle {
    vertical-align: middle;
}

.wrapper {
    width: 950px;
    margin: 0 auto;
}

.txtwt260 {
    display: inline-block;
    width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*头部banner*/
#head {
    background: url(/Images/bg_head.png) repeat-x;
    width: 100%;
}

.banner {
    background: url(/Images/banner2018.jpg) no-repeat;
    height: 110px;
}

.bk_banner {
    background: url(/Images/bk_banner.jpg) no-repeat;
    height: 110px;
}

.loginbanner {
    height: 1px;
}
/*导航*/
#nav {
    background: url(/Images/bg_nav.png) repeat-x;
}

.nav {
    width: 600px;
}

    .nav .container {
        position: relative;
        overflow: visible;
        z-index: 99;
    }

    .nav li.navmenu {
        position: relative;
    }

    .nav li.navmenu {
        font-weight: normal;
        display: inline-block;
    }

    .nav li.navmenu {
        background: url(/Images/nav_line.png) no-repeat right 0;
        border-bottom: 6px solid #DFDFDF;
        float: left;
        font: 14px/40px Microsoft YaHei;
        color: #FFF;
    }

        .nav li.navmenu a {
            display: block;
            padding: 0 25px;
            width: 4em;
            text-align: center;
            height: 40px;
        }

            .nav li.navmenu a:hover {
                text-decoration: none;
            }

    .nav li.on {
        background: #1F97A5;
        border-bottom: 6px solid #F60;
    }

    .nav ul.children {
        display: none;
        position: absolute;
        top: 40px;
        left: 3px;
        width: 220px;
        background: #FFF;
        border: 2px solid #AAAAAA;
        border-top: 0;
        line-height: normal;
        z-index: 1
    }

        .nav ul.children li.dd {
            width: 220px;
            padding: 0px;
            display: inline-block;
            font-size: 12px;
            border-top: 1px solid #ccc;
        }

            .nav ul.children li.dd a {
                width: 100%;
                height: 18px;
                line-height: 16px;
                overflow: hidden;
                padding: 3px 0;
                display: block;
                color: #1a529c;
                text-align: center;
                text-decoration: none;
                font-size: 14px;
            }

                .nav ul.children li.dd a:hover {
                    background-color: #eee;
                    text-decoration: none;
                }
/*.nav .moreArea{position:relative;z-index:10px;}
.nav .moreArea a{background:url(/Images/arrow_down.gif) no-repeat 88px 50%;}
.nav .moreArea em{display:none;position:absolute;top:40px;left:0;background:#F60;filter:alpha(opacity=90);opacity:0.9;box-shadow:1px 4px 3px #666666;}
.nav .moreArea em a{display:inline-block;border-radius:0;line-height:40px;background:none;border-top:1px solid #FFF;}
.nav .moreArea em a:hover{text-decoration:underline;}
.nav .moreOn em{display:block;}*/


.navbtn {
    line-height: 40px
}

    .navbtn input {
        border: 0px none;
        cursor: pointer;
        background-color: Transparent;
        color: Black;
        font-size: 14px;
    }

        .navbtn input:hover {
            border: 0px none;
            cursor: pointer;
            background-color: Transparent;
            text-decoration: underline;
            color: #CC0000;
            font-size: 14px;
        }

.search {
    width: 110px;
    border-bottom: 6px solid #DFDFDF;
    text-align: right;
}

.search1 {
    width: 250px;
    border-bottom: 6px solid #DFDFDF;
    text-align: right;
}


.bread {
    height: 44px;
    line-height: 44px;
}

/*合作 */
.partner {
    width: 950px;
    padding: 0 0 100px;
}

    .partner h2 {
        font: 16px/38px Microsoft YaHei;
    }
    /*.partner p span{display:inline-block;margin-right:2em;} */
    .partner ul {
        width: 130px;
        float: left;
    }

.partner_l {
    width: 800px;
    padding: 0 20px 50px;
    float: left;
}

    .partner_l h2 {
        font: 16px/38px Microsoft YaHei;
    }

.partner_r {
    width: 90px;
    padding: 0 0px 0px;
    float: left;
}

    .partner_r h2 {
        font: 16px/38px Microsoft YaHei;
    }

/*蒙版样式*/
#Mask {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background-image: url(Images/OpenTipAd.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.model-content {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #ffffff;
    border-radius: 6px;
    margin: 100px auto;
    line-height: 30px;
    z-index: 10001;
}


/*页脚*/
#footer {
    text-align: center;
    padding-top: 10px;
}

.widbox690 {
    width: 690px;
}

.widbox670 {
    width: 670px;
}

.widbox530 {
    width: 530px;
}

.widbox385 {
    width: 385px;
}

.widbox370 {
    width: 370px;
}

.widbox345 {
    width: 345px;
}

.widbox290 {
    width: 290px;
}

.widbox270 {
    width: 270px;
}

.widbox250 {
    width: 250px;
}

.widbox150 {
    width: 150px;
}

.titblue {
    background: url(/Images/bg_titblue.png) repeat-x;
    height: 34px;
    line-height: 34px;
    padding: 0 14px 0 20px;
    border-radius: 5px 5px 0 0;
}

    .titblue em {
        background: url(/Images/icon_line.gif) no-repeat 0 50%;
        height: 34px;
        display: inline-block;
        font: 16px/34px Microsoft YaHei;
        color: #FFF;
        padding-left: 12px;
    }

    .titblue span {
        float: right;
        font-size: 12px;
        font-weight: normal;
    }

.borderG {
    border: 1px solid #DDD;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.bordG {
    border: 1px solid #DDD;
    border-radius: 5px;
}

.bodG {
    border: 1px solid #DDD;
}

.bobdot {
    border-bottom: 1px dotted #DDD;
    width: 100%;
}

.info {
    padding: 10px 15px 2px;
}

.info2 {
    padding: 10px 20px;
}

.adpic {
    width: 250px;
    height: 196px;
}

    .adpic img {
        width: 250px;
        height: 196px;
        display: block;
    }

/*首页轮播图*/
.focusBox {
    width: 290px;
    height: 210px;
    overflow: hidden;
    position: relative;
}

.focusPic {
    background: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

    .focusPic li {
        position: absolute;
        left: 0;
        top: 0;
        display: none;
    }

    .focusPic img {
        width: 290px;
        height: 210px;
    }

.focusNum {
    position: absolute;
    width: 280px;
    height: 29px;
    padding: 9px 10px 0 0;
    text-align: right;
    right: 0;
    bottom: 0px;
    background: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

    .focusNum span {
        display: inline-block;
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        margin-right: 5px;
        background-color: #FFF;
        border-radius: 9px;
        color: #F30;
        cursor: pointer;
    }

        .focusNum span.on {
            background-color: #FF6633;
            font-weight: bold;
            color: #FFF;
        }

.newsbox {
    padding: 0 20px;
}

.titnews {
    background: url(/Images/bgnews.gif) no-repeat 80px 5px;
    height: 18px;
    font: 18px/18px Microsoft YaHei;
    padding-bottom: 10px;
}

    .titnews em {
        color: #F60;
    }

.listIcon li {
    background: url(/Images/listIcon2.gif) no-repeat 0 50%;
    padding-left: 15px;
    padding-top: 2px;
    padding-bottom: 2px
}

    .listIcon li span {
        color: #999999;
        float: right;
        font-size: 12px;
    }
/*首页登录区*/
.loginbox {
    border: 1px solid #DDD;
    border-top: none;
    border-radius: 0 0 8px 8px;
    width: 218px;
    height: 204px;
    overflow: hidden;
    padding: 0 25px 20px;
}

.titlogin {
    background: url(/Images/bg_user.png) no-repeat 0 50%;
    height: 38px;
    font: 16px/38px Microsoft YaHei;
    padding-left: 25px;
}

.username, .password, .mail {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    height: 28px;
    line-height: 28px;
    width: 208px;
    padding-left: 6px;
}

.username_mini, .password_mini {
    background: url(/Images/bg_input.png) no-repeat;
    border: none;
    height: 28px;
    line-height: 28px;
    width: 160px;
    padding-left: 6px;
}

.btn a {
    display: inline-block;
    width: 98px;
    height: 28px;
    line-height: 28px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
}

.btnlogin {
    background: url(/Images/bg_btn_org.png) repeat-x;
    border: 1px solid #EA5E00;
    color: #FFF;
}

input.btnlogin {
    background: url(/Images/btn_org.png);
    display: inline-block;
    width: 98px;
    height: 28px;
    line-height: 28px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    cursor: pointer
}

input.btnUplaod {
    background: url(/Images/btn_org.png);
    display: inline-block;
    padding: 4px;
    border: 1px solid #EA5E00;
    color: #000
}

a.btnlogin:hover {
    color: #FFF;
    text-decoration: none;
}

.btnregist {
    background: #FFF;
    border: 1px solid #DFDFDE;
    color: #F60;
}

a.btnregist:hover {
    color: #F60;
    text-decoration: none;
}

.loginbox2 {
    border: 1px solid #DDD;
    border-top: none;
    border-radius: 0 0 8px 8px;
    width: 222px;
    height: 204px;
    overflow: hidden;
    padding: 0 23px 20px;
}

.tlogin {
    background: url(/Images/bg_user.png) no-repeat 0 50%;
    height: 58px;
    font: 18px/58px Microsoft YaHei;
    padding-left: 20px;
    width: 90%;
}

.tlogin2 {
    font: 14px Microsoft YaHei;
    margin-top: 3%;
}

.widbox106 {
    display: inline-block;
    *width: 106px;
}

/*数学赛事安排*/
.timeline {
    background: 18px 0 #DDF5F9;
    border: 1px solid #A6E7EE;
    border-radius: 5px;
    width: 918px;
    padding: 12px 12px 12px 18px;
    font-family: Microsoft YaHei;
}

.timetit {
    padding: 0px 0px 6px 0px;
    font-size: 18px;
    line-height: 22px;
    color: #653299;
    float: left;
}

.timebox {
    background: #FFF;
    width: 800px;
    padding: 0 14px;
    border-radius: 5px;
    line-height: 30px;
}

.time {
    float: left;
    width: 158px;
    border-right: 2px solid #FFF;
    text-align: center;
}

    .time dt {
        border-bottom: 4px solid #DFDFDF;
    }

    .time.on dt {
        background: url(/Images/arrow_up.gif) no-repeat 50% bottom;
        color: #FF934A;
        border-bottom: 4px solid #FF934A;
    }


/*英语赛事安排*/
.timeline2 {
    background: 18px 0 #F0EEFB;
    border: 1px solid #26BCCB;
    border-radius: 5px;
    width: 918px;
    padding: 12px 12px 12px 18px;
    font-family: Microsoft YaHei;
}

.timetit2 {
    padding: 0px 0px 6px 0px;
    font-size: 18px;
    line-height: 22px;
    color: #B15252;
    float: left;
}

.timebox2 {
    background: #FFF;
    width: 800px;
    padding: 0 14px;
    border-radius: 5px;
    line-height: 30px;
}

.time2 {
    float: left;
    width: 158px;
    border-right: 2px solid #FFF;
    text-align: center;
}

    .time2 dt {
        border-bottom: 4px solid #DFDFDF;
    }

    .time2.on dt {
        background: url(/Images/arrow_up.gif) no-repeat 50% bottom;
        color: #FF934A;
        border-bottom: 4px solid #FF934A;
    }


/*历史的瞬间滚动*/
.roll-wrap {
    width: 258px;
    overflow: hidden;
}

.rollbox {
    width: 234px;
    overflow: hidden;
    position: relative;
    display: inline;
}

    .rollbox ul {
        width: 20000px;
        position: relative;
    }

        .rollbox ul:after {
            clear: both;
            content: "";
            display: block;
            height: 0;
            line-height: 0;
            visibility: hidden;
        }

        .rollbox ul li {
            float: left;
            _display: inline;
            width: 210px;
            overflow: hidden;
            margin: 0 12px;
        }

            .rollbox ul li img {
                display: block;
            }

            .rollbox ul li dl {
                width: 210px;
            }

                .rollbox ul li dl dt img {
                    display: block;
                }

                .rollbox ul li dl dd {
                    background: white;
                    width: 180px;
                    padding: 8px 15px;
                    line-height: 26px;
                }

.roll-prev, .roll-next {
    width: 12px;
    height: 40px;
    margin-top: 100px;
    cursor: pointer;
    display: inline;
}

.roll-prev-default {
    background: url(/Images/arrowL2.png) no-repeat;
}

.roll-next-default {
    background: url(/Images/arrowR2.png) no-repeat;
}

.roll-prev-end {
    background: url(/Images/arrowL1.png) no-repeat;
}

.roll-next-end {
    background: url(/Images/arrowR1.png) no-repeat;
}

/*推荐教材*/
.book {
    width: 256px;
    padding: 10px 5px;
}

    .book dt {
        float: left;
        width: 86px;
    }

        .book dt img {
            display: block;
            border: 1px solid #DDD;
        }

    .book dd {
        float: left;
        width: 156px;
        padding-left: 14px;
        color: #666;
        line-height: 18px;
    }

/*论坛精华贴*/
.bbs {
    width: 220px;
    padding: 17px 24px 0;
}

    .bbs dt {
        float: left;
        width: 30px;
    }

        .bbs dt img {
            display: block;
        }

    .bbs dd {
        float: left;
        width: 180px;
        padding-left: 10px;
        line-height: 12px;
    }

        .bbs dd p {
            margin-bottom: 6px;
        }

/*活动概况*/
.introduce {
    padding: 15px 25px;
}

.number {
    background: #FF934A;
    width: 24px;
    border-radius: 12px;
    color: #FFF;
    font-family: Arial;
    font-style: italic;
    font-weight: bold;
    margin-right: 5px;
    text-align: center;
}

/*轮播图*/
.corp {
    background: #DDF5F9;
    width: 898px;
    padding: 15px 25px;
    position: relative;
    border: 1px solid #A6E7EE;
    border-radius: 5px;
}

.move li img {
    display: block;
}

.move {
    height: 110px;
    overflow: hidden;
}

.prev {
    position: absolute;
    left: 12px;
    top: 40px;
}

.next {
    position: absolute;
    right: 12px;
    top: 40px;
}

.bx_wrap {
    margin-left: 15px;
}

/*获奖名单*/
.winner {
    width: 908px;
    padding: 12px 20px 0;
}

    .winner .tabTit li {
        float: left;
        background: url(/Images/tab_off.gif) no-repeat;
        width: 114px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
    }

        .winner .tabTit li.on {
            background: url(/Images/tab_on.gif) no-repeat;
            color: #FFF;
        }

.years {
    background: #FFF1E8;
    border: 1px solid #FFDBC4;
    width: 890px;
    height: 38px;
    line-height: 38px;
    padding-left: 18px;
}

    .years li {
        float: left;
        padding-left: 10px;
        margin-right: 16px;
        _display: inline;
    }

        .years li.on {
            background: url(/Images/arrow_org.gif) no-repeat 0 50%;
            color: #F60;
            font-weight: bold;
        }

.winnerlist h3 {
    height: 30px;
    line-height: 30px;
    padding-top: 12px;
    font-size: 14px;
}

.winnerlist ul {
    padding-bottom: 12px;
}

    .winnerlist ul li {
        width: 912px;
        float: left;
        line-height: 28px;
    }

        .winnerlist ul li em {
            margin-right: 26px;
            width: 100px;
        }

/*参赛指南*/
.guide .tabTit {
    background: #FFEFE7;
    border: 1px solid #FFD0B0;
    border-right: none;
}

    .guide .tabTit li {
        float: left;
        width: 236px;
        border-right: 1px solid #FFD0B0;
        text-align: center;
        height: 34px;
        line-height: 34px;
        cursor: pointer;
    }

        .guide .tabTit li.on {
            width: 236px;
            background: url(/Images/arrow_white.gif) no-repeat center bottom #FF934A;
            font-weight: bold;
            color: #FFF;
        }

.guide .tabCon {
    padding: 30px;
}

/*官方公告*/
.public {
    padding: 16px 20px 10px 28px;
    min-height: 460px;
    _height: 460px;
    line-height: 28px;
}

    .public li span {
        float: right;
        color: #999;
    }

/*网上查分*/
.find {
    width: 340px;
    margin: 0 auto;
    padding: 105px 0 70px;
    *margin-left: 180px;
}

    .find p {
        *margin-top: 6px;
        height: 28px;
        line-height: 28px;
    }

    .find span {
        margin-left: 8px;
    }

    .find em {
        width: 70px;
        padding-right: 12px;
        line-height: 28px;
        display: inline-block;
        text-align: right;
        *vertical-align: top;
    }

    .find input {
        border: 1px solid #DDD;
        background: #FFF;
    }

    .find .btnsearch {
        border: none;
    }

.result {
    padding: 40px 0 0 20px;
}

    .result dt {
        line-height: 42px;
    }

/*历届真题*/
.menutit {
    background: url(/Images/bg_titblue.png) repeat-x;
    height: 34px;
    font: 16px/34px Microsoft YaHei;
    color: #FFF;
    border-radius: 5px 5px 0 0;
}

.menu {
    border-top: 1px solid #DDD;
}

    .menu li {
        height: 34px;
        font: 14px/33px Microsoft YaHei;
        border: 1px solid #DDD;
        border-top: none;
    }

        .menu li a {
            height: 34px;
            display: block;
            background: #FCFCFC;
        }

        .menu li.on a {
            background: #FFEFE5;
            color: #F60;
        }

        .menu li a:hover {
            text-decoration: none;
        }

.sublist {
    padding: 26px 12px 19px 22px;
}

    .sublist li {
        line-height: 28px;
    }

        .sublist li em {
            color: #999;
        }

        .sublist li span {
            float: right;
            color: #999;
            font-size: 12px;
        }

.simubox {
    padding: 0 14px 14px 16px;
}

.simutit {
    background: url(/Images/icon_line2.gif) no-repeat 0 50%;
    padding-left: 12px;
    height: 40px;
    font: 16px/40px Microsoft YaHei;
}

    .simutit span {
        float: right;
        font: 12px/40px SimSun;
    }

/*用户登录*/
.bordGreen {
    border: 5px solid #26BCCB;
    margin-top: 10px;
}

.logincont {
    padding: 25px 44px 0 40px;
    min-height: 400px;
    _height: 400px;
    text-align: left;
}

.logintit {
    height: 40px;
    line-height: 50px;
    font-family: Microsoft YaHei;
    font-weight: normal;
}

    .logintit span {
        float: right;
        font-family: Microsoft YaHei;
        padding-right: 20px;
        font-size: 14px;
    }

    .logintit em {
        color: #1F9FAD;
    }

.inputbox {
    padding: 15px 80px 0 100px;
}

    .inputbox p {
        overflow: hidden;
        zoom: 1;
    }

        .inputbox p em {
            width: 114px;
            padding-right: 12px;
            line-height: 30px;
            display: inline-block;
            text-align: right;
            float: left;
        }

    .inputbox input.inputbox select {
        border: 1px solid #DDD;
        background: #FFF;
    }

input.btnlog {
    background: url(/Images/btn_org.png);
    width: 158px;
    height: 48px;
    font: 18px/48px Microsoft YaHei;
    border: 1px solid #EA5E00;
    border-radius: 8px;
    color: #FFF;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    cursor: pointer
}


input.btnyesnew {
    background: url(/Images/btn_org.png);
    width: 158px;
    font: 18px/48px Microsoft YaHei;
    border: 1px solid #EA5E00;
    border-radius: 8px;
    color: #FFF;
    display: inline-block;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    cursor: pointer;
    white-space: normal; /* 允许文字换行 */
    min-width: 120px; /* 确保文字换行后有足够宽度 */
    /* 默认：浅橘黄色渐变 */
    background: linear-gradient( to bottom, #ffc870 0%, /* 浅橘黄 */
    #ffb74d 50%, /* 中橘黄 */
    #ffa726 100% /* 稍深橘黄 */
    );
    /* 光泽与立体感 */
    box-shadow: 0 1px 3px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6); /* 顶部高光 */
    /* 过渡动画：状态变化更平滑 */
    transition: all 0.2s ease;
}
    /* 鼠标悬停：亮橘黄色 */
input.btnyesnew :hover {
        background: linear-gradient( to bottom, #ffe0b2 0%, /* 亮浅橘 */
        #ffcc80 50%, /* 亮中橘 */
        #ffb74d 100% /* 亮深橘 */
        );
        box-shadow: 0 2px 4px rgba(0,0,0,0.3), inset 0 1px 1px rgba(255,255,255,0.7);
    }

    /* 点击效果 */
input.btnyesnew :active {
        background: linear-gradient( to bottom, #ffa726 0%, #ffb74d 50%, #ffc870 100% );
        box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 2px rgba(0,0,0,0.15);
        transform: translateY(1px);
    }

    /* 禁用状态 */
input.btnyesnew :disabled {
        opacity: 0.7;
        cursor: not-allowed;
        background: linear-gradient( to bottom, #ffe0b2 0%, #ffd591 50%, #ffcc80 100% );
    }


input.btnyes {
    background: url(/Images/btn_org.png);
    width: 158px;
    font: 18px/48px Microsoft YaHei;
    border: 1px solid #EA5E00;
    border-radius: 8px;
    color: #FFF;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
}

input.btnpay {
    background: url(/Images/alipay.gif);
    width: 135px;
    height: 45px;
    font: 18px/48px Microsoft YaHei;
    border: 1px solid #EA5E00;
    border-radius: 8px;
    color: #FFF;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    cursor: pointer
}

input.btnyes_small {
    background: url(/Images/btn_org.png);
    width: 158px;
    font: 14px/30px Microsoft YaHei;
    border: 1px solid #EA5E00;
    border-radius: 8px;
    color: #FFF;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    cursor: pointer
}

input.btnno {
    background: wight;
    width: 158px;
    height: 48px;
    font: 18px/48px Microsoft YaHei;
    border: 1px solid gray;
    border-radius: 8px;
    color: gray;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    cursor: pointer
}

img.alipay {
    vertical-align: bottom;
}

.dignity {
    width: 220px;
    height: 28px;
    padding-top: 2px;
    padding-left: 2px;
    font-size: 14px;
    display: inline-block; /* 使下拉列表和提示文字在同一行 */
    vertical-align: top; /* 垂直对齐方式 */
}

    .dignity option {
        height: 24px;
        line-height: 24px;
        padding-top: 4px;
    }

.verify {
    height: 28px;
    line-height: 28px;
}

.vf {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

    .vf img {
        display: block;
    }

.btnsubmit {
    background: #26BCCB;
    border: 1px solid #24AFBF;
    border-radius: 5px;
    width: 120px;
    height: 36px;
    font: 18px/36px Microsoft YaHei;
    color: #FFF;
    display: inline-block;
    text-align: center;
}

    .btnlog:hover, .btnsubmit:hover {
        text-decoration: none;
        color: #FFF;
    }

.selectuser {
    text-align: center;
    padding-top: 80px;
}

    .selectuser img {
        display: inline-block;
    }

    .selectuser a {
        margin: 0 20px;
        display: inline-block;
    }

.failureNotification {
    color: red;
}

/*模拟考试*/
.titsystem {
    background: url(/Images/titsystem.png) no-repeat;
    height: 39px;
    line-height: 39px;
    text-indent: -9999px;
}

.simsystem {
    width: 323px;
    margin: 0 auto;
}

    .simsystem p em {
        width: 40px;
    }

#bodnone {
    border: none;
}

/*新加*/
.menutits {
    background: url(/Images/bg_titblue.png) repeat-x;
    height: 34px;
    font: 16px/34px Microsoft YaHei;
    color: #FFF;
}

.widbox60 {
    text-indent: 2em;
    text-align: left;
}

.menumo {
    border-top: 1px solid #DDD;
}

    .menumo li {
        height: 34px;
        font: 14px/33px Microsoft YaHei;
        border: 1px solid #DDD;
        border-top: none;
        *width: 99%;
        *float: left;
    }

        .menumo li a {
            height: 34px;
            display: block;
            background: #FCFCFC;
        }

        .menumo li.on a {
            background: #FFEFE5;
            color: #F60;
        }

        .menumo li a:hover {
            text-decoration: none;
            background: #FFEFE5;
            color: #F60;
        }

.btnl {
    background: url(/Images/btn_org.png) repeat-x;
    font: 14px Microsoft YaHei;
    border: 1px solid #EA5E00;
    border-radius: 6px;
    color: #FFF;
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
}

    .btnl:hover {
        text-decoration: none;
        color: #FFF;
    }

.bodr {
    width: 100%;
    display: inline-block;
}

    .bodr span {
        float: left;
        font-size: 16px;
    }

.dati {
    color: #333333;
    padding: 1%;
    width: 94%;
    display: inline-block;
    margin: 2%;
    font-size: 14px;
    border: 1px solid #fff;
}

    .dati:hover {
        border: 1px solid #a1d6db;
        background: #e2f8ff;
    }

.biaoti {
    width: 94%;
    float: right;
    line-height: 20px;
}

.bold {
    font-weight: bold;
}

.seagreen {
    color: #0090C5;
    background: #acd751;
    border: 1px solid #608c03;
    border-radius: 20px;
    color: #FFF;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    margin-right: 1%;
    float: left;
}

.xuanxiang {
    width: 94%;
    display: inline-block;
    float: right;
    margin: 1% auto;
}

    .xuanxiang ul li {
        width: 23%;
        line-height: 30px;
        display: inline-block;
    }

.answer {
    width: 94%;
    display: inline-block;
    float: right;
    margin: 0 auto;
}

    .answer ul li {
        width: 15%;
        line-height: 30px;
        display: inline-block;
    }

        .answer ul li input {
            margin-right: 10%;
            vertical-align: -2px;
        }

.subinelt {
    padding: 9px 0;
}

    .subinelt .combotton {
        border-radius: 5px;
        color: #663300;
        cursor: pointer;
        font-size: 14px;
        margin-left: 45%;
        padding: 0 10px;
        text-shadow: none;
        vertical-align: middle;
    }

.combotton {
    background: #10a7d7;
    background-image: linear-gradient(to bottom, #10a7d7, #1283bc);
    border: 1px solid #206a98;
    box-shadow: none;
    color: #fff !important;
    font-family: "微软雅黑";
    text-shadow: 0 1px 1px #FFFFFF;
}

.but100 {
    width: 100px;
    margin: 0 1%;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.subinelts {
    display: inline-block;
    width: 90%;
    color: #666666;
    padding: 2% 5%;
    font-size: 14px;
    color: #000;
    background: #eaf2f5;
    border-bottom: 1px #ddf1f3 solid;
}

    .subinelts span {
        width: 30%;
        font-size: 14px;
    }

    .subinelts select {
        background-color: #FFFFFF;
        background-position: right center;
        background-repeat: no-repeat;
        border: 1px solid #D8D8D8;
        color: #555555;
        display: inline-block;
        font-size: 12px;
        margin: 0;
        overflow: hidden;
        padding: 5px;
        text-align: center;
        text-overflow: ellipsis;
        vertical-align: middle;
        white-space: nowrap;
    }

.publics {
    padding: 16px 20px 17px 28px;
    min-height: 350px;
    line-height: 28px;
}

    .publics li span {
        float: right;
        color: #999;
        font-size: 14px;
    }

/*分页*/
.pagination {
    text-align: center;
    margin: 20px 0;
}

    .pagination ul {
        display: inline-block;
        *display: inline;
        margin-bottom: 0;
        margin-left: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        *zoom: 1;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

        .pagination ul > li {
            display: inline;
            width: auto;
        }

            .pagination ul > li > a, .pagination ul > li > span {
                font-size: 12px;
                float: left;
                padding: 4px 12px;
                line-height: 20px;
                text-decoration: none;
                background-color: #ffffff;
                border: 1px solid #dddddd;
                border-left-width: 0;
                cursor: pointer;
            }

                .pagination ul > li > a:hover, .pagination ul > .active > a, .pagination ul > .active > span {
                    background-color: #e2f8ff;
                }

        .pagination ul > .active > a, .pagination ul > .active > span {
            color: #CC0000;
            cursor: default;
        }

        .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover {
            color: #CC0000;
            cursor: default;
            background-color: transparent;
        }

        .pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
            border-left-width: 1px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -moz-border-radius-topleft: 4px;
        }

        .pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            -moz-border-radius-bottomright: 4px;
        }

.butts {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

    .butts:hover, .butts:focus, .butts:active, .butts.active, .butts.disabled, .butts[disabled] {
        background-color: #E6E6E6;
        color: #333333;
    }

    .butts:active, .butts.active {
    }

    .butts:first-child {
    }

    .butts:hover, .butts:focus {
        background-position: 0 -15px;
        color: #333333;
        text-decoration: none;
        transition: background-position 0.1s linear 0s;
    }

    .butts:focus {
        outline: thin dotted #333333;
        outline-offset: -2px;
    }

    .butts.active, .butts:active {
        background-image: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
        outline: 0 none;
    }

    .butts.disabled, .butts[disabled] {
        background-image: none;
        box-shadow: none;
        cursor: default;
        opacity: 0.65;
    }

.butts_green {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #5BB75B;
    background-image: linear-gradient(to bottom, #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
}

    .butts_green:hover, .butts_green:focus, .butts_green:active, .butts_green.active, .butts_green.disabled, .butts_green[disabled] {
        background-color: #51A351;
        color: #fff;
    }

    .butts_green:active, .butts_green.active {
    }

    .butts_green:first-child {
    }

    .butts_green:hover, .butts_green:focus {
        background-position: 0 -15px;
        color: #fff;
        text-decoration: none;
        transition: background-position 0.1s linear 0s;
    }

    .butts_green:focus {
        outline: thin dotted #fff;
        outline-offset: -2px;
    }

    .butts_green.active, .butts_green:active {
        background-image: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
        outline: 0 none;
    }

    .butts_green.disabled, .butts_green[disabled] {
        background-image: none;
        box-shadow: none;
        cursor: default;
        opacity: 0.65;
    }

    .butts_green a, .butts_blue a {
        color: #fff;
    }

.butts a {
    color: #000;
}

.butts_blue {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #49AFCD;
    background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
}

    .butts_blue:hover, .butts_blue:focus, .butts_blue:active, .butts_blue.active, .butts_blue.disabled, .butts_blue[disabled] {
        background-color: #2F96B4;
        color: #fff;
    }

    .butts_blue:active, .butts_blue.active {
    }

    .butts_blue:first-child {
    }

    .butts_blue:hover, .butts_blue:focus {
        background-position: 0 -15px;
        color: #fff;
        text-decoration: none;
        transition: background-position 0.1s linear 0s;
    }

    .butts_blue:focus {
        outline: thin dotted #fff;
        outline-offset: -2px;
    }

    .butts_blue.active, .butts_blue:active {
        background-image: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
        outline: 0 none;
    }

    .butts_blue.disabled, .butts_blue[disabled] {
        background-image: none;
        box-shadow: none;
        cursor: default;
        opacity: 0.65;
    }


.btn-large {
    font-size: 12px;
    padding: 1px 10px 0 10px;
}

    .btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
        margin-top: 4px;
    }

.btn-success {
    background-color: #5BB75B;
    background-image: linear-gradient(to bottom, #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
        background-color: #51A351;
        color: #FFFFFF;
    }

    .btn-success:active, .btn-success.active {
    }

.btn-info {
    background-color: #49AFCD;
    background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
        background-color: #2F96B4;
        color: #FFFFFF;
    }

.btn-large2 {
    padding: 1px 16px;
}

    .btn-large2 [class^="icon-"], .btn-large [class*=" icon-"] {
        margin-top: 4px;
    }

.detail {
    display: inline-block;
    width: 92%;
    margin: 2% 4%;
}

    .detail h2 {
        text-align: center;
        color: #000;
        font-size: 14px;
        margin: 2% auto;
    }

    .detail .con {
        display: inline-block;
        width: 100%;
        line-height: 22px;
        margin: 1% auto;
    }

        .detail .con a {
            color: orange;
            text-decoration: underline;
        }

    .detail .date {
        text-align: right;
        color: #AAA;
        font-size: 12px;
        line-height: 18px
    }

.btn_tool {
    float: right;
    margin: 20px 0 10px 20px;
    background: url("images/dl_sprite.png") no-repeat 0 -1px;
}

    .btn_tool:hover {
        background: url("images/dl_sprite.png") no-repeat 0 -71px;
        cursor: pointer;
    }

.btn_idl {
    display: block;
    height: 60px;
    position: relative;
    width: 186px;
}

    .btn_idl em {
        font-size: 12px;
        color: #FFFFFF;
        display: inline-block;
        padding: 35px 0 0 50px;
    }

em, i {
    font-style: normal;
}

.btn_idl em i {
    color: #F1FFAD;
    padding: 0 4px;
}

.find select {
    border: 1px solid #DDDDDD;
    margin-left: 0px;
}

.find .btns {
    border: none;
    vertical-align: middle;
}

.digni {
    width: 220px;
    height: 28px;
    padding: 2px;
    font-size: 14px;
}

    .digni option {
        height: 24px;
        line-height: 24px;
        padding-top: 4px;
    }

.red {
    color: #f00;
}

.drop-down {
    width: 90%;
    margin: 0 auto;
    padding: 2% 5%;
}

    .drop-down em {
        width: 60px;
        padding-right: 12px;
        line-height: 28px;
        display: inline-block;
        text-align: right;
    }

    .drop-down input {
        border: 1px solid #DDD;
        background: #FFF;
    }

    .drop-down select {
        border: 1px solid #DDDDDD;
        margin-left: -7px;
    }

    .drop-down p {
        display: inline-block;
        margin: 0 2%;
    }

.winnerslist {
    width: 98%;
    margin: 0 1%;
}

    .winnerslist h3 {
        padding: 1% 0 0 2%;
        font-size: 14px;
        width: 98%;
        color: #000;
    }

    .winnerslist ul {
        padding-bottom: 12px;
        width: 98%;
        padding: 1% 0;
    }

        .winnerslist ul li {
            width: 47%;
            line-height: 28px;
            display: inline-block;
            margin: 0 auto;
            padding-left: 2%;
        }

            .winnerslist ul li em {
                margin-right: 26px;
            }

.winners {
    border: 1px solid #f7e0d0;
    background: #fff5ee;
}

.contop {
    margin-top: 10px;
}

.conheight {
    height: 625px;
}

.code {
    background: url(/Images/bg_input.png) no-repeat;
    border: none;
    height: 28px;
    line-height: 28px;
    width: 100px;
    padding-left: 9px;
}

.btnsb {
    background: url("images/btn_org.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #EA5E00;
    border-radius: 5px;
    width: 120px;
    height: 36px;
    font: 18px/36px Microsoft YaHei;
    color: #FFF;
    display: inline-block;
    text-align: center;
}

    .btnsb:hover {
        color: #FFF;
        display: inline-block;
        text-align: center;
        text-decoration: none;
    }

.lefth280 {
    height: 280px;
}

.lefth300 {
    height: 300px;
}

.info3 {
    padding: 0 3px;
}

.pagin {
    margin: 20px auto;
    text-align: center;
}

.fontsize {
    font-size: 14px;
    margin-left: 10px;
    float: right;
    *float: none;
}

.but50 {
    margin: 3% 3%;
    padding: 3% 6%;
    display: inline-block;
    width: 60px;
}

.but60 {
    margin: 3% 3%;
    padding: 3% 6%;
    display: inline-block;
    width: 89px;
}

.line {
    margin: 0 auto 16px auto;
    width: 226px;
    height: 8px;
    background: url(/Images/line.jpg) no-repeat;
}

.s_body {
    color: #3399E0;
}

.rgtcon_con {
    font-size: 14px;
}

    .rgtcon_con a {
        color: #219FAD;
    }

        .rgtcon_con a:hover {
            color: #C00;
        }

.paginat {
    float: right;
    width: 200px;
}

    .paginat span {
        color: #000;
    }

    .paginat span { /*background: none repeat scroll 0 0 #E8E8E8;
    border: 1px solid #CCCCCC;*/
        border-radius: 2px 2px 2px 2px;
        display: inline-block;
        height: 14px;
        line-height: 14px;
        min-width: 12px;
        padding: 3px 6px;
        text-align: center;
        vertical-align: middle;
        margin: 0 1%;
        font-size: 12px;
    }

.more {
    font-size: 16px;
    float: right;
    margin-right: 1%;
}

    .more a {
        color: #f60;
        text-decoration: underline;
    }

        .more a:hover {
            color: #219FAD;
        }

.more1 {
    font-size: 12px;
    float: right;
    margin-right: 1%;
}

    .more1 a {
        color: #f60;
    }

        .more1 a:hover {
            color: #219FAD;
        }

.btn_tools {
    float: right;
    margin: 20px 0 10px 20px;
    background: url("images/dl_sprite2.png") no-repeat 0 0;
    width: 120px;
    height: 41px;
}

    .btn_tools:hover {
        background: url("images/dl_sprite2.png") no-repeat 0 -42px;
        cursor: pointer;
        width: 120px;
        height: 41px;
    }

.listIcons li {
    padding: 0;
    display: inline-block;
    color: #666;
    font-size: 12px;
    border-bottom: #ddd dashed 1px;
    margin-bottom: 1%;
    width: 100%;
}

    .listIcons li span {
        background: url(/Images/arrow_org.gif) no-repeat 5px 12px;
        display: inline-block;
        width: 100%;
        color: #39C;
        font-size: 16px;
        padding-left: 14px;
    }

        .listIcons li span a {
            color: #39C;
        }

            .listIcons li span a:hover {
                color: #39F;
            }

    .listIcons li font {
        margin-right: 1%;
    }

.org {
    color: #F60;
}

.btnsubm {
    background: #26BCCB;
    border: 1px solid #24AFBF;
    border-radius: 5px;
    color: #FFF;
    display: inline-block;
    text-align: center;
    padding: 4px 15px;
    margin-left: 18%;
    cursor: pointer;
    margin-top: 2%;
    *width: 40px;
    *padding: 4px 15px 4px 6px;
}

    .btnsubm input {
        border: 0;
        background: none;
        color: #FFF;
        font-size: 14px;
        font-weight: bold;
    }


.fins {
    width: 200px;
    margin: 5% auto;
    line-height: 32px;
}

/*后台管理*/

.bk_inputbox {
    padding: 15px 40px 0 40px;
}

    .bk_inputbox p {
        overflow: hidden;
        zoom: 1;
    }

        .bk_inputbox p em {
            width: 80px;
            padding-right: 12px;
            line-height: 30px;
            display: inline-block;
            text-align: right;
            float: left;
        }

    .bk_inputbox input, .inputbox select {
        border: 1px solid #DDD;
        background: #FFF;
    }

input.btnlog {
    background: url(/Images/btn_org.png);
    width: 158px;
    height: 48px;
    font: 18px/48px Microsoft YaHei;
    border: 1px solid #EA5E00;
    border-radius: 8px;
    color: #FFF;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    cursor: pointer
}

input.btnyes {
    background: url(/Images/btn_org.png);
    font: 18px/48px Microsoft YaHei;
    border: 1px solid #EA5E00;
    border-radius: 8px;
    color: #FFF;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    cursor: pointer
}

.png);font:14px/30px Microsoft YaHei;border:1px solid #EA5E00;border-radius:8px;color:#FFF;display:inline-block;text-align:center;margin-right:20px;cursor:pointer
}

input.btnno {
    background: white;
    width: 158px;
    height: 48px;
    font: 18px/48px Microsoft YaHei;
    border: 1px solid gray;
    border-radius: 8px;
    color: gray;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    cursor: pointer
}


label.error {
    color: #F00;
}
