:root {
    box-sizing: border-box;
}
*,::before,::after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}
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-1280 {
    width: 1280px;
    margin: 0 auto;
}
.w597 {
    width: 597px;
}
/* user style */
.mianbg {
    background: #f3f7f8 url(qgslgzhy-2023-mainbg.jpg) center top no-repeat;
    background-size: 100%;
    min-height: 1106px;
    padding-top: 743px;
}
.white-bg {
    background: #ffffff;
    padding: 0 23px 23px;
}
.nav {
    width: 1333px;
    margin: 0 auto;
    background: url(qgslgzhy-2023-navbg.png) center center no-repeat;
    background-size: cover;
    height: 174px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 57px;
    line-height: 64px;
}
.nav a + a {
    margin-left: 14px;
}
main {
  margin-top: -30px;
}
/* carousel */
.slick-mod,
.slick-mod2 {
  width: 611px;
  height: 365px;
}
.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(225, 5, 5, 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%;
}
/* --- */
.hnews-container h2 {
    text-align: center;
    margin: 15px 0 30px 0;
    font-size: 35px;
}
h2.red {
    color: #e00505;
}
.hnews-container p {
    line-height: 45px;
}
section + section {
  margin-top: 20px;
}
.hnews-container.re h2 {
  margin: 14px 0 18px;
  font-size: 30px;
}
.list {
  margin-top: 15px;
}
.list li {
 width: 597px;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 line-height: 48px;
}
.list li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #ce0b0b;
  vertical-align: middle;
  margin-right: 15px;
}
.list li:nth-child(even) {
 float: right;
}
.list li:nth-child(odd) {
  float: left;
}
.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;
}