* {
    margin: 0;
    padding: 0;
}

.pwpc_container {
    width: 100%;
    /* height: 100vh; */
    background-image: url(/uploads/image/szsimg/personal_work_pcbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 45px;
    box-sizing: border-box;
}

.pwpc_content_box {
    width: 850px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.pwpc_cb_name {
    padding-top: 82px;
    height: 59px;
    line-height: 59px;
    font-size: 60px;
    font-family: microsoft yahei, microsoft yahei-regular;
    font-weight: 400;
    text-align: left;
    color: #127b7a;
}

.pwpc_cb_title {
    display: inline-block;
    height: 37px;
    line-height: 37px;
    margin-top: 23px;
    font-size: 38px;
    font-family: fzltdhk, fzltdhk--gbk1-0;
    font-weight: 600;
    text-align: left;
    color: #1e8e8d;
    letter-spacing: 1px;
}

.pwpc_cbred_right {
    display: block;
    float: right;
    margin-top: 34px;
    text-decoration: none;
}

.pwpc_cbred_right>p {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    font-family: microsoft yahei, microsoft yahei-regular;
    font-weight: 400;
    text-align: left;
    color: #823720;
}

.pwpc_cbred_right>img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-left: 19px;
}

.pwpc_catalogue_box {
    width: 850px;
    height: 741px;
    margin-top: 34px;
    padding: 43px 49px;
    opacity: 0.9;
    background: #faf7e9;
    border: 1px solid #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
}

.pwpc_catalogue_ml {
    margin-bottom: 27px;
    height: 34px;
    line-height: 34px;
    font-size: 36px;
    font-family: microsoft yahei, microsoft yahei-regular;
    font-weight: bold;
    text-align: center;
    color: #1e8e8d;
}

.pwpc_catalogue_overbox {
    max-height: 616px;
    padding-right: 10px;
    overflow-y: scroll;
    box-sizing: border-box;
}

.pwpc_catalogue_list {
    display: block;
    width: 100%;
    height: 88px;
    line-height: 88px;
    border-bottom: 1px solid #e0e6c5;
    font-size: 24px;
    font-family: microsoft yahei, microsoft yahei-regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.pwpc_catalogue_list:last-child {
    border-bottom: none;
}

/* 分享 */
.pwpc_share_box {
    width: 80px;
    height: 80px;
    background: #f8f5e4;
    border-radius: 4px;
    position: absolute;
    right: -99px;
    top: 235px;
}

.pwpc_share_img {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/uploads/image/szsimg/personal_work_sharehight.png);
    background-size: 100% 100%;
    margin: 19px auto 14px;
}

.pwpc_share_info {
    height: 15px;
    line-height: 15px;
    color: #333333;
    font-size: 14px;
    font-family: microsoft yahei, microsoft yahei-regular;
    font-weight: 400;
    text-align: center;
}

.pwpc_share_box:hover,
.share_active {
    background: #1e8e8d;
}

.pwpc_share_box:hover .pwpc_share_img,
.share_active .pwpc_share_img {
    background-image: url(/uploads/image/szsimg/personal_work_share.png);
    background-size: 100% 100%;
}

.pwpc_share_box:hover .pwpc_share_info,
.share_active .pwpc_share_info {
    color: #ffffff;
}

.pwpc_code_box {
    width: 140px;
    position: absolute;
    right: -159px;
    top: 352px;
    display: none;
}

.pwpc_share_box:hover .pwpc_code_box,
.share_active .pwpc_code_box {
    display: block;
}

.pwpc_code_close {
    display: block;
    width: 10px;
    height: 9px;
    float: right;
}

.pwpc_code_ewm {
    width: 140px;
    height: 140px;
    margin-top: 14px;
    background: #ffffff;
}

.pwpc_code_wxs {
    margin-top: 12px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    font-family: microsoft yahei, microsoft yahei-regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
}

/* 内容 */
.pwpc_content_list {
    width: 850px;
    height: 741px;
    margin-top: 34px;
    padding: 43px 49px;
    opacity: 0.9;
    background: #faf7e9;
    border: 1px solid #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
}

.pwpc_cl_title {
    line-height: 37px;
    font-size: 36px;
    font-family: microsoft yahei, microsoft yahei-regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
}

.pwpc_cl_content {
    max-height: 498px;
    margin-top: 61px;
    padding-right: 60px;
    font-size: 18px;
    font-family: microsoft yahei, microsoft yahei-regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 40px;
    overflow-y: scroll;
    box-sizing: border-box;
}

.pwpc_cl_content::-webkit-scrollbar,
.pwpc_catalogue_overbox::-webkit-scrollbar {
    width: 2px;
    height: 1px;
}

.pwpc_cl_content::-webkit-scrollbar-thumb,
.pwpc_catalogue_overbox::-webkit-scrollbar-thumb {
    background: #7b7b7b;
}

.pwpc_cl_content::-webkit-scrollbar-track,
.pwpc_catalogue_overbox::-webkit-scrollbar-track {
    background: #cacaca;
}

.pwpc_clcont_btnbox {
    margin-top: 28px;
    text-align: center;
}

.pwpc_clcont_btnbox>a {
    display: inline-block;
    text-decoration: none;
}

.cl_last_btn,
.cl_next_btn {
    width: 110px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #1e8e8d;
    font-size: 18px;
    font-family: microsoft yahei, microsoft yahei-regular;
    font-weight: 400;
    text-align: center;
    color: #1e8e8d;
    box-sizing: border-box;
}

.cl_mulu_btn {
    font-size: 18px;
    font-family: microsoft yahei, microsoft yahei-regular;
    font-weight: 400;
    text-align: center;
    color: #1e8e8d;
    line-height: 40px;
    padding: 0 72px;
    box-sizing: border-box;
}

