/* 通用 */
body {
  background: none;
  font-family: Microsoft YaHei, Times New Roman, Arial;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  background-color: #fff;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
.inner {
  box-sizing: border-box;
  position: relative;
  width: 1340px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1340px) {
  .inner {
    width: 100%;
    padding: 0 0.1rem;
  }
}
.w-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .w-row {
    flex-wrap: wrap;
  }
  .w-row > .w-col {
    width: 100% !important;
  }
  .w-row > .w-col + .w-col {
    margin-top: 0.3rem;
  }
}
/* 头部header 开始 */
.zt_header {
  position: relative;
  height: 5.73rem;
  background: url(../images/zt_banner.png) no-repeat top center;
  background-size: auto 100%;
}
.zt_header .logo {
  padding-top: 0.4rem;
  text-align: left;
}
.zt_header .logo img {
  width: 3.32rem;
}
@media (max-width: 992px) {
  .zt_header {
    height: 3rem;
    background-size: 130% auto;
  }
  .zt_header .logo {
    padding-top: 0.3rem;
  }
  .zt_header .logo img {
    width: 2rem;
  }
}
/* 头部header 结束 */
/* 滚动条 开始 */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
/* 滚动条 结束 */
.zt_title {
  height: 66px;
  margin-bottom: 20px;
  position: relative;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.zt_title a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.zt_title.zt_title1 {
  margin-top: -0.2rem;
  background-image: url(../images/zt_title1.png);
}
.zt_title.zt_title2 {
  background-image: url(../images/zt_title2.png);
}
.link_box a,
.link_box img {
  display: block;
  width: 100%;
}
#Swiper1 {
  width: 100%;
  height: 3.8rem;
}
@media (max-width: 600px) {
  #Swiper1 {
    height: auto;
  }
}
#Swiper1 .swiper-pagination {
  width: auto;
  left: auto;
  right: 0;
  bottom: 23px;
  padding-right: 16px;
}
#Swiper1 .swiper-pagination-bullet {
  opacity: 0.5;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 6px;
}
#Swiper1 .swiper-pagination-bullet-active {
  width: 24px;
  opacity: 1;
}
.img_mask_box {
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
.img_mask_box a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.img_mask_box a:hover img {
  transform: scale(1.05);
}
.img_mask_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.img_mask_box .mask_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/mask_title.png) no-repeat center;
  background-size: 100% 100%;
}
.img_mask_box .mask_title h3 {
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 70%;
  height: 70px;
  line-height: 70px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
.list_t {
  margin-top: -15px;
  margin-bottom: -15px;
}
.list_t li:not(.panel-more) * {
  transition: all 0.3s;
  line-height: 1.5;
}
.list_t li:not(.panel-more) a {
  box-sizing: border-box;
  width: 100%;
  padding: 15px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_t li:not(.panel-more) a:hover .list_text {
  color: #db2721;
}
.list_t li:not(.panel-more) a:hover .list_text::after {
  border-left: 10px solid #db2721;
}
.list_t .list_text {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  padding-left: 20px;
  position: relative;
}
.list_t .list_text::after {
  transition: all 0.3s ease;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffdd99;
  border-right: 10px solid transparent;
}
.list_t .date {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: normal;
  color: #999;
  margin-left: 30px;
}
@media (max-width: 600px) {
  .list_t .date {
    display: none;
  }
}
.list_date {
  margin-left: -15px;
  margin-right: -15px;
}
.list_date::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.list_date > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.list_date > li:nth-child(n) {
  margin-top: 0;
}
.list_date > li:nth-child(n)::after {
  display: block;
}
.list_date > li:nth-child(n + 2) {
  margin-top: 30px;
}
.list_date > li:nth-child(2) {
  margin-top: 0;
}
.list_date > li:nth-child(2n)::after,
.list_date > li:last-child::after {
  display: none;
}
.list_date a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .list_date {
    margin-left: -15px;
    margin-right: -15px;
  }
  .list_date::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .list_date > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .list_date > li:nth-child(n) {
    margin-top: 0;
  }
  .list_date > li:nth-child(n)::after {
    display: block;
  }
  .list_date > li:nth-child(n + 1) {
    margin-top: 30px;
  }
  .list_date > li:nth-child(1) {
    margin-top: 0;
  }
  .list_date > li:nth-child(1n)::after,
  .list_date > li:last-child::after {
    display: none;
  }
  .list_date a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.list_date li {
  box-sizing: border-box;
}
.list_date li > a {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #c69555;
  background-color: #fff;
  height: 122px;
  padding: 25px 35px;
}
.list_date li span {
  box-sizing: border-box;
  transition: all 0.3s;
  display: inline-block;
  width: 100%;
}
.list_date li .left {
  position: relative;
  flex: 0 0 100px;
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list_date li .left .left_top {
  font-size: 24px;
  font-weight: normal;
  color: #333;
  line-height: 1;
  margin-bottom: 10px;
}
.list_date li .left .left_bottom {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: 1;
}
.list_date li .left::after {
  transition: all 0.3s;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 4px;
  background: #e42214;
}
.list_date li .right {
  width: calc(100% - 100px);
}
.list_date li .right .right_top {
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  line-height: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list_date li:hover .left_top,
.list_date li:hover .left_bottom,
.list_date li:hover .right_top {
  color: #db2721;
}
.list_date li:hover .left::after {
  background-color: #db2721;
}
