/* 公司简介开始 */

#recruit {
    padding-top: 100px;
    color: #454545;
    padding-bottom: 50px;
}
.public-title {
    color: #009944;
    text-align: left;
    border-bottom: 4px solid #009944;
}
#recruit .recruit-content p {
    font-size: 16px;
    padding: 20px 20px;
    border-bottom: 1px solid #ddd;
}
#recruit .recruit-content .right {
    float: right;
}
#recruit .recruit-content .right span {
    padding-right: 1.6rem;
}
.pages {
    width: 90% !important;
    margin: 0 auto;
}
@media screen and (max-width:760px) {
    #recruit .recruit-content div b {
        font-weight: inherit;
        width: 100%;
        display: inline-block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    #recruit .recruit-content .right {
        float: none;
    }
    #recruit .recruit-content .right {
        padding: 0;
    }
    #recruit .recruit-content p {
        padding: 20px 0;
        margin: 0 14px;
    }
}

#recruit .recruit-content p span {
    text-align: center;
    color: #999;
}
#recruit .recruit-content p a {
    float: right;
    color: #009944 !important;
}
#recruit .recruit-content p em {
    color: #999;
}
#recruit .recruit-content p em {
    color: #999;
}

.paginator {
    margin-top: 50px;
}
.paginator li {
    list-style: none;
}
.pages a,.pages span {
    border: 1px solid #009944;
    border-radius: 5px;
    padding: 0px 8px;
    color: #000;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin: 2px 2px;
	cursor: pointer;
}
.pages a:hover,.pages span:not(.pageinfo):hover {
    background: #009944;
    color: #fff;
}
.current {
    background: #009944;
    color: #fff !important;
}

.pageinfo {
    border: none !important;
}
@media screen and (max-width:960px) {
    #recruit {
        padding-top: 100px;
    }
    .tcdPageCode a{
        margin: 5px 0;
    }
}
/* 公司简介结束 */