: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-1200 {
  width: 1200px;
  margin: 0 auto;
}
.w630 {
  width: 630px;
}
.h280 {
  height: 280px;
}
section + section {
  margin-top: 97px;
}
/* user style */
header {
  background-image: url("slhjxzqzjg-202603-banner.jpg");
  height: 540px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.main {
  background-image: url("slzqzjg-202603-mainbg.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-top: 88px;
  padding-bottom: 114px;
}
.chnltitle {
  margin-bottom: 44px;
}
.hnews {
  font-size: 35px;
  color: #dc2f01;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 50px;
}
.list {
  margin-top: -15px;
}
.list li {
  position: relative;
  font-size: 22px;
  color: #3b3b3b;
  padding-left: 25px;
}
.list li a {
  line-height: 52px;
}
.list li::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 3px;
  height: 3px;
  left: 15px;
  top: 25px;
  background-color: #000000;
  border-radius: 50%;
}
.imgshoadow img {
  display: block;
  box-shadow: -10px 10px 13px rgba(147, 35, 6, 0.43);
}
.more {
  text-align: right;
  font-size: 20px;
  color: #dc2f01;
  margin-top: 38px;
}
.colorbg {
  background-color: #fee5ae;
  width: 694px;
  height: 285px;
}
.abs-container {
  padding: 54px 19px 0;
}
.abs-container h2 {
  line-height: 31px;
  color: #3b3b3b;
  text-align: center;
}
.abs-container h2 a {
  font-size: 23px;
}
.abs-container p {
  color: #3b3b3b;
  text-indent: 2em;
  font-size: 22px;
  line-height: 35px;
  margin-top: 12px;
}
.abs-container a {
  font-size: 20px;
}
.ttnews {
  margin-bottom: 40px;
}
.ttnews h2 {
  font-size: 30px;
  color: #1e1e1e;
  text-align: center;
  padding: 0 59px;
}
.ttnews h2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 12px; */
}
.ttnews h2 a::before {
  content: "";
  display: inline-block;
  background-image: url("slzqzjg-202603-tt.png");
  width: 116px;
  height: 55px;
  margin-right: 12px;
  background-size: cover;
  vertical-align: middle;
}
.ttnews h2 a span {
  flex: 1;
}
.list2.show-2column li {
  width: 583px;
  line-height: 52px;
  font-size: 21px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #3b3b3b;
}
.list2.show-2column li:nth-child(odd) {
  float: left;
}
.list2.show-2column li:nth-child(even) {
  float: right;
}
.list2 li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #000000;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 2px;
  margin-right: 5px;
}
footer {
  background-color: #c60e0c;
  text-align: center;
  color: #ffffff;
  line-height: 24px;
  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;
}
