.main-color {
  color: #ff7800;
}

body {
    font-family: "SY" !important;
}

.main {
  margin-top: 1rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 .3rem;
  height: 1rem;
  padding: 0 .5rem;
  background: #fff;
  z-index: 99;
  border-bottom: 1px solid #ccc;
}
.header .logo {
  width: 2.6rem;
  height: auto;
}
.header .logo img {
  display: block;
}
.header .bread {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: .35rem;
  height: .24rem;
}
.header .bread::after, .header .bread::before {
  content: "";
}
.header .bread span, .header .bread::after, .header .bread::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  background: #ff7800;
  transition: all 0.2s linear;
}
.header .bread::before {
  margin-top: -0.1rem;
}
.header .bread::after {
  margin-top: 0.1rem;
}
.header .bread.active span {
  opacity: 0;
}
.header .bread.active::after, .header .bread.active::before {
  margin-top: 0;
}
.header .bread.active::before {
  transform: translateY(-50%) rotate(-45deg);
}
.header .bread.active::after {
  transform: translateY(-50%) rotate(45deg);
}

.nav_menu {
  display: none;
  position: fixed;
  top: 1rem;
  left: 0;
  height: calc(100vh - .88rem);
  width: 100%;
  background: #fff;
  z-index: 99;
}
.nav_menu .nav_list {
  width: 100%;
}
.nav_menu .nav_list .nav_item .bg-color {
  padding: 0 .5rem;
  transition: all 0.1s linear;
}
.nav_menu .nav_list .nav_item .bg-color.cur {
  background: #ff7800;
}
.nav_menu .nav_list .nav_item .bg-color.cur .tit-wrap {
  border: none;
}
.nav_menu .nav_list .nav_item .bg-color.cur .tit-wrap .tit {
  color: #fff;
}
.nav_menu .nav_list .nav_item .bg-color.cur .tit-wrap .icon {
  fill: #fff;
}
.nav_menu .nav_list .nav_item .lk {
  display: block;
  height: 100%;
  line-height: 1.12rem;
  margin: 0 .5rem;
  font-size: .28rem;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #eee;
}
.nav_menu .nav_list .nav_item .tit-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.12rem;
  border-bottom: 1px solid #eee;
}
.nav_menu .nav_list .nav_item .tit-wrap .tit {
  font-size: .28rem;
  font-weight: bold;
  color: #333;
  transition: all 0.1s linear;
}
.nav_menu .nav_list .nav_item .tit-wrap .icon-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.1s linear;
}
.nav_menu .nav_list .nav_item .tit-wrap .icon-wrap.cur {
  transform: rotate(90deg);
}
.nav_menu .nav_list .nav_item .sub_tit_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.12rem;
  padding: 0 .3rem;
  border-bottom: 1px solid #eee;
}
.nav_menu .nav_list .nav_item .sub_tit_wrap .sub_tit {
  font-size: .28rem;
  font-weight: bold;
  color: #333;
}
.nav_menu .nav_list .nav_item .sub_tit_wrap .sub_icon {
  display: flex;
  align-items: center;
  height: 100%;
  transition: transform .1s linear;
}
.nav_menu .nav_list .nav_item .sub_tit_wrap .sub_icon.cur {
  transform: rotate(90deg);
}
.nav_menu .nav_list .nav_item .nav_sub_menu_list {
  display: none;
}
.nav_menu .nav_list .nav_item .nav_sub_menu_list .nav_sub_menu_item {
  margin: 0 .5rem;
}
.nav_menu .nav_list .nav_item .nav_sub_menu_list .nav_sub_menu_item .item {
  display: none;
}
.nav_menu .nav_list .nav_item .nav_sub_menu_list .nav_sub_menu_item .item .sub_lk {
  display: block;
  font-size: .24rem;
  color: #666;
  padding: .3rem 0 .3rem 0.5rem;
  border-bottom: 1px solid #eee;
}
.nav_menu .nav_list .nav_item .nav_sub_menu_list .nav_sub_menu_item .item .sub_lk:last-child {
  border-bottom: none;
}
.nav_menu .nav_footer {
  position: absolute;
  bottom: .8rem;
  left: 0;
  right: 0;
  margin: auto;
}
.nav_menu .nav_footer .nav_footer_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 .5rem;
}
.nav_menu .nav_footer .nav_footer_item .footer_tit {
  font-size: .3rem;
  font-weight: bold;
  color: #424242;
}

.footer {
  background: #f5f5f5;
}
.footer .foot_info {
  padding: .4rem;
  background: #282828;
}
.footer .foot_info .foot_logo {
  width: 2.6rem;
  height: .3rem;
}
.footer .foot_info .compname {
  margin-top: .6rem;
  font-size: .24rem;
  color: #878787;
}
.footer .foot_info .tips-wrap {
  margin-top: .6rem;
  font-size: .18rem;
  line-height: .3rem;
  color: #878787;
}

