:root {
  box-sizing: border-box;
  font-family: "微软雅黑", "Microsoft Yahei";
  font-size: 16px;
}
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
  border: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.center-block-1200 {
  width: 1200px;
  margin: 0 auto;
}

/* user style */
header {
  background-image: url("nsbdjtgzhy-202601-banner.jpg");
  height: 540px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
nav {
  background-color: #c50d0b;
}
.main {
  padding: 36px 0;
}
.nav-item {
  font-size: 36px;
  float: left;
  color: #ffffff;
  font-weight: bold;
  line-height: 77px;
}
.nav-item + .nav-item {
  margin-left: 160px;
}

.ttxwbg {
  background-image: url("nsbdjtgzhy-202601-xwtt.png");
  height: 188px;
  background-size: 100% 100%;
  padding-left: 200px;
  padding-top: 26px;
  padding-right: 54px;
  font-size: 33px;
  color: #1e1e1e;
  font-weight: bold;
  line-height: 41px;
}
.tb {
  display: table;
  width: 946px;
  height: 130px;
}
.tb a {
  display: table-cell;
  vertical-align: middle;
}
.mainbg {
  background-image: url("nsbdjtgzhy-202601-bg.png");
  background-repeat: no-repeat;
  background-position: top 205px center;
  padding-top: 78px;
}
.chnltitle {
  margin-bottom: 34px;
}
.alignr {
  text-align: right;
}
section + section {
  margin-top: 78px;
}
.libg1 {
  background-image: url("nsbdjtgzhy-202601-chnltitle1bg.png");
  width: 1197px;
  height: 340px;
  margin: 0 auto;
  background-size: cover;
  padding-left: 44px;
  padding-right: 44px;
  padding-top: 41px;
}
.libg2 {
  background-image: url("nsbdjtgzhy-202601-chnltitle2bg.png");
  width: 602px;
  height: 334px;
  background-size: cover;
  padding-left: 39px;
  padding-right: 39px;
  padding-top: 26px;
}
.libg3 {
  background-image: url("nsbdjtgzhy-202601-chnltitle3bg.png");
  width: 1197px;
  height: 227px;
  margin: 0 auto;
  background-size: cover;
  padding: 44px;
}
.libg2 .list li,
.libg3 .list li {
  line-height: 48px;
}
.list li {
  font-size: 22px;
  color: #3b3b3b;
  line-height: 52px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3b3b3b;
  vertical-align: middle;
  margin-right: 10px;
}
.list.show-2column li {
  width: 530px;
}
.list.show-2column li:nth-child(even) {
  float: right;
}
.list.show-2column li:nth-child(odd) {
  float: left;
}
.more {
  text-align: right;
  padding-right: 30px;
  margin-top: 20px;
  color: #c60e0c;
}
.more.w {
  color: #ffffff;
}
/* carousel */
.slick-mod,
.slick-mod2 {
  width: 588px;
  height: 334px;
}
.slick-item {
  position: relative;
}
.slick-item img {
  width: 100%;
  border-radius: 10px;
}
.tit1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  text-indent: 2rem;
  background: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slick-mod .slick-dots,
.slick-mod2 .slick-dots {
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.slick-mod2 .slick-dots {
  bottom: 36px;
}

.slick-mod .slick-arrow,
.slick-mod2 .slick-arrow {
  width: 33px;
  height: 57px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
}
/* .slick-mod .slick-next {
  right: 0;
  background: url(../images_zt/wlaq-202009-arrowrigh.png) no-repeat center;
}
.slick-mod .slick-prev {
  left: 0;
  background: url(../images_zt/wlaq-202009-arrowlef.png) no-repeat center;
}

.slick-mod2 .slick-next {
  right: 0;
  background: url(../images/wlaq-202009-arrowrigh.png) no-repeat center;
}
.slick-mod2 .slick-prev {
  left: 0;
  background: url(../images/wlaq-202009-arrowlef.png) no-repeat center;
} */
.slick-mod .slick-dots li,
.slick-mod2 .slick-dots li {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 5px 0 0;
}
.slick-mod .slick-dots li.slick-active,
.slick-mod2 .slick-dots li.slick-active {
  width: 14px;
  height: 14px;
  background: #e50012;
  border-radius: 50%;
}
/* --- */

footer {
  text-align: center;
  line-height: 24px;
  color: #ffffff;
  background-color: #c60e0c;
  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;
}
