* {
  margin: 0;
  padding: 0;
}
.public_w {
  max-width: 1400px;
  width: 85%;
  margin: 0 auto;
}
.news_read {
  /* 新闻详情内容 */
}
.news_read .top {
  width: 100%;
  /* height: 500px; */
  /* background: url('../images/about_bg.png') no-repeat 100%; */
  position: relative;
  overflow: hidden;
}
.news_read .top > img {
  width: 100%;
}
.news_read .top .top1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.news_read .top .top1 .top2 {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  font-family: GOTHICB;
  font-weight: bold;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 61px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  font-style: normal;
  display: flex;
  align-items: center;
  /* border: 1px #f00 solid; */
}
.news_read .news_nav {
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 6px 6px 0px rgba(219, 219, 219, 0.3);
  margin: 0 auto;
  /* border: 1px #f00 solid; */
}
.news_read .news_nav > div {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.news_read .news_nav > div > img {
  width: 30px;
  height: 28px;
}
.news_read .news_nav > div > a {
  font-family: LVNM;
  font-weight: 700;
  font-size: 20px;
  color: #777777;
  line-height: 21px;
  text-align: justify;
  font-style: normal;
  margin: 0 7px 0 12px;
}
.news_read .news_nav > div > span {
  display: block;
  width: 5px;
  height: 7px;
  line-height: 7px;
  text-align: center;
  margin-top: -5px;
  font-size: 17px;
  color: #979797;
}
.news_read .news_nav > div > p {
  font-family: LVNM;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  line-height: 21px;
  font-style: normal;
  margin-left: 12px;
}
.news_read .news_cont {
  width: 95%;
  margin: 130px auto;
  display: flex;
  justify-content: space-between;
  /* border: 1px #f00 solid; */
}
.news_read .news_cont .l {
  width: 63%;
  /* border: 1px #f00 solid; */
}
.news_read .news_cont .l > p {
  font-family: LVNM;
  font-weight: 600;
  font-size: 32px;
  color: #333333;
  line-height: 39px;
  text-align: center;
  font-style: normal;
}
.news_read .news_cont .l .time {
  width: 100%;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(229, 229, 229, 0.7);
}
.news_read .news_cont .l .time > img {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.news_read .news_cont .l .time > span {
  font-family: LVNM;
  font-weight: normal;
  font-size: 18px;
  color: rgba(119, 119, 119, 0.85);
  margin-top: 2px;
}
.news_read .news_cont .l .tu {
  width: 542px;
  /* height: 324px; */
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 60px;
  /* padding-bottom: 20px; */
  /* border: 1px #f00 solid; */
}
.news_read .news_cont .l .tu > img {
  width: 100%;
  /* height: 100%; */
}
.news_read .news_cont .l > div:nth-of-type(3) {
  width: 100%;
  /* border: 1px #f00 solid; */
}
.news_read .news_cont .l > div:nth-of-type(3) p {
  font-family: LVNM;
  font-weight: normal;
  font-size: 18px;
  color: #777777;
  line-height: 32px;
  text-align: justify;
  font-style: normal;
  margin-bottom: 16px;
}
.news_read .news_cont .l > div:nth-of-type(3) > p:nth-last-child(1) {
  margin-bottom: 0;
}
.news_read .news_cont .l .qh {
  width: 100%;
  height: 66px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* border: 1px #f00 solid; */
}
.news_read .news_cont .l .qh .prev,
.news_read .news_cont .l .qh .next {
  width: 100%;
  height: 25px;
}
.news_read .news_cont .l .qh .prev #up,
.news_read .news_cont .l .qh .next #up,
.news_read .news_cont .l .qh .prev #down,
.news_read .news_cont .l .qh .next #down {
  width: 100%;
  height: 25px;
  display: flex;
}
.news_read .news_cont .l .qh .prev #up > span,
.news_read .news_cont .l .qh .next #up > span,
.news_read .news_cont .l .qh .prev #down > span,
.news_read .news_cont .l .qh .next #down > span,
.news_read .news_cont .l .qh .prev #up > a,
.news_read .news_cont .l .qh .next #up > a,
.news_read .news_cont .l .qh .prev #down > a,
.news_read .news_cont .l .qh .next #down > a {
  font-family: LVNM;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  transition: all 0.3s;
}
.news_read .news_cont .l .qh .prev #up a,
.news_read .news_cont .l .qh .next #up a,
.news_read .news_cont .l .qh .prev #down a,
.news_read .news_cont .l .qh .next #down a {
  margin-top: 2.5px;
}
.news_read .news_cont .l .qh .prev #up:hover a,
.news_read .news_cont .l .qh .next #up:hover a,
.news_read .news_cont .l .qh .prev #down:hover a,
.news_read .news_cont .l .qh .next #down:hover a {
  color: #D80816;
}
.news_read .news_cont .l .qh .prev .none,
.news_read .news_cont .l .qh .next .none,
.news_read .news_cont .l .qh .prev .none1,
.news_read .news_cont .l .qh .next .none1 {
  font-family: LVNM;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.news_read .news_cont .l .qh .prev .none span,
.news_read .news_cont .l .qh .next .none span,
.news_read .news_cont .l .qh .prev .none1 span,
.news_read .news_cont .l .qh .next .none1 span {
  font-family: LVNM;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.news_read .news_cont .r {
  width: 25%;
  /* border: 1px #f00 solid; */
}
.news_read .news_cont .r > h4 {
  font-family: LVNM;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  line-height: 29px;
  text-align: justify;
  font-style: normal;
}
.news_read .news_cont .r ul {
  width: 100%;
  border-top: 1px #d8d8d8 solid;
  margin-top: 34px;
}
.news_read .news_cont .r ul li {
  width: 100%;
  height: 155px;
  border-bottom: 1px #d8d8d8 solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news_read .news_cont .r ul li a {
  width: 100%;
  height: 155px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
}
.news_read .news_cont .r ul li a > p {
  font-family: LVNM;
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}
.news_read .news_cont .r ul li a > div {
  width: 100%;
  height: 19px;
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.news_read .news_cont .r ul li a > div > img {
  width: 17px;
  height: 17px;
  margin-right: 8PX;
}
.news_read .news_cont .r ul li a > div > span {
  font-family: LVNM;
  font-weight: normal;
  font-size: 16px;
  color: #777777;
  /* line-height: 19px; */
  text-align: justify;
  font-style: normal;
}
.news_read .btn {
  width: 95%;
  margin: 0 auto;
  margin-top: 70px;
  border-bottom: 1px solid rgba(170, 170, 170, 0.49);
  margin-bottom: 130px;
}
.news_read .btn a {
  width: 149px;
  height: 46px;
  background: #333333;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 130px;
}
.news_read .btn a > p {
  font-family: LVNM;
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
  margin: 2px 12px 0 0;
}
.news_read .btn a > span {
  font-size: 13px;
  color: #FFFFFF;
}
@media screen and (max-width: 1100px) {
  .news_read .top {
    width: 100%;
  }
  .news_read .top .top1 .top2 {
    font-size: calc(10px + 0.5rem);
  }
  .news_read .news_nav {
    width: 100%;
    height: 100%;
    /* display: flex; */
    /* border: 1px #f00 solid; */
  }
  .news_read .news_nav > div {
    width: 55%;
    height: 100%;
    display: flex;
    /* align-items: center; */
    margin: 0 2%;
    /* border: 1px #f00 solid; */
  }
  .news_read .news_nav > div > img {
    width: 6%;
    height: 8%;
  }
  .news_read .news_nav > div > a {
    font-size: calc(7px + 0.25rem);
    margin: 0 0 0 2%;
  }
  .news_read .news_nav > div > span {
    width: 2%;
    height: 100%;
    font-size: calc(10px + 0.25rem);
    margin: -2% 1% 0 1%;
  }
  .news_read .news_nav > div > p {
    font-size: calc(7px + 0.25rem);
    margin-left: 2%;
  }
  .news_read .news_cont {
    width: 100%;
    margin: 10% auto;
    display: flex;
    flex-direction: column;
  }
  .news_read .news_cont .l {
    width: 95%;
    margin: 0 auto;
    /* border: 1px #f00 solid; */
  }
  .news_read .news_cont .l > p {
    font-size: calc(15px + 0.25rem);
    line-height: calc(15px + 1.25rem);
  }
  .news_read .news_cont .l .time {
    height: 30%;
    /* border: 1px #f00 solid; */
  }
  .news_read .news_cont .l .time > img {
    width: calc(10px + 0.25rem);
    height: calc(10px + 0.25rem);
  }
  .news_read .news_cont .l .time > span {
    font-size: calc(10px + 0.25rem);
  }
  .news_read .news_cont .l .tu {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 2%;
  }
  .news_read .news_cont .l .tu > img {
    width: 100%;
  }
  .news_read .news_cont .l > div:nth-of-type(3) {
    width: 100%;
    /* border: 1px #f00 solid; */
  }
  .news_read .news_cont .l > div:nth-of-type(3) p {
    font-size: calc(10px + 0.25rem);
    line-height: calc(20px + 0.25rem);
    margin-bottom: 2%;
  }
  .news_read .news_cont .l > div:nth-of-type(3) > p:nth-last-child(1) {
    margin-bottom: 0;
  }
  .news_read .news_cont .l .qh {
    width: 100%;
    margin-top: 2%;
  }
  .news_read .news_cont .l .qh .prev,
  .news_read .news_cont .l .qh .next {
    width: 100%;
  }
  .news_read .news_cont .l .qh .prev #up,
  .news_read .news_cont .l .qh .next #up,
  .news_read .news_cont .l .qh .prev #down,
  .news_read .news_cont .l .qh .next #down {
    width: 100%;
    /* border: 1px #f00 solid; */
  }
  .news_read .news_cont .l .qh .prev #up > span,
  .news_read .news_cont .l .qh .next #up > span,
  .news_read .news_cont .l .qh .prev #down > span,
  .news_read .news_cont .l .qh .next #down > span,
  .news_read .news_cont .l .qh .prev #up > a,
  .news_read .news_cont .l .qh .next #up > a,
  .news_read .news_cont .l .qh .prev #down > a,
  .news_read .news_cont .l .qh .next #down > a {
    font-size: calc(10px + 0.25rem);
  }
  .news_read .news_cont .l .qh .prev .none,
  .news_read .news_cont .l .qh .next .none,
  .news_read .news_cont .l .qh .prev .none1,
  .news_read .news_cont .l .qh .next .none1 {
    font-size: calc(10px + 0.25rem);
  }
  .news_read .news_cont .l .qh .prev .none span,
  .news_read .news_cont .l .qh .next .none span,
  .news_read .news_cont .l .qh .prev .none1 span,
  .news_read .news_cont .l .qh .next .none1 span {
    font-size: calc(10px + 0.25rem);
  }
  .news_read .news_cont .r {
    display: none;
  }
  .news_read .btn {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 10%;
    /*border: 1px #f00 solid;*/
  }
  .news_read .btn a {
    width: 25%;
    height: 100%;
    margin-bottom: calc(10px + 2.5rem);
  }
  .news_read .btn a > p {
    font-size: calc(10px + 0.25rem);
  }
  .news_read .btn a > span {
    font-size: calc(10px + 0.15rem);
  }
}
