li {
    list-style: none;
}

.content_article .to_detail {
    overflow: hidden;
    border-bottom: 1px solid #a5abbd;
    padding: 16px 0px;
    font-family: Roboto;
    line-height: 21px;
    cursor: pointer;
}

.content_article .to_detail:hover div:first-child {
    color: #1F518E;
}

.pfmi {
    font-family: DM Serif Display;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #a5abbd;
}

.content_article>div div:first-child {
    float: left;
    font-weight: bold;
    font-size: 18px;
}

.content_article>div div:first-child+div {
    float: right;
    color: #B8B8B8;
    font-weight: 500;
    font-size: 16px;
}

#pageBox {
    margin-top: 192px;
}

.dialog {
    /* display: none; */
    top: 0;
    width: 100%;
    z-index: 10001;
    height: 888px;
    position: absolute;
}

.dialog-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3d516c;
    background-color: rgba(61, 81, 108, 0.8);
    filter: alpha(opacity=85);
}

.dialog-content {
    width: 592px;
    padding-bottom: 32px;
    background-color: white;
    position: relative;
    top: -10px;
    margin: 0 auto;
    opacity: 1;
    z-index: 200;
    letter-spacing: -0.2px;
}

.dialog-list {
    padding: 16px 40px 32px 40px;
    margin-bottom: 0;
}

.dialog-head {
    width: 100%;
    text-align: center;
    padding-top: 32px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.dialog-list li:first-child {
    margin-top: 0 !important;
}

.dialog-list li {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}

.button {
    padding-left: 128px;
}

.button button {
    /* float: left; */
    width: 145px;
    height: 50px;
}

.button button:first-child {
    background-color: white;
    border: 1px solid #1F518E;
    color: #1F518E;
    font-size: 16px;
    font-weight: bold;
}

.button button:first-child+button {
    background-color: #1F518E;
    border: 1px solid white;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
}

@media screen and (max-width: 1200px) {
    #pageBox {
        display: none !important;
    }
    .dialog-content {
        top: 10px;
        padding-bottom: 1px;
    }
    .pd_top80 {
        margin-top: 0;
    }
    .content {
        width: 100%;
        background-color: #f4f9ff;
    }
    .contentBox {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }
    .pfmi {
        border-bottom: 0;
        padding-bottom: 0;
        /* padding-left: 2.4rem; */
        margin-bottom: 0.64rem;
        margin-left: 0.24rem;
        width: 3.25rem;
        height: 0.56rem;
        background-color: #D9BA85;
        text-align: center;
        line-height: 0.56rem;
        color: #FFFFFF;
        font-family: Roboto;
        font-weight: bold;
        font-size: 0.24rem;
        letter-spacing: 0px;
        border-radius: 7px;
    }
    .to_detail {
        background-color: white;
        margin-top: 0.24rem;
    }
    .content_article .to_detail {
        border-bottom: 0;
        padding: 0.32rem 0.24rem;
        box-shadow: 2px 4px 16px 0px rgba(0,0,0,0.04);
        border-radius: 8px;
    }
    .content_article>div div:first-child {
        color: #111111;
        font-family: Roboto;
        font-weight: 500;
        font-size: 0.24rem;
        line-height: 0.4rem;
        letter-spacing: 0px;
        text-align: left;
        padding-bottom: 0.08rem;
    }
    .content_article>div div:first-child+div {
        color: #DDDDDD;
        font-family: Roboto;
        font-weight: bold;
        font-size: 0.2rem;
        line-height: normal;
        letter-spacing: 0px;
        text-align: left;
    }
    .content_article .to_detail>div {
        float: none !important;
    }
    /* 弹出框 */
    .dialog-content {
        width: unset;
        box-shadow: 2px 4px 16px 0px #000000;
        border-radius: 10px;
        /* margin-left: 0.24rem;
        margin-top: 0.86rem;
        margin-right: 0.24rem; */
        margin: 0.86rem 0.24rem 0 0.24rem;
    }
    .dialog {
        height: unset;
        position: absolute;
    }
    .dialog-head {
        color: #111111;
        font-family: Roboto;
        font-weight: bold;
        font-size: 0.32rem;
        line-height: normal;
        letter-spacing: 0px;
        text-align: center;
    }
    .dialog-list {
        padding-left: 0.59rem;
        padding-right: 0.59rem;
    }
    .dialog-list li {
        color: #111111;
        font-family: Roboto;
        font-weight: 500;
        font-size: 0.24rem;
        line-height: 0.4rem;
        letter-spacing: 0px;
        text-align: left;
    }
    .button {
        padding-left: 0.59rem;
        padding-right: 0.59rem;
        margin-bottom: 0.8rem;
        color: #A5ABBD;
        font-family: DM Serif Display;
        font-weight: 500;
        font-size: 0.26rem;
        line-height: normal;
        letter-spacing: 0px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .button button:first-child+button {
        padding-left: 0;
    }
    #no {
        width: 2.08rem;
        font-size: 0.2rem;
        border-radius: 5px;
        height: 0.8rem;
        
    }
    #yes {
        width: 3.27rem;
        font-size: 0.2rem;
        margin-left: 0.24rem;
        border-radius: 5px;
        height: 0.8rem;
    }
}