@charset "UTF-8";
.wrap {
  width: 1180px;
  margin: auto;
}

body {
  /* font-size: 16px; */
  /* line-height: 36px; */
  /* color: #666666; */
}

.box {
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 36px;
}

.xszl-nry-text {
  font-size: 15px;
  line-height: 36px;
  color: #747474;
  background-color: #f6f6f6;
  border: 1px solid #e5e5e5;
  margin: auto;
  padding: 17px 35px 17px 35px;
  margin-top: -13px;
}

.m-start-hd,
.m-end-hd {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-start-hd img,
.m-end-hd img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  min-width: 1175px;
  box-sizing: border-box;
  text-align: center;
  /* max-width: 100%; */
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.box-hd {
  height: 76px;
  margin-bottom: 30px;
  background: url(/a/xszl/xszl-nry/style1/hd-bg.png) center;
  border-radius: 5px;
  text-align: center;
  position: relative;
}

.box-hd::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  width: 8px;
  background: url("/a/xszl/xszl-nry/style1/hd-bg.png");
}

.box-hd::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  width: 8px;
  background: url("/a/xszl/xszl-nry/style1/hd-bg.png") right;
}

.box-hd span {
  color: #fedc7f;
  display: inline-block;
  height:auto;
  line-height: 26px;

  font-size: 24px;
  position: relative;
padding:22px 0 5px;
}

.box-hd span::before {
  content: "";
  width: 17px;
  height: 74px;
  position: absolute;
  top:-1px;
  left: -20px;
  background: url("/a/xszl/xszl-nry/style1/hd-pre.png") no-repeat center;
}

.box-hd span::after {
  content: "";
  width: 17px;
  height: 74px;
  top:-1px;
  position: absolute;
  right: -20px;
  background: url("/a/xszl/xszl-nry/style1/hd-pre.png") no-repeat center;
}

.box-bd {
  text-indent: 2em;
}

.box-bd p {
  text-indent: 2em;
}

iframe {
  width: 100%;
  height: 530px;
  margin: 20px 0;
  overflow: hidden;
}

.container-fluid {
  width: 100%;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  position: relative;
  max-width: 1300px;
  margin: auto;
  /* font-size: 16px; */
  line-height: 36px;
}

.xszl_containter {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 6px 1px lightgrey;
  box-shadow: 1px 1px 6px 1px lightgrey;
  border-radius: 5px;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 300px;
}

.xszl_containter img {
  max-width: 100%;
}

.xszl_local {
  font-size: 13px;
  color: #666;
  text-align: right;
}

.xszl_title {
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  color: #333333;
  padding: 45px 20px 20px 20px;

  margin: auto;
}

.xszl_sub_title {
  font-size: 18px;
  color: #777;
}

.release_time_wrap {
  position: relative;
  height: 67px;
  line-height: 67px;
  margin-bottom: 20px;
}

.release_time {
  text-align: center;
  margin: auto;
  border-bottom: 1px solid lightgray;
}

.fx {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
}

.fx span {
  line-height: 35px;
  padding-right: 5px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .fx {
    display: none;
  }
  .xszl_containter {
    padding: 0 20px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border-radius: 0;
  }
  .release_time_wrap {
    height: auto;
    line-height: 1.8;
  }
  .xszl_title {
    padding: 0;
    line-height: 1.8;
  }
  .box-bd p {
    line-height: 1.8;
  }
  .xszl-nry-text {
    padding: 20px 20px 0px 20px;
  }
  .box-hd span {
    font-size: 22px;
  }
  .box-hd span::after, .box-hd span::before {
    display: none;
  }
  iframe {
    height: 312px;
  }
}
