@charset "utf-8";
*{
    font-family: "微软雅黑",Arial;
}
body{
    background: #0582e6;
}

.no-padding{
    padding: 0;
}
.no-margin{
    margin: 0;
}
.bg{
    background: url("../images/bg.jpg") no-repeat;
    background-size: cover;
}
.main-width{
    width: 1035px;
    margin: 0 auto;
    overflow: hidden;
}
.navbar-div{
    background: url("../images/index_05.jpg") repeat-x;
    height:68px;
}
.navbar-div ul{
    float: right;
    margin-top: 14px;
}
.navbar-div ul li{
    float: left;
    margin-right: 40px;
}
.navbar-div ul li.on{
    background: url("../images/li-bg.jpg") no-repeat;
    width: 188px;
    height: 54px;
}
.navbar-div ul li a{
    color: #fff;
    font-size: 16px;
    display: block;
    /* line-height: 68px; */
    width: 188px;
    height: 54px;
    padding-top: 6px;
    text-decoration: none;
    text-align: center;
}
.navbar-div ul li a:link{
    text-decoration: none;
}
.navbar-div ul li a:hover{
    text-decoration: none;

}
.navbar-div ul li:hover {
    text-decoration: none;

}
.navbar-div ul li a:active{
    text-decoration: none;
}
.navbar-div ul li a:visited{
    text-decoration: none;
}
.main-p{
    text-indent: 2em;
    line-height: 28px;
    width: 900px;
    font-size: 18px;

    margin:35px auto 0 auto;

}
.main-p2{

    width: 900px;
    margin:35px auto 0 auto;

}
.footer{
    background: url("../images/footer.jpg") no-repeat;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 1036px;
    margin: 0 auto;
    color: #fff;
}
.joblist {
    table-layout: fixed;
    font-size: 12px;
    margin-top: 15px;
}

.joblist td {
    padding: 0px 3px;
}
.deptitem{
    margin-top: 15px;
    cursor: pointer;
 
}
.deptitem td {
   padding: 5px 8px;
}
.deptitem td div{
    background: #cccbcf;
    padding: 5px 8px;
}
.jobitem{
    display: none;
}
.jobitem td {
    /*border-bottom: 1px dashed #ccc;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*强制不换行，超出显示省略号*/
    padding: 5px 8px;
}
.contact{
    /*border: 1px red dashed;*/
    margin-top: 35px;
}
.contact li{
    line-height: 35px;
    padding-left: 50px;
}
.dept-list{
    /*border: 1px red dashed;*/
    width: 90%;
    margin: 50px auto 0 auto;
}
.dept-list tr td{
   width: 33.3333333%;
    overflow: hidden;
    text-overflow: ellipsis;

}
.dept-list tr td div{
    cursor: pointer;
}