body,
header,
footer {
  margin: 0;
  padding: 0;
}
body,
header,
footer,
div,
p,
ul,
li,
section,
article,
nav {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a,
a:visited,
a:hover,
a:active {
  text-decoration: none !important;
}
.w100 {
  width: 100%;
}
.swiper {
  width: 100% !important;
}
.swiper-title {
  position: relative;
  display: flex;
  height: 36px;
  margin: 0;
  justify-content: start;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  padding-left: 10px;
  bottom: 36px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.swiper-pagination {
  bottom: 10px !important;
  left: 160px !important;
}
.tabs-head {
  display: flex;
  flex-direction: row;
}
.tabs-head .item {
  cursor: pointer;
  display: flex;
  width: 100px;
  height: 34px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #fff, #d2d2d2);
}
.tabs-head .item.active {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to bottom, #f65b02, #c90000);
}
.tabs-head .more {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  color: #990000;
  font-size: 14px;
}
.move_img {
  position: absolute;
}
.move_img .close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 260px;
  text-align: center;
  line-height: 20px;
}
.qrcode_box {
  position: fixed;
  top: 275px;
  right: 5px;
  overflow: hidden;
  z-index: 100;
  background-color: #fff;
}
.qrcode_box .close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  text-align: center;
  line-height: 20px;
  background-color: #C11717;
  top: 0;
  z-index: 100;
}
.qrcode_box .show {
  display: block;
  width: 158px;
  height: 330px;
}
.qrcode_box .hide {
  width: 33px;
  height: 33px;
  display: none;
}
.qrcode_box .con {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: black;
  position: absolute;
  border: 1px solid red;
  padding-top: 15px;
  padding-bottom: 15px;
}
.qrcode_box .con img {
  margin-top: 15px;
}
.qrcode_box .con p {
  margin-top: 15px;
}
.notice_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  height: 34px;
}
.notice_title .title {
  position: relative;
  font-size: 16px;
  color: #DC2D02;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 2px solid #d41512;
}
.notice_title .more {
  height: 34px;
  line-height: 34px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  color: #990000;
  font-size: 14px;
  margin-right: 5px;
}
.hot-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: linear-gradient(to bottom, #fff, #f0f0f0);
  height: 34px;
}
.hot-title .title {
  position: relative;
  font-size: 16px;
  color: #fff;
  height: 34px;
  line-height: 34px;
  background: linear-gradient(to bottom, #f65b02, #c90000);
  padding-left: 10px;
  padding-right: 10px;
}
.hot-title .title::after {
  position: absolute;
  content: '';
  display: inline-block;
  bottom: 0;
  right: -10px;
  border-width: 8px 10px 28px 0;
  border-style: solid;
  border-color: transparent transparent #cecece transparent;
}
.hot-title .more {
  height: 34px;
  line-height: 34px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  color: #990000;
  font-size: 14px;
  margin-right: 5px;
}
.hot-list {
  min-height: 120px;
}
.hot-list li {
  position: relative;
  display: flex;
  width: 100%;
  color: #333;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
}
.hot-list li a {
  color: #333;
  display: flex;
  width: 100%;
  flex-direction: row;
  text-decoration: none;
}
.hot-list li a:hover {
  color: #777;
}
.hot-list li .title {
  display: block;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hot-list li .date {
  display: block;
  width: 90px;
  text-align: end;
}
.hot-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: #c0c0c0;
  font-size: 16px;
  padding-left: 8px;
}
.img-item {
  display: flex;
}
.img-item a {
  display: flex;
}
.img-item .img-box {
  display: flex;
  background: #F5F5F5;
  justify-content: center;
  padding: 10px;
}
.img-item .img-box img {
  width: 100%;
  height: 100%;
}
.img-item .img-txt {
  padding: 5px 10px 5px 10px;
}
.img-item .img-txt h3 {
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: 宋体;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  letter-spacing: 2px;
}
.img-item .img-txt p {
  font-size: 14px;
  text-align: left;
  text-indent: 2em;
  line-height: 18px;
  max-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 2px;
}
