.PW_content {
    overflow: hidden;
}

.PW {
    background-color: #f7f7f7;
    padding-bottom: 110px;
}

.PW_content .PW_msg {
    padding-top: 40px;
    color: #a7a7a7;
    font-size: 14px;
}

.PW_content .PW_title {
    padding-top: 50px;
    text-align: center;
}

.PW_content .PW_title .PW_txt {
    font-size: 35px;
    color: #cbcbcb;
}

.PW_content .PW_title .PW_p {
    font-size: 20px;
    color: #646464;
    padding: 20px 0 42px 0;
}

.PW_column {
    display: inline-block;
    padding-bottom: 47px
}

.PW_column ul li {
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0px 30px;
    border: 1px solid #dadada;
    border-radius: 30px;
    margin: 0px 25px;
    cursor: pointer;
}

.PW_column ul li a {
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 14px;
}

.PW_column ul li:nth-child(4) {
    background: #004b47;
}

.PW_column ul li:nth-child(4) a {
    color: #ffffff;
}


/* .PW_column ul li {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    float: left;
    padding: 0px 30px;
    border: 1px solid #dadada;
    border-radius: 15px;
    margin: 0px 25px;
    cursor: pointer;
}

.PW_column ul li:nth-child(4) {
    background: #004b47;
    color: #ffffff;
} */

.PW_whole {
    height: 703px;
    overflow: hidden;
}

.PW_tt {
    height: 20px;
    background-color: #f6f6f6;
}

.PW_left {
    float: left;
    width: 345px;
    height: 703px;
}

.PW_right {
    float: left;
    width: 840px;
    height: 675px;
}

.PW_pp {
    height: 55px;
    line-height: 55px;
    color: #646464;
    font-size: 15px;
    padding-left: 20px;
}

.PW_span {
    color: #ffa32b;
    display: inline-block;
    padding: 0 5px 0 9px;
}

.PW_ul {}

.PW_ul ul {}

.PW_ul ul li {
    height: 107px;
    overflow: hidden;
    padding: 34px 48px 0 35px;
    border-top: 1px dashed #d9d9d9;
}

.PW_ul ul li:hover {
    background-color: #f6f6f6;
    cursor: pointer;
}

.PW_ul ul li:nth-child(1) .PW_span_one {
    background-color: #f65161;
}

.PW_ul ul li:hover .PW_span_one {
    background-color: #f65161;
}

.PW_ul ul li .PW_span_one {
    float: left;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    text-align: center;
    background-color: #f6ae51;
    border-radius: 32px;
}

.PW_ul ul li .PW_texts {
    margin-left: 52px;
}

.PW_ul ul li .PW_texts .PW_h1 {
    font-family: "Bold";
    font-size: 16px;
    color: #333333;
    font-weight: 700;
}

.PW_ul ul li .PW_texts .PW_ppp {
    padding-top: 5px;
    font-family: "Regular";
    font-size: 14px;
    color: #666666;
}

.PW_ul ul li .PW_texts .PW_pppp {
    padding-top: 5px;
    font-family: "Regular";
    font-size: 14px;
    color: #666666;
}

.PW_btn {
    height: 60px;
    display: flex;
}

.PW_btn a {
    display: block;
}

.PW_btn_left {
    flex: 1;
    height: 60px;
    border-right: solid 1px #ffffff;
    background: url(../../fuwu_img/mapPrev.png) no-repeat center center;
    background-color: #7c7c7c;
}

.PW_btn_right {
    flex: 1;
    height: 60px;
    background: url(../../fuwu_img/mapNext.png) no-repeat center center;
    background-color: #7c7c7c;
}