.wrap {
  width: 63%;
  margin: 0 auto;
}
.paging {
  display: flex;
  justify-content: center;
}
.paging a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.4rem;
  font-size: 0.14rem;
  color: #333;
  border: 1px solid #dcdcdc;
}
.paging a:not(:last-child) {
  margin-right: 0.2rem;
}
.paging a.active {
  background-color: #0aa770;
  color: #fff;
  border-color: #0aa770;
}
.paging a:hover {
  background-color: #0aa770;
  color: #fff;
  border-color: #0aa770;
}
.paging a.fy {
  width: 0.78rem;
  height: 0.4rem;
}
.news-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.15rem;
  height: 0.45rem;
  background-color: #fcf6dd;
  border-bottom: 2px solid #0aa770;
}
.news-top .title {
  font-size: 0.18rem;
  font-weight: bold;
}
.news-top .more-btn {
  font-size: 0.14rem;
  color: #999999;
  display: flex;
  align-items: center;
}
.news-top .more-btn:hover span {
  transform: translateX(0.1rem);
}
.news-top .more-btn span {
  display: block;
  transition: 0.3s;
}
header {
  height: 2.6rem;
}
header .header-top {
  background: url(../img/htbg.png) no-repeat;
  background-size: cover;
  height: 1.6rem;
}
header .header-top .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header .header-top .wrap .search-box {
  display: flex;
  align-items: center;
}
header .header-top .wrap .search-box input {
  width: 2.5rem;
  height: 0.5rem;
  background-color: #fff;
  border: 1px solid #eeeeee;
  padding-left: 0.15rem;
  font-size: 0.14rem;
  color: #999999;
}
header .header-top .wrap .search-box .search-btn a {
  height: 0.5rem;
  width: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0aa770;
}
header .header-top .wrap .search-box .search-btn a img {
  width: 0.2rem;
  display: block;
}
header .header-bottom {
  background-color: #0aa770;
  height: 1rem;
}
header .header-bottom .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  height: 100%;
}
header .header-bottom .wrap .hb-left {
  font-size: 0.18rem;
}
header .header-bottom .wrap .hb-left .date {
  margin-bottom: 0.2rem;
}
header .header-bottom .wrap .hb-right ul {
  width: 7.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .header-bottom .wrap .hb-right ul li {
  padding: 0 0.3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
header .header-bottom .wrap .hb-right ul li:first-child,
header .header-bottom .wrap .hb-right ul li:nth-child(7) {
  padding-left: 0;
}
header .header-bottom .wrap .hb-right ul li:nth-child(12),
header .header-bottom .wrap .hb-right ul li:nth-child(6) {
  padding-right: 0;
  border-right: none;
}
header .header-bottom .wrap .hb-right ul li:nth-child(-n + 6) {
  margin-bottom: 0.2rem;
}
header .header-bottom .wrap .hb-right ul li a {
  font-size: 0.18rem;
  color: #fff;
}
.breadcrumb-nav {
  background-color: #eeeeee;
  height: 0.4rem;
}
.breadcrumb-nav .wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.breadcrumb-nav .wrap img {
  width: 0.16rem;
  display: block;
  margin-right: 0.1rem;
}
.breadcrumb-nav .wrap ul {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #b2b2b2;
}
.breadcrumb-nav .wrap ul li:last-child {
  color: #0aa770;
}
.breadcrumb-nav .wrap ul li.jiantou {
  margin: 0 0.05rem;
  font-weight: bold;
}
.breadcrumb-nav .wrap ul li a {
  font-size: 0.14rem;
  color: #b2b2b2;
}
.floor1 {
  padding: 0.3rem 0;
}
.floor1 .wrap {
  display: flex;
  justify-content: space-between;
}
.floor1 .wrap .swiper {
  width: 8.1rem;
  margin: 0;
}
.floor1 .wrap .swiper .swiper-pagination {
  width: max-content;
  left: auto;
  top: auto;
  right: 0.22rem;
  bottom: 0.27rem;
  transform: translateY(50%);
  z-index: 3;
}
.floor1 .wrap .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 0.12rem;
  height: 0.12rem;
}
.floor1
  .wrap
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0aa770;
}
.floor1 .wrap .swiper .swiper-slide {
  width: 8.1rem;
  height: 4.5rem;
  position: relative;
}
.floor1 .wrap .swiper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}
.floor1 .wrap .swiper .swiper-slide .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  height: 0.54rem;
  padding-left: 0.22rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.floor1 .wrap .swiper .swiper-slide .text-box p {
  width: 3.7rem;
  font-size: 0.18rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.floor1 .wrap .f1-news {
  width: 3.7rem;
}
.floor1 .wrap .f1-news .news-list {
  padding-top: 0.3rem;
}
.floor1 .wrap .f1-news .news-list ul li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.floor1 .wrap .f1-news .news-list ul li:hover a {
  color: #0aa770;
}
.floor1 .wrap .f1-news .news-list ul li a {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  color: #333;
}
.floor1 .wrap .f1-news .news-list ul li a .circle {
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: #0aa770;
  margin-right: 0.1rem;
  transition: 0.3s;
}
.floor-list .wrap .fl-toplist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.15rem;
  row-gap: 0.5rem;
}
.floor-list .wrap .fl-toplist .ft-item:nth-child(n + 4) {
  margin-bottom: 0.5rem;
}
.floor-list .wrap .fl-toplist .ft-item .news-list .img-box {
  margin-top: 0.1rem;
  width: 100%;
  height: 2rem;
}
.floor-list .wrap .fl-toplist .ft-item .news-list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.floor-list .wrap .fl-toplist .ft-item .news-list ul {
  margin-top: 0.2rem;
}
.floor-list .wrap .fl-toplist .ft-item .news-list ul li:hover a {
  color: #0aa770;
}
.floor-list .wrap .fl-toplist .ft-item .news-list ul li:first-child a {
  font-weight: bold;
  font-size: 0.18rem;
}
.floor-list .wrap .fl-toplist .ft-item .news-list ul li:not(:last-child) {
  margin-bottom: 0.2rem;
}
.floor-list .wrap .fl-toplist .ft-item .news-list ul li a {
  font-size: 0.14rem;
  color: #333;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}
.flobanner {
  height: 1rem;
  margin-bottom: 0.3rem;
}
.flobanner .wrap {
  height: 100%;
}
.flobanner .wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.links-floor {
  padding: 0 0 0.6rem;
}
.links-floor .wrap .news-top {
  margin-bottom: 0.2rem;
}
.links-floor .wrap .friends ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.25rem;
}
.links-floor .wrap .friends ul li:hover a img {
  transform: scale(1.1);
}
.links-floor .wrap .friends ul li a {
  width: 100%;
  height: 0.8rem;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.links-floor .wrap .friends ul li a img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  transition: 0.3s;
}
footer {
  background-color: #eeeeee;
  height: 2rem;
}
footer .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 0.14rem;
  color: #666666;
}
footer .wrap ul {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
footer .wrap ul li:not(:last-child) {
  margin-right: 0.3rem;
}
footer .wrap ul li a {
  font-size: 0.14rem;
  color: #666666;
}
footer .wrap p {
  margin-bottom: 0.3rem;
}
footer .wrap .bei {
  display: flex;
  align-items: center;
}
footer .wrap .bei img {
  width: 0.2rem;
  display: block;
  margin-right: 0.1rem;
}
.news-floor {
  padding-top: 0.3rem;
  padding-bottom: 0.8rem;
}
.news-floor .wrap {
  display: flex;
  justify-content: space-between;
}
.news-floor .wrap .nf-left {
  width: 8.4rem;
}
.news-floor .wrap .nf-left .title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
  padding-bottom: 0.18rem;
}
.news-floor .wrap .nf-left .news-list ul {
  border-top: 1px dotted #e5e5e5;
  border-bottom: 1px dotted #e5e5e5;
  padding: 0.3rem 0;
  margin-bottom: 0.3rem;
}
.news-floor .wrap .nf-left .news-list ul li:not(:last-child) {
  margin-bottom: 0.2rem;
}
.news-floor .wrap .nf-left .news-list ul li:hover a .li-left {
  color: #0aa770;
}
.news-floor .wrap .nf-left .news-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-floor .wrap .nf-left .news-list ul li a .li-left {
  flex: 1;
  font-size: 0.16rem;
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1.8em;
}
.news-floor .wrap .nf-left .news-list ul li a .li-left .circle {
  display: inline-block;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background-color: #333;
  margin-right: 0.05rem;
}
.news-floor .wrap .nf-left .news-list ul li a .li-left p {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-floor .wrap .nf-left .news-list ul li a .date {
  font-size: 0.16rem;
  color: #999999;
}
.news-floor .wrap .nf-right {
  width: 3.2rem;
  background-color: #eeeeee;
  padding: 0.15rem;
}
.news-floor .wrap .nf-right .swiper {
  width: 100%;
  margin-bottom: 0.3rem;
}
.news-floor .wrap .nf-right .swiper .swiper-slide .swiper-btn {
  width: 0.18rem;
  height: 0.36rem;
  background-color: rgba(0, 0, 0, 0.4);
}
.news-floor .wrap .nf-right .swiper .swiper-slide .swiper-btn::after {
  font-size: 0.2rem;
  color: #fff;
}
.news-floor
  .wrap
  .nf-right
  .swiper
  .swiper-slide
  .swiper-btn.swiper-button-prev {
  left: 0;
}
.news-floor
  .wrap
  .nf-right
  .swiper
  .swiper-slide
  .swiper-btn.swiper-button-next {
  right: 0;
}
.news-floor .wrap .nf-right .swiper .swiper-slide a .img-box {
  position: relative;
  height: 1.5rem;
  margin-bottom: 0.1rem;
}
.news-floor .wrap .nf-right .swiper .swiper-slide a .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.news-floor .wrap .nf-right .swiper .swiper-slide a p {
  font-size: 0.14rem;
  color: #333;
  text-align: center;
}
.news-floor .wrap .nf-right .right-title {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0.15rem;
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.news-floor .wrap .nf-right .right-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.04rem;
  height: 0.24rem;
  background-color: #0aa770;
  top: 50%;
  transform: translateY(-50%);
}
.news-floor .wrap .nf-right .right-title img {
  margin-left: 0.15rem;
  display: block;
  flex: 1;
}
.news-floor .wrap .nf-right ul {
  padding: 0 0.15rem;
}
.news-floor .wrap .nf-right ul:not(:last-child) {
  margin-bottom: 0.35rem;
}
.news-floor .wrap .nf-right ul li:not(:last-child) {
  margin-bottom: 0.2rem;
}
.news-floor .wrap .nf-right ul li:hover a {
  color: #0aa770;
}
.news-floor .wrap .nf-right ul li a {
  font-size: 0.14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-floor .wrap .zw-left {
  width: 8.4rem;
}
.news-floor .wrap .zw-left .title {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  padding-bottom: 0.15rem;
}
.news-floor .wrap .zw-left .content {
  padding: 0.3rem 0;
  border-top: 1px dotted #e5e5e5;
  border-bottom: 1px dotted #e5e5e5;
  margin-bottom: 0.35rem;
}
.news-floor .wrap .zw-left .content img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.news-floor .wrap .zw-left .content p {
  line-height: 1.8em;
}
.news-floor .wrap .zw-left .content .date {
  font-size: 0.14rem;
  color: #333;
  margin-bottom: 0.3rem;
}
.news-floor .wrap .zw-left .prev-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-floor .wrap .zw-left .prev-next a {
  position: relative;
  display: block;
  width: 3.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 0.14rem;
  color: #333;
}
.news-floor .wrap .zw-left .prev-next a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #0aa770;
  left: 0;
  bottom: 0rem;
}
.news-floor .wrap .zw-left .prev-next a:hover {
  color: #0aa770;
}
.news-floor .wrap .zw-left .prev-next a:hover::after {
  width: 100%;
}
