[v-cloak] {
  display: none;
}
.news_detail {
  background: #fff;
  /*banner开始*/
  /*banner结束*/
}
.news_detail .gdd_banner {
  position: relative;
}
.news_detail .gdd_banner .top_nav {
  position: fixed;
  top: 90px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 58px;
  line-height: 58px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 18px;
}
.news_detail .gdd_banner .top_nav .top_nav_item {
  cursor: pointer;
  padding: 0 100px;
  border-left: 1px solid #ccc;
}
.news_detail .gdd_banner .top_nav .top_nav_item:last-child {
  border-right: 1px solid #ccc;
}
.news_detail .gdd_banner .middle_txt {
  position: absolute;
  width: 750px;
  text-align: center;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.news_detail .gdd_banner .middle_txt .middle_txt1 {
  font-size: 24px;
  margin-bottom: 25px;
  margin-top: 1.9rem;
}
.news_detail .gdd_banner .middle_txt .middle_txt2 {
  font-size: 54px;
}
.news_detail .gdd_banner > img {
  width: 100%;
}
.news_detail .out_box {
  width: 73%;
  margin: 0 auto;
  /*公共标题开始*/
  /*公共标题结束*/
  /*tips开始*/
  /*tips结束*/
}
.news_detail .out_box .public_title {
  margin: 90px 0 45px;
  text-align: center;
  color: #333;
}
.news_detail .out_box .public_title h2 {
  font-size: 34px !important;
  color: #333333;
}
.news_detail .out_box .tips {
  height: 56px;
  line-height: 56px;
  width: 100%;
  font-size: 14px;
  letter-spacing: 1px;
  color: #7b7b7b;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
}
.news_detail .out_box .tips .left {
  margin-right: 21.5%;
}
.news_detail .out_box .content {
  font-size: 16px;
  color: #5d5d5d;
  line-height: 2;
  padding-bottom: 100px;
}
.news_detail .out_box .content p {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .news_detail .out_box {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .news_detail .out_box .public_title h2 {
    font-size: 24px!important;
    line-height: 1.5;
  }
}
