.container .w .content .newspaper .select {
  height: 9.6rem;
}
.container .w .content .newspaper .list {
  display: none;
}
.container .w .content .newspaper .list.list1 {
  display: block;
}
.container .w .content .newspaper .list .newspaper-list p {
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.4rem;
  text-indent: 2em;
  text-align: justify;
}
.container .w .content .newspaper .list .newspaper-list .top .title {
  font-weight: 500;
  text-align: center;
  font-size: 0.3rem;
}
.container .w .content .newspaper .list .newspaper-list .top .introduce {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  margin: 0.22rem 0;
}
.container .w .content .newspaper .list .newspaper-list .top .introduce .release-date {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.container .w .content .newspaper .list .newspaper-list .top .introduce div {
  padding: 0 0.2rem;
}
.container .w .content .newspaper .list .newspaper-list .news-content {
  padding: 0.3rem 0 1.64rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 0.16rem;
  color: #666666;
  margin-bottom: 0.3rem;
  line-height: 2em;
  text-align: justify;
}
.container .w .content .newspaper .list .newspaper-list .news-content .important {
  margin-bottom: 0.48rem;
}
.container .w .content .newspaper .list .newspaper-list .news-content .img-box {
  margin: 0.3rem auto;
  width: 50%;
}
.container .w .content .newspaper .list .newspaper-list .news-content .img-box img {
  width: 100%;
}
.container .w .content .newspaper .list .newspaper-list .news-content .program-content {
  margin-bottom: 0.74rem;
}
.container .w .content .newspaper .list .newspaper-list .news-content .problems-title {
  margin-bottom: 0.45rem;
}
.container .w .content .newspaper .list .newspaper-list .gobtn {
  display: flex;
  justify-content: space-between;
  font-size: 0.16rem;
  color: #666666;
}
.container .w .content .newspaper .list .newspaper-list .gobtn div {
  cursor: pointer;
}
.container .w .content .newspaper .list .newspaper-list .gobtn div:hover {
  color: #e2794e;
}
.container .w .content .newspaper .list .newspaper-list ol {
  padding: 0;
}
.container .w .content .newspaper .list .newspaper-list ol li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.54rem;
}
.container .w .content .newspaper .list .newspaper-list ol li .img-box {
  width: 2.5rem;
  margin-right: 0.3rem;
  overflow: hidden;
}
.container .w .content .newspaper .list .newspaper-list ol li .img-box:hover img {
  transform: scale(1.1);
}
.container .w .content .newspaper .list .newspaper-list ol li .img-box img {
  width: 100%;
  transition: 0.5s;
}
.container .w .content .newspaper .list .newspaper-list ol li .news-content2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container .w .content .newspaper .list .newspaper-list ol li .news-content2 .news-title {
  font-size: 0.18rem;
  color: #333;
}
.container .w .content .newspaper .list .newspaper-list ol li .news-content2 .news-introduce {
  font-size: 0.14rem;
  color: #999;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .w .content .newspaper .list .newspaper-list ol li .news-content2 .news-date {
  font-size: 0.14rem;
  color: #ccc;
}
