.bannerb {
    width: 100%;
    height: 600px;
    background: url("../../img/hr/yw/banner.png");
    background-size: 100% 600px;
}

.hrb-banner>h4 {
    margin-top: 0;
}

.hrb-context {
    min-height: 900px;
    padding-top: 85px;
}

.hrb-title {
    width: 251px;
}

.hrb-title>p {
    height: 84px;
    line-height: 84px;
    padding-left: 17px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    background-color: #3079BC;
}

.hrb-title-img {
    width: 100%;
    height: 110px;
}


/* btn */

.hrb-btn {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    width: 252px;
}

.hrb-btn>li {
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: none;
    color: #333;
    transition: all 0.5s;
    cursor: pointer;
}

.hrb-btn>.hrb-active {
    font-weight: bold;
    color: #fff;
    background-color: #3079BC;
}

.hrb-btn>li span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    font-size: 22px;
}

.hrb-btn>li span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -1.2rem;
    transition: 0.5s;
}

.hrb-btn>li:hover span {
    padding-right: 1.5rem;
}

.hrb-btn>li:hover span:after {
    opacity: 1;
    right: 0;
}


/* 右侧 */

.hrb-right {
    width: 948px;
    padding-left: 48px;
    color: #333;
}

.hrb-title-p {
    height: 83px;
    font-size: 24px;
    padding: 46px 0 14px;
    border-bottom: 1px solid #dbdbdb;
}

.hrb-title-p>div>i {
    font-size: 18px;
}

.hrb-title-p>div>span {
    font-size: 14px;
}

.hrb-image {
    width: 900px;
    height: 197px;
    margin-top: 45px;
}

.hrb-content {
    padding-top: 55px;
}

.hrb-content-p {
    height: 94px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.hrb-content-ul {
    font-size: 20px;
    color: #666;
    font-weight: bold;
    line-height: 57px;
}

.hrb-content-ul>h4 {
    color: #B99868;
    margin: 0;
}

.publicity {
    margin-top: 99px;
    height: 100px;
    width: 100%;
}