:root {
  box-sizing: border-box;
}
*,
::before,
::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
li {
  list-style: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}
.center-block-1200 {
  width: 1200px;
  margin: 0 auto;
}
.w582 {
  width: 582px;
}
/* user style */
header {
  height: 62px;
  line-height: 62px;
}
.logo {
  margin-top: 10px;
}
.nav {
  font-size: 22px;
  color: #4f4f4f;
  font-weight: bold;
  margin-right: 15px;
}
.nav a + a {
  margin-left: 52px;
}
main {
  background: url(gcsshhbhf-202211-banner.jpg) center top no-repeat;
  padding-top: 530px;
  padding-bottom: 30px;
  min-height: 800px;
}
.whitebg {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 15px 76px;
}
.hnews h2 {
  text-align: center;
  font-size: 36px;
  color: #d21a09;
  text-shadow: #ffffff 2px 0 0, #ffffff 0 2px 0, #ffffff -2px 0 0,
    #ffffff 0 -2px 0;
  margin-bottom: 23px;
}
.hnews p {
  line-height: 34px;
  font-size: 20px;
  color: #044975;
  font-weight: bold;
  text-align: center;
}
/* carousel */
.slick-mod,
.slick-mod2 {
  width: 587px;
  height: 390px;
}
.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: 51px;
  text-indent: 2rem;
  background: rgba(0, 160, 233, 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%;
}
/* --- */
section + section {
  margin-top: 55px;
}
.chnltitle {
  font-size: 24px;
  color: #05527e;
  font-weight: bold;
  border-bottom: 1px solid #888888;
}
.chnltitle span {
  padding: 0 16px 0 2px;
  padding-bottom: 11px;
  border-bottom: 3px solid #0068b7;
  margin-bottom: -1px;
  display: inline-block;
}
.chnltitle span a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
  margin-right: 15px;
  width: 34px;
  height: 30px;
  background: url(gcsshhbhf-202211-chnlicon.png);
}
.chnltitle .more {
  font-size: 14px;
  margin-top: 10px;
  margin-right: 21px;
}
.hlist {
  font-size: 20px;
  color: #062e65;
  line-height: 30px;
  font-weight: bold;
}
.hlist-item {
  padding: 20px 0;
}
.hlist-item + .hlist-item {
  border-top: 1px dashed #fefdfd;
}
.list {
  padding-top: 20px;
}
.list li {
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
  color: #062e65;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #434343;
  margin: 0 15px;
}
.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;
}
