: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 {
  margin-top: 70px;
}
/* user style */
header {
  background-image: url("nsbdzyqyjs-202512-banner.jpg");
  height: 540px;
  background-position: center top;
  background-size: cover;
}
nav {
  background-color: #c4000f;
  text-align: center;
}
.main {
  padding-top: 25px;
  padding-bottom: 25px;
}
.nav-item {
  display: inline-block;
  font-size: 35.75px;
  color: #ffffff;
  line-height: 78px;
  font-weight: bold;
}
.nav-item + .nav-item {
  margin-left: 150px;
}
.chnltitle {
  margin-bottom: 45px;
}
.hnews-container {
  background-color: #fef6ed;
  padding: 30px 55px 20px;
  color: #3b3b3b;
}
.hnews-container2 {
  background-color: #fef6ed;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-right: 40px;
  color: #3b3b3b;
}
.hnews-container .top,
.hnews-container2 .top {
  text-align: center;
}
.hnews-container .top h1 {
  margin: 0;
  font-size: 33px;
  margin-bottom: 21px;
}
.hnews-container2 .top {
  padding-left: 40px;
}
.hnews-container2 .top h1 {
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  margin-bottom: 33px;
}
.subtitle {
  font-weight: bold;
  font-size: 19px;
}
.hnews-container .bottom {
  line-height: 28px;
  padding-top: 20px;
  padding-bottom: 8px;
}
.hnews-container .bottom p {
  text-indent: 2rem;
}
.hnews-container2 .bottom {
  line-height: 27px;
  font-size: 17px;
  color: #3b3b3b;
  text-indent: 2rem;
}
.hnews-container2 .bottom .img {
  margin-right: 53px;
}
.hnews-container3 .top h1 {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #3b3b3b;
}
.more {
  text-align: right;
}
.img-container img {
  display: block;
}
.img-container .clearfix a:nth-child(even) {
  float: right;
}
.img-container .clearfix a:nth-child(odd) {
  float: left;
}
.img-c {
  margin-bottom: 22px;
}
.list.show2column {
  padding: 10px 0;
}
.list li {
  color: #3b3b3b;
  width: 560px;
  font-size: 18.47px;
  line-height: 34px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background-color: #3b3b3b;
  margin-right: 5px;
}
.list.show2column li:nth-child(odd) {
  float: left;
}
.list.show2column li:nth-child(even) {
  float: right;
}
footer {
  background-color: #0b4397;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  padding: 15px 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;
}
