body {
  overflow-x: hidden;
}
.content-block {
  width: 7.39583333rem;
  margin: 0.10416667rem auto 0;
  position: relative;
}
.news-block {
  width: 100%;
  height: 2.65625rem;
  display: grid;
  grid-template-columns: 4.16666667rem 3.22916667rem;
}
/*新闻板块*/
.photo-news {
  width: 4.16666667rem;
  height: 2.65625rem;
  box-shadow: 0.02604167rem 0.05208333rem 0.078125rem #FFF;
  border-radius: 0rem;
  overflow: hidden;
}
.photo-news .swiper-slide {
  position: relative;
  width: 4.16666667rem;
  height: 2.65625rem;
  background: #0a6aa1;
  overflow: hidden;
}
.photo-news .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.photo-news .swiper-slide video {
  position: absolute;
  width: 4.16666667rem;
  height: 2.65625rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
}
.photo-news .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0.02604167rem;
  cursor: pointer;
  background: #fff;
  opacity: 0.8;
}
.photo-news .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f6b501;
  font-size: 0.05208333rem;
  color: #fff;
  width: 10px;
  height: 10px;
}
.photo-news .swiper-pagination.swiper-pagination-bullets {
  left: auto;
  right: 0!important;
  bottom: 0;
  width: 0.625rem;
  text-align: left;
  height: 0.41666667rem;
  line-height: 0.41666667rem;
}
.photo-news a {
  display: block;
  width: 4.16666667rem;
  height: 2.65625rem;
  position: relative;
  overflow: hidden;
}
.photo-news .photo-title {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.41666667rem;
  line-height: 0.41666667rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.photo-news .photo-title span {
  display: block;
  width: 3.28125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.10416667rem;
  color: #fff;
  text-align: left;
  padding: 0 0.10416667rem;
}
/*信息新闻*/
.info-news {
  width: 3.22916667rem;
  background: #FFF;
  border-radius: 0rem;
  box-shadow: 0.02604167rem 0.05208333rem 0.078125rem #E7E7E7;
  padding: 0 0.10416667rem 0 0.20833333rem;
}
.info-news .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 0.00520833rem #E7E7E7;
}
.info-news .head .menus {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
}
.info-news .head .menus a {
  padding: 0.10416667rem 0.02604167rem 0.10416667rem 0.02604167rem;
  font-size: 0.10416667rem;
  color: #666;
  font-weight: 600;
  text-align: center;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.info-news .head .menus a:not(:first-child):before {
  content: '';
  width: 0.01041667rem;
  height: 0.0625rem;
  background: #7BC39D;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.info-news .head .menus a:hover,
.info-news .head .menus a.cur {
  /*color: var(--main-color);*/
  color: #666;
}
.info-news .head .menus a::after {
  content: '';
  display: block;
  height: 0.02604167rem;
  width: 0;
  background: var(--main-color);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.015625rem;
  margin: auto;
  transition: all ease-in-out 0.3s;
}
.info-news .head .menus a:hover::after {
  width: 60%;
}
.info-news .head .menus a.cur::after {
  content: '';
  display: block;
  height: 0.02604167rem;
  width: 60%;
  background: var(--main-color);
  position: absolute;
  left: 0;
  bottom: -0.015625rem;
}
.info-news .head .more {
  margin: 0.10416667rem 0 0 0;
  display: none;
}
.info-news .head .more a {
  font-size: 0.07291667rem;
  font-weight: 400;
  color: #666666;
}
.info-news .item-block ul {
  list-style-type: none;
  margin-top: 0.078125rem;
}
.info-news .item-block li {
  padding: 0.05208333rem 0;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.info-news .item-block li:not(:last-child):after {
  content: '';
  height: 0.00520833rem;
  background: linear-gradient(90deg, transparent 0%, #F2F2F2 20%, #F2F2F2 80%, transparent 100%);
  opacity: 0.9;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.info-news .item-block li:hover {
  transform: translateX(5px);
}
.info-news .item-block li > a {
  display: flex;
  flex-direction: column;
  justify-content: left;
  gap: 0.01041667rem;
}
.info-news .item-block ul li h1 {
  width: 2.91666667rem;
  padding: 0 0.078125rem;
  font-size: 0.09375rem;
  color: #151515;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.info-news .item-block ul li h1:hover {
  color: var(--main-color);
}
.info-news .item-block ul li h1::before {
  content: '';
  width: 0.04166667rem;
  height: 0.04166667rem;
  background: var(--main-color);
  box-shadow: 2px 2px 2px 0px rgba(25, 147, 82, 0.5);
  border-radius: 0.26041667rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.info-news .item-block ul li h1:hover::before {
  content: '';
  width: 0.04166667rem;
  height: 0.04166667rem;
  background: var(--main-color);
  box-shadow: 2px 2px 2px 0 rgba(25, 147, 82, 0.5);
  border-radius: 0.26041667rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.info-news .item-block ul li span {
  padding: 0 0 0 0.06770833rem;
  font-size: 0.08333333rem;
  color: #C4C6C7;
}
/*专题专栏*/
.topic {
  margin: -0.10416667rem 0 0.10416667rem;
  width: 7.39583333rem;
  overflow: hidden;
}
.topic ul li {
  width: 1.8125rem;
  height: 1.13020833rem;
  margin: 0 0.05208333rem 0 0;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
}
.topic ul li:hover {
  box-shadow: 0 0.02604167rem 0.0625rem #a1a1a3;
}
.topic ul li img {
  width: 1.8125rem;
  height: 1.13020833rem;
  display: block;
  transition: all ease-in-out 0.3s;
}
.topic ul li img:hover {
  transform: scale(1.2);
}
.topic ul li:last-of-type {
  margin-right: 0 !important;
}
.topic .next,
.topic .prev {
  display: block;
  width: 0.10416667rem;
  height: 0.26041667rem;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  opacity: 0.6;
}
.topic .next {
  background: #2a2a2a url(../img/a-next.png) no-repeat -0.01041667rem center;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0 0.02604167rem 0.02604167rem 0;
}
.topic .prev {
  background: #2a2a2a url(../img/a-prev.png) no-repeat -0.01041667rem center;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 0.02604167rem 0 0 0.02604167rem;
}
/*政务公开、办事服务*/
.gov-service-block {
  display: grid;
  grid-template-columns: auto 2.08333333rem;
  gap: 0.10416667rem;
}
.gov-service-header {
  display: flex;
  align-items: center;
  gap: 0.02604167rem;
}
.gov-service-header img {
  width: 0.125rem;
  height: 0.125rem;
  color: var(--main-color);
}
.gov-service-header i {
  font-size: 0.11458333rem;
  color: var(--main-color);
}
.gov-service-header span {
  color: #333333;
  font-size: 0.11458333rem;
  font-weight: 700;
}
.gov-content-area {
  margin: 0;
  border-radius: 0.04166667rem;
  padding: 0.10416667rem 0;
}
.gov-content-area .shortcuts-area {
  display: grid;
  grid-template-columns: repeat(4, 1.25rem);
  place-items: center;
  place-content: space-between;
}
.gov-content-area .shortcuts-area a {
  width: 1.25rem;
  height: 0.46875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.02604167rem;
  border-radius: 0.04166667rem;
  transition: all 0.3s ease-in-out;
  box-shadow: 0.02604167rem 0.02604167rem 0.078125rem #D7D7D7;
}
.gov-content-area .shortcuts-area a:hover {
  transform: translateY(-0.02604167rem);
}
.gov-content-area .shortcuts-area a:nth-child(1) {
  background: url("../img/gov_green.png") center center;
  background-size: 100% 100%;
}
.gov-content-area .shortcuts-area a:nth-child(2) {
  background: url("../img/gov_pur.png") center center;
  background-size: 100% 100%;
}
.gov-content-area .shortcuts-area a:nth-child(3) {
  background: url("../img/gov_orange.png") center center;
  background-size: 100% 100%;
}
.gov-content-area .shortcuts-area a:nth-child(4) {
  background: url("../img/gov_blue.png") center center;
  background-size: 100% 100%;
}
.gov-content-area .shortcuts-area a span {
  font-size: 0.10416667rem;
  color: #333333;
  font-weight: 700;
}
.gov-content-area .list-area {
  background: #FFF;
  height: 2.39583333rem;
  padding: 0.10416667rem 0.05208333rem;
  border-radius: 0.04166667rem;
  margin: 0.10416667rem 0 0 0;
  box-shadow: 0.02604167rem 0.05208333rem 0.078125rem #E7E7E7;
}
.gov-content-area .list-area li {
  padding: 0.078125rem 0.0625rem;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.gov-content-area .list-area li:not(:last-child):after {
  content: '';
  height: 0.00520833rem;
  background: linear-gradient(90deg, transparent 0%, #F7F7F7 20%, #F7F7F7 80%, transparent 100%);
  opacity: 0.9;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.gov-content-area .list-area li:hover {
  transform: translateX(0.02604167rem);
}
.gov-content-area .list-area li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gov-content-area .list-area li > a > span:first-child {
  font-size: 0.09375rem;
  color: #333;
  padding: 0 0 0 0.078125rem;
  position: relative;
}
.gov-content-area .list-area li > a > span:first-child::before {
  content: '';
  width: 0.04166667rem;
  height: 0.04166667rem;
  background: var(--main-color);
  box-shadow: 2px 2px 2px 0px rgba(25, 147, 82, 0.5);
  border-radius: 0.26041667rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.gov-content-area .list-area li > a > span:last-child {
  font-size: 0.09375rem;
  color: #C4C6C7;
}
.right-area {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.10416667rem;
}
.service-content-area {
  width: 2.08333333rem;
  margin: 0;
  padding: 0.10416667rem 0;
  border-radius: 0.04166667rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.05208333rem;
}
.service-content-area a {
  width: 2.08333333rem;
  height: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 0.04166667rem;
  background: #FFF;
  overflow: hidden;
  box-shadow: 0.02604167rem 0.05208333rem 0.078125rem #E7E7E7;
}
.service-content-area a:hover {
  transform: translateY(-0.02604167rem);
  box-shadow: 0 0 0.05208333rem #B7B7B7;
}
.service-content-area a span {
  font-size: 0.10416667rem;
  font-weight: 700;
}
.service-content-area a i {
  font-size: 0.14583333rem;
  color: #f00;
}
.service-content-area a:nth-child(1) i {
  font-size: 0.14583333rem;
  color: #4eba24;
}
.service-content-area a:nth-child(2) i {
  font-size: 0.14583333rem;
  color: #006699;
}
.service-content-area a:nth-child(3) i {
  font-size: 0.14583333rem;
  color: #f00;
}
.service-content-area a:nth-child(4) i {
  font-size: 0.14583333rem;
  color: var(--main-color);
}
.service-content-area a:nth-child(5) i {
  font-size: 0.14583333rem;
  color: #fbaa25;
}
.exchange-content-area {
  width: 2.08333333rem;
  margin: 0;
  padding: 0.10416667rem 0.10416667rem;
  border-radius: 0.04166667rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.10416667rem;
}
.exchange-content-area a {
  width: 2.08333333rem;
  height: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 0.04166667rem;
  background: #FFF;
  overflow: hidden;
  box-shadow: 0.02604167rem 0.05208333rem 0.078125rem #E7E7E7;
}
.exchange-content-area a:hover {
  transform: translateY(-0.02604167rem);
  box-shadow: 0 0 0.15625rem #B7B7B7;
}
.exchange-content-area a span {
  font-size: 0.10416667rem;
  font-weight: 700;
}
.exchange-content-area a:nth-child(1) i {
  font-size: 0.14583333rem;
  color: #f00;
}
.exchange-content-area a:nth-child(2) i {
  font-size: 0.14583333rem;
  color: #006699;
}
/*友情链接*/
.link-area {
  width: 100%;
  margin: 0.05208333rem 0 0;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 0.10416667rem;
}
.link-area a img {
  height: 0.46875rem;
  border-radius: 0.04166667rem;
  transition: all 0.5s ease-in-out;
}
.link-area a img:hover {
  box-shadow: 0 0 0.01041667rem #F00;
}
/*# sourceMappingURL=index.css.map */