/*模块*/
.block-box {
  width: 6.25rem;
  margin: 0.10416667rem auto 0;
  position: relative;
}
/*新闻板块*/
.photo-news {
  width: 3.07291667rem;
  height: 2.109375rem;
  border-radius: 0.04166667rem;
  overflow: hidden;
}
.photo-news .swiper-slide {
  position: relative;
  width: 3.07291667rem;
  height: 2.109375rem;
  overflow: hidden;
}
.photo-news .swiper-slide img {
  width: 100%;
  height: 100%;
}
.photo-news .swiper-slide video {
  position: absolute;
  width: 100%;
  height: 2.109375rem;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
}
.photo-news .swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  cursor: pointer;
  background: #fff;
  opacity: 0.8;
}
.photo-news .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f6b501;
  font-size: 10px;
  color: #fff;
}
.photo-news .swiper-pagination.swiper-pagination-bullets {
  left: auto;
  right: 0!important;
  bottom: 0;
  width: 0.57291667rem;
  text-align: left;
  height: 0.26041667rem;
  line-height: 0.26041667rem;
}
.photo-news a {
  display: block;
  width: 3.07291667rem;
  height: 2.109375rem;
  position: relative;
  overflow: hidden;
}
.photo-news .photo-title {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.26041667rem;
  line-height: 0.26041667rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.photo-news .photo-title span {
  display: block;
  width: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.09375rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  padding: 0 0.10416667rem;
}
/*信息新闻*/
.info-news {
  width: 3.07291667rem;
}
.info-news .head {
  width: 3.07291667rem;
  border-bottom: solid 0.00520833rem #E7E7E7;
}
.info-news .head .menus a {
  padding: 0.05208333rem 0.02604167rem 0.05208333rem 0.02604167rem;
  font-size: 0.10416667rem;
  color: #252525;
  position: relative;
  float: left;
  transition: all ease-in-out 0.3s;
}
.info-news .head .menus em {
  width: 0.01041667rem;
  height: 0.10416667rem;
  background: #ddd;
  font-size: 0.10416667rem;
  color: #ddd;
  margin: 0.078125rem 0.13020833rem 0 0.13020833rem;
  float: left;
}
.info-news .head .menus a:hover,
.info-news .head .menus a.cur {
  color: var(--main-color);
}
.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: 100%;
}
.info-news .head .menus a.cur::after {
  content: '';
  display: block;
  height: 0.02604167rem;
  width: 100%;
  background: var(--main-color);
  position: absolute;
  left: 0;
  bottom: -0.015625rem;
}
.info-news .head .more {
  margin: 0.078125rem 0.13020833rem 0 0.13020833rem;
}
.info-news .head .more a {
  font-size: 0.07291667rem;
  font-weight: 400;
  color: #262626;
}
.info-news .head .more img {
  width: 0.41145833rem;
  height: 0.08333333rem;
}
.info-news .item-block {
  width: 3.07291667rem;
  height: 1.86979167rem;
}
.info-news .item-block ul {
  list-style-type: none;
  margin-top: 0.05208333rem;
}
.info-news .item-block li {
  height: 0.18229167rem;
  line-height: 0.18229167rem;
  position: relative;
}
.info-news .item-block li:hover {
  animation: 0.15s forwards info-item-in;
}
.info-news .item-block ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.08333333rem;
  width: 0.02604167rem;
  height: 0.02604167rem;
  border-radius: 0.13020833rem;
  background: #838282;
}
.info-news .item-block ul li:hover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.08333333rem;
  width: 0.02604167rem;
  height: 0.02604167rem;
  border-radius: 0.13020833rem;
  background: var(--main-color);
}
.info-news .item-block ul li h1 {
  width: 2.44791667rem;
  padding: 0 0.06770833rem;
  font-size: 0.09375rem;
  color: #151515;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-news .item-block ul li h1:hover {
  color: var(--main-color);
}
.info-news .item-block ul li span {
  padding: 0 0.05208333rem 0 0;
  font-size: 0.09375rem;
  color: #a2a2a2;
}
.dept {
  width: 100%;
}
.dept .head {
  width: 100%;
  border-bottom: solid 0.00520833rem #E7E7E7;
}
.dept .head .menus a {
  padding: 0.05208333rem 0.02604167rem 0.05208333rem 0.02604167rem;
  font-size: 0.10416667rem;
  color: #252525;
  position: relative;
  float: left;
  transition: all ease-in-out 0.3s;
}
.dept .head .menus a:hover,
.dept .head .menus a.cur {
  color: var(--main-color);
}
.dept .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;
}
.dept .head .menus a:hover::after {
  width: 100%;
}
.dept .head .menus a.cur::after {
  content: '';
  display: block;
  height: 0.02604167rem;
  width: 100%;
  background: var(--main-color);
  position: absolute;
  left: 0;
  bottom: -0.015625rem;
}
.dept .head .more {
  margin: 0.078125rem 0.13020833rem 0 0.13020833rem;
}
.dept .head .more a {
  font-size: 0.07291667rem;
  font-weight: 400;
  color: #262626;
}
.dept .dept-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.10416667rem 0 0;
}
.dept .dept-list > a {
  display: block;
  width: 1.19791667rem;
  line-height: 0.234375rem;
  font-size: 0.09375rem;
  color: var(--main-color);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0 0 0.05208333rem;
  position: relative;
  margin: 0 0 0.05208333rem 0;
  /*background: var(--main-color);*/
  border: solid 0.00520833rem var(--main-color);
  border-radius: 0.04166667rem;
  text-align: center;
}
.dept .dept-list > a:hover {
  color: #F9C401;
}
/*新闻动态*/
.com-news {
  width: 3.02083333rem;
}
.com-news .head {
  width: 3.02083333rem;
  border-bottom: solid 0.00520833rem #E7E7E7;
}
.com-news .head .menus a {
  padding: 0.05208333rem 0.02604167rem 0.05208333rem 0.02604167rem;
  font-size: 0.10416667rem;
  color: #252525;
  position: relative;
  float: left;
  transition: all ease-in-out 0.3s;
}
.com-news .head .menus em {
  width: 0.01041667rem;
  height: 0.10416667rem;
  background: #E7E7E7;
  font-size: 0.10416667rem;
  color: #ddd;
  margin: 0.078125rem 0.13020833rem 0 0.13020833rem;
  float: left;
}
.com-news .head .menus a:hover,
.com-news .head .menus a.cur {
  color: var(--main-color);
}
.com-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;
}
.com-news .head .menus a:hover::after {
  width: 100%;
}
.com-news .head .menus a.cur::after {
  content: '';
  display: block;
  height: 0.02604167rem;
  width: 100%;
  background: var(--main-color);
  position: absolute;
  left: 0;
  bottom: -0.015625rem;
}
.com-news .head .more {
  margin: 0.078125rem 0.13020833rem 0 0.13020833rem;
}
.com-news .head .more a {
  font-size: 0.07291667rem;
  font-weight: 400;
  color: #262626;
}
.com-news .head .more img {
  width: 0.41145833rem;
  height: 0.08333333rem;
}
.com-news .item-block {
  width: 3.02083333rem;
  height: 1.14583333rem;
}
.com-news .item-block ul {
  list-style-type: none;
  margin-top: 0.05208333rem;
}
.com-news .item-block li {
  height: 0.19270833rem;
  line-height: 0.19270833rem;
  position: relative;
}
.com-news .item-block li:hover {
  animation: 0.15s forwards info-item-in;
}
.com-news .item-block ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.08333333rem;
  width: 0.02604167rem;
  height: 0.02604167rem;
  border-radius: 0.13020833rem;
  background: #838282;
}
.com-news .item-block ul li:hover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.08333333rem;
  width: 0.02604167rem;
  height: 0.02604167rem;
  border-radius: 0.13020833rem;
  background: var(--main-color);
}
.com-news .item-block ul li h1 {
  width: 2.39583333rem;
  padding: 0 0.06770833rem;
  font-size: 0.09375rem;
  color: #151515;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com-news .item-block ul li h1:hover {
  color: var(--main-color);
}
.com-news .item-block ul li span {
  padding: 0 0.05208333rem 0 0;
  font-size: 0.09375rem;
  color: #a2a2a2;
}
/*通用单栏目板块标题*/
.com-head {
  width: 6.25rem;
  margin: 0 auto;
  border-bottom: solid 0.00520833rem #E7E7E7;
}
.com-head a {
  display: inline-block;
  padding: 0.05208333rem 0.02604167rem 0.05208333rem 0.02604167rem;
  font-size: 0.10416667rem;
  color: var(--main-color);
  position: relative;
}
.com-head a::before {
  content: '';
  display: block;
  height: 0.02604167rem;
  width: 100%;
  background: var(--main-color);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.015625rem;
  margin: auto;
}
/*便民服务*/
.contact {
  width: 6.25rem;
  padding: 0.05208333rem 0 0;
}
.contact .head-title {
  height: 0.15625rem;
  line-height: 0.15625rem;
  font-size: 0.08333333rem;
  color: #333;
  font-weight: 700;
  margin: 0.05208333rem 0 0;
}
.contact .head-title:first-of-type {
  margin: 0;
}
.contact .dept-list {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.contact .dept-list li {
  width: 1.51041667rem;
  height: 0.15625rem;
  line-height: 0.15625rem;
  font-size: 0.08333333rem;
  color: #333;
}
/*专栏横条滚动*/
.topic-zl {
  width: 6.25rem;
  border-radius: 0.02604167rem;
  overflow: hidden;
  position: relative;
  margin: 0.05208333rem 0 0;
}
.topic-zl ul {
  height: auto;
  overflow: hidden;
}
.topic-zl ul li {
  width: 2.015625rem;
  height: 1.30729167rem;
  float: left;
  margin-right: 0.09895833rem;
}
.topic-zl ul li img {
  width: 2.015625rem;
  height: 1.30729167rem;
  border-radius: 0.04166667rem;
  object-fit: cover;
  object-position: center;
}
.topic-zl ul li:last-of-type {
  margin-right: 0 !important;
}
.topic-zl .next,
.topic-zl .prev {
  display: block;
  width: 0.10416667rem;
  height: 0.26041667rem;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  opacity: 0.6;
}
.topic-zl .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-zl .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;
}
/*二维码*/
.qrcode-gzh {
  position: fixed;
  right: 0.02604167rem;
  top: 1.51041667rem;
  z-index: 3;
  width: 0.9375rem;
  padding: 0.05208333rem;
  background: #fff;
  border-radius: 0.04166667rem;
  box-shadow: 0 0 0.02604167rem #ccc;
  overflow: hidden;
}
.qrcode-gzh img {
  width: 100%;
  height: 100%;
}
.qrcode-gzh .close {
  display: inline-block;
  margin: 0 0.02604167rem 0 0;
  font-size: 0.07291667rem;
  color: #333;
  font-weight: 700;
  cursor: pointer;
}
/*宣传挂件*/
.hexin {
  position: fixed;
  left: 0.02604167rem;
  top: 1.51041667rem;
  z-index: 3;
  width: 1.66666667rem;
  height: auto;
  padding: 0.05208333rem;
  background: #fff;
  border-radius: 0.04166667rem;
  box-shadow: 0 0 0.02604167rem #ccc;
  overflow: hidden;
}
.hexin img {
  width: 100%;
  height: 100%;
}
.hexin .close {
  position: absolute;
  right: 0.10416667rem;
  top: 0.10416667rem;
  font-size: 0.07291667rem;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
