:root {
  font-size: 16px;
  font-family: "微软雅黑";
  box-sizing: border-box;
}
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  border: none;
}
li {
  list-style: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.center-block-1320 {
  width: 1320px;
  margin: 0 auto;
}
.w654 {
  width: 654px;
}
section + section {
  margin-top: 40px;
}
/* user style */
header {
  background-image: url("dsjdjxxjy-202407-banner.jpg");
  background-position: center center;
  height: 891px;
  background-size: cover;
}
.main {
  padding-top: 50px;
  padding-bottom: 20px;
}
/* carousel */
.slick-mod,
.slick-mod2 {
  width: 625px;
  height: 429px;
}
.slick-item {
  position: relative;
}
.slick-item img {
  width: 100%;
}
.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%;
}
/* --- */
.chnltabs {
  background-image: url("dsjdjxxjy-202407-chnlbg1.png");
  width: 469px;
  height: 63px;
  background-size: cover;
  margin: 0 auto;
  text-align: center;
  padding-top: 19px;
  margin-bottom: 10px;
}
.chnltab {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: rgba(184, 0, 0, 0.7);
  padding: 0 22px;
}
.chnltab.act {
  color: rgba(184, 0, 0, 1);
}
.chnltab + .chnltab {
  border-left: 2px solid #910205;
}
.tabs-container .cont-tab {
  display: none;
}
.tabs-container .cont-tab.act {
  display: block;
}
.list {
  font-size: 18.5px;
}
.list li {
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list li::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #020202;
  border-radius: 50%;
  margin-right: 11px;
}
.chnltitle {
  font-size: 28px;
  color: #c40000;
  text-align: center;
  font-weight: bold;
  background-image: url("dsjdjxxjy-202407-chnlbg2.png");
  height: 53px;
  background-position: center bottom;
  position: relative;
  margin-bottom: 15px;
}
.chnltitle .more {
  position: absolute;
  right: 29px;
  bottom: 24px;
  color: #020202;
  font-size: 18px;
}
.list.show2column li {
  width: 621px;
}
.list.show2column li:nth-child(odd) {
  float: left;
}
.list.show2column li:nth-child(even) {
  float: right;
}
footer {
  background-color: #8f0000;
  font-size: 20px;
  color: #ffffff;
  margin-top: 15px;
}
footer p {
  line-height: 38px;
}
.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;
}