body {
  overflow-x: hidden;
}
.content-block {
  width: auto;
  margin: 0 0 0.4rem 0;
  position: relative;
}
/*图片新闻*/
.photo-news {
  width: 10rem;
  height: 5.6rem;
  overflow: hidden;
  margin: 0 auto;
}
.photo-news .swiper-slide {
  width: 100%;
  height: 5.6rem;
  position: relative;
  overflow: hidden;
}
.photo-news .swiper-slide img {
  width: 100%;
  height: 5.6rem;
  overflow: hidden;
}
.photo-news .swiper-slide video {
  position: absolute;
  width: 100%;
  height: 5.6rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
}
.photo-news .photo-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  background-color: rgba(0, 0, 0, 0.44);
}
.photo-news .photo-title span {
  display: block;
  width: 6.66666667rem;
  margin-left: 0.26666667rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.42666667rem;
  color: #FFFFFF;
}
.photo-news a {
  display: block;
  width: 100%;
  height: 100%;
}
.photo-news .swiper-pagination-bullet {
  display: inline-block;
  width: 0.26666667rem;
  height: 0.26666667rem;
  margin: 0 0.06666667rem;
  cursor: pointer;
  background: #fff;
  opacity: 0.8;
}
.photo-news .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f6b501;
  font-size: 0.13333333rem;
  color: #fff;
  width: 0.26666667rem;
  height: 0.26666667rem;
}
.photo-news .swiper-pagination.swiper-pagination-bullets {
  left: auto;
  right: 0.13333333rem !important;
  bottom: 0;
  width: 2.8rem;
  text-align: right;
  height: 1.06666667rem;
  line-height: 1.06666667rem;
}
/*信息新闻*/
.info-news {
  width: 9.46666667rem;
  margin: 0.4rem auto 0;
  background: #FFF;
  border-radius: 0.10666667rem;
  box-shadow: 0.06666667rem 0.13333333rem 0.2rem #E7E7E7;
  padding: 0.26666667rem 0.4rem;
}
.info-news .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 0.01333333rem #E7E7E7;
}
.info-news .head .menus {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 0.26666667rem;
}
.info-news .head .menus a {
  padding: 0.26666667rem 0.13333333rem;
  font-size: 0.4rem;
  color: #666;
  font-weight: 600;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.info-news .head .menus a:not(:first-child):before {
  content: '';
  width: 0.02666667rem;
  height: 0.16rem;
  background: #7BC39D;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.13333333rem;
  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.06666667rem;
  width: 0;
  background: var(--main-color);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.04rem;
  margin: auto;
  transition: all ease-in-out 0.3s;
}
.info-news .head .menus a:hover::after {
  width: 100%;
}
.info-news .head .menus a.cur::after {
  content: '';
  display: block;
  height: 0.06666667rem;
  width: 100%;
  background: var(--main-color);
  position: absolute;
  left: 0;
  bottom: -0.04rem;
}
.info-news .head .more {
  margin: 0.26666667rem 0 0 0;
  display: none;
}
.info-news .head .more a {
  font-size: 0.18666667rem;
  font-weight: 400;
  color: #666666;
}
.info-news .item-block ul {
  list-style-type: none;
  margin-top: 0.2rem;
}
.info-news .item-block li {
  padding: 0.26666667rem 0;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.info-news .item-block li:not(:last-child):after {
  content: '';
  width: 100%;
  height: 0.01333333rem;
  background: #F8F8F8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 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.02666667rem;
}
.info-news .item-block ul li h1 {
  width: 8.4rem;
  padding: 0.13333333rem 0.33333333rem;
  font-size: 0.42666667rem;
  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.16rem;
  height: 0.16rem;
  background: var(--main-color);
  box-shadow: 2px 2px 2px 0px rgba(25, 147, 82, 0.5);
  border-radius: 0.66666667rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.info-news .item-block ul li h1:hover::before {
  content: '';
  width: 0.16rem;
  height: 0.16rem;
  background: var(--main-color);
  box-shadow: 2px 2px 2px 0px rgba(25, 147, 82, 0.5);
  border-radius: 0.66666667rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.info-news .item-block ul li span {
  padding: 0 0 0 0.17333333rem;
  font-size: 0.37333333rem;
  color: #a2a2a2;
}
/*专题专栏*/
.topic ul li {
  width: 5rem;
  height: 2.89333333rem;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
}
.topic ul li:hover {
  transform: translateX(0.02666667rem);
  box-shadow: 0 0.06666667rem 0.16rem #a1a1a3;
}
.topic ul li img {
  width: 5rem;
  height: 2.89333333rem;
  display: block;
}
.topic ul li:last-of-type {
  margin-right: 0 !important;
}
.topic .next,
.topic .prev {
  display: block;
  width: 0.26666667rem;
  height: 0.66666667rem;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  opacity: 0.6;
}
.topic .next {
  background: #2a2a2a url(../img/a-next.png) no-repeat -0.02666667rem center;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0 0.06666667rem 0.06666667rem 0;
  display: none;
}
.topic .prev {
  background: #2a2a2a url(../img/a-prev.png) no-repeat -0.02666667rem center;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 0.06666667rem 0 0 0.06666667rem;
  display: none;
}
/*政务公开、办事服务*/
.gov-service-header {
  width: 9.46666667rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.gov-service-header i {
  font-size: 0.42666667rem;
  color: var(--main-color);
}
.gov-service-header span {
  color: var(--main-color);
  font-size: 0.4rem;
  font-weight: 700;
}
.gov-content-area {
  width: 9.46666667rem;
  margin: 0.13333333rem auto 0;
  padding: 0.26666667rem 0;
}
.gov-content-area .shortcuts-area {
  display: grid;
  grid-template-columns: repeat(2, 4.6rem);
  place-content: space-between;
  gap: 0.26666667rem;
}
.gov-content-area .shortcuts-area a {
  width: 4.6rem;
  height: 2.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.13333333rem;
}
.gov-content-area .shortcuts-area a:nth-child(1) {
  background: url("../img/gov_green.png") no-repeat center center;
  background-size: 100% 100%;
}
.gov-content-area .shortcuts-area a:nth-child(2) {
  background: url("../img/gov_pur.png") no-repeat center center;
  background-size: 100% 100%;
}
.gov-content-area .shortcuts-area a:nth-child(3) {
  background: url("../img/gov_blue.png") no-repeat center center;
  background-size: 100% 100%;
}
.gov-content-area .shortcuts-area a:nth-child(4) {
  background: url("../img/gov_orange.png") no-repeat center center;
  background-size: 100% 100%;
}
.gov-content-area .shortcuts-area a:nth-child(5) {
  background: url("../img/gov_orange.png") no-repeat center center;
  background-size: 100% 100%;
}
.gov-content-area .shortcuts-area a span {
  font-size: 0.42666667rem;
  color: #333333;
  font-weight: 700;
}
.gov-content-area .list-area {
  padding: 0.13333333rem 0.26666667rem 0;
  box-shadow: 0.06666667rem 0.13333333rem 0.2rem #E7E7E7;
  background: #FFF;
  border-radius: 0.21333333rem;
  margin: 0.26666667rem 0 0 0;
}
.gov-content-area .list-area li {
  padding: 0.26666667rem 0.26666667rem 0.26666667rem 0.4rem;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.gov-content-area .list-area li::before {
  content: '';
  width: 0.16rem;
  height: 0.16rem;
  background: var(--main-color);
  box-shadow: 0.02666667rem 0.02666667rem 0.02666667rem 0 rgba(25, 147, 82, 0.5);
  border-radius: 0.66666667rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.gov-content-area .list-area li:after {
  content: '';
  width: 100%;
  height: 0.01333333rem;
  background: #F8F8F8;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.gov-content-area .list-area li:hover {
  transform: translateX(0.06666667rem);
}
.gov-content-area .list-area li > a > span:first-child {
  font-size: 0.42666667rem;
  color: #333;
}
.gov-content-area .list-area li > a > span:last-child {
  font-size: 0.42666667rem;
  color: #999;
  padding: 0 0 0 0.13333333rem;
}
.right-area {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0.4rem 0 0 0;
}
.service-content-area {
  margin: 0.13333333rem 0 0 0;
  padding: 0.4rem;
  background: #FFF;
  border-radius: 0.10666667rem;
  box-shadow: 0 0 0.02666667rem #ddd;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.4rem;
}
.service-content-area a {
  width: 8.66666667rem;
  height: 1.73333333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.06666667rem;
  padding: 0 0.26666667rem;
  border-radius: 0.21333333rem;
  box-shadow: 0 0 0.2rem #E7E7E7;
}
.service-content-area a span {
  font-size: 0.42666667rem;
  font-weight: 700;
}
.service-content-area a i {
  font-size: 0.64rem;
}
.service-content-area a:nth-child(1) i {
  color: #0f0;
}
.service-content-area a:nth-child(2) i {
  color: #006699;
}
.service-content-area a:nth-child(3) i {
  color: #f00;
}
.exchange-content-area {
  margin: 0.13333333rem 0 0 0;
  padding: 0.4rem;
  background: #FFF;
  border-radius: 0.10666667rem;
  box-shadow: 0 0 0.02666667rem #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.exchange-content-area a {
  width: 4.13333333rem;
  height: 1.73333333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.06666667rem;
  padding: 0 0.26666667rem;
  border-radius: 0.10666667rem;
  background: var(--main-color);
}
.exchange-content-area a:nth-child(3) {
  width: 8.66666667rem;
}
.exchange-content-area a span {
  color: #FFF;
  font-size: 0.37333333rem;
  font-weight: 700;
}
.exchange-content-area a i {
  font-size: 0.56rem;
  color: var(--main-color);
  width: 0.93333333rem;
  height: 0.93333333rem;
  padding: 0.13333333rem;
  border-radius: 50%;
  background: #FFF;
}
/*友情链接*/
.link-block {
  display: none;
}
.link-block .link-area {
  width: 100%;
  margin: 0.13333333rem 0 0;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 0.26666667rem;
}
.link-block .link-area a img {
  height: 1.2rem;
  border-radius: 0.10666667rem;
}
/*# sourceMappingURL=mobile.index.css.map */