﻿@media screen and (min-width: 1280px) {
    .content-detail {
        background-color: white;
        padding: 15px;
    }

    .content-detail .content-head .content-head-title h1 {
        text-align: center;
        font-size: 34px;
        font-weight: 700 !important;
    }

    .content-detail .content-head .content-head-title h3 {
        text-align: center;
        font-size: 24px;
        padding-top: 24px;
        color: black;
    }

    .content-detail .content-head .content-head-date {
        margin: 40px 0;
        color: #555;
        font-size: 24px;
        background-color: #f5f9fe;
        padding: 20px;
        box-sizing: border-box;
    }

    .content-detail .content-head .content-head-date span {
        display: block;
        margin: 10px 0;
    }

    .content-detail .content-text-box {
        font-size: 32px;
        font-family: "宋体";
        line-height: 1.75;
    }
}

@media screen and (max-width: 1200px) {
    .content-detail {
        background-color: white;
        padding: .15rem;
    }

    .content-detail .content-head .content-head-title h1 {
        text-align: center;
        font-size: .34rem;
        font-weight: 700 !important;
    }

    .content-detail .content-head .content-head-title h3 {
        text-align: center;
        font-size: .24rem;
        padding-top: .24rem;
        color: black;
    }

    .content-detail .content-head .content-head-date {
        margin: .4rem 0;
        color: #555;
        font-size: .24rem;
        background-color: #f5f9fe;
        padding: .2rem;
        box-sizing: border-box;
    }

    .content-detail .content-head .content-head-date span {
        display: block;
        margin: .1rem 0;
    }

    .content-detail .content-text-box {
        font-size: .32rem;
        font-family: "宋体";
        line-height: 1.75;
    }
}