.con-box {
    padding: 0.3rem;
}

.con-box h1 {
    font-size: 0.35rem;
    text-align: center;
    padding: 0 0.3rem;
}

.time {
    font-size: 0.2rem;
    text-align: center;
    background-color: #f1f1f1;
    margin-top: 0.1rem;
    height: 0.3rem;
    padding-top: 0.1rem;
}

.content {
    font-size: 0.3rem;
    line-height: 0.45rem;
}

.content p {
    font-size: 0.3rem;
    padding: 0.2rem 0.1rem 0;
    line-height: 0.45rem;
}

.content img {
    width: 5.6rem;
    height: 100%;
}

.source {
    font-size: 0.3rem;
    padding: 0.1rem;
}

.source {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.conBox {
    font-size: 0.35rem;
    padding: 0.2rem;
}

.conBox p {
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
    font-size: 0.3rem;
}

.title {
    font-size: 0.35rem;
    text-align: center;
    padding-top: 0.1rem;
}

body {
    margin-bottom: 0 !important;
}

.wapXxzj {
    margin-top: .5rem;
}

.wapXxzj iframe {
    border: 0;
    height: 7rem;
}

/* 适老化 */
.oldModel .con-box h1 {
    font-size: 32px !important;
}

.oldModel .time {
    font-size: 18px !important;
    height: auto !important;
}

.oldModel .content * {
    font-size: 24px !important;
    line-height: 1.8 !important;
}

.oldModel {}

.content table{
    width:100% !important;
    empty-cells: unset;
    border-spacing: 0;
    border-collapse: collapse;
}
.content tbody{
    width:100% !important;
}
.content table td{border:1px solid #dedede}