:root {
  box-sizing: border-box;
}
*,
::before,
::after {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑', 'Microsoft Yahei';
  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;
}
.w542 {
  width: 542px;
}
.w572 {
  width: 572px;
}
.w600 {
  width: 600px;
}
/* user style */
header {
  background-image: url('nsbdjnds-202401-banner.jpg');
  height: 537px;
  background-position: center center;
}
/* carousel */
.slick-mod2 {
  width: 640px;
  height: 414px;
  margin-top: 39px;
}
.slick-mod {
  margin-top: 39px;
}
.slick-mod3 {
  padding-bottom: 97px;
  margin-bottom: 58px;
}
.slick-mod2 img:hover,
.slick-mod img:hover,
.slick-mod3 img:hover {
  transform: scale(1.2);
}
.slick-item {
  position: relative;
}
.show-6item {
  width: 384px;
  height: 303px;
  float: left;
  margin-left: 23px;
  background-color: #f9f3ef;
}
.show-6item div {
  overflow: hidden;
}
.show-6item:nth-child(3n+1) {
  margin-left: 0;
}
.show-6item:nth-child(n+4) {
  margin-top: 39px;
}
.show-6item p {
  font-size: 16px;
  line-height: 23px;
  padding: 14px;
}
.slick-item img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.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: 30px;
  height: 70px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
}
.slick-mod3 .slick-arrow {
  width: 110px;
  height: 57px;
  margin: auto;
  position: absolute;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
}
.slick-mod .slick-next {
  right: 0;
  background: url('nsbdjnds-202401-arrowright.png') no-repeat center;
}
.slick-mod .slick-prev {
  left: 0;
  background: url('nsbdjnds-202401-arrowleft.png') no-repeat center;
}

.slick-mod3 .slick-next {
  right: 457px;
  background: url('nsbdjnds-202401-arrowright2.png') no-repeat center;
}
.slick-mod3 .slick-prev {
  left: 457px;
  background: url('nsbdjnds-202401-arrowleft2.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%;
}
/* --- */
.chnltitle {
  font-size: 40px;
  /* color: #03489d; */
  font-weight: bold;
  margin-top: 62px;
  margin-bottom: 34px;
}
.chnltitle.text-center {
  text-align: center;
}
.list li {
  line-height: 90px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px solid #d7d8d9;
}
.nobor li + li {
  border-bottom: none;
  border-top: 1px solid #d7d8d9;
}
section + section {
  margin-top: 65px;
}

footer {
  text-align: center;
  background-color: #b6141a;
  color: #ffffff;
  line-height: 36px;
  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;
}