* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container {
  width: 1000px;
  margin: 0 auto;
}
body {
  min-width: 1200px;
  width: 100%;
}
header {
  background-color: #f4f7f9;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header img {
  width: 100px;
  height: 100px;
}
header .right {
  font-size: 28px;
  letter-spacing: 3px;
}
main .content {
  margin-top: 30px;
  font-size: 18px;
  color: #323b43;
  position: relative;
}
main .content p {
  text-indent: 30px;
  letter-spacing: 2px;
  margin: 10px;
  line-height: 35px;
}
main .content.lian_tong a {
  position: absolute;
  bottom: 32px;
  left: 150px;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  color: #342d2c;
}
footer {
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  background-color: #2b2b2b;
  color: #fff;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  header img {
    width: 80px;
  }
  header .right {
    font-size: 22px;
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }
  body {
    min-width: 100%;
  }
  img {
    width: 85%;
    height: auto !important;
  }
  a img {
    width: 20px;
    height: 20px;
  }
  #href_link {
    bottom: 10px;
    left: 72px;
    font-weight: bold;
    font-size: 4.6px;
  }
  footer {
    line-height: 32px;
    font-size: 16px;
  }
}
