.news_nav {
  width: 100%;
  background: #fff;
  padding: 0.3rem 0 0.2rem;
  position: relative;
}
.news_nav ul {
  width: 92%;
  margin: 0 auto;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  padding: 0;
}
.news_nav ul.on li {
  width: 50%;
}
.news_nav ul.zx li {
  width: 33%;
}
.news_nav ul li {
  width: 33%;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0;
}
.news_nav ul li.on {
  background: #558bba;
}
.news_nav ul li.on a {
  color: #fff;
}
.news_nav ul li a {
  display: block;
  height: 100%;
  color: #333;
  font-size: 14px;
  height: 0.8rem;
  line-height: 0.8rem;
}
.news_list li {
  position: relative;
  padding: 0.2rem 0;
  border-top: 1px solid #ccc;
  height: 2.5rem;
}
.news_list li:first-child {
  border-top: 0;
}
.news_list li .news_list_img {
  width: 35%;
  height: 2.5rem;
  overflow: hidden;
}
.news_list li .news_list_img img {
  max-width: 100%;
}
.news_list li .news_list_words {
  width: 60%;
  margin-left: 5%;
  padding-top: 0.2rem;
}
.news_list li .news_list_words h3 {
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_list li .news_list_words p {
  margin-top: 0.2rem;
  font-size: 12px;
  color: #666;
  line-height: 1.7;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_list li .news_list_words span {
  position: absolute;
  bottom: 0.1rem;
  right: 0;
  font-size: 12px;
  color: #666;
}
.newsvideo .news_vlist li {
  margin-top: 0.5rem;
}
.newsvideo .news_vlist li .news_vlist_img {
  display: block;
  width: 100%;
  height: 7rem;
  border-radius: 5px;
  position: relative;
}
.newsvideo .news_vlist li .news_vlist_img:before {
  content: "\e67f";
  font-family: "iconfont";
  font-size: 48px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.newsvideo .news_vlist li .news_vlist_img img {
  width: 100%;
  height: 7rem;
}
.newsvideo .news_vlist li p {
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.3rem;
}
