.newinfo {
  padding-top: 50px;
  padding-bottom: 4.9rem;
}

.newinfo-title {
  font-size: 0;
}
.newinfo-title .li {
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
  color: #7e7e80;
  padding-left: .3rem;
  margin-left: .3rem;
  position: relative;
}
.newinfo-title .li:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background: #868688;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #868688;
}
.newinfo-title .li.home {
  margin-left: 0;
  padding-left: .7rem;
}
.newinfo-title .li.home:before {
  width: .5rem;
  height: .5rem;
  background: url(../img/home.png) no-repeat center;
  background-size: 100%;
}
.w1380 {
    width: 72.9%;
    max-width: 1400px;
    margin: 0 auto;
}
.ninfo-words {
  padding:0 3.4rem;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e9e9e9;
}

.ninfo-tops {
  padding-top: 1.1rem;
  padding-bottom: .55rem;
  border-bottom: 1px solid #e9e9e9;
}
.ninfo-tops .txts {
  font-size: 0;
  margin-top: 1.25rem;
}
.ninfo-tops .tits {
  line-height: 1.5;
}
.ninfo-tops .tit-li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 .9rem;
  position: relative;
  line-height: 1.2;
}
.ninfo-tops .tit-li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: .25rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #bfbfbf;
}
.ninfo-tops .tit-li:nth-child(1):before {
  display: none;
}
.ninfo-tops .span-right .i {
  width: .5rem;
  height: .5rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: .25rem;
}
.ninfo-tops .span-right .i.wx {
  background: url(../img/wx.png) no-repeat center;
  background-size: 100%;
}
.ninfo-tops .span-right .i.wb {
  background: url(../img/wb.png) no-repeat center;
  background-size: 100%;
}
.ninfo-tops .tit-li2 {
  padding-left: .7rem;
  position: relative;
}
.ninfo-tops .tit-li2:before {
  position: absolute;
  content: "";
  width: .5rem;
  height: .4rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/i0.png) no-repeat center;
  background-size: 100%;
}
.ninfo-bots {
  padding-top: 1rem;
}
.ninfo-bots a {
  display: block;
  color: #333333;
}
.ninfo-bots .nubfi-left {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ninfo-bots .nubfi-left a {
  line-height: 2em;
  height: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ninfo-bots .nubfi-fr {
  max-width: 300px;
}
.ninfo-bots .nubfi-fr a {
  line-height: 40px;
  background: #bf2229;
  color: #fff;
  position: relative;
  text-align: center;
}
.ninfo-bots .nubfi-fr a span {
  display:inline-block;
  vertical-align: top;
}
.ninfo-bots .nubfi-fr a .img{
  display:inline-block;
  vertical-align: middle;
}
.ninfo-words img {
    display: block;
    margin: 0 auto;
}
.result-box{
    padding: 5rem 0 2rem 0;
}
.result-box .result-tit{
    font-size: .6rem;
    line-height: .7rem;
    color: #666;
}
.search-nav{
    overflow: hidden;
}
.search-nav .swiper-slide{
    width: auto;
    margin-right: 2.5rem;
}
.search-nav .swiper-slide:last-child{
    margin-right: 0;
}
.search-nav .swiper-slide a{
    display: block;
    font-size: .35rem;
    line-height: 1.5rem;
    color: #555;
    transition: all .3s;
}
.search-nav .swiper-slide a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #d70c19;
    transition: all .3s;
    
}
.search-nav .swiper-slide a:after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.search-nav .swiper-slide.cur a{
     color: #d70c19;
}
.search-nav .swiper-slide.cur a:before{
    width: 100%;
}
.search-nav .swiper-slide a {
    display: block;
    font-size: .35rem;
    line-height: 1.5rem;
    color: #555;
    transition: all .3s;
}
.result-box .sub-nav{
    border-bottom: 1px solid #e5e5e5;
    margin-top: .5rem;
}
.result-box .sub-nav .swiper-slide{
margin-right: 1.75rem;
}
.result-box .sub-nav .swiper-slide a:after{
    display: none;
}
.result-box .sub-nav .swiper-slide.cur a{
    font-weight: normal;
}
.result-box .result-list{
    margin-top: 1.25rem;
}
.result-box .pro-list .row{
    margin: 0 -.35rem;
}
.result-box .pro-list .item{
    box-sizing: border-box;
    padding: 0 .35rem;
    margin-bottom: .7rem;
}
.result-box .pro-list .con-box{
    display: block;
}
.result-box .pro-list .img{
    border-radius: 3px;
    overflow: hidden;
}
.result-box .pro-list img{
    width: 100%;
}
.result-box .pro-list .text{
    margin-top: .4rem;
}
.result-box .pro-list .tit{
    font-size: .45rem;
    line-height: .55rem;
    color: #333;
    transition: all .2s;
}
.result-box .pro-list .more{
    font-size: .3rem;
    line-height: .4rem;
    color: #666;
    margin-top: .25rem;
    transition:all .2s;
}
.result-box .news-lists .row{
    margin: 0 -.75rem;
}
.result-box .news-lists .news-item{
    padding: 0 .75rem;
    box-sizing: border-box;
}
.result-box .news-lists .con-box{
    display: block;
    padding: .5rem 0 .5rem .75rem;
    position: relative;
    font-size: .35rem;
    line-height: .4rem;
    color: #666;
    border-bottom: 1px dotted #ddd;
    transition: all .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}
.result-box .news-lists .con-box:before{
    content: "";
    position: absolute;
    left: .25rem;
    top: 50%;
    width: 6px;
    height: 6px;
    background-color: #888888;
    border-radius: 100%;
    transform: translateY(-50%);
    transition: all .2s;
}
.result-box .search-nav{
    border-bottom: 1px solid #e5e5e5;
    margin-top: .5rem;
}
.result-box .search-nav .swiper-slide{
    margin-right: 1.75rem;
}
.result-box .search-nav .swiper-slide a:after{
    display: none;
}
.result-box .search-nav .swiper-slide.cur a{
    font-weight: normal;
}
.result-box .page{
    margin-top: 1.25rem;
}
@media (max-width: 762px){
.result-box {
      padding: .6rem 0;
  }
  .result-box .result-tit {
      font-size: .48rem;
      line-height: .5rem;
  }
  .search-nav .swiper-slide a {
      font-size: .26rem;
      line-height: .9rem;
  }
  .result-box .search-nav .swiper-slide {
      margin-right: .5rem;
  }
  .result-box .result-list {
      margin-top: .2rem;
  }
  .result-box .news-lists .row {
      margin: 0;
  }
  .result-box .news-lists .news-item {
      padding: 0;
  }
  .result-box .news-lists .con-box {
      padding: .3rem 0 .3rem .5rem;
      font-size: .24rem;
      line-height: .4rem;
  }
  .ninfo-bots{
   
  }
  .ninfo-bots .nubfi-left{
    width:100%;
	display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .ninfo-bots .nubfi-fr {
      max-width: 300px;
      margin-top: 0.2rem;
  }
  .ninfo-bots .nubfi-fr a .img{
    margin-top:-0.15rem;
  }
  .newinfo{
    padding-bottom: 1.2rem;
  }
}
.newsmore{
  display:block;
  width: 3.1rem;
  height: 1rem;
  line-height: 1rem;
  background: #4F9C68;
  font-size: 14px;
  border-radius: 21px;
  text-align: center;
  color:#fff;
  position: absolute;
  top:1.2rem;
  right:0;
  transition:all 0.3s;
}
.newsmore img{
  display:inline-block;
  vertical-align: middle;
}
.newsmore:hover{
  color:#fff !important;
  transform:translateY(-10px);
}