@charset "UTF-8";

.ui-pagination-container {
    height: 30px;
    line-height: 30px
}

.ui-pagination-container .ui-pagination-page-item {
    font-size: 14px;
    padding: 4px 10px;
    background: #fff;
    border: 1px solid #e9e9e9;
    margin: 0 3px;
    text-decoration: none;
    border-radius: 2px
}

.ui-pagination-container .ui-pagination-page-item:hover {
    border-color: #1f6e78;
    color: #1f6e78;
    text-decoration: none
}

.ui-pagination-container .ui-pagination-page-item.active {
    background: #1f6e78;
    border-color: #1f6e78;
    color: #fff;
    cursor: default
}

@media screen and (max-width:800px) {
    .ui-pagination-container {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        height: .8rem;
        white-space: nowrap;
        line-height: .8rem
    }

    .ui-pagination-container .ui-pagination-page-item {
        font-size: .32rem;
        padding: .1066666667rem .2666666667rem;
        background: #fff;
        border: 1px solid #e9e9e9;
        margin: 0 .08rem;
        text-decoration: none;
        border-radius: .0533333333rem
    }

    .ui-pagination-container .ui-pagination-page-item:hover {
        border-color: #1f6e78;
        color: #1f6e78;
        text-decoration: none
    }

    .ui-pagination-container .ui-pagination-page-item.active {
        background: #1f6e78;
        border-color: #1f6e78;
        color: #fff;
        cursor: default
    }
}

.banner {
    width: 100%;
    height: 530px;
    position: relative
}

.banner .ba {
    width: 100%;
    position: absolute;
    height: 530px;
    -o-object-fit: cover;
    object-fit: cover
}

.body {
    width: 1300px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.body .left .box {
    width: 300px;
    background-image: url(../img/gywm-znbm/leftbg.png);
    background-repeat: no-repeat;
    border-radius: 0 50px 0 0;
    -webkit-transform: translateY(-118px);
    -ms-transform: translateY(-118px);
    transform: translateY(-118px);
    padding-bottom: 22px;
    position: relative
}

.body .left .box .breadcrumb {
    position: absolute;
    left: 372px;
    top: 64px;
    font-size: 14px;
    color: #fdffff;
    width: 300px
}

.body .left .box .breadcrumb span {
    cursor: pointer
}

.body .left .box .name {
    font-size: 40px;
    color: #fff;
    padding: 33px 69px
}

.body .left .box .items {
    width: 300px;
    background: #f0f8f3;
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px)
}

.body .left .box .items .item {
    font-size: 18px;
    padding: 19px 48px;
    border-bottom: 1px solid #d1e3e1;
    cursor: pointer
}

.body .left .box .items .active {
    background-color: #fff;
    color: #1f6e78;
    font-weight: 700;
    position: relative
}

.body .left .box .items .active::after {
    content: "";
    width: 36px;
    height: 11px;
    background: url(../img/gywm-znbm/active.png);
    position: absolute;
    left: 130px;
    top: 25px
}

.body .right {
    width: 100%;
    padding-top: 50px;
    padding-left: 70px;
    padding-bottom: 50px
}

.body .right .name {
    font-size: 40px;
    color: #333;
    padding: 33px 0 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px
}

.body .right .name .tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #333
}

.body .right .name .tab .tablist {
    cursor: pointer;
    padding: 0 30px 0;
    border-right: 1px solid #bbb
}

.body .right .name .tab .tablist:last-child {
    border: none
}

.body .right .name .tab .act {
    font-weight: 700;
    color: #1f6e78;
    position: relative
}

.body .right .name .tab .act::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 4px;
    background: #1f6e78;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.body .warp .userinfo {
    width: calc(100% - 20px);
    height: 260px;
    background: url(../img/rwxq/bg1.png) no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 75px 0 0 20px
}

.body .warp .userinfo .photo {
    width: 188px;
    height: 251px;
    position: relative;
    left: -20px;
    top: -25px;
    background: #7c93c0
}

