.header {
  height: unset;
}
.guide {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.news {
  padding-bottom: 1.32rem;
  padding-top: 0.1rem;
}
.news .title {
  padding-top: 0.66rem;
  padding-bottom: 0.4rem;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  text-align: center;
}
.news-list .item {
  height: 2.1rem;
  margin-bottom: 0.6rem;
}
.news-list .item img {
  width: 3.7rem;
  height: 2.07rem;
  float: left;
  object-fit: cover;
}
.news-list .item .right {
  margin-left: 4.1rem;
}
.news-list .item .right .news-title {
  display: inline-block;
  height: 0.26rem;
  font-size: 0.18rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list .item .right .news-date {
  margin-top: 0.12rem;
}
.news-list .item .right .news-content {
  margin-top: 0.22rem;
  height: 0.48rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.24rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list .item .right .detail-btn {
  display: inline-block;
  margin-top: 0.32rem;
  width: 1.8rem;
  height: 0.48rem;
  background: #F1F1F1;
  cursor: pointer;
  font-size: 0.16rem;
  color: #1758A7;
  line-height: 0.48rem;
  text-align: center;
}
.news-list .item .right .detail-btn i {
  display: inline-block;
  background: url('../images/news/news-btn-nor.png') no-repeat center;
  width: 0.22rem;
  height: 0.1rem;
}
.news-list .item .right .detail-btn:hover {
  background: #0A58A7;
  color: #FFFFFF;
}
.news-list .item .right .detail-btn:hover i {
  background: url('../images/news/news-btn-hover.png') no-repeat center;
}
@media (max-width: 767px) {
  .news-list .item img {
    width: 3rem;
    height: 1.73rem;
  }
  .news-list .item .right {
    margin-left: 3.4rem;
  }
  .news-list .item .right .news-title {
    height: 0.52rem;
  }
  .news-list .item .right .news-content {
    display: none;
  }
}
.page-bar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-btn {
  margin: 0.05rem;
  text-align: center;
  line-height: 0.44rem;
  height: 0.44rem;
  min-width: 0.44rem;
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  border-radius: 0.22rem;
}
.page-btn:hover {
  background: #4A8DCB;
  color: #FFFFFF;
}
.page-btn.sel {
  background: #4A8DCB;
  color: #FFFFFF;
}
.page-btn.page-btn-large {
  padding: 0 0.2rem;
}
.news-content {
  font-size: 16px;
}
.news-content ul li {
  margin: initial;
  padding: initial;
  list-style-type: initial;
}
.news-content ol li {
  margin: initial;
  padding: initial;
  list-style-type: decimal;
}
.news-content table,
.news-content tbody,
.news-content td,
.news-content tr {
  border: 1px solid #DDD;
}
.news-more {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px gray;
  margin-top: 1rem;
  padding-top: 0.6rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
@media only screen and (max-width: 1100px) {
  .topPhone {
    display: none;
  }
}
@media (max-width: 767px) {
  .pbanner {
    background-position: center top;
  }
  .news-banner {
    padding-bottom: 1rem;
  }
}
