:root {
  box-sizing: border-box;
}
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  font-family: "微软雅黑";
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  border: none;
  max-width: 100%;
}
li {
  list-style: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}
.center-block-1400 {
  width: 1400px;
  margin: 0 auto;
}
.w670 {
  width: 670px;
}
.w700 {
  width: 700px;
}
/* user style */
nav {
  line-height: 60px;
  height: 60px;
  background: url(slgzlfz-202210-navbg.jpg);
  background-size: cover;
}
.nav {
  font-size: 18.75px;
  font-weight: bold;
  color: #c8000a;
}

.nav a + a {
  margin-left: 48px;
}
main {
  background: url(slgzlfz-202210-banner.jpg) top center no-repeat;
  padding-top: 836px;
  padding-bottom: 30px;
}
.whitebgcolor {
  background: rgba(255, 255, 255, 0.6);
  padding: 19px 17px;
}
/* carousel */
.slick-mod,
.slick-mod2 {
  width: 643px;
  height: 432px;
}
.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.2);
  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%;
}
/* --- */
.chnltitle {
  text-align: center;
}
.center-list {
  line-height: 50px;
  font-size: 25px;
  color: #fb0101;
  font-weight: bold;
  text-align: center;
}
section {
  margin-top: 40px;
}
.list li {
  line-height: 49px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
.list li::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #000000;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}
.padding {
  padding: 0 33px;
}
.list.two-column li {
  width: 600px;
}
.list.two-column li:nth-child(even) {
  float: right;
}
.list.two-column li:nth-child(odd) {
  float: left;
}
footer {
  background: #a10202;
}
.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;
}
