.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.news-title {
  font-size: 3rem;
  line-height: 3rem;
  margin-top: 4.65rem;
  margin-bottom: 3.5rem;
  /* font-weight: 600; */
}
.news-top-container .news-top-img .img-item{
  height: 26.25rem;
}
.news-top-img .img-item .top-img-title{
  color: #fff;
  font-size: 1.05rem;
  margin: 1.3rem 2rem;
}
.news-top-list .news-top-item .news-top-item-box{
  padding-left: 2.8rem;
  padding-right: 2rem;
}
.news-top-item.on .news-top-item-box{
  background: #eaeaea;
}
.news-top-item-box .top-items-container .title{
  font-size: 1.05rem;
  color: #3a3a3a;
  line-height: 1.05rem;
  margin-bottom: .68rem;
}
.news-top-item-box .top-items-container .top-desc{
  font-size: .875rem;
  color: #808080;
}
.news-top-container .news-top-img{
  display: none;
}
.news-top-container .news-top-img.on{
  display: block;
}
/* .j-news-bot .items .news-item-pd{
  padding-left: 2%;
  padding-bottom: 1.125rem;
  box-sizing: unset;
} */
/* .j-news-bot .items:nth-child(3n+1) .news-item-pd{
  padding-left: 0;
} */






.cate-main {
  padding-top: 6.625rem;
  padding-bottom: 6.25rem;
}

.category-nav {
  justify-content: center;
  background: #e4e4e4;
}

.category-nav .nav-item {
  max-width: 30.25rem;
}

.cate-title {
  font-size: 3rem;
  line-height: 3rem;
}

.cate-desc {
  font-size: 3rem;
  color: #808080;
  margin-top: 4rem;
}

.cate-content {
  color: #808080;
  font-size: 1.3rem;
  margin-top: 3.8rem;
  line-height: 2;
}
.j-news-bot .txt .nothing-border{
  top: 0;
  right: 0;
  border-top: 2px solid #666;
  width: 107%;
}
.j-news-bot .items:nth-child(3n+1) .txt .nothing-border{
  width: 100%;
}
.page.page-news{
  margin: -1.625rem 0 4.375rem 0;
}
.page{
  margin-bottom: 4.375rem;
}
.page-list .page-item{
  margin: 0 .5rem;
}
.page-list .page-item .page-link{
  padding: .5rem .875rem;
}
.page-list .page-item span.page-link{
  background: #4d4d4d;
  color: #d1d1d1;
  border-color: #4d4d4d;
}
.page-list .page-item a.page-link{
  border-color: #a7a7a7;
  color: #4d4d4d;
}
.page-link:focus{
  box-shadow: none;
}





@media screen and (max-width: 1024px) {
  .cate-banner {
    height: 300px !important;
  }

  .index-banner .cate-banner-container {
    padding-left: 30px !important;
  }

  .index-banner .index-banner-container .cate-banner-title {
    font-size: 32px;
    line-height: 32px;
  }

  .index-banner .index-banner-container .cate-banner-con {
    font-size: 23px;
    line-height: 28px;
    font-weight: 500;
  }

  .cate-main {
    padding: 3.625rem 15px 3.25rem !important;
  }

  .cate-title {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
  }

  .cate-desc {
    margin-top: 20px;
    font-size: 20px;
  }

  .cate-content {
    margin-top: 20px;
    font-size: 16px;
  }

  .onefive-text {
    margin-bottom: 20px;
  }
  .news-title{
    font-size: 26px;
    line-height: 26px;
    /* font-weight: 600; */
    margin-top: 3.625rem;
    margin-bottom: 20px;
  }
  .j-news-select .select{
    width: 49%;
    margin-bottom: 10px;
  }
  .j-news-select .input{
    margin-left: 0;
  }
  .j-news-select .input{
    width: 60%;
  }
  .j-news-select .submit{
    width: 38%;
  }
  .j-news-select .li{
    height: 40px;
    line-height: 40px;
  }
  .news-top-container{
    display: none !important;
  }
  .j-news .j-news-bot{
    margin-top: 0;
  }
  .j-news-bot .items{
    width: 100% !important;
  }
  .j-news-bot .items .words{
    padding-top: 10px;
  }
  .j-news-bot .items .words .t1{
    margin-top: 0;
    margin-bottom: 15px;
  }
  .j-news-bot .txt .n{
    font-size: 24px;
  }
  .j-news-bot .txt .n{
    margin-bottom: 4px;
  }
  .j-news-bot .items{
    margin-bottom: 15px;
  }
  .j-news-bot .items{
    margin-left: 0 !important;
  }
  /* .category-nav .nav-item{
    flex: 1 !important;
  } */
  .j-news-bot .txt .nothing-border{
    width: 100%;
  }
  .j-news .j-news-select{
    margin-bottom: 2rem;
  }
  .j-announcement .time{
    color: #666;
  }
  .j-text .t1{
    margin: 10px 0;
  }
  /* .j-announcement .list{
    padding-bottom: 0;
  } */
}