/*.aboutus .hdimg {
    width: 100%;
    height: 180px;
    min-width: 1200px;
}*/

.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;
    }

.job li {
    height: 80px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px dashed #ccc;
}

    .job li div {
        display: inline-block;
        line-height: 80px;
        vertical-align: middle;
    }

    .job li .first {
        width: 1095px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .job li .first .sp2 {
            color: #999;
            margin-left: 12px;
        }

    .job li .second {
        width: 100px;
        line-height: 40px;
        text-align: center;
        border-radius: 6px;
        border: 2px solid #005bac;
        color: #005bac;
    }

        .job li .second:active {
            background-color: #005bac;
            color: #fff;
        }
/*pagenation*/
/*.content .pagenation {
    width: 695px;
    height: 40px;
    margin: 80px 0 14px 252px;
}

    .content .pagenation .page li {
        height: 40px;
        font-size: 16px;
        text-align: center;
        line-height: 40px;
        color: #005bac;
        margin-right: 17px;
        float: left;
        border: 1px solid #6695c7;
    }
        .content .pagenation .page li a {
            width: 46px;
            display: block;
            color: #005bac;
        }

        .content .pagenation .page li span {
            width: 46px;
            display: block;
            background-color: #ccc;
            color: #fff;
            cursor: default;
            height:38px;
        }

    .content .pagenation .page .a {
        width: 76px;
    }

    .content .pagenation .page li a:hover {
        cursor: pointer;
        background-color: #004EA2;
        color: white;
        /*border: 1px solid #c2c2c2;*/
    }

.clicked {
    color: #fff;
    background-color: #005bac;
}*/