.banner {
  position: relative;
  height: 3.88rem;
  height: 3.88rem;
}
.banner .b-left {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.banner .b-left .tit {
  font-size: .46rem;
  color: #fff;
  padding-bottom: .3rem;
}
.banner .b-right {
  flex: 1;
  height: 100%;
}
.banner .b-right img {
  display: flex;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main {
  background: #f5f5f5;
}
.main .news-content .news-tab-wrap {
  background: #f5f5f5;
}
.main .news-content .news-tab-wrap.navFix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 1rem;
  z-index: 66;
}
.main .news-content .news-tab-wrap .year {
  width: 100%;
  padding: 0 .5rem;
  border-bottom: 1px solid #ccc;
}
.main .news-content .news-tab-wrap .year .list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: .9rem;
  gap: 0 .5rem;
  overflow-x: scroll;
}
.main .news-content .news-tab-wrap .year .list::-webkit-scrollbar {
  display: none;
}
.main .news-content .news-tab-wrap .year .list .item {
  flex-shrink: 0;
  min-width: 1.44rem;
  font-size: .24rem;
  color: #999;
  text-align: center;
  padding: .14rem 0;
}
.main .news-content .news-tab-wrap .year .list .item.active {
  color: #333;
  font-weight: bold;
}
.main .news-content .news-tab-wrap .category {
  width: 100%;
  padding: 0 .5rem;
}
.main .news-content .news-tab-wrap .category .list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 1rem;
  gap: 0 .5rem;
  overflow-x: scroll;
}
.main .news-content .news-tab-wrap .category .list::-webkit-scrollbar {
  display: none;
}
.main .news-content .news-tab-wrap .category .list .item {
  flex-shrink: 0;
  min-width: 1.44rem;
  color: #545454;
  font-size: .24rem;
  padding: .12rem 0;
  text-align: center;
}
.main .news-content .news-tab-wrap .category .list .item.active {
  color: #fff;
  background: #ff7800;
}
.main .news-content .news-body.pd {
  padding-top: 1.9rem;
}
.main .news-content .news-body .swiper-container {
  position: relative;
  margin: .5rem .5rem 0;
}
.main .news-content .news-body .swiper-container .slide-img {
  width: 100%;
  height: 3.08rem;
}
.main .news-content .news-body .swiper-container .slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .news-content .news-body .swiper-container .information {
  padding: .46rem .34rem 1rem;
  background: #fff;
  border-top: 1px solid #eee;
  min-height: 4.4rem;
}
.main .news-content .news-body .swiper-container .information .tit {
  font-size: .32rem;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: .44rem;
}
.main .news-content .news-body .swiper-container .information .info {
  margin-top: .34rem;
  font-size: .24rem;
  color: #666;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: .44rem;
}
.main .news-content .news-body .swiper-container .information .tip {
  display: block;
  margin-top: .3rem;
  width: 1rem;
  background: #eee;
  color: #ff7800;
  font-size: .18rem;
  text-align: center;
  padding: .1rem 0;
}
.main .news-content .news-body .swiper-container .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 .2rem;
  bottom: 6%;
}
.main .news-content .news-body .swiper-container .swiper-pagination span {
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ccc;
}
.main .news-content .news-body .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #333;
}
.main .news-content .news-body .news-list {
  margin: .5rem;
}
.main .news-content .news-body .news-list .news-item {
  margin-bottom: .5rem;
}
.main .news-content .news-body .news-list .news-item .news-img {
  width: 100%;
  height: 3.08rem;
}
.main .news-content .news-body .news-list .news-item .news-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .news-content .news-body .news-list .news-item .information {
  padding: .46rem .34rem;
  background: #fff;
  border-top: 1px solid #eee;
}
.main .news-content .news-body .news-list .news-item .information .tit {
  font-size: .32rem;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: .44rem;
}
.main .news-content .news-body .news-list .news-item .information .info {
  margin-top: .34rem;
  font-size: .24rem;
  color: #666;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: .44rem;
}
.main .news-content .news-body .news-list .news-item .information .tip {
  display: block;
  margin-top: .3rem;
  width: 1rem;
  background: #eee;
  color: #ff7800;
  font-size: .18rem;
  text-align: center;
  padding: .1rem 0;
}

#pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 .3rem;
  margin: .5rem 0;
}
#pages li {
  width: .5rem;
  height: .5rem;
  text-align: center;
}
#pages li.disabled {
  color: #ccc;
}
#pages li.disabled svg {
  color: #ccc;
}
#pages li.active {
  background: #ff7800;
}
#pages li.active span, #pages li.active a {
  color: #fff;
  border-color: #ff7800;
}
#pages li span, #pages li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  color: #666;
  font-size: .24rem;
  box-sizing: border-box;
}
#pages li svg {
  width: .3rem;
  color: #999;
}

/*# sourceMappingURL=news.css.map */
