.con {
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
}

.detail,
.timeList p,
.pageBox p,
.pageBox h3,
.richText,
.richText p,
.richText font,
.richText span {
    font-family: '宋体', 宋体 !important;
}

.richText a
{
	font-family: '宋体', 宋体 !important;
}

.title {
    font-weight: bold;
    margin-bottom: 0.3rem;
    white-space: pre-line;
    text-align: center;
}

.title.center {
    text-align: center;
    margin-bottom: 0.6rem;
}

.timeList {
    margin-bottom: 0.5rem;
    justify-content: center;
}

.timeList,
.timeList li {
    display: flex;
    align-items: center;
    color: #999999;
}

.timeList li:nth-child(n+2) {
    margin-left: 0.55rem;
}

.timeList img {
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.12rem;
}

.pageBox {
    padding-top: 0.8rem;
}

.pageBox li:nth-child(n+2) {
    margin-top: 0.2rem;
}

.pageBox a {
    display: flex;
    align-items: center;
}

.pageBox p {
    color: #666;
    flex-shrink: 0;
}

.pageBox li:hover h3 {
    color: #005BAC;
}
span img.text-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 801px) {
    .detail {
        border: 0.01rem solid #EDEDED;
        max-width: 12rem;
        margin: 0rem auto;
        padding: 0.5rem;
    }

    .timeList {
        padding-bottom: 0.25rem;
        margin-bottom: 0.25rem;
        border-bottom: 0.01rem solid #EDEDED;
    }
}


@media (max-width: 800px) {
    .title {
        font-size: 0.4rem;
        line-height: 1.5;
        text-align: left;
    }

    .timeList {
        justify-content: unset;
    }

    .timeList,
    .timeList li {
        flex-wrap: wrap;
    }

    .timeList li {
        width: 100%;
    }

    .timeList li:nth-child(n+2) {
        margin: 0.15rem 0rem 0rem 0rem;
    }

    .timeList img {
        width: 0.3rem;
        height: 0.3rem;
        margin-right: 0.24rem;
    }

    .pageBox {
        flex-wrap: wrap;
    }

    .pageBox li {
        width: 100%;
    }

    .pageBox li:nth-child(n+2) {
        margin-top: 0.2rem;
    }

    /* .pageBox p {
        font-size: 0.24rem;
    }

    .pageBox h3 {
        font-size: 0.3rem;
    } */

}