.zsjm {
    height: 379px;
    background-color: #fff;
    margin-top: 14px;
    position: relative;
}

/* focus */
.focus {
    float: left;
    width: 758px;
    height: 100%;
    /*margin: 0 234px;*/
}

#focus {
    height: 100%;
    width: 758px;
    overflow: hidden;
    position: relative;
}

#focus ul, #focus li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#focus img {
    border: 0;
    width: 758px;
    height: 100%;
}

#focus ul {
    width: 758px;
    height: 100%;
    position: absolute;
}

#focus ul li {
    float: left;
    width: 758px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#focus ul li div {
    position: absolute;
    overflow: hidden;
}

#focus .btns {
    position: absolute;
    width: 100%;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: #999999;
}

#focus .btns span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 10px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

#focus .btns span.on {
    background: #fff;
}

#focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    background: url(../images/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

#focus .pre {
    left: 0;
}

#focus .next {
    right: 0;
    background-position: right top;
}

.row {
    margin-top: 35px;
    position: relative;
}

.row-more {
    position: absolute;
    right: 10px;
    top: 50%;
    height: 22px;
    line-height: 22px;
    margin-top: -10px;
    width: 60px;
    display: block;
}

.news {
    float: left;
    width: 468px;
}

.news .row {
    margin-top: 10px;
    margin-left: 14px;
}

.xwzx-img {
    height: 160px;
    margin-top: 10px;
    padding: 0 14px;
}

.xwzx-img-item {
    float: left;
    width: 140px;
    height: 155px;
    background-color: #ffffff;
    margin-left: 10px;
    display: block;
}

.xwzx-img-item:first-child {
    margin-left: 0;
}

.xinwen-img {
    width: 140px;
    height: 125px;
}

.xinwen-tt {
    width: 142px;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 90%;
}

.xwzx-text {
    margin: 0 14px;
}

.xwzx-text-item {
    height: 27px;
    line-height: 27px;
}

.nowrap {
    overflow: hidden; /*超过部分不显示*/
    text-overflow: ellipsis; /*超过部分用点点表示*/
    white-space: nowrap; /*不换行*/
}

.nowap-two {
    text-overflow: ellipsis; /*有些示例里需要定义该属性，实际可省略*/
    display: -webkit-box;
    -webkit-line-clamp: 2; /*规定超过两行的部分截断*/
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all; /*在任何地方换行*/
}

.joinus {
    height: 300px;
    margin-top: 20px;
}

.joinus-item {
    width: 234px;
    height: 300px;
    background-color: #ffffff;
    margin-left: 14px;
    display: block;
    float: left;
}

.joinus-item:first-child {
    margin-left: 0;
}

.joinus-img {
    width: 234px;
    height: 210px;
}

.joinus-tt {
    width: 211px;
    height: 40px;
    margin: auto;
    margin-top: 10px;
}

.joinus-more {
    margin-left: 185px;
}

.hyzx {
    height: 210px;
    margin-top: 20px;
    background: #ffffff url("../images/cthb.jpg");
}

.jrwm {
    height: 300px;
    margin-top: 20px;
}

.zhaopin1 {
    display: block;
    width: 234px;
    height: 300px;
    background: url("../images/zhaopin1.png");
}