@charset "utf-8";
.newsbox {
  padding-top: 1.2rem;
  position: relative;
  background: #f8fbf8;
  overflow: hidden;
}
.newsbox .public-breadcrumb {
  position: absolute;
  top: calc(1rem + 20px);
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0.3rem 0;
}
@media (max-width: 991px) {
  .newsbox .public-breadcrumb {
    top: 1.2rem;
  }
}
@media (max-width: 767px) {
  .newsbox .public-breadcrumb {
    display: none;
  }
}
.newsbox .public-breadcrumb .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #999;
}
.newsbox .public-breadcrumb .container img,
.newsbox .public-breadcrumb .container svg {
  margin: 0 0.1rem;
}
.newsbox .public-breadcrumb .container img:last-child,
.newsbox .public-breadcrumb .container svg:last-child {
  display: none;
}
.newsbox .public-breadcrumb .container a {
  transition: all 0.4s;
}
.newsbox .public-breadcrumb .container a:hover {
  text-decoration: underline;
}
.newsbox .public-breadcrumb {
  position: relative;
  top: 0;
  padding: 0.25rem 0;
}
.newsbox-sec1 {
  background: #f8fbf8;
  padding: 0.5rem 0 0.96rem;
  position: relative;
}
@media (max-width: 767px) {
  .newsbox-sec1 {
    padding: 1.2rem 0 1.4rem;
  }
}
.newsbox-sec1 .c-bg {
  position: absolute;
  left: -2.5rem;
  bottom: -3.6rem;
  z-index: 1;
  width: 7.3rem;
  height: 7.3rem;
  pointer-events: none;
  animation: circleRotate 60s linear infinite;
}
.newsbox-sec1 .c-bg2 {
  position: absolute;
  right: -2rem;
  top: -2rem;
  z-index: 1;
  width: 8.3rem;
  pointer-events: none;
  animation: circleMove 6s linear infinite;
}
@keyframes circleMove {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(15%, -10%);
  }
  50% {
    transform: translate(30%, 20%);
  }
  75% {
    transform: translate(10%, 15%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes circleRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.newsbox-sec1 .public-btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  padding-right: 20px;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .newsbox-sec1 .public-btn {
    border-radius: 20px;
  }
}
.newsbox-sec1 .public-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: var(--color);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .newsbox-sec1 .public-btn::before {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
.newsbox-sec1 .public-btn div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .newsbox-sec1 .public-btn div {
    width: 40px;
    height: 40px;
  }
}
.newsbox-sec1 .public-btn div img,
.newsbox-sec1 .public-btn div svg {
  width: 12px;
  height: 12px;
}
.newsbox-sec1 .public-btn:hover {
  color: #fff;
}
.newsbox-sec1 .public-btn:hover::before {
  width: 100%;
}
.newsbox-sec1 .container {
  position: relative;
}
.newsbox-sec1 .container .item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.newsbox-sec1 .container .item .img {
  width: 45.3125%;
  border-radius: 0.2rem;
}
@media (max-width: 767px) {
  .newsbox-sec1 .container .item .img {
    width: 100%;
  }
}
.newsbox-sec1 .container .item .img:before {
  padding-top: 62.62068966%;
}
.newsbox-sec1 .container .item .font {
  width: 54.6875%;
  padding: 0.54rem 0 0.54rem 1rem;
}
@media (max-width: 991px) {
  .newsbox-sec1 .container .item .font {
    padding: 0.2rem 0 0.2rem 0.6rem;
  }
}
@media (max-width: 767px) {
  .newsbox-sec1 .container .item .font {
    width: 100%;
    padding: 0.5rem 0 0;
  }
}
.newsbox-sec1 .container .item .font .f_wen {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.newsbox-sec1 .container .item .font .f_wen .f_time {
  color: #999999;
  display: block;
}
.newsbox-sec1 .container .item .font .f_wen .f_time,
.newsbox-sec1 .container .item .font .f_wen .li {
  margin-right: 14px;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .newsbox-sec1 .container .item .font .f_wen .f_time,
  .newsbox-sec1 .container .item .font .f_wen .li {
    margin-right: 10px;
  }
}
.newsbox-sec1 .container .item .font .f_wen .li {
  color: var(--color);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, var(--color) 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  display: block;
  transition: all 0.4s;
}
.newsbox-sec1 .container .item .font .f_wen .li:hover {
  background-size: 100% 100%;
}
.newsbox-sec1 .container .item .font .f_tit {
  line-height: 1.25;
  color: #000;
  font-size: var(--font-size2);
  height: 2.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) and (min-width: 768px) {
  .newsbox-sec1 .container .item .font .f_tit {
    font-size: 0.36rem;
  }
}
.newsbox-sec1 .container .item:hover .img img {
  transform: scale(1.08);
}
.newsbox-sec1 .container .item:hover .font .public-btn {
  color: #fff;
}
.newsbox-sec1 .container .item:hover .font .public-btn::before {
  width: 100%;
}

 
@charset "utf-8";
.newsbox {
  padding-top: 1.2rem;
  position: relative;
  background: #f8fbf8;
  overflow: hidden;
}
.newsbox .public-breadcrumb {
  position: relative;
  top: 0;
  padding: 0.25rem 0;
}
.newsbox_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .newsbox_menu {
    flex-wrap: wrap;
  }
}
.newsbox_menu .newsbox_menu_nav {
  margin: 0;
  margin-left: -0.1rem;
  flex: 1 1 auto;
  width: auto;
}
.newsbox_menu .newsbox_menu_nav .swiper-slide {
  padding: 0 0.14rem 0.2rem;
  width: auto;
}
.newsbox_menu .newsbox_menu_nav .swiper-slide .item {
  display: block;
  color: #666666;
  transition: all 0.4s;
  border-radius: 30px;
  padding: 0.17rem 0.24rem;
  min-width: 1.6rem;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 1px 0.14rem 0px rgba(0, 0, 0, 0.04);
}
.newsbox_menu .newsbox_menu_nav .swiper-slide:hover:not(.on) .item {
  color: var(--color);
}
.newsbox_menu .newsbox_menu_nav .swiper-slide.on .item {
  background: var(--color);
  color: #fff;
  box-shadow: 0px 1px 0.14rem 0px rgba(0, 0, 0, 0);
}
.newsbox_menu .f_select {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .newsbox_menu .f_select {
    justify-content: space-between;
    margin-bottom: 0.15rem;
  }
}
.newsbox_menu .f_select .li {
  width: 1.9rem;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .newsbox_menu .f_select .li {
    width: 31%;
    margin: 0;
    width: calc(33.333% - 0.1rem);
  }
}
.newsbox_menu .f_select .li select {
  width: 100%;
  border-radius: 29px;
  border: solid 1px #ededed;
  padding: 0.16rem 0.22rem;
  color: #666666;
  background: #ffffff url(/static/home/images/seleincimg1.svg) 88% center / 10px auto no-repeat;
}
.newsbox_menu .f_form {
  flex: 0 0 auto;
  border: solid 1px #ededed;
  border-radius: 30px;
  margin-left: 0.3rem;
  display: flex;
  align-items: center;
  background: #ffffff;
  width: 3rem;
  margin-bottom: 0.14rem;
}
@media (max-width: 767px) {
  .newsbox_menu .f_form {
    width: 100%;
    margin-left: 0;
    margin-top: 0.2rem;
  }
}
.newsbox_menu .f_form input {
  width: calc(100% - 0.54rem);
  padding: 0.16rem 0.26rem;
  color: #333;
}
@media (max-width: 767px) {
  .newsbox_menu .f_form input {
    padding: 0.22rem 0.26rem;
    width: calc(100% - 0.74rem);
  }
}
.newsbox_menu .f_form input::placeholder {
  color: #999999;
}
.newsbox_menu .f_form input:-webkit-input-placeholder {
  color: #999999;
}
.newsbox_menu .f_form input:-moz-placeholder {
  color: #999999;
}
.newsbox_menu .f_form .f_sub {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .newsbox_menu .f_form .f_sub {
    width: 0.74rem;
    height: 0.74rem;
  }
}
.newsbox_menu .f_form .f_sub:hover {
  opacity: 0.9;
}
.newsbox_menu .f_form .f_sub img,
.newsbox_menu .f_form .f_sub svg {
  width: 33.33333333%;
  height: 33.33333333%;
  object-fit: contain;
}
.newsbox_menu .f_form .f_sub img path,
.newsbox_menu .f_form .f_sub svg path {
  fill: #fff !important;
}
.newsbox_tag {
  display: flex;
  align-items: flex-start;
}
.newsbox_tag .f_name {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0.1rem 0;
  margin-right: 0.25rem;
  margin-bottom: 10px;
}
.newsbox_tag .f_link {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
}
.newsbox_tag .f_link .li {
  box-shadow: 0px 1px 0.14rem 0px rgba(0, 0, 0, 0.04);
  border-radius: 22px;
  color: #666666;
  padding: 0.1rem 0.2rem;
  min-width: 1rem;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .newsbox_tag .f_link .li {
    padding: 0.14rem 0.24rem;
  }
}
.newsbox_tag .f_link .li:hover:not(.on) {
  color: var(--color);
}
.newsbox_tag .f_link .li.on {
  background-color: var(--color);
  color: #fff;
  box-shadow: 0px 1px 0.14rem 0px rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .newsbox_tag {
    flex-wrap: wrap;
  }
  .newsbox_tag .f_name {
    width: 100%;
  }
  .newsbox_tag .f_link {
    width: 100%;
    margin-top: 0.14rem;
  }
}
.newsbox_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem;
}
.newsbox_list .item {
  width: 33.333%;
  padding: 0 0.12rem;
  margin-bottom: 0.26rem;
}
@media (max-width: 991px) {
  .newsbox_list .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .newsbox_list .item {
    width: 100%;
  }
}
.newsbox_list .item .list {
  display: block;
  background: #f9fbf9;
  height: 100%;
  border-radius: 0.2rem;
}
.newsbox_list .item .list .img {
  border-radius: 0.2rem;
}
.newsbox_list .item .list .img:before {
  padding-top: 59.68992248%;
}
.newsbox_list .item .list .font {
  padding: 0.32rem 0.36rem 0.3rem;
}
.newsbox_list .item .list .font .f_time {
  color: #999999;
  margin-bottom: 0.16rem;
  display: block;
}
@media (max-width: 767px) {
  .newsbox_list .item .list .font .f_time {
    font-size: 0.24rem;
  }
}
.newsbox_list .item .list .font .f_tit {
  color: #333333;
  font-size: var(--font-size7);
  line-height: 1.25;
  height: 3.75em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  transition: all 0.4s;
  -webkit-box-orient: vertical;
  margin-bottom: 0.28rem;
}
@media (max-width: 767px) {
  .newsbox_list .item .list .font .f_tit {
    margin-bottom: 0.4rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 2.5em;
  }
}
.newsbox_list .item .list .font .f_tag {
  padding-top: 0.36rem;
  border-top: 1px solid #e0e1e0;
  display: flex;
  flex-wrap: wrap;
}
.newsbox_list .item .list .font .f_tag .li {
  margin-right: 15px;
  margin-bottom: 10px;
  display: block;
  padding: 0 5px;
  color: var(--color);
  background: #fff;
}
@media (max-width: 1580px) {
  .newsbox_list .item .list .font .f_tag .li {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .newsbox_list .item .list .font .f_tag .li {
    font-size: 0.24rem;
  }
}
.newsbox_list .item .list .font .f_tag .li span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, var(--color) 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.newsbox_list .item .list .font .f_tag .li:hover span {
  background-size: 100% 100%;
}
.newsbox_list .item .list .font a:hover .f_tit {
  color: var(--color);
}
.newsbox_list .item .list:hover .img img {
  transform: scale(1.08);
}
.newsbox-sec2 {
  position: relative;
  z-index: 2;
  background: #fff url(/static/home/images/fotbagimf1.png) left bottom / 100% auto no-repeat;
  padding: 0.4rem 0 1.2rem;
}
.newsbox-sec2 .newsbox_menu {
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .newsbox-sec2 .newsbox_menu {
    margin-bottom: 0.6rem;
  }
}
.newsbox-sec2 .newsbox_tag {
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  border-top: 1px solid #f5f5f5;
}
@media (max-width: 767px) {
  .newsbox-sec2 .newsbox_tag {
    padding-top: 0.6rem;
    margin-bottom: 0.5rem;
  }
}
.newsbox-sec2 .public-pagination {
  margin-top: 0.66rem;
}
.newsbox-sec2 .c-no-data {
  text-align: center;
}
.public-pagination {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.public-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #666;
  transition: all 0.4s;
  margin: 0.1rem;
  background: #fff;
}
@media (max-width: 767px) {
  .public-pagination a {
    width: 40px;
    height: 40px;
  }
}
.public-pagination a img,
.public-pagination a svg {
  width: 30%;
  height: 30%;
}
.public-pagination a.c-prev {
  transform: rotate(270deg);
}
.public-pagination a.c-next {
  transform: rotate(90deg);
}
.public-pagination a:hover,
.public-pagination a.on {
  color: #fff;
  background: var(--color);
}
