: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;
}
img {
  border: none;
  max-width: 100%;
}
li {
  list-style: none;
}
main {
  padding-bottom: 40px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.center-block-1200 {
  width: 1200px;
  margin: 0 auto;
}
.w600 {
  width: 600px;
}
.mt57 {
  margin-top: 57px;
}
/* user style */
header {
  background-image: url("nsbdszqh-202408-banner.jpg");
  height: 534px;
  background-position: center center;
  background-size: cover;
}
nav {
  background-color: #da1417;
  border-top: 1px solid #ffffff;
}
.nav {
  display: table;
}
.nav-item {
  display: table-cell;
  table-layout: fixed;
  width: 1%;
  text-align: center;
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
  line-height: 63px;
}
section {
  margin-top: 53px;
}
.hnews {
  font-size: 30px;
  text-align: center;
  color: #ce0505;
  margin: 32px 0 44px;
}
.chnltitle {
  margin-bottom: 32px;
}
.chnltitle img {
  display: block;
}
/* carousel */
.slick-mod,
.slick-mod2 {
  width: 600px;
  height: 515px;
}
.slick-mod2 {
  height: 400px;
}
.slick-item {
  position: relative;
}
.slick-item img {
  width: 100%;
}
.tit1 {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 20px;
  color: #ffffff;
  line-height: 48px;
  text-indent: 10px;
  background: #cf0a09;
  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%;
}
/* --- */
.h-lsit {
  background-color: #fcefef;
}
.hlist-item {
  border-bottom: 1px solid #ffffff;
  padding-left: 36px;
  padding-right: 36px;
}
.hlist-item a {
  height: 72px;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  line-height: 23px;
}
.h-lsit2 {
  margin-top: -10px;
}
.h-lsit2 .hlist-item a {
  height: 70px;
}
.h-lsit2 .hlist-item {
  margin-bottom: none;
}
.bgcolor {
  background-color: #fcefef;
  margin-top: -32px;
  padding-bottom: 5px;
}
.list {
  font-size: 20px;
  padding-top: 20px;
}
.list li {
  width: 585px;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list li:nth-child(even) {
  float: right;
}
.list li:nth-child(odd) {
  float: left;
}
.list li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #f8a2a2;
  vertical-align: middle;
  margin: 0 20px 0 7px;
}
.show3img .imgitem {
  float: left;
}
.show3img .imgitem + .imgitem {
  margin-left: 40px;
}
.show3img .imgitem img {
  display: block;
}
footer {
  text-align: center;
  background-color: #ae0001;
  color: #ffffff;
  line-height: 35px;
  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;
}