body{
    background-color: #ffffff;
}
.main{
    position: relative;
    width: 100%;
    min-width: 1200px;
    background: url("../images/footer.jpg") bottom center no-repeat;
}
.enter{
    position: absolute;
    width: 100%;
}
.enter img{
    width: 100%;
}
.navBox{
    margin: 0 auto;
    padding: 12px 0;
    width: 100%;
    height: 68px;
    background: #2e73da;
}
.nav{
    position: relative;
    margin: 0 auto;
    width: 1200px;
}
.banner{
    position: relative;
    min-width: 1200px;
    width: 100%;
}
.banner img{
    width: 100%;
    height: auto;
}
.navList{
    margin: 0 auto;
    width: 1200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-around;
}
.navList .tab{
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    line-height: 41px;
    font-weight: bolder;
    text-align: center;
    border-bottom: #2e73da 3px solid;
}
.navList .tab.on{
    border-bottom: #dff297 3px solid;
}
.navList .tab:hover{
    border-bottom: #dff297 3px solid;
}
.content{
    position: relative;
    margin: 60px auto 250px;
    width: 1200px;
    color: #312c28;
}
.content .title{
    position: relative;
    margin: 50px auto;
    width: 1200px;
    text-align: center;
}
.content h2{
    margin: 50px auto;
    width: 1150px;
    color: #2e73da;
    font-size: 18px;
    line-height: 30px;
}
.content h3{
    color: #1c1c1c;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
}
.content p{
    margin: 0 auto;
    width: 1100px;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 36px;
    text-indent: 2em
}
.content b{
    color: #1a5dc2;
    font-size: 24px;
    line-height: 36px;
}
.content .notice{
    margin: 0 auto 50px;
    padding: 40px 75px;
    width: 980px;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    border: #007bee 2px solid;
    border-radius: 5px;
}
.content .notice p{
    text-indent: 0;
}
.content p.noIndent{
    text-indent: 0;
    font-size: 16px;
}
.content i{
    color: #007bee;
    font-weight: bold;
    font-style: normal;
}
.content .image{
    margin: 30px auto;
    width: 1200px;
    text-align: center;
    line-height: 0;
}
.list{
    position: relative;
    width: 1150px;
    margin: 30px auto;
}
.list .item{
    margin: 15px 0;
    float: left;
    line-height: 0;
}
.list .item:nth-child(even){
    float: right;
}
.listBox{
    position: relative;
    margin: 0 auto;
    width: 1150px;
    font-size: 18px;
}
.listNav{
    margin: 0 auto;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
}
.listNav .tab{
    margin: 0 42px 22px 0;
    width: 192px;
    height: 40px;
    color: #2e73da;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    border: #2e73da 2px solid;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.listNav .tab:nth-child(5n){
    margin-right: 0;
}
.listNav .tab.on{
    color: #fff;
    background-color: #2e73da;
}
.listNav .tab:hover{
    color: #fff;
    background-color: #2e73da;
}
.postList{
    width: 100%;
    color: #5c5c5c;
    text-align: center;
    overflow: hidden;
}
.postList tr{

}
.postList tr:first-child{
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    font-weight: bolder;
    background-color: #2e73da;
    border-bottom: none;
}

.postList td{
    padding: 15px 0;
    color: #1a1a1a;
    font-size: 16px;
    background: #e4efff;
}
.buttonApply{
    display: inline-block;
    width: 100px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    border-radius: 28px;
    background: #f5b16e;
}
.clear{
    clear: both;
}
.footer{
    width: 100%;
    height: 52px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 52px;
    background: #3496f1;
}
.footer a{
    color: #fff;
}