/* * hot-news */
.hot-news {
  padding-top: .15rem;
  margin-bottom: .1rem;
}

.hot-news h1 {
  font-size: .32rem;
  text-align: center;
  margin-bottom: .1rem;
  line-height: .5rem;
  padding: 0 .2rem;
  color: red;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hot-news h1 a {
  color: red;
}

.hot-news a {
  color: rgb(47, 47, 47);
  white-space: nowrap;
}

.hot-news p {
  padding: 0 .18rem;
  line-height: .38rem;
  font-size: .25rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* * 轮播图 */
.banner a img {
  width: 100%;
  height: 3.8rem;
}

.banner {
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 95%;
  height: .5rem;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  line-height: .5rem;
  font-size: .2rem;
  padding-left: 5%;
  text-align: left;
}

.swiper-pagination-bullet {
  width: .1rem !important;
  height: .1rem !important;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: -0.03rem !important;
  left: 35% !important;
}

.swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: red;
}

.tabCon {
  display: flex;
  flex-direction: column;
  padding: .2rem 0;
}

.tabs {
  font-size: .27rem;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  padding: .1rem .3rem .15rem;
  border-bottom: #dfdfdf solid 1px;
}

.tabul {
  display: flex;
  flex-direction: column;
  padding-top: .1rem .15rem;
}

.tabul li span,
.tabul li a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tabul li {
  font-size: .25rem;
  display: grid;
  grid-template-columns: 8fr 1fr;
  align-items: end;
  line-height: .4rem;
  padding: .1rem;
  border-bottom: #dfdfdf solid 1px;
  white-space: nowrap;
}

.tabul li span {
  text-align: end;
  font-size: .2rem;
  color: #999;
}

.tabs a span {
  padding-bottom: .15rem;
  color: #999;
}

.tabs a.active span {
  color: #015293;
  border-bottom: #015293 solid 2px;
}

.tabul .more {
  display: block;
  text-align: center;
  padding: .1rem 0 .1rem;
}

.interview {
  display: grid;
  grid-template-columns: 1fr 4fr;
}

.interview-img {
  padding: .4rem .1rem .2rem;
}

.interview img {
  width: 2.4rem;
  height: 100%;
}

.interview h1 {
  font-size: .3rem;
  color: #015293;
}

.interviewee p {
  font-size: .25rem;
  color: rgb(85, 84, 84);
}

.interview-time {
  font-size: .2rem;
  color: #999;
}

.interview-detail {
  padding: .2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

/* * icon group */
.icon-group {
  height: 1.3rem;
  padding: .2rem;
  display: flex;
  background-color: #f1f1f1;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: .3rem;
}

.icon-group a {
  font-size: .24rem;
}

.icon a {
  display: inline-block;
  text-align: center;
}

.icon a:nth-child(2) {
  padding-top: .13rem;
}

.icon img {
  display: inline-block;
  text-align: center;
  width: 70%;
  height: 70%;
}

.icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zhengce {
  background: #f1f1f1;
  display: flex;
  position: static;
  height: 2rem;
  align-items: center;
}

.swiper {
  width: 100%;
  background: #f1f1f1;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #f1f1f1;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 2.7rem;
  height: 1rem;
  /* object-fit: cover; */
}

.swiper {
  overflow: hidden;
}

.swiper-button-next {
  display: block;
  background: none;
  padding-top: .5rem;
  padding-left: .05rem;
}

.swiper-button-prev {
  display: block;
  background: none;
  padding-top: .5rem;
}

.swiper {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
}

/* tjlist 在线访谈 */
.tjlist li {
  font-size: .26rem;
  line-height: .46rem;
  margin-bottom: .1rem;
  display: block;
  white-space: inherit;
}

.tjlist>li a {
  height: 3.26rem;
  width: 100%;
}

.tjlist li img {
  height: 3.26rem;
  width: 100%;
}

.tjlist li p {
  width: 100%;
  font-size: .26rem;
  margin-top: .1rem;
}

/* ssnyBox */
.ssnyBox {
  padding: 0 0 .15rem;
  border-bottom: 2px solid #e7e7e7;
}

.ssnyBox h5 {
  font-size: .29rem;
  font-weight: bold;
  text-align: center;
}

.economic {
  display: flex;
  padding: 0 .17rem;
}

.econLef {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
}

#econBox {
  width: 100%;
  height: 100%;
}

.econLef h6 {
  font-size: .23rem;
  font-weight: 400;
  width: 1rem;
  height: 1rem;
  line-height: .3rem;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.econLef h6 p:nth-child(1) {
  margin-top: .2rem;
}

.econLef h6 p:nth-child(2) {
  color: #999999;
}

.econRig {
  width: 3.5rem;
  font-size: .22rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.econItem {
  overflow: hidden;
  padding: .1rem 0;
}

.econItem p {
  display: inline-block;
  line-height: .3rem;
}

.econItem div {
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  display: inline-block;
  margin-top: .05rem;
}

.yel {
  background-color: #F7AD34;
}

.gre {
  background-color: #4EEBDD;
}

.blu {
  background-color: #6595FE;
}

/*  */
body {
  margin-bottom: 0 !important;
}

.newsbox-container {
  margin-bottom: .3rem;
}

/* 调取的新闻 */
.henanpushinfo li:nth-child(n + 6) {
  display: none;
}

.govpushinfo150203 li:nth-child(n + 6) {
  display: none;
}

/* 适老化 */
.oldModel .hot-news h1 {
  font-size: 32px !important;
  line-height: 1.2 !important;
}

.oldModel .hot-news a {
  white-space: normal !important;
}

.oldModel .hot-news p {
  font-size: 22px !important;
  line-height: 1.2 !important;
}

.oldModel .shadow {
  font-size: 20px !important;
  padding-left: 3% !important;
}

.oldModel .tabs {
  font-size: 19px !important;
}

.oldModel .tabul li {
  font-size: 22px !important;
  line-height: 1.8 !important;
}

.oldModel .tabul li span {
  font-size: 14px !important;
}

.oldModel .interview h1 {
  font-size: 23px !important;
}

.oldModel .interviewee p {
  font-size: 19px !important;
  line-height: 1.4 !important;
}

.oldModel .interview-time {
  font-size: 17px !important;
  line-height: 1.4 !important;
}

.oldModel .icon-group a {
  font-size: 23px !important;
}

.oldModel .icon a:nth-child(2) {
  padding-top: 0px !important;
}

.oldModel {}