/* left */
.container_text {
    width: 50%;
    height: auto;
    float: left;
    padding-bottom: 50px;
}

.container_left {
    width: 50%;
    float: left;
    text-align: right;
}

.div_box {
    padding-right: 10px;
}

.left_div_imgBox{
    width: 100%;
    height: 440px;
}

.container_left img {
    width: 100%;
    height: 100%;
}

.container_left_span {
    position: relative;
    /* line-height: 2.6em; */
	line-height: 3.5em;
    background-color: #f4f4f4;
    text-align: center;
}

.container_left_btn {
    background-color: red;
    color: white;
    font-size: 14px;
}

.span_name {
    font-size: 18px;
    color: black;
}

.span_duty {
    font-size: 13px;
}

.span_other {
    font-size: 12px;
}

.span_right_margin {
    margin-right: 10px;
}

.span_other_color {
    color: red;
}


/* right */
.container_right {
    width: 50%;
    float: left;
}

.container_right_top {
    height: 50%;
    padding-bottom: 6px;
}

.container_right_span {
    position: relative;
    line-height: 1.8em;
    background-color: #f4f4f4;
    text-align: center;
}

.container_right img {
    width: 100%;
    height: 100%;
}

/*pageCss*/
.ui-pagination-container {
    height: 34px;
    line-height: 34px;
}

.ui-pagination-container .ui-pagination-page-item.active {
    background: #568dbd;
    border-color: #568dbd;
    color: #fff;
    cursor: default;
}

.ui-pagination-container .ui-pagination-page-item {
    font-size: 14px;
    padding: 4px 10px;
    background: #fff;
    border: 1px solid #c5b7b7;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}