/* 清除内外边距 */
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #000;
}
a:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  vertical-align: bottom;
}
.w-1280 {
  width: 1280px;
  margin: auto;
}
.w-100 {
  width: 100%;
}
.banner {
  position: relative;
  min-width: 1280px;
}
.banner .logo {
  width: 216px;
  position: absolute;
  top: 40px;
  left: 60px;
}
.banner .logo img {
  width: 100%;
}
.news-box {
  padding-top: 95px;
  padding-bottom: 115px;
  overflow: hidden;
  background: url(../images/bg1.jpg) no-repeat top center;
  background-size: cover;
}
.news-box .container {
  width: 1280px;
  background: #fff;
  margin: auto;
  padding: 78px 0 80px;
  position: relative;
  box-shadow: 11px 11px 16px 7px rgba(15, 13, 12, 0.08);
}
.news-box .container .jz {
  position: absolute;
  top: -52px;
  left: 95px;
}
.news-box .container .bi {
  margin: 0 0 63px 74px;
}
.news-box .container .news {
  width: 1130px;
  margin: 0 auto 0;
}
.news-box .container .news a {
  display: block;
  padding: 15px 35px 15px 20px;
  margin-bottom: 20px;
  position: relative;
  background: #f2f0ef;
  transition: all 0.2s ease;
}
.news-box .container .news a .lf_img {
  float: left;
  width: 190px;
  height: 130px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 20px;
}
.news-box .container .news a .lf_img img {
  width: 100%;
}
.news-box .container .news a > .rt_txt {
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-box .container .news a > .rt_txt .p1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #512c25;
  font-weight: bold;
}
.news-box .container .news a > .rt_txt .p2 {
  font-size: 13px;
  line-height: 24px;
  color: #979997;
  margin: 10px 0 10px;
}
.news-box .container .news a > .rt_txt .p3 {
  font-size: 14px;
  color: #502e26;
  overflow: hidden;
  font-weight: bold;
}
.news-box .container .news a:hover {
  background: #5a4239;
}
.news-box .container .news a:hover .p1 {
  color: #e0af5f;
}
.news-box .container .news a:hover .p2 {
  color: #feebb0;
  opacity: 0.44;
}
.news-box .container .news a:hover .p3 {
  color: #feebb0;
  opacity: 0.45;
}
.news-box .container .page {
  text-align: center;
  margin-top: 65px;
  font-size: 0;
}
.news-box .container .page a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  transition: all 0.2s ease;
  font-size: 12px;
  margin: 0 10px;
}
.news-box .container .page span {
  display: inline-block;
  font-size: 16px;
}
.news-box .container .page .btn {
  width: 76px;
  text-align: center;
  color: #fff;
  background: #0f0d0c;
  border-radius: 30px;
}
.news-box .container .page .btn:hover {
  background: #533a31;
}
.news-box .container .page .ym {
  width: 30px;
  border-radius: 8px;
}
.news-box .container .page .ym.active {
  background: #533a31;
  color: #fff;
}
.news-box .container .page .ym:hover {
  background: #533a31;
  color: #fff;
}
.footer {
  text-align: center;
  height: 110px;
  line-height: 110px;
  background: #151413;
}
.footer img {
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .banner {
    overflow: hidden;
    min-width: 0;
  }
  .banner .logo {
    width: 30%;
    top: 20px;
    left: 20px;
    z-index: 2;
  }
  .banner .w-100 {
    height: 60vw;
    width: auto;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .news-box {
    padding: 40px 0;
  }
  .news-box .container {
    width: 94%;
    padding: 30px 0;
  }
  .news-box .container .jz {
    top: -16px;
    left: 6%;
    width: 90%;
  }
  .news-box .container .bi {
    margin: 0 0 20px 5%;
    width: 90%;
  }
  .news-box .container .news {
    width: 90%;
    margin: 0 auto 0;
  }
  .news-box .container .news a {
    padding: 15px 3%;
    margin-bottom: 15px;
  }
  .news-box .container .news a .lf_img {
    width: 110px;
    height: 75px;
    margin-right: 10px;
  }
  .news-box .container .news a > .rt_txt {
    width: auto;
    height: 73px;
    justify-content: space-between;
    padding-top: 0;
    margin-right: 0;
  }
  .news-box .container .news a > .rt_txt .p1 {
    font-size: 14px;
    height: auto;
  }
  .news-box .container .news a > .rt_txt .p2 {
    margin: 0;
    font-size: 12px;
    height: 26px;
    overflow: hidden;
    line-height: 13px;
  }
  .news-box .container .news a > .rt_txt .p3 {
    font-size: 12px;
    height: auto;
  }
  .news-box .container .page {
    margin-top: 30px;
  }
  .news-box .container .page a {
    margin: 0 5px;
  }
  .footer {
    height: 80px;
    line-height: 80px;
  }
  .footer img {
    width: 80%;
  }
}
