.top{
    width: 1920px;
    height: 724px;
}
.logo{
    width: 1920px;
    height: 158px;
    background-color: #8ecaa9;
    padding-top: 30px;
}
.logo_11{
    width: 388px;
    height: 125px;
    margin-left: 3.125%;
}
.banner{
    width: 1920px;
    height: 670px;
}
.main{
    width: 1920px;
    height: 2030px;
    background-image: url(../img/fist_dadi.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.main_main{
    margin: 0 auto;
    width: 1484px;
    height: 2027px;
    margin-top: 135px;
}
.cont{
    text-align: center;
    /* margin: 0 auto; */
    width: 1200px;
}
.title{
    text-align: center;
    /* margin: 0 auto; */
    width: 1200px;
}
.author-info{
    width: 1200px;
    display: flex;
    flex-direction: column;
}
.author-line1, .author-line2{
    font-size: 2.2rem;
    font-family: "Adobe 黑体 Std";
    letter-spacing: 5px;
    margin: 10px 0;
    display: flex;
    justify-content: space-evenly;
}
.main_second{
    position: absolute;
    top:175px;
    left: 20%;
}
.title{
    font-size: 3.2rem;
    font-family: "Adobe 黑体 Std";
    letter-spacing: 5px;
    color: #467752;
    margin-bottom: 60px;
}
.content{
    margin-top: 140px;
    display: flex;
    flex-direction: column;
}
.cont{
    text-align: left;
    word-wrap: break-word;
    font-size: 30px;
    font-size: 60px;
    margin-bottom: 100px;
}