.container_main {
    max-width: 80%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 5px;
}
.body-box{    font-size: 21px;
    font-family: 仿宋_GB2312;
    text-indent: 43px;
    line-height: 37px; margin-bottom:15px}
.top-box {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-bottom: 1px solid #ccc;
}

.top-title {
    font-size: 24px;
    color: #ae8f54;
    text-align: center;
    margin-top: 40px;
}

.top-time {
    font-size: 14px;
    color: #3c3c3c;
    text-align: center;
    margin-bottom: 20px;
}

.body-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.body-box2 {
    display: block;
  
}
.body-text {
    font-size: 21px;
    font-family: 仿宋_GB2312;
    text-indent: 43px;
    line-height: 37px;
}

.body-img {
    width: 550px;
    height: 367px;
    vertical-align: middle;
}

.body-bottom-click {
    text-align: center;
    margin: auto;
    background-color: orange;
    color: #fff;
    line-height: 34px;
    width: 100px;
    height: 34px;
    margin-bottom: 10px;
}