@font-face {
  font-family: "SourceHanSans-Bold";
  src: url("/template/fonts/SourceHanSans-Bold.ttc");
}

@font-face {
  font-family: 'PingFang-SC-Bold';
  src: url('/template/fonts/PingFang-SC-Bold.ttf');
}

/* .header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
} */
.inner {
  width: 1400px;
  margin: 0 auto;
}

.p1 {
  height: 410px;
  width: 100%;
  background: url("/template/images/news/banner-bg.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

.p1 .inner {
  padding-left: 72px;
  padding-top: 184px;
  box-sizing: border-box;
}

.lbanner-title {
  font-family: "PingFang-SC-Bold";
  font-size: 52px;
  color: #333;
  font-weight: 500;
  /* text-shadow: 2px 2px 0px #7d91ac; */
  text-align: left;
  width: 423px;
}

.lbanner-title:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.p2 {
  margin: 30px 0px;
}

.list-box {
  display: flex;
  gap: 30px;
}

.list-title {
  width: 418px;
  height: 130px;
  background: url("/template/images/list-bg.png") 50% 50% no-repeat;
  background-size: 100% 100%;
  border-radius: 20px 0px 20px 0px;
  font-weight: normal;

  font-size: 28px;
  color: #ffffff;
  text-align: center;
  line-height: 130px;
}

.list-left .list-ul {
  margin-top: 20px;
}

.list-left .list-ul li {
  margin-bottom: 4px;
}

.list-left .list-ul li a {
  display: block;
  width: 100%;
  height: 96px;
  line-height: 96px;
  padding-left: 53px;
  box-sizing: border-box;
  background-color: #f4f3f3;
  font-family: "SourceHanSansCN-Regular";
  font-size: 20px;
  color: #333333;
}

.list-left .list-ul li.current a {
  font-weight: bold;
  border-bottom: 4px solid #eb8427;
  background: #f4f3f3 url("/template/images/list-icon.png") right 41px center no-repeat;
}

.hot-news {
  margin-top: 40px;
  margin-left: 15px;
}

.hot-news h4 {

  font-size: 24px;
  color: #333333;
  margin-bottom: 15px;
}

.hot-list li a {
  font-family: "SourceHanSansCN-Regular";
  font-size: 18px;
  color: #333333;
  line-height: 50px;
  padding-left: 17px;
  position: relative;
  display: block;
  overflow: hidden;
  /* 隐藏超出内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  white-space: nowrap;
  /* 禁止换行 */
  display: block;
  /* 确保元素是块级元素 */
  width: 100%;
  /* 设置宽度限制 */
  box-sizing: border-box;
}

.hot-list li a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #eb8427;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.list-right {
  flex: 1;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(3, 3, 3, 0.1);
  padding: 20px;
  box-sizing: border-box;
  min-height: 860px;
}

.tz-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tz-list li {
  width: 100%;
  height: 135px;
  border-bottom: 1px solid #dadada;
  padding: 32px 0px 0px 27px;
  box-sizing: border-box;
  position: relative;
}

.tz-list li h4 {
  font-weight: normal;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.tz-list li h4 .time {
  font-family: "SourceHanSansCN-Regular";
  font-size: 32px;
  color: #848484;
  margin-right: 21px;
}

.tz-list li h4 a {
  font-family: "SourceHanSansCN-Medium";
  font-size: 20px;
  color: #333333;
  max-width: 770px;
}

.tz-list li .year-time {
  font-family: "SourceHanSansCN-Regular";
  font-size: 20px;
  color: #878787;
}

.tz-list li .more {
  position: absolute;
  bottom: 18px;
  right: 428px;
  font-family: "SourceHanSansCN-Medium";
  font-size: 16px;
  color: #999999;
  background: url("/template/images/arrow-g.png") center right no-repeat;
  padding-right: 28px;
  transition: all 1s ease;
}

.tz-list li:hover {
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(235, 132, 39, 0.1);
  border: none;
}

.tz-list li:hover .more {
  right: 16px;
  color: #eb8427;
  background: url("/template/images/arrow-y.png") center right no-repeat;
}

/*page*/
.m-lst-pg {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.m-lst-pg li {
  border: 1px solid #f4f4f4;
  margin: 0 3px;
  display: inline-block;
  line-height: 1em;
  background-color: #f4f4f4;
}

.m-lst-pg li.active {
  border: 1px solid #2466ff;
  background-color: #2466ff;
}

.m-lst-pg li a {
  padding: 8px 12px;
  color: #000000;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
}

.m-lst-pg li.active a {
  color: #fff;
}

.m-lst-pg li.zsa {
  border: 0px;
}

.m-lst-pg li.zsa,
.m-lst-pg li.zsa input {
  color: #9d9d9d;
}

.m-lst-pg li.zsa input {
  border: 1px solid #f4f4f4;
  margin: 0 10px;
  display: inline-block;
  line-height: 1.5em;
  width: 45px;
  padding: 5px;
  text-align: center;
}

.list-left {
  width: 418px;
}

/*page*/
@media (max-width: 1200px) {
  .inner {
    width: 100%;
  }

  .list-box {
    flex-direction: column;
    gap: 20px;
  }

  .p1 {
    height: 190px;
    background-size: cover;
    background-position: 70% 50%;
  }

  .p1 .inner {
    padding-top: 120px;
    padding-left: 20px;
    height: 100%;
  }

  .lbanner-title {
    font-size: 28px;
    width: 120px;
  }

  .p2 {
    margin: 20px 0px;
    padding: 0px 20px;
    box-sizing: border-box;
  }

  .list-title {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 22px;
  }

  .list-left .list-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .list-left .list-ul li {
    width: 48%;
    margin-bottom: 10px;
  }

  .list-left .list-ul li a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    font-size: 16px;
  }

  .hot-news {
    margin-top: 10px;
    display: none;
  }

  .hot-news h4 {
    font-size: 18px;
  }

  .hot-list li a {
    font-size: 14px;
    line-height: 48px;
  }

  .tz-list li {
    width: 100%;
    padding: 10px 0px 0px 10px;
    height: auto;
    padding-bottom: 10px;
  }

  .tz-list li h4 {
    margin-bottom: 10px;
  }

  .tz-list li h4 a {
    font-size: 14px;
  }

  .tz-list li h4 .time {
    display: none;
  }

  .tz-list li .year-time {
    font-size: 14px;
  }

  .tz-list li .more {
    font-size: 14px;
    bottom: 10px;
    right: 50%;
    background-size: 10px;
    padding-right: 15px;
  }

  .tz-list li:hover .more {
    background-size: 10px;
    right: 5px;
  }

  .list-left {
    width: 100%;
  }

  .list-right {
    min-height: auto;
  }
}

@media (max-width:768px) and (min-width:480px) {
  .tz-list li h4 .time {
    display: block;
    font-size: 20px;
  }
}