.body .warp .userinfo .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.body .warp .userinfo .info {
    padding: 10px 50px 0 30px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    position: relative
}

.body .warp .userinfo .info .myname {
    font-size: 40px;
    font-weight: 700;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.body .warp .userinfo .info .myname .bx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.body .warp .userinfo .info .myname .email2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #666
}

.body .warp .userinfo .info .myname .email2 img {
    margin-right: 5px
}

.body .warp .userinfo .info .myname .shu {
    width: 1px;
    height: 17px;
    margin: 0 30px;
    background: #b3cdd0
}

.body .warp .userinfo .info .myname .home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #1f6e78
}

.body .warp .userinfo .info .myname .home img {
    margin-right: 5px
}

.body .warp .userinfo .info .job {
    font-size: 18px;
    color: #666;
    padding: 30px 0 20px;
    border-top: 1px solid #b3cdd0;
    position: relative;
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.body .warp .userinfo .info .job::after {
    content: "";
    width: 68px;
    height: 5px;
    background: #1f6e78;
    position: absolute;
    left: 0;
    top: 0
}

.body .warp .userinfo .info .job .job-text {
    text-align: left;
}

.body .warp .userinfo .info .job .job-qrcode {
    text-align: right;
    max-width: 85px;
}

.body .warp .userinfo .info .job .job-qrcode img {
    max-width: 100%;
    height: auto;
}

.body .warp .boxinfo {
    margin-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

.body .warp .boxinfo::after {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    left: 0;
    top: 0;
    background: #1f6e78 url(../img/rwjs/1.png) no-repeat right top;
    background-size: 100%;
    z-index: -1
}

.body .warp .boxinfo .box {
    width: calc(100% - 20px)
}

.body .warp .boxinfo .box .tit {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    padding: 15px 50px 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.body .warp .boxinfo .box .tit .smtit {
    font-size: 18px;
    color: #fff
}

.body .warp .boxinfo .box .info {
    padding: 0 50px;
    background: #fff;
    border: 1px solid #ddd
}

.body .warp .boxinfo .box .info::after {
    content: "";
    width: 0%;
    height: 2px;
    background-color: #1f6e78;
    position: absolute;
    bottom: 0;
    left: 20px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.body .warp .boxinfo .box .info:hover::after {
    width: calc(100% - 20px)
}

.body .warp .boxinfo .box .info .mytext {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    padding: 30px 0
}

.body .warp .boxinfo .box .info .list {
    padding: 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: 1px dotted #ddd
}

.body .warp .boxinfo .box .info .list::after {
    content: "";
    width: 6px;
    height: 6px;
    background: #1f6e78;
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.body .warp .boxinfo .box .info .list .date {
    font-size: 16px;
    color: #1f6e78;
}

.body .warp .boxinfo .box .info .list .text {
    padding-left: 10px;
    font-size: 16px;
    color: #666;
    width: 83%
}

.body .warp .boxinfo .box .info .list:last-child {
    border: none
}

.body .warp .boxinfo:nth-child(1)::after {
    background: #1f6e78 url(../img/rwjs/1.png) no-repeat right top;
    background-size: 100%
}

.body .warp .boxinfo:nth-child(2)::after {
    background: #1f6e78 url(../img/rwjs/2.png) no-repeat right top;
    background-size: 100%
}

.body .warp .boxinfo:nth-child(3)::after {
    background: #1f6e78 url(../img/rwjs/3.png) no-repeat right top;
    background-size: 100%
}

.body .warp .con {
    margin-top: 30px;
    width: 100%
}

.body .warp .con .tit {
    font-size: 22px;
    color: #333;
    margin-bottom: 15px
}

.body .warp .con .yjfxtit {
    padding-bottom: 7px
}

.body .warp .con .yjfxitem1 {
    padding: 14px 18px;
    background: #f4f4f4;
    margin-bottom: 10px;
    text-align: justify
}

.body .warp .con .yjfxitem1 img {
    width: 100%
}

.body .warp .con .yjfxitem {
    padding: 9px 18px;
    background: #f0f8f3;
    position: relative;
    height: 44px;
    margin-bottom: 10px;
    overflow: hidden
}

.body .warp .con .yjfxitem .des {
    width: 799px;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 2px;
    line-height: 32px
}

.body .warp .con .yjfxitem .close {
    position: absolute;
    right: 18px;
    top: 14px;
    cursor: pointer
}

.body .warp .con .conbox {
    width: 100%;
    padding: 10px 20px 30px 45px;
    background: #f4f4f4
}

.body .warp .con .conbox .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #cdd5d8
}

.body .warp .con .conbox .list .smtit {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    text-align: justify
}

.body .warp .con .conbox .list .line {
    width: 1px;
    height: 49px;
    background: #cdd5d8;
    margin: 0 25px 0 40px
}

.body .warp .con .conbox .list2 {
    border-bottom: none;
    padding: 20px 0 0
}

.body .warp .con .conbox .list2::after {
    content: none
}

.body .warp .con .conbox .list2 .ttext {
    font-size: 14px;
    color: #666;
    line-height: 20px
}

#pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width:800px) {
    .banner {
        width: 100%;
        height: 4.16rem;
        position: relative
    }

    .banner .ba {
        width: 100%;
        position: absolute;
        height: 4.16rem;
        -o-object-fit: cover;
        object-fit: cover
    }

    .body {
        width: 100%
    }

    .body .right {
        width: 100%;
        padding: 0
    }

    .body .right .name {
        width: 100%;
        font-size: .5333333333rem;
        color: #333;
        padding: .8rem .5333333333rem .2666666667rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        border-bottom: none;
        margin-bottom: 0
    }

    .body .warp {
        width: 100%
    }

    .body .warp .userinfo {
        padding: 0;
        width: calc(100% - .8rem);
        height: 3.7466666667rem;
        background: url(../img/rwxq/bg1.png) no-repeat center center;
        background-size: cover;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: .5333333333rem 0 .4rem .8rem
    }

    .body .warp .userinfo .photo {
        width: 2.5066666667rem;
        height: 3.3466666667rem;
        position: relative;
        left: -.2666666667rem;
        top: -.3333333333rem;
        background: #7c93c0;
        padding: .2666666667rem 0 0
    }

    .body .warp .userinfo .photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .body .warp .userinfo .info {
        padding: 0 0 0 .5733333333rem;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto
    }

    .body .warp .userinfo .info .myname {
        font-size: .4533333333rem;
        font-weight: 700;
        color: #333
    }

    .body .warp .userinfo .info .job {
        font-size: .32rem;
        color: #666;
        padding: 0 0.5rem 0.4rem 0;
        border-bottom: 1px solid #b3cdd0;
        position: relative;
        border-top: none;
        margin-top: 0;
    }

    .body .warp .userinfo .info .job::after {
        content: "";
        width: .9066666667rem;
        height: .0666666667rem;
        background: #1f6e78;
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0
    }

    .body .warp .userinfo .info .job .job-text {
        padding-right: .2rem;
        word-break: break-all;
    }
    
    .body .warp .userinfo .info .job .job-qrcode {
        position: absolute;
        right: 20px;
        top: -30px;
        max-width: 1.3rem !important;
    }
    
    .body .warp .userinfo .info .job .job-qrcode img {
        width: 100%;
        height: auto;
    }

    .body .warp .userinfo .info .eh {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .body .warp .userinfo .info .eh .email {
        margin-top: .2666666667rem;
        font-size: .2933333333rem;
        text-decoration: underline;
        color: #666
    }

    .body .warp .userinfo .info .eh .home {
        margin: .2rem .5rem 0 0;
        font-size: .2933333333rem;
    }

    .body .warp .userinfo .info .eh .home img {
        width: .3rem;
    }

    .body .warp .pd {
        padding: 0 .5333333333rem
    }

    .body .warp .yjfxtit {
        padding-left: .4rem;
        font-size: .2666666667rem
    }

    .body .warp .yjfxitem1 {
        font-size: .32rem
    }

    .body .warp .yjfxitem {
        border: 1px solid #1f6e78;
        line-height: 32px
    }

    .body .warp .yjfxitem .des {
        font-size: .32rem;
        width: 7.04rem !important
    }

    .body .warp .yjfxitem .des img {
        width: 100%
    }

    .body .warp .boxinfo {
        margin-top: .4rem;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: relative
    }

    .body .warp .boxinfo::after {
        content: "";
        width: calc(100% - .5333333333rem);
        height: calc(100% - .5333333333rem);
        position: absolute;
        left: 0;
        top: 0;
        background: url(../img/rwxq/bg2.png) no-repeat center center;
        background-size: cover;
        z-index: -1
    }

    .body .warp .boxinfo .box {
        width: calc(100% - .5333333333rem)
    }

    .body .warp .boxinfo .box .tit {
        font-size: .4533333333rem;
        font-weight: 700;
        color: #fff;
        padding: .4rem 0 .4rem;
        display: block
    }

    .body .warp .boxinfo .box .tit .smtit {
        font-size: .2933333333rem;
        color: #fff;
        margin-top: .1333333333rem
    }

    .body .warp .boxinfo .box .info {
        padding: 0 .7466666667rem;
        background: #fff;
        border: 1px solid #ddd
    }

    .body .warp .boxinfo .box .info .mytext {
        font-size: .32rem;
        color: #333;
        line-height: .5866666667rem;
        padding: .4rem 0
    }

    .body .warp .boxinfo .box .info .mytext img {
        width: 100%;
        height: auto !important
    }

    .body .warp .boxinfo .box .info .list {
        padding: .4rem 0;
        display: block;
        position: relative;
        border-bottom: 1px dotted #ddd
    }

    .body .warp .boxinfo .box .info .list::after {
        content: "";
        width: .1066666667rem;
        height: .1066666667rem;
        background: #1f6e78;
        position: absolute;
        left: -.2666666667rem;
        top: .5733333333rem;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .body .warp .boxinfo .box .info .list .date {
        font-size: .32rem;
        color: #1f6e78
    }

    .body .warp .boxinfo .box .info .list .text {
        padding-top: .36rem;
        padding-left: 0;
        font-size: .32rem;
        color: #666
    }

    .body .warp .boxinfo .box .info .list:last-child {
        border: none
    }

    .body .warp .con {
        margin-top: .5333333333rem;
        width: 100%
    }

    .body .warp .con .tit {
        font-size: .4533333333rem;
        color: #333;
        margin: 0;
        padding-bottom: .4rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #cdd5d8
    }

    .body .warp .con .tit .more {
        font-size: .32rem;
        color: #666
    }

    .body .warp .con .conbox {
        width: 100%;
        padding: .6666666667rem .5333333333rem .6666666667rem .9333333333rem;
        background: #f4f4f4
    }

    .body .warp .con .conbox .list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        padding: .4rem 0;
        border-bottom: 1px solid #cdd5d8
    }

    .body .warp .con .conbox .list .smtit {
        font-size: .2933333333rem;
        color: #666;
        line-height: .5333333333rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        text-align: justify;
        text-align: justify
    }

    .body .warp .con .conbox .list .line {
        width: 1px;
        height: .6533333333rem;
        background: #cdd5d8;
        margin: 0 .5333333333rem
    }

    .body .warp .con .conbox .list2 {
        border-bottom: none;
        padding: .5333333333rem 0 0
    }

    .body .warp .con .conbox .list2::after {
        content: none
    }

    .body .warp .con .conbox .list2 .ttext {
        font-size: .2933333333rem;
        color: #666;
        line-height: .5333333333rem;
        width: 100%;
        text-align: justify
    }

    .body .warp .con .conbox .list2 .ttext a {
        display: block;
        width: 100%;
        word-wrap: break-word
    }
}

/*# sourceMappingURL=rwjs.min.css.map */
