.container .w .content .newspaper {
  padding: 0.4rem 0.15rem 0.9rem;
  display: flex;
  justify-content: space-between;
}
.container .w .content .newspaper .select {
  position: sticky;
  top: 0;
  width: 25%;
  height: 8.35rem;
  background: url(../img/area/select-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.3rem 0.1rem;
}
.container .w .content .newspaper .select .select-content {
  padding: 0.4rem 0.4rem 0 0.2rem;
}
.container .w .content .newspaper .select .select-content .select-item {
  margin-bottom: 0.25rem;
}
.container .w .content .newspaper .select .select-content .select-item .classification-title {
  font-size: 0.16rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 0.13rem;
}
.container .w .content .newspaper .select .select-content .select-item select {
  position: relative;
  width: 100%;
  background: transparent;
  border: 1px solid;
  font-size: 0.14rem;
  color: #dd774b;
  padding: 0.1rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/area/jiantou.png) no-repeat;
  background-position: 95% center;
}
.container .w .content .newspaper .select .select-content .select-item select option {
  padding: 0.1rem;
}
.container .w .content .newspaper .list {
  width: 74%;
}
.container .w .content .newspaper .list .list-title {
  border-bottom: 1px solid #dd774b;
  padding-bottom: 0.1rem;
  display: flex;
  align-items: center;
}
.container .w .content .newspaper .list .list-title .xiangyun {
  width: 0.5rem;
  margin-right: 0.2rem;
}
.container .w .content .newspaper .list .list-title .xiangyun img {
  width: 100%;
  height: 100%;
}
.container .w .content .newspaper .list .list-title p {
  font-size: 0.2rem;
  font-weight: 700;
}
.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;
}
#page,
#page2,
#page3,
#page4 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.13rem;
}
.page_div a {
  min-width: 0.3rem;
  height: 0.28rem;
  text-align: center;
  margin: 0 0.04rem;
  cursor: pointer;
  line-height: 0.28rem;
  color: #666666;
  font-size: 0.13rem;
  display: inline-block;
  user-select: none;
}
#firstPage,
#lastPage {
  width: 0.5rem;
}
#prePage,
#nextPage {
  width: 0.7rem;
}
.page_div .current {
  background-color: #dd774b;
  color: #ffffff;
}
.totalPages {
  margin: 0 0.1rem;
}
