/*åœºæ™¯é¡µé¢æ ·å¼*/

.filter-nav::-webkit-scrollbar {
  display: none;
}

.red-div {
  width: 100%;
  height: 0.2rem;
  background: #94070A;
}

.scene-head {
  display: flex;
  align-items: center;
  padding: 0.85rem 1.5rem;
  justify-content: space-between;
}

.scene-head-left, .scene-head-right {
  display: flex;
  align-items: center;
}

.scene-head-hr {
  width: 0.05rem;
  height: 2.6rem;
  background: #EEE;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}

.scene-head-left .head-logo {
  width: 12.5rem;
  height: 2.8rem;
}

.scene-head-left .title-logo {
  width: 8.9rem;
  height: 1.75rem;
}

.scene-head-right {
  font-size: 1.4rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #7C7C7C;
  line-height: 3rem;
}

.scene-head-right img {
  width: 0.75rem;
  margin-left: 0.5rem;
}

/*äº§ä¸šä¸»ä½“å¼€å§‹*/
.banner-img img {
  width: 100%;
  margin-bottom: 1.5rem;
}

.main {
  padding: 0 1.5rem;
}

.item-con {
  margin-bottom: 2rem;
}

.item-con .item-title {
  font-size: 1.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #202020;
  margin-bottom: 1rem;
}

.item-content {
  padding: 1.5rem 1.3rem;
  box-shadow: 0 0 0.6rem 0 #F1F1F1;
  border-radius: 0.6rem;
}

.item-content .item-dic {
  font-size: 1.4rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #202020;
  line-height: 2.8rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.item-source, .item-time {
  font-size: 1.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.con-hr {
  width: 100%;
  height: 1px;
  background: #EEEEEE;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item-icon {
  width: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.3rem;
}

.item-icon img {
  height: 2.2rem;
  margin-bottom: 1.4rem;
}

.filter-nav {
  display: flex;
  overflow-y: scroll;
  margin-bottom: 1rem;

}

.filter-item {
  margin-right: 1.5rem;
}

.filter-item {
  white-space: nowrap;
  position: relative;
  font-size: 1.5rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #202020;
}

.filter-nav .on {
  color: #94070A;
}

.filter-nav .on:after {
  content: " ";
  top: 32px;
  display: block;
  margin: 0 auto;
  width: 3rem;
  height: 0.3rem;
  background: #94070A;
  margin-top: 3px;
  border-radius: 9rem;
}

.more-btn {
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  background: #EEEEEE;
  font-size: 1.4rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  margin-top: 1.5rem;
}

/*ä¸»ä½“ç»“æŸ*/


/*è¥å•†çŽ¯å¢ƒiconåˆ—è¡¨*/


.business-icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.business-icon-list .business-item-icon {
  width: 8.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.business-item-icon img {
  width: 3.6rem;
  height: 3.6rem;
  margin-bottom: 1rem;
}

.business-item-icon .item-title {
  font-size: 1.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 2.4rem;
}

.business-nav .on {
  color: #1D6ABF;
}

.business-nav .on:after {
  content: " ";
  top: 32px;
  display: block;
  margin: 0 auto;
  width: 3rem;
  height: 0.3rem;
  background: #1D6ABF;
  margin-top: 3px;
  border-radius: 2rem;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

a .item-area {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  width: 8.6rem;
  height: 3.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #E4F1FF;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #202020;
  line-height: 3.2rem;
  text-align: center;
  margin-bottom: 1rem;
}

.area-list a:nth-last-child(1), .area-list a:nth-last-child(2), .area-list a:nth-last-child(3) {
  width: 100%;
}


.area-list a:nth-last-child(1) .item-area, .area-list a:nth-last-child(2) .item-area, .area-list a:nth-last-child(3) .item-area {
  width: 100%;
  box-sizing: border-box;
}

.area-list .on {
  color: #FFFFFF;
  background: #226EBC;
}


.swiper img {
  width: 100%;
  /*height: 12.5rem;*/
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 0.2rem;
  background: #ffcccd;
}

.swiper-pagination-bullet-active {
  background: #ff001b;
}