.container {
  position: relative;
}
.hotnews-box {
  width: 100%;
  background-color: #E6EEF5;
  height: 0.65625rem;
  margin-bottom: 0.08333333rem;
  display: flex;
  align-items: center;
}
.hotnews-box .icon-box {
  width: 0.67708333rem;
  height: 100%;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotnews-box .icon-box img {
  width: 0.40104167rem;
  height: 0.41145833rem;
}
.hotnews-box .con-box {
  box-sizing: border-box;
  width: 5.65625rem;
  padding: 0 0.15625rem;
}
.hotnews-box .con-box .title {
  max-width: 4.6875rem;
  height: 0.15104167rem;
  font-size: 0.15625rem;
  font-weight: 700;
  color: var(--main-color);
  line-height: 0.15104167rem;
  margin: 0 auto;
}
.hotnews-box .con-box .content {
  width: 5.20833333rem;
  font-size: 0.08333333rem;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 0.11979167rem;
  margin-top: 0.08333333rem;
  text-indent: 0.125rem;
}
.news-box {
  display: flex;
  margin-bottom: 0.125rem;
  justify-content: space-between;
}
.news-box .img-news-box {
  position: relative;
  width: 2.91666667rem;
  height: 1.94270833rem;
  overflow: hidden;
}
.news-box .img-news-box .swiper-slide {
  position: relative;
}
.news-box .img-news-box .swiper-slide img {
  width: 100%;
  height: auto;
}
.news-box .img-news-box .swiper-slide .title-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.32291667rem;
  background-color: rgba(0, 0, 0, 0.7);
}
.news-box .img-news-box .swiper-slide .title-box p {
  width: 2.5rem;
  font-size: 0.08333333rem;
  color: #ffffff;
  line-height: 0.32291667rem;
  margin-left: 0.125rem;
}
.news-box .img-news-box .img-info-list-pagination {
  position: absolute;
  left: 0.10416667rem;
  bottom: 0.04166667rem;
  text-align: left;
}
.news-box .img-news-box .img-info-list-pagination .swiper-pagination-bullet {
  border-radius: unset;
  width: 0.109375rem;
  height: 0.01041667rem;
  background: #ffffff;
  opacity: 1;
}
.news-box .img-news-box .-info-list-pagination .swiper-pagination-bullet-active {
  background-color: #d03636;
}
.news-box .tab-list-news {
  width: 3.30729167rem;
  overflow: hidden;
}
.news-box .tab-list-news .tabs-box {
  display: flex;
  justify-content: space-between;
}
.news-box .tab-list-news .tabs-box .tab-title {
  width: 0.57291667rem;
  height: 0.26041667rem;
  background-color: #F1F1F1;
  text-align: center;
  line-height: 0.26041667rem;
  font-size: 0.09375rem;
  color: #333333;
}
.news-box .tab-list-news .tabs-box .tab-title.active {
  background-color: var(--main-color);
  color: #ffffff;
}
.news-box .tab-list-news .tab-info-list {
  margin-top: 0.05729167rem;
}
.news-box .tab-list-news .tab-info-list ul {
  display: none;
  transform: translateX(100%);
}
.news-box .tab-list-news .tab-info-list ul.active {
  display: block;
  animation: 0.5s forwards fadeInRight;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.news-box .tab-list-news .tab-info-list ul li {
  background: url("../images/spot.png")/*tpa=http://hb.yl.gov.cn/static/cms/pc/img/spot.png*/ no-repeat;
  background-position: left center;
  padding-left: 0.08333333rem;
  line-height: 0.203125rem;
}
.news-box .tab-list-news .tab-info-list ul li a {
  display: inline-block;
  width: 2.47395833rem;
  font-size: 0.08333333rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-box .tab-list-news .tab-info-list ul li .date {
  color: #999999;
}
.news-box .tab-list-news .tab-info-list ul li a:hover {
  color: #0065c6;
}
.top-banner {
  overflow: hidden;
  margin-bottom: 0.125rem;
  position: relative;
}
.top-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.top-banner .banner-list-pagination {
  text-align: right;
  padding-right: 0.04166667rem;
  font-size: 0.07291667rem;
}
.black-box {
  margin-bottom: 0.125rem;
}
.black-box .title-box {
  height: 0.19270833rem;
  background: url("../images/title-bg.png") no-repeat;
  background-position: left center;
  padding-left: 0.08333333rem;
  border-bottom: solid 0.01041667rem #A92C32;
  margin-bottom: 0.125rem;
}
.black-box .title-box a {
  line-height: 0.19270833rem;
  font-size: 0.10416667rem;
  font-weight: 700;
  color: #ffffff;
}
.black-box .con-box {
  display: flex;
  justify-content: space-between;
}
.overt .con-box {
  height: 1.61458333rem;
}
.overt .con-box .item-box {
  width: 4.86979167rem;
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: repeat(6, auto);
  align-content: space-between;
  justify-content: space-between;
}
.overt .con-box .item-box .item {
  width: 0.72916667rem;
  height: 0.47916667rem;
  border: 0.00520833rem solid #d1d1d1;
  border-radius: 0.03125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.overt .con-box .item-box .item:hover {
  border-color: #c43444;
}
.overt .con-box .item-box .item img {
  width: 0.140625rem;
  height: auto;
}
.overt .con-box .item-box .item p {
  height: 0.11979167rem;
  font-size: 0.08333333rem;
  color: #333333;
  line-height: 0.15625rem;
}
.overt .con-box .catalogue-box {
  width: 1.328125rem;
  display: flex;
  flex-flow: column;
  align-content: space-between;
  justify-content: space-between;
}
.overt .con-box .catalogue-box .catalogue {
  width: 100%;
  height: 0.484375rem;
  background: var(--main-color);
  font-size: 0.09375rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.484375rem;
  text-align: center;
}
.service-box .list-box {
  width: 4.86979167rem;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
}
.service-box .list-box .list {
  width: 2.34375rem;
}
.service-box .list-box .list .title {
  height: 0.08333333rem;
  display: flex;
  align-items: center;
}
.service-box .list-box .list .title a {
  width: 0.33333333rem;
  font-size: 0.08333333rem;
  font-weight: 700;
  color: var(--main-color);
  line-height: 0.09375rem;
}
.service-box .list-box .list .title img {
  width: 0.13020833rem;
  margin-left: 0.04166667rem;
}
.service-box .list-box .list .title .line {
  width: 1.83854167rem;
  height: 0.02604167rem;
  background: #eeeeee;
}
.service-box .list-box .list .list-ul {
  margin-top: 0.08333333rem;
}
.service-box .list-box .list .list-ul .list-li {
  background: url("../images/spot.png") no-repeat;
  background-position: left center;
  padding-left: 0.08333333rem;
  line-height: 0.203125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-box .list-box .list .list-ul .list-li a {
  display: inline-block;
  width: 1.66666667rem;
  font-size: 0.08333333rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.service-box .list-box .list .list-ul .list-li a:hover {
  color: #0065c6;
}
.service-box .list-box .list .list-ul .list-li .date {
  color: #999999;
}
.service-box .advert-box {
  width: 1.328125rem;
  height: 0.96354167rem;
  overflow: hidden;
}
.service-box .advert-box img {
  width: 100%;
}
.interact-box .con-box {
  height: 1.23958333rem;
}
.interact-box .con-box .item-box {
  width: 4.86979167rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  flex-shrink: 0;
}
.interact-box .con-box .item-box .item {
  width: 1.5625rem;
  height: 0.57291667rem;
  text-align: center;
  line-height: 0.57291667rem;
  font-size: 0.11458333rem;
  font-weight: 700;
  color: #ffffff;
}
.interact-box .con-box .item-box .item:hover {
  opacity: 0.8;
}
.interact-box .advert-box {
  width: 1.328125rem;
  height: 1.23958333rem;
  overflow: hidden;
}
.interact-box .advert-box img {
  width: 100%;
}
.business-box .con-box {
  height: 1.33854167rem;
}
.business-box .con-box .item-box {
  width: 4.86979167rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  flex-shrink: 0;
}
.business-box .con-box .item-box .item {
  width: 1.08333333rem;
  height: 0.63541667rem;
  border: 0.00520833rem solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.business-box .con-box .item-box .item img {
  width: 0.26041667rem;
  height: auto;
}
.business-box .con-box .item-box .item p {
  height: 0.11979167rem;
  font-size: 0.08333333rem;
  color: #333333;
  line-height: 0.15625rem;
}
.business-box .advert-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: right;
}
.business-box .advert-box a {
  display: block;
}
.business-box .advert-box img {
  width: 1.33854167rem;
  height: 1.33854167rem;
  border: 0.00520833rem solid #eeeeee;
}
.special-box .con-box {
  overflow: hidden;
}
.special-box .con-box .item-box {
  width: 100%;
  display: flex;
  align-items: center;
}
.special-box .con-box .item-box .item {
  width: 1.19791667rem;
  height: 0.51041667rem;
  overflow: hidden;
}
.special-box .con-box .item-box .item:hover {
  transform: scale(1.05);
  transition-duration: 0.3s;
}
.special-box .con-box .item-box .item img {
  width: 100%;
}
.float-left-box {
  width: 0.9375rem;
  height: 2.4375rem;
  position: absolute;
  left: -1.04166667rem;
  top: 0;
}
.float-left-box span {
  position: absolute;
  top: 0.02604167rem;
  right: 0.02604167rem;
  color: #fff;
  font-size: 0.07291667rem;
  cursor: pointer;
}
.float-left-box a {
  display: block;
}
.float-left-box img {
  width: 100%;
}
.float-right-box {
  width: 0.9375rem;
  height: 2.4375rem;
  position: absolute;
  right: -1.04166667rem;
  top: 0;
}
.float-right-box span {
  position: absolute;
  top: 0.02604167rem;
  left: 0.02604167rem;
  color: #fff;
  font-size: 0.07291667rem;
  cursor: pointer;
}
.float-right-box a {
  display: block;
}
.float-right-box img {
  width: 100%;
}
