: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 {
  border: none;
  max-width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.center-block-1280 {
  width: 1280px;
  margin: 0 auto;
}
.w972 {
  width: 972px;
}
.w468 {
  width: 468px;
}
.w800 {
  width: 800px;
}
.w697 {
  width: 697px;
}
section + section {
  margin-top: 52px;
}
/* user style */
header {
  background-image: url("nsbdjt5zn-202509-banner.jpg");
  height: 870px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.main {
  padding-top: 20px;
  padding-bottom: 42px;
}
.hnews {
  background-color: #ebebeb;
  height: 202px;
  padding-top: 88px;
  margin-top: -55px;
}
.more {
  text-align: right;
  padding-right: 21px;
  color: #ef8305;
}
.hnews h2 {
  width: 50%;
  display: table;
  height: 60px;
  vertical-align: middle;
  float: left;
  font-size: 22px;
  line-height: 30px;
  padding-left: 25px;
  padding-right: 37px;
}
.hnews .dot {
  display: table-cell;
  vertical-align: middle;
}
.hnews .dot::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #9d9c9c;
  margin-right: 23px;
}
.hnews h2 a {
  display: table-cell;
  vertical-align: middle;
}
.hnewsimg {
  display: block;
}
.chnltitle {
  margin-bottom: 45px;
}
.chnltitle img {
  display: block;
}
.tablist {
  line-height: 35px;
  font-size: 20px;
  height: 105px;
  padding: 0 40px;
  display: table;
  width: 100%;
}
.tablist + .tablist {
  border-top: 1px dashed #d2d2d1;
}
.tablist a {
  display: table-cell;
  vertical-align: middle;
}

/* carousel */
.slick-mod {
  width: 540px;
  height: 354px;
}
.slick-mod2 {
  width: 738px;
  height: 525px;
}
.slick-mod3 {
  width: 1006px;
  height: 486px;
}
.slick-item {
  position: relative;
}
.slick-item img {
  width: 100%;
  transition: all 0.5s;
}
.slick-mod3 .slick-item img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.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-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%;
}
/* --- */
.list li {
  width: 594px;
  line-height: 60px;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list li::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #000000;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 13px;
  margin-left: 8px;
}
.list li:nth-child(even) {
  float: right;
}
.list li:nth-child(odd) {
  float: left;
}
/* roundabout */
.roundabout_box {
  height: 330px;
  width: 100%;
  margin: 255px auto 20px auto;
  position: relative;
}

.partTwo h3 p {
  color: #9fadb7;
}

.roundabout-holder {
  list-style: none;
  width: 1055px;
  margin: 0px auto;
}

.roundabout-moveable-item {
  font-size: 12px !important;
  height: 455px;
  width: 1050px;
  cursor: pointer;
}

.roundabout-moveable-item img {
  height: 100%;
  width: 100%;
  margin: 0;
  border-radius: 20px;
}

.roundabout-in-focus {
  cursor: auto;
}

.roundabout li {
  margin: 0;
}

.roundabout_box ul li .desc {
  height: 145px;
  background: url("nsbdjt5zn-202509-txtbj.png") left top repeat;
  text-align: center;
  margin-top: -15px;
}

.roundabout_box ul li .desc p {
  display: none;
  width: 100%;
}

.roundabout_box ul li .desc p a {
  font-size: 20px;
  padding: 30px 0 15px 0;
}

.roundabout_box ul li .desc span {
  font-size: 14px;
  color: #9fadb7;
  line-height: 21px;
  padding: 0 150px;
  display: none;
}

.roundabout_box ul li.roundabout-in-focus .desc p {
  display: block;
}

.roundabout_box ul li .desc p a {
  display: block;
}

.roundabout_box ul li.roundabout-in-focus .desc span {
  display: block;
}

.roundabout_box .btn {
  width: 100%;
  height: 60px;
}

.roundabout_box .btn img {
  z-index: 999;
  cursor: pointer;
  position: absolute;
  width: 60px;
  height: 60px;
}

.roundabout_box .btn img.prev {
  left: 10%;
}

.roundabout_box .btn img.next {
  right: 11%;
}

footer {
  text-align: center;
  background-color: #a00104;
  color: #ffffff;
  line-height: 42px;
  padding: 15px 0;
}
.slickbar {
  position: absolute;
  right: 0;
  top: 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;
}
.lnhg .item {
  float: left;
}
.lnhg .item + .item {
  margin-left: 24px;
}

/* 样式修改 */
