.nav_top img {
    /* content: url('/wp-content/uploads/2020/03/logo.png'); */
}

#vita-head-tit {
    background: #ffffff;
}

.entry-title {
    width: 654px;
    height: 31px;
    font-size: 24px;
    font-weight: bold;
    color: #1B6A3E;
}

.entry-header-inner {}

.post-date-wrap {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #BBBBBB;
    padding-top: 22px;
    padding-bottom: 36px;
    display: block;
}

.top-banner {
    background-image: none;
    height: 149px;
}

.section-inner {}

.singular .featured-media-inner {
    left: auto;
}

.category-wrap {
    width: 100%;
    /* margin-top: -30px; */
}

.category-tit {
    font-size: 36px;
    font-weight: bold;
    color: #1B6A3E;
    padding-top: 10px;
    padding-bottom: 38px;
    width: 1170px;
    margin: auto;
}

article {
    width: 1170px;
    margin: auto;
    background: #ffffff;
    border-radius: 2px;
}

.entry-content {}

.entry-content p {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
}

.singular .featured-media-inner {
    width: 1000px;
}

.left-content {
    float: left;
    width: 759px;
    /* background:(255,255,255,1);
    padding: 39.3px 29.7px; */
    padding: 54px 36px 41px 39px;
    margin-bottom: 60px;
}

.right-content {
    float: right;
    width: 350px;
    /* background:(255,255,255,1);
    border-radius:0px 3px 3px 0px; */
}

.author-date {
    font-size: 14px;
    font-weight: 400;
    color: #ABABAB;
    line-height: 1;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    #site-content {
        background-color: #f7f7f7;
    }
    #vita-head-tit {
        background-color: #f7f7f7;
    }
    .post-date-wrap {
        display: block;
    }
    .entry-title {
        font-size: 3.75rem;
        width: auto;
        height: auto;
    }
    .head-wrap {
        padding: 4.67rem 0 3rem 0;
        margin-bottom: 0rem;
    }
    .head-title .zh {
        font-size: 4rem;
    }
    .subsc {
        font-size: 2.5rem;
        font-weight: bold;
        line-height: 4rem;
        float: right;
        line-height: 5rem;
    }
    .section-inner {
        width: auto;
        padding: 0;
    }
    .singular .featured-media-inner {
        width: 100%;
    }
    article {
        width: 100%;
        padding: 0 3rem;
        background-color: #f7f7f7;
    }
    .category-tit {
        padding: 0 0 3rem 0;
        font-size: 4rem;
    }
    .entry-header-inner {
        padding: 0;
        width: auto;
    }
    .entry-content {
        padding: 0;
    }
    .entry-content p {
        font-size: 3rem;
        line-height: 5rem;
        color: #333333;
    }
    .left-content {
        float: none;
        width: auto;
        /* padding: 54px 36px 41px 39px; */
        padding: 0px;
        margin-bottom: 60px;
    }
    .author-date {
        margin-top: 1.33rem;
    }
    .post-date-wrap {
        font-size: 2rem;
        padding: 1.67rem 0 0 0;
    }
    .back {
        display: none;
    }
}