﻿/*录取结果*/
.all-contenth{
    width: 1200px;
    margin:0 auto;
}
.sj-details-con {
    margin-top: 30px;
}

.tableBox {
    margin: 15px auto;
}
.enrollSuc {
    width: 100%;
    height: 681px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/succeed.png) center no-repeat;
    min-width: 420px;
}
.enrollSuc .txtContent {
    width: 392px;
    height: auto;
    float: right;
    margin: 54px 150px 0 0;
    color: #232323;
}
.enrollSuc .txtContent li.firstLi {
    height: 145px;
    font-weight: 900;
    font-size: 14px;
    margin-top: 0;
}
.sj-details-con p {
    color: rgb(0, 0, 0);
    text-indent: 36px;
    height: auto;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    font-family: 微软雅黑, "Microsoft YaHei";
}
.enrollSuc .txtContent li {
    line-height: 22px;
    font-family: 微软雅黑;
    font-size: 13px;
    margin-top: 30px;
}
.enrollSuc .txtContent li.lastLi {
    height: 60px;
    font-weight: 900;
    font-size: 14px;
    margin-top: 36px;
}


/*load*/
.loginbox{
    width:100%;
    height:100%;
    background: url(../images/back.jpg)no-repeat;
    background-size: 100% 100%;
    /*opacity: .8;*/
}
.login{
    width:750px;
    height:100%;
    margin:0 auto;
    /*border:1px solid #000;*/
    overflow: hidden;
}
.logo{
    width:310px;
    height:200px;
    text-align: center;
    margin:50px auto 0;
}

.message{
    width:500px;
    height:70px;
    margin:35px auto 0;
    text-align: center;
    line-height: 100px;
    font-size: 24px;
    color: #000;
    font-weight: bolder;
}
.search{
    width:100%;
    height:75px;
    /*border:1px solid #000;*/
    margin-top: 30px;
    line-height: 75px;
    margin-bottom:135px;
}
.search input{
    height:38px;
    width:140px;
    border:1px solid #037ee7;
    float: left;
    padding-left: 10px;
}
.search input:nth-of-type(4){
    width:100px;
    background-color: #FE9805;
    text-align: center;
    color:#fff;
    cursor: pointer;
    height:40px;
    border:1px solid #ffba00
}
.number{
    width:100px;
    height:38px;
    line-height: 38px;
    border:1px solid #000;
    float: left;
}
.number img{ height: 38px; width: 100px;}
.bottom{
    display: block;
    margin-top: 135px;
    /*border:1px solid #000;*/
    text-align: center;
    color: #fff;
    margin-bottom:10px;
}
.bottom span:nth-of-type(2){
    color: #4080EC;
    padding-top: 20px;
    font-size: 14px;
}

/*报名成功*/
.left-contenth .subnav .title {
    height: 50px;
    line-height: 50px;
    position: relative;
    display: block;
    text-indent: 20px;
    z-index: 1;
    position: relative;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}
.left-contenth .subnav .title {
    background-color: #0062ac;
}
.left-contenth .subnav .content {
    line-height: 26px;
}
.subnav .content p{
    margin-bottom: 10px;
}
.sucDiv {
    width: 200px;
    margin: auto;
    padding-top: 20px;
}
.sucDiv p {
    color: green;
    font-weight: bold;
    font-size: 18px;
}
.sucDivImg img {
    width: 94px;
    height: 94px;
}

/*在线报名*/
.tableBox tr {
    background: #fff;
    height: 34px;
}
.tableBox td {
    font-size: 14px;
    color: #333;
    line-height: 36px;
    border: none;
    height: 36px;
    font-weight: normal;
}
.tableBox input, .tableBox select {
    height: 30px;
    border: 1px solid #cbd1ec;
    line-height: 30px;
}
.tableBox tr.even {
    background: #f1f1f1;
}
.tableBox input[type="radio"] {
    height: 13px;
}
input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.tableBox .oitrystyless {
    width: 78px;
    height: 32px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #0981d0;
    background: #0981d0;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}