.article_content {
    padding: 0 0.94rem;
}

.coverImg {
    width: 21.25rem;
    height: 10.94rem;
    border-radius: 0.94rem;
    margin: 0.3rem auto 0.94rem;
    object-fit: cover;
}

.title {
    font-family: 'Noto Sans 700', sans-serif;
    font-size: 1.31rem;
    line-height: 1.78rem;
    text-transform: uppercase;
    letter-spacing: 0.0009375em;
    color: #36554A;
    margin: 1.2rem auto 1.2rem;
}

.author-time>div:nth-child(1) {
    gap: 0.66rem;
}

.avatar {
    background: #F7D95F;
    width: 2.66rem;
    height: 2.5rem;
    border-radius: 50%;
}

.avatar img {
    width: 1.5rem;
    height: 1.5rem;
}

.author {
    font-family: 'PT Serif 700', sans-serif;
    font-size: 0.88rem;
    line-height: 1.22rem;
    letter-spacing: normal;
    color: #444444;
}

.time {
    font-family: 'PT Serif 400', sans-serif;
    font-size: 0.63rem;
    line-height: 1.22rem;
    letter-spacing: normal;
    color: #999999;
}

.icon_box {
    gap: 1.49rem;
}

.shadow {
    width: 2.32rem;
    height: 2.19rem;
    border-radius: 0.56rem;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFD35A;
    border: 0.06rem solid #36554A;
    box-shadow: 0rem 0.13rem 0.31rem 0rem rgba(0, 0, 0, 0.08);
}

.shadow img {
    width: 1.15rem;
    height: 1.19rem;
}

.td-content-text {
    font-family: 'Noto Sans 400', sans-serif;
    font-size: 1rem;
    line-height: 1.88rem;
    letter-spacing: normal;
    color: #36554A;
}

.td-content-text img {
    object-fit: cover;
    width: 100%;
    height: 12.5rem;
    border-radius: 0.31rem;
}

li {
    list-style: none;
}

h1,
h2 {
    font-family: 'Noto Sans 700', sans-serif;
    font-size: 1.19rem;
    line-height: 1.56rem;
    text-transform: uppercase;
    letter-spacing: 0.0009375em;
    color: #36554A;
}

li,
p {
    font-family: 'Noto Sans 400', sans-serif;
    font-size: 1rem;
    line-height: 1.88rem;
    letter-spacing: normal;
    color: #36554A;
}

.line {
    width: 0.41rem;
    height: 1.75rem;
}

.part-three {
    width: 21.25rem;
    margin: 0.59rem auto 0;
}

.part-three .type {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.28rem;
    margin-bottom: 0.8rem;
    font-family: 'Noto Sans 700', sans-serif;
    font-size: 1.25rem;
    line-height: 1.88rem;
    letter-spacing: normal;
    color: #0A2B11;
}

.part-three .type::before {
    position: absolute;
    content: '';
    width: 20.16rem;
    height: 0.06rem;
    background-color: #36554A;
    bottom: 0.1rem;
    right: 0.5rem;
}

.part-three .more {
    width: 15.63rem;
    height: 2.59rem;
    border-radius: 1.56rem;
    background: #36554A;
    border: 0.03rem solid rgba(218, 136, 49, 0.56);
    margin: 0 auto;
    font-family: 'Noto Sans 500', sans-serif;
    font-size: 0.88rem;
    line-height: 100%;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #FDF9DD;
}

/* part three start */
.part-three .news_div {
    display: grid;
    grid-template-columns: 6.35rem 1fr;
    align-items: center;
    gap: 0.49rem;
    padding: 0.66rem 0.47rem;
    border-radius: 1.56rem;
    background: rgba(216, 216, 216, 0);
    border: 0.03rem solid #36554A;
    margin-bottom: 0.63rem;
}

.part-three .news_img {
    width: 6.35rem;
    height: 5.94rem;
    border-radius: 1.56rem;
}

.part-three .title {
    font-family: 'Roboto 500', sans-serif;
    font-size: 0.88rem;
    line-height: 140%;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 0.63rem;
    text-transform: none;
}

.part-three .desc {
    font-family: 'Roboto 400', sans-serif;
    font-size: 0.69rem;
    line-height: normal;
    letter-spacing: normal;
    color: #999999;
}
/* part three end */