/* 新闻动态 */
.banner {
  width: 100%;
  height: 3rem;
  position: relative;
  background: url(../img/new_banner.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner p {
  color: #fff;
  margin: 0;
}

.head {
  width: 90%;
  height: 0.3rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin: 0.15rem auto 0.15rem;
  position: relative;
}

.head .bar {
  width: 0.04rem;
  height: 0.3rem;
  background: #1c6af2;
  margin-right: 0.08rem;
}

.head p {
  font-size: 0.18rem;
  color: #474747;
}

.head .head-type {
  position: absolute;
  right: 0;
  width: 1.1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head .head-type span {
  font-size: 0.12rem;
  color: #656565;
}

.head .head-type ._span {
  color: #1B1E26;
  font-weight: 700;
}

.news_list {
  height: auto;
  width: 100%;
}

.news_list ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.news_list li {
  width: 90%;
  margin-bottom: .32rem;
  padding-bottom: 0.1rem;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

.news_list li a {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.left_img {
  width: 100%;
  height: 2rem;
}

.left_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right_text {
  display: flex;
  flex-direction: column;
}

.right_text .txt {
  width: 100%;
  box-sizing: border-box;
  color: #474747;
  font-size: .14rem;
  padding: 0.1rem 0.3rem 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  position: relative;
}

.right_text .tag {
  font-size: 0.12rem;
  line-height: 0.12rem;
  color: #1C46F2;
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
}

.right_text span {
  font-size: 0.14rem;
  line-height: 0.14rem;
  color: #828282;
  margin-right: 0.1rem;
}

.search_page {
  display: flex;
  justify-content: center;
}

.reco-list {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0 0.36rem;
}

.reco-list a {
  color: #474747;
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
}

.reco-list .block {
  min-width: 0.17rem;
  height: 0.17rem;
  background: #cfcfcf;
  font-size: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 0.1rem;
}

.reco-list ._top {
  background-color: #2c75f2;
}

.reco-list p {
  color: #474747;
  font-size: 0.14rem;
  line-height: 0.19rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}

.weixin {
  width: 100%;
  height: 1.15rem;
  box-sizing: border-box;
  padding: 0 0.24rem;
  display: flex;
}

.weixin-img {
  min-width: 1.15rem;
  height: 100%;
  margin-right: 0.2rem;
  background: url(../img/officialAccount.jpg) no-repeat;
  background-size: 100% 100%;
}

.weixin p {
  color: #474747;
  font-size: 0.14rem;
  line-height: 0.24rem;
  margin: 0.1rem 0 0 0;
}

.search_page {
  margin: 0.5rem 0 0.3rem;
  height: 0.3rem;
}

.search_page .iPages ul {
  height: 0.3rem;
  display: flex;
}

.search_page .iPages ul li {
  height: 0.3rem;
  display: flex;
}

#pages span {
  font-size: 0.14rem;
  line-height: 0.3rem;
}