.isHidden {
  display: none !important;
}
.isinline {
  display: block !important;
}
.word3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.word2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.word1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/** 唤醒头部 */
.openAppheader {
  height: 1.2rem;
}
.openAppheader .newCQ_close {
  position: absolute;
  right: 5px;
  top: 4px;
  width: 0.46rem !important;
  height: 0.46rem;
  z-index: 1000;
}
.openAppheader .general_share {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  max-height: 1.2rem;
}
.openAppheader .general_share img {
  width: 100%;
  max-height: 1.2rem;
  border: none;
}
.openAppheader .general_share .general_share_content1 {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
  padding: 0 24px 0 16px;
  box-sizing: border-box;
}
.openAppheader .general_share .general_share_content1 .general_district {
  height: 50%;
  width: auto;
}
.openAppheader .general_share .general_share_content1 p {
  color: #fff;
  font-size: 13px;
}
.openAppheader .general_share .general_share_content1 .general_botton {
  font-size: 0.8em;
  padding: 2px 5px;
  margin-left: 12px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.openAppheader .general_share .general_close {
  position: absolute;
  right: 5px;
  top: 4px;
  width: 21px;
  height: 20px;
  z-index: 1000;
}
.openAppheader .general_share .general_botton_new {
  width: 100%;
  height: 100%;
}
.openAppheader .general_share #wx_tagbox {
  right: 0;
  top: 0;
  z-index: 100;
}
.openAppheader .general_share .isNewCQ {
  display: none;
}
.openAppheader .general_share .general_newCQbtn {
  width: 1.2rem;
  height: 0.4rem;
  position: absolute;
  right: 0.5rem;
  top: 0.2rem;
}
#wx_tagbox {
  right: 0.7rem;
  top: 0.3rem;
  z-index: 10000;
  position: absolute;
  width: 1.6rem;
  height: 0.6rem;
}
.openApp {
  height: 0.88rem;
  width: 100%;
  text-align: center;
  line-height: 0.88rem;
  color: #c2c2c2;
  font-size: 0.3rem;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background-color: #222;
  padding: 0.12rem 0;
  border-top: 1px solid #4f4f4f;
  overflow: hidden;
}
.openApp p {
  margin: auto;
  width: 100%;
  background-color: #222;
}
html,
body {
  width: 100%;
  height: 100%;
}
#topic {
  max-width: 1000px;
  margin: 0.4rem auto 0;
}
.topic_top {
  width: 100%;
  margin-top: -0.5rem;
}
.topic_top img {
  width: 100%;
}
.topic_tip {
  background: #f8f8f8;
  padding: 0.24rem;
  font-size: 0.28rem;
  line-height: 0.42rem;
  margin: 0.3rem;
  font-weight: 500;
}
.detail {
  -webkit-appearance: none;
  width: 100%;
  min-height: calc(100% - 3.46rem);
  background: #fff;
  border-radius: 0.2rem 0.2rem 0 0;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.detail .nav-box ul {
  box-sizing: border-box;
  padding: 0.32rem 0.08rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.detail .nav-box li {
  padding: 0 0.14rem;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0.08rem;
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #000;
  margin: 0 0 0.2rem 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail .nav-box .active {
  color: #00a0e7;
  border-bottom: 3px solid #00a0e7;
}
.detail .nav-box .nav-item a:hover {
  text-decoration: none;
}
.detail .detail_list {
  margin: 0.5rem 0.3rem;
}
.detail .detail_list .detail_item {
  width: 100%;
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #EEEEEE;
}
.detail .detail_list .detail_item .detail_item_left {
  width: 60%;
  display: inline-block;
}
.detail .detail_list .detail_item img {
  width: 100%;
  margin-right: 0.1rem;
  height: 1.9rem;
}
.detail .detail_list .detail_item .detail_item_right {
  width: 36%;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin-left: 0.1rem;
}
.detail .detail_list .detail_item .detail_item_rightbox {
  display: flex;
  margin-left: 0.1rem;
  min-height: 1.9rem;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
}
.detail .detail_list .detail_item .detail_item_title {
  font-size: 0.3rem;
  margin: 0.2rem 0 0rem;
  color: #333;
  line-height: 0.5rem;
  letter-spacing: 0.01rem;
}
.detail .detail_list .detail_item .detail_item_sign {
  color: #999;
  font-size: 0.24rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0.1rem;
}
.detail .detail_list .detail_item .detail_item_sign div:last-child {
  float: right;
}
.detail .detail_list .detail_item .detail_item_sign img {
  width: 0.3rem;
  height: 0.18rem;
  vertical-align: middle;
  margin: 0;
}
.detail .detail_list .detail_item .detail_item_sign .labels {
  display: inline-block;
}
.detail .detail_list .detail_item .detail_item_sign .labels span {
  border: 1px solid #ec4b4b;
  color: #ec4b4b;
  border-radius: 5px;
  padding: 0.02rem 0.04rem;
  margin-right: 0.04rem;
}
.detail .detail_list .detail_item .detail_item_picBig img {
  height: 2.9rem;
}
.detail .detail_list .detail_item .detail_item_picNARROW img {
  height: 1.9rem;
}
.detail .detail_list .detail_item_more .detail_item_pic {
  margin: 0.2rem 0;
}
.detail .detail_list .detail_item_more .detail_item_pic img {
  width: 30%;
  height: 1.9rem;
}
.detail .getMore {
  width: 100%;
  height: 0.9rem;
  background: #FFFFFF;
  border: 0.01rem solid #DDDDDD;
  border-radius: 0.1rem;
  margin: 0.3rem auto;
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  line-height: 0.9rem;
  text-align: center;
  padding-bottom: 0.1rem;
}
.detail .detail_listtitle {
  box-sizing: border-box;
  padding: 0 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail .detail_listtitle .title {
  width: 80%;
  font-size: 0.36rem /* 36/100 */;
  font-family: PingFang SC;
  font-weight: bold;
  color: #000000;
  position: relative;
  box-sizing: border-box;
  padding-left: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail .detail_listtitle .title::after {
  content: " ";
  display: block;
  width: 0.08rem /* 8/100 */;
  height: 0.34rem /* 34/100 */;
  background: #23a7ff;
  border-radius: 0.04rem /* 4/100 */;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.detail .detail_listtitle .detail_more span {
  font-size: 0.24rem /* 24/100 */;
  font-family: PingFang SC;
  font-weight: 500;
  color: #8b8b8b;
  margin-right: 0.1rem;
}
.detail .detail_listtitle .detail_more .to {
  width: 0.2rem;
}
.font_size_big .topic_tip {
  font-size: 0.34rem;
}
.font_size_big .detail .nav-box li {
  font-size: 0.38rem;
}
.font_size_big .detail .detail_list {
  margin: 0;
}
.font_size_big .detail .detail_list .detail_item .detail_item_title {
  font-size: 0.4rem;
}
.font_size_big .detail .detail_list .detail_item .detail_item_sign {
  font-size: 0.3rem;
}
.font_size_big .detail .getMore {
  font-size: 0.34rem;
}
.font_size_small .topic_tip {
  font-size: 0.26rem;
}
.font_size_small .detail .nav-box li {
  font-size: 0.3rem;
}
.font_size_small .detail .detail_list .detail_item .detail_item_title {
  font-size: 0.26rem;
}
.font_size_small .detail .detail_list .detail_item .detail_item_sign {
  font-size: 0.18rem;
}
.font_size_small .detail .getMore {
  font-size: 0.26rem;
}
.carousel-news {
  -webkit-appearance: none;
  width: 100%;
  height: 3.75rem;
  min-height: calc(100% - 3.46rem);
  background: white;
  border-radius: 0.2rem 0.2rem 0 0;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  position: relative;
}
.carousel-news .swiper-container {
  width: 100%;
  height: 100%;
}
.carousel-news .swiper-wrapper {
  width: 100%;
  height: 3.75rem;
}
.carousel-news .swiper-wrapper .swipe-item {
  width: 100%;
  height: 3.75rem;
  background-color: #eee;
  padding: 0.1rem 0;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.carousel-news .swiper-wrapper .swipe-item img {
  width: 100%;
  height: 100%;
}
.carousel-news .swiper-wrapper .swipe-item .swipe-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0.3rem;
  font-size: 0.32rem;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  line-height: 1rem;
  height: 1.2rem;
}
.carousel-news .swiper-pagination {
  height: 0.2rem;
  width: 100%;
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1003;
  box-sizing: border-box;
  padding-left: 0.3rem;
}
.carousel-news .swiper-pagination.active {
  width: 0.48rem;
  opacity: 1;
}
