:root {
  box-sizing: border-box;
  font-size: 16px;
  font-family: "微软雅黑", "Microsoft Yahei";
}
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  border: none;
  max-width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.center-block-1200 {
  width: 1200px;
  margin: 0 auto;
}
section + section {
  margin-top: 60px;
}
/* user style */
header {
  height: 914px;
  background-image: url("nsbdgzhy-202501-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main {
  padding-top: 91px;
  padding-bottom: 68px;
}
.main.list {
  padding: 30px 0;
}
.hnews {
  height: 200px;
  background-color: #f3f3f3;
  border-radius: 4px;
  box-shadow: 0 0 7px rgba(120, 0, 0, 0.2);
  padding: 37px 27px 0;
}
.hnarticle {
  width: 1000px;
  margin-left: 20px;
}
.hnarticle h2 {
  font-size: 31.25px;
  color: #b80100;
  margin-bottom: 13px;
}
.hnarticle p {
  font-size: 18.75px;
  line-height: 31px;
  text-indent: 2em;
}
.slick-text2 h2 {
  font-size: 31.25px;
  color: #ffffff;
  margin-bottom: 34px;
}
.slick-text2 p {
  font-size: 18.75px;
  color: #ffffff;
  line-height: 42px;
  text-indent: 2em;
}

/* carousel */
.slick-mod {
  width: 614px;
  height: 408px;
}
.slick-text2 {
  width: 586px;
  height: 407px;
  margin-top: 30px;
  padding: 47px 30px 0;
}
.slick-mod2 {
  width: 100%;
  height: 600px;
}
.slick-item {
  position: relative;
}
.slick-item img {
  width: 100%;
}
.tit1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 20.83px;
  color: #ffffff;
  line-height: 55px;
  text-indent: 2rem;
  background: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fixedbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.slick-mod2 .slick-slide.slick-current.slick-active .fixedbar {
  background: none;
}
.slick-mod2 .tit1 {
  text-align: center;
}
.slick-mod .slick-dots,
.slick-mod2 .slick-dots {
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.slick-mod2 .slick-dots {
  bottom: 36px;
}
.slick-text .slick-dots {
  margin-top: 30px;
}

.slick-text2 .slick-arrow {
  width: 72px;
  height: 72px;
  position: absolute;
  z-index: 3;
  cursor: pointer;
  bottom: 30px;
}
.slick-mod2 .slick-arrow {
  width: 18px;
  height: 33px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
}
.slick-text2 .slick-next {
  right: 30px;
  background: url("nsbdgzhy-202501-arrowright.png") no-repeat center;
}
.slick-text2 .slick-prev {
  right: 132px;
  background: url("nsbdgzhy-202501-arrowleft.png") no-repeat center;
}

.slick-mod2 .slick-next {
  right: 23%;
  background: url("nsbdgzhy-202501-arrowright2.png") no-repeat center;
}
.slick-mod2 .slick-prev {
  left: 23%;
  background: url("nsbdgzhy-202501-arrowleft2.png") no-repeat center;
}
.slick-text .slick-dots li {
  width: 55px;
  height: 4px;
  background: #b6b6b6;
  border-radius: 2px;
  margin: 0 10px 0 0;
}
.slick-text .slick-dots li.slick-active {
  width: 55px;
  height: 4px;
  background: #b90100;
  border-radius: 2px;
}
/* --- */
.chnltitle {
  background-image: url("nsbdgzhy-202501-chnlbg.png");
  background-repeat: no-repeat;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 45.8px;
  color: #d33319;
  font-weight: bold;
  margin-bottom: 30px;
}
.chnltitle.bg2 {
  background-image: url("nsbdgzhy-202501-chnlbg2.png");
  height: 105px;
  line-height: 105px;
}
.gzhybg {
  background-image: url("nsbdgzhy-202501-bg1.png");
  height: 437px;
}
.bghq {
  background-image: url("nsbdgzhy-202501-bg2.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 180px;
}
.mboxshadow {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 7px rgba(120, 0, 0, 0.2);
}
.list {
  padding: 34px;
}
.list li {
  width: 540px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18.75px;
  line-height: 53px;
}
.list li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 9px;
  border-radius: 50%;
  background-color: #000000;
  vertical-align: middle;
  margin-right: 10px;
}
.list li:nth-child(even) {
  float: right;
}
.list li:nth-child(odd) {
  float: left;
}
.bgwater {
  height: 660px;
  background-image: url("nsbdgzhy-202501-bg3.jpg");
  background-repeat: no-repeat;
  background-position: center bottom 0;
  background-size: 100%;
}
footer {
  text-align: center;
  background-color: #c80202;
  color: #ffffff;
  font-size: 16.67px;
  line-height: 30px;
  padding: 30px 0;
}
.boxs {
  box-shadow: 0px 0px 3px 1px #ccc;
}
.source-time {
  margin: 0 auto;
  height: 35px;
  text-align: center;
  position: relative;
  line-height: 35px;
}

.time {
  margin-right: 10px;
}

.wechat,
.sina {
  position: absolute;
  margin-top: 5px;
}

.wechat {
  margin-left: 10px;
}

.sina {
  margin-left: 46px;
}
