@charset "UTF-8";

/**!
 * [网络检索指标]
 * date:2023-08-10
 * author: [zhoujie];
 */
.content {
  padding: 24px;
}

.indicators-bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  height: 100%;
}

.indicators-bd .slide {
  width: 276px;
  background: #fdf7f7;
}

.indicators-bd>.right {
  width: 836px;
}

.flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  background: url("../images/bg-flag.png") center no-repeat;
}

.flag p {
  background: url("../images/flag.png") center no-repeat;
  color: transparent;
  font-family: YouSheBiaoTiHei;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.96px;
}

.slide-body {
  margin-top: 16px;
}

.slide-body.open .slide-item::before {
  background: #d71622;
}

.slide-body.open .slide-item .name {
  color: #d71622;
  font-weight: bold;
}

.slide-body .slide-item .name {
  color: #d71622;
  font-weight: bold;
}


.slide-body.open .icon-arr {
  background: url("../images/icon-arr-bottom.png") center no-repeat;
}

.slide-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 48px;
  padding-left: 20px;
  padding-right: 3px;
  background: #fde3e5;
}

.slide-item-first {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 48px;
  padding-left: 20px;
  padding-right: 3px;
  background: #fde3e5;
}

/* 一级子栏目样式  一 ~ 十*/
.slide-body.open .slide-item-first::before {
  background: #d71622;
}

.slide-body.open .slide-item-first .name {
  color: #d71622;
  font-weight: bold;
}

.slide-item-second {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 48px;
  padding-left: 20px;
  padding-right: 3px;
  background: #fde3e5;

}

/* .slide-body.open .slide-item-second::before {
    background: #d71622;
  }
  .slide-body.open .slide-item-second .name {
    color: #d71622;
    font-weight: bold;
  } */

.slide-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 48px;
  background: #f19ca1;
}

.slide-item .name {
  max-width: 85%;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.slide-item .icon-arr {
  width: 32px;
  height: 100%;
  cursor: pointer;
  background: url("../images/icon-arr-right.png") center no-repeat;
}

.slide-child-list {
  display: none;
}

.slide-child-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  padding-left: 20px;
  padding-right: 13px;
  cursor: pointer;
  margin-top: 10px;
}

.slide-child-item.active .name {
  color: #d71622;
  font-weight: bold;
}

.slide-child-item .name {
  max-width: 100%;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  /* white-space: nowrap;*/
  text-overflow: ellipsis;
}

.indicators-list .indicators {
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-radius: 4px;
  border: 1px solid #f0e5e5;
  background: #fdf7f7;
  overflow: hidden;
}

.indicators-list .indicators:last-child {
  margin-bottom: 0;
}

.indicators-list .indicators-item {
  width: fit-content !important;
  height: fit-content !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
  padding: 10px 24px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

.indicators-list .indicators-item .icon-trend {
  width: 24px;
  height: 100%;
  margin-right: 12px;
  background: url("../images/icon-trend.png") center no-repeat;
}

.indicators-list .indicators-item .name {
  max-width: calc(100% - 36px);
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  overflow: hidden;
  white-space: pre-wrap;
  text-overflow: ellipsis;
}

.indicators-list .indicators-child-list {
  padding-left: 50px;
}

.indicators-list .indicators-child-item {
  position: relative;
  height: 40px;
  padding-left: 12px;
  padding-right: 24px;
}

.indicators-list .indicators-child-item>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.indicators-list .indicators-child-item .name {
  max-width: 85%;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.indicators-list .indicators-child-item .date {
  color: #999;
  font-family: OPPOSans;
}

.indicators-list .indicators-child-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c88b8e;
}

.indicators-list .indicators-child-item:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.indicators-list .indicators-child-item:hover .name {
  color: #d71622;
  font-weight: bold;
}

.indicators-list .indicators-child-item:hover::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8694a), to(#d20c1d));
  background: linear-gradient(180deg, #f8694a 0%, #d20c1d 100%);
}

.indicators-list .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 48px);
  height: 40px;
  margin: 0 auto;
  margin-bottom: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  color: #d71622;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  margin-top: 20px;
}

.wb-tree {
  width: 242px;
}

.wb-tree-tt {
  color: #333;
}

.wb-tree-node,
.wb-tree-sub a {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

.wb-tree-iconl {
  float: left;
  width: 14px;
  height: 10px;
  margin-top: 13px;
  margin-left: 20px;
  margin-right: 10px;
  background: url(images/wblist.png) no-repeat;
}

.wb-tree-iconr {
  float: right;
  width: 7px;
  height: 12px;
  margin-top: 12px;
  margin-right: 12px;
  background: url(images/wblistrh.png) no-repeat;
}

.wb-tree-sub {
  display: none;
}

.wb-tree-item>a {
  padding-left: 44px;
  font-size: 12px;
  background-color: #f6f6f6;
}

.wb-tree-item>a:hover {
  background-color: #e4e4e4;
  color: #0a59d7;
}

.wb-tree-item>a:active {
  background-color: #519ff4;
  color: #fff;
}

.current .wb-tree-iconr {
  width: 12px;
  height: 7px;
  margin-top: 15px;
  margin-right: 10px;
  background: url(images/wblistr.png) no-repeat;
}

.current .wb-tree-sub {
  display: block;
}

.slide-list li:nth-child(8) li {
  margin-top: 25px;
  margin-bottom: 25px;
}

.indicators-item .name {
  max-width: calc(100% - 36px);
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  overflow: hidden;
  white-space: pre-wrap;
  text-overflow: ellipsis;
}

/* .indicators-item{
  margin-right: 90px;
} */

/* 适老化 20241128 */
.oldModel .indicators-list .indicators-item .name {
  line-height: 1.5;
}

.oldModel .indicators-list .indicators-child-item .name {
  max-width: 74%;
}

.oldModel .indicators-list .indicators-child-item>a {
  line-height: 1.5;
}

.oldModel .indicators-list .indicators-child-item {
  height: 55px;
}

.oldModel .slide-child-item .name {
  line-height: 1.5;
}

.oldModel .slide-child-item {
  height: auto;
}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}