.aboutus .hdimg {
    width: 100%;
    height: 240px;
    min-width: 1200px;
}
.content{
    width: 1200px;
    min-height: 500px;
    margin: auto;
    padding: 30px 0 90px;
}
.content .header{
    font-size: 24px;
    color: #333;
}
.content .header .line{
    width: 515px;
    height: 2px;
    background: #ccc;
}
.content .header div{
    min-width: 145px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.navitems{
    width: 100%;
    min-width: 1200px;
    height: 60px;
    background-color: #f4f4f4;
    text-align: center;
}
.navitems div{
    display: inline-block;
    font-size: 16px;
    line-height: 60px;
}
.navitems .margin{
    margin-right: 154px;
}
.content .zp .title{
    font-size: 20px;
    color: #e63b16;
    margin: 40px 0 30px;
}
.content .zp .job{
    border-top: 3px solid #005bac;
}
.job .firline{
    background-color: #f5f5f5;
    border-bottom: 0;
}
.job li{
    height: 61px;
    background-color: #fff;
    font-size: 16px;
    color: #4d4d4d;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

#job-title {
    color: #4d4d4d;
}
 #job-title:hover {
    color: #005bac;
}
/*.job li:hover{
    color: #005bac;
}*/
.job li div{
    float: left;
    line-height: 61px;
    text-align: center;
}
.job li .first{
    width: 68px;
}
.job li .second{
    width: 255px;
}
.job li .third{
    width: 64px;
    margin-left: 620px;
}
.job li .fourth{
    width: 98px;
    margin-left: 95px;
}
/*pagenation*/
/*.content .pagenation{
    width: 695px;
    height: 40px;
    margin: 80px 0 14px 252px;
}
.content .pagenation .page li{
    width: 46px;
    height: 40px;
    font-size: 16px;
    border: 1px solid #6695c7;
    text-align: center;
    line-height: 40px;
    color: #005bac;
    margin-right: 17px;
    float: left;
}
.content .pagenation .page .a{
    width: 76px;
}
.content .pagenation .page li:hover{
    cursor: pointer;
    background-color: #ccc;
    color: #fff;
    border: 1px solid #c2c2c2;
}
.clicked{
    color: #fff;
    background-color: #005bac;
}*/