/*¶¥Í¨ÐÂ*/
.top_bg_news {
  box-sizing: border-box;
  width: 100%;
  height: 190px;
  background-image: url(https://www.huatu.com/images/2020css/images/zw/top_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
}

.top_province_new {
  width: 351px;
  height: 190px;
  background-image: url(https://www.huatu.com/images/2020css/images/zw/bg03.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.top_province_new02,
.top_province_new03,
.top_province_new04 {
  margin-left: -4px;
}

.top_province_txt01 {
  width: 100%;
  height: 42px;
  margin: 12px auto 0 auto;
  line-height: 42px;
  background-image: url(https://www.huatu.com/images/2020css/images/zw/top_title.png);
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_province_txt01 span {
  color: #fffe95;
  font-size: 16px;
  font-weight: normal;
}

.top_province_txt01 i {
  float: left;
  width: 19px;
  height: 28px;
  margin-top: 7px;
  margin-left: 28px;
  background-image: url(https://www.huatu.com/images/2020css/images/zw/time02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.top_province_txt02 {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 26px;
  color: #fffe95;
  font-weight: bold;
}

.top_province_txt03 {
  padding-bottom: 12px;
  color: #fff;
  font-size: 18px;
}

.top_enter {
  width: 126px;
  height: 30px;
  margin: 0 auto;
  line-height: 30px;
  background-color: #fde179;
  background: linear-gradient(to right, #fee880, #f6c55d, #efa940);
  text-align: center;
  color: #a5030b;
  font-size: 18px;
  border-radius: 40px;
  transition: transform .5s ease;
}

.top_enter:hover {
  transform: translateY(-5px);
}

/*¶¥Í¨*/
.top_bg {
  box-sizing: border-box;
  width: 100%;
  height: 276px;
  background-image: url(../images/zw/bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
}

.canv {
  width: 100% !important;
  overflow: hidden;
}

.top_txt {
  font-size: 40px;
  padding-bottom: 40px;
  background-image: -webkit-linear-gradient(top, #fff9f0, #fedfc3, #fec698);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  color: #fec698;
  position: relative;
}

.top_txt a {
  display: block;
  position: absolute;
  text-align: right;
  right: 0;
  top: 10%;
  line-height: 40px;
  font-size: 22px;
  background-image: -webkit-linear-gradient(top, #fee833, #fee833);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-top: 76px; */
}

.top_province {
  float: left;
  width: 288px;
  height: 202px;
  margin-right: 15px;
  background-image: url(../images/zw/bg02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: transform .5s ease;
}

.top_province:hover {
  transform: translateY(-5px);
}

.top_province:last-child {
  margin-right: 0;
}

.top_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
}

.top_circle {
  position: relative;
  width: 52px;
  height: 52px;
  background-image: url(../images/zw/circle.png);
  background-repeat: no-repeat;
  background-size: 100%;
  line-height: 52px;
  font-size: 30px;
}

.top_circle p {
  background-image: -webkit-linear-gradient(top, #fff9f0, #fedfc3, #fec698);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  color: #fec698;
}

.top_circle2 {
  margin-left: -6px;
}

.top_circle3 {
  margin-left: -6px;
}

.top_circle4 {
  margin-left: -6px;
}

.top_circle5 {
  margin-left: -6px;
}

.top_name {
  margin-top: 20px;
  background-image: -webkit-linear-gradient(top, #fff9f0, #fedfc3, #fec698);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 28px;
  color: #fec698;
}

.top_time {
  width: 218px;
  height: 50px;
  margin: 10px auto;
  background-image: url(../images/zw/time.png);
  background-repeat: no-repeat;
  line-height: 50px;
  color: #8d1515;
  font-size: 20px;
}

.top_links span {
  background-image: -webkit-linear-gradient(top, #fff9f0, #fedfc3, #fec698);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fec698;
  font-size: 18px;
  font-weight: bold;
}

/*50%¶¥Í¨*/
.rec_top {
  width: 100%;
  overflow: hidden;
  min-width: 1000px;
}

.rec_img {
  position: relative;
  width: 100%;
  height: 150px;
  margin-top: -150px;
}

.rec_content {
  float: left;
  width: 33.33%;
  height: 100%;
}

.rec_top img {
  width: 100%;
}