.content-box .desc {
    padding: 32px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 40px 0px rgba(45, 27, 3, 0.04), 0px 4px 40px 0px rgba(45, 27, 3, 0.04);
}
.content-box .desc .title {
    font-size: 32rem;
    font-weight: 400;
    color: rgba(110, 78, 53, 0.8);
    line-height: 45px;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 24px;
}
.content-box .desc .content {
    font-size: 18rem;
    font-weight: 400;
    color: #0F0700;
    line-height: 30px;
}
.content-box .desc .content p {
    padding-bottom: 15px;
    text-indent: 36px;
}
.account {
    padding: 32px;
    background: rgba(141, 106, 76, 0.04);
    text-align: center;
    margin-bottom: 64px;
}
.account .title {
    font-size: 32rem;
    font-weight: 400;
    color: rgba(110, 78, 53, 0.8);
    line-height: 45px;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 24px;
}
.account p {
    font-weight: 400;
    color: #0F0700;
    line-height: 30px;
    font-size: 18rem;
    padding-bottom: 15px;
} 
.account p:last-child {
    padding-bottom: 0;
}
.news {
    display: flex;
    align-items: center;
    justify-content: center;
}
.news > div {
    flex: 1;
    margin: 0 25px;
    height: 23vw;
    background-size: cover;
    background-position: top center;
    background-image: url(../img/news_1.png);
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 0 2px 40px rgba(45,27,3, .2);
}
.news > div > a {
    display: block;
}
.news > div:first-child {
    margin-left: 0;
}
.news > div:last-child {
    margin-right: 0;
}
.news > .two {
    background-image: url(../img/news_2.png);
}
.news > .three {
    background-image: url(../img/news_3.png);
}
.news .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 18px 56px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.69) 0%, #FFFFFF 100%);
    box-shadow: 0px 4px 40px 0px rgba(45, 27, 3, 0.04);
}
.news .content .title {
    font-size: 28rem;
    font-weight: 400;
    color: #0F0700;
    line-height: 40px;
}
.news .content .tips {
    font-size: 14rem;
    font-weight: 400;
    color: #3C240F;
    line-height: 20px;
    margin-top: 16px;
}
.news .content img {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 1;
}
.theme {
    padding-top: 64px;
}
.theme .title {
    font-size: 32rem;
    color: #0F0700;
    line-height: 45px;
    text-align: center;
}
.theme .tips {
    font-size: 16rem;
    color: #6E4E35;
    line-height: 22px;
    padding-top: 12px;
    text-align: center;
}
.theme .list {
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
}
.theme .list > a {
    flex: 1;
    margin: 17px;
    display: block;
}
.theme .list > a:first-child {
    margin-left: 0;
}
.theme .list > a:last-child {
    margin-right: 0;
}
.theme .list img {
    width: 100%;
}
.theme .list .content {
    font-size: 24rem;
    color: #0F0700;
    line-height: 33px;
    margin-top: 16px;
}
.theme .list .time {
    font-size: 16rem;
    color: #6E4E35;
    line-height: 22px;
    margin-top: 16px;
    text-align: right;
}
.theme .more {
    text-align: center;
    margin: 64px 0;
    font-size: 20rem;
    color: #0F0700;
    line-height: 28px;
}
.news-list {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 40px 0px rgba(45, 27, 3, 0.04), 0px 4px 40px 0px rgba(45, 27, 3, 0.04);
    padding: 32px;
}
.news-list .title {
    text-align: center;
    font-size: 32rem;
    color: #0F0700;
    line-height: 45px;
}
.news-list .tips {
    margin-top: 12px;
    text-align: center;
    font-size: 14rem;
    color: #88674D;
    line-height: 20px;
    margin-bottom: 48px;
}
.news-list .list {
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.news-list .list img{
    width: 268px;
    height: 184px;
    margin-right: 20px;
}
.news-list .list .title {
    text-align: left;
    font-size: 22rem;
    color: #0F0700;
    line-height: 30px;
}
.news-list .list .content {
    margin-top: 10px;
    font-size: 16rem;
    color: #2E1A0A;
    line-height: 30px;
}
.news-list .list .time {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16rem;
    color: #2E1A0A;
    line-height: 22px;
}
.white-stone {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 40px 0px rgba(45, 27, 3, 0.04), 0px 4px 40px 0px rgba(45, 27, 3, 0.04);
    margin-top: 64px;
    padding: 32px;
    text-align: center;
}
.white-stone .title {
    font-size: 32rem;
    color: #0F0700;
    line-height: 45px;
    display: block;
}
.white-stone .tips {
    font-size: 16rem;
    color: #6E4E35;
    line-height: 22px;
    margin-top: 12px;
    display: block;
}
.white-stone .p-title {
    margin-top: 64px;
    font-size: 22rem;
    color: #6E4E35;
    line-height: 30px;
    display: block;
}
.white-stone .content {
    font-size: 22rem;
    color: #0F0700;
    margin-top: 24px;
    display: block;
}
.hover-line:hover {
    text-decoration: underline;
}