* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

.containner {
    width: 1920px;
    height: 3200px;
    background-image: url(../img/background1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.header {
    width: 1920px;
    position: relative;
    height: 160px;
}

.header_img {
    /* 46 33 */
    position: absolute;
    top: 33px;
    left: 46px;
}

.banner {
    width: 1920px;
    height: 660px;
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
}

.banner .more {
    /* 65 35 */
    position: absolute;
    bottom: 35px;
    right: 65px;
}

.main {
    height: 2030px;
    background-image: url(../img/secondeback.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0 220px;
}

.main1 {
    width: 1485px;
    height: 2030px;
    background-image: url(../img/thirdback.png);
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 150px;
}

.title {
    font-size: 70px;
    font-weight: 500;
    font-family: "FZHTJW";
    color: rgb(112, 91, 162);
    text-align: center;
    margin-bottom: 65px;
}

/* .作者：XX_______时间：XX_______来源：XX {
  font-size: 66.667px;
  font-family: "FZHTJW";
  color: rgb(4, 4, 4);
  line-height: 1.2;
  text-align: center;
  -moz-transform: scale(1, 1.05);
  -webkit-transform: scale(1, 1.05);
  -ms-transform: scale(1, 1.05);
  position: absolute;
  left: 207.566px;
  top: 1126.77px;
  width: 1046.866px;
  height: 65.903px;
  z-index: 40;
}

 */
.author {
    font-size: 50px;
    font-family: "FZHTJW";
    color: black;
    text-align: center;
    margin-bottom: 50px;
}

.content {
    font-size: 60px;
    font-family: "FZHTJW";
    color: rgb(2, 2, 2);
    overflow-wrap: break-word;
    margin-bottom: 120px;
    padding: 0 210px;
    text-align: center;
}