@charset "UTF-8";
.datas-container {
  margin-top: 0.36rem;
}
.datas-container .tabs {
  *zoom: 1;
}
.datas-container .tabs:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.datas-container .tabs .tab {
  width: 15.223880597%;
  margin-left: 1.7164179104%;
  margin-bottom: 1.7164179104%;
  border-radius: 0.06rem;
  background-color: #f2f4f7;
  text-align: center;
  font-size: 0.16rem;
  color: #15469f;
  cursor: pointer;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  line-height: 1.2;
}
.datas-container .tabs .tab:nth-child(6n+1) {
  margin-left: 0;
}
.datas-container .tabs .tab:hover, .datas-container .tabs .tab.active {
  background-color: #15469f;
  color: #fff;
}
.datas-container .chart-container .chart-head {
  margin-top: 0.28rem;
}
.datas-container .chart-container .chart-head .title {
  font-size: 0.22rem;
  font-weight: bold;
}
.datas-container .chart-container .chart-head .download {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0.04rem;
  background-color: #f0f5fa;
  padding: 0.1rem 0.16rem;
  color: #15469f;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.datas-container .chart-container .chart-head .download img {
  width: 0.19rem;
}
.datas-container .chart-container #chart {
  height: 500px;
  width: 100%;
}

.list-sections {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.list-sections .section {
  width: 48.3582089552%;
  margin-top: 0.4rem;
}
.list-sections .section .section-title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.list-sections .section .section-title-container span {
  display: inline-block;
  font-size: 0.24rem;
  font-weight: bold;
  padding-left: 0.23rem;
}
.list-sections .section .section-title-container span::before {
  content: "";
  background-image: url(../images/yj-kz-sj-ic-section-title-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 0.06rem;
  height: 0.24rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-sections .section .section-title-container .more {
  border-radius: 0.04rem;
  background-color: #f5f6f7;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.08rem 0.26rem;
  color: #666;
  font-size: 0.16rem;
}
.list-sections .section .list {
  margin-top: 0.4rem;
}
.list-sections .section .list a {
  position: relative;
  display: block;
}
.list-sections .section .list a .title {
  line-height: 1.2;
  padding-left: 0.22rem;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.16rem;
}
.list-sections .section .list a .title::before {
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 50%;
  background-color: #d4d4d4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-sections .section .list a .time {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.16rem;
}
.list-sections .section .list a:hover .title {
  color: #15469f;
}
.list-sections .section .list a:hover .title::before {
  background-color: #15469f;
}
.list-sections .section .list a:hover .time {
  color: #15469f;
}
.list-sections .section .list a + a {
  margin-top: 0.28rem;
}

.ggsjkf {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.3rem;
}
.ggsjkf img {
  width: 100%;
}

.imgs-container {
  margin-bottom: 0.6rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.imgs-container a {
  display: block;
  width: 48%;
}
.imgs-container a img {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .datas-container {
    margin-top: 15px;
  }
  .datas-container .tabs .tab {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
    border-radius: 6px;
    font-size: 14px;
    height: 45px;
    line-height: 1.2;
  }
  .datas-container .tabs .tab:nth-child(2n+1) {
    margin-left: 0;
  }
  .datas-container .chart-container .chart-head {
    margin-top: 15px;
  }
  .datas-container .chart-container .chart-head .title {
    font-size: 16px;
  }
  .datas-container .chart-container .chart-head .download {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
    background-color: #f0f5fa;
    padding: 5px 10px;
    color: #15469f;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .datas-container .chart-container .chart-head .download img {
    width: 15px;
  }
  .datas-container .chart-container .chart-wrap {
    overflow-x: scroll;
  }
  .datas-container .chart-container .chart-wrap::-webkit-scrollbar {
    /* 隐藏默认的滚动条 */
    -webkit-appearance: none;
  }
  .datas-container .chart-container .chart-wrap::-webkit-scrollbar:horizontal {
    /* 设置水平滚动条厚度 */
    height: 2px;
  }
  .datas-container .chart-container .chart-wrap::-webkit-scrollbar-thumb {
    /* 滚动条的其他样式定制，注意，这个一定也要定制，否则就是一个透明的滚动条 */
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(0, 0, 0, 0.5);
  }
  .datas-container .chart-container #chart {
    height: 300px;
    margin-top: 20px;
    width: 920px;
  }
  .list-sections {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .list-sections .section {
    width: 100%;
    margin-top: 15px;
  }
  .list-sections .section .section-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .list-sections .section .section-title-container span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
  }
  .list-sections .section .section-title-container span::before {
    content: "";
    background-image: url(../images/yj-kz-sj-ic-section-title-icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 4px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .list-sections .section .section-title-container .more {
    border-radius: 4px;
    background-color: #f5f6f7;
    display: inline-block;
    box-sizing: border-box;
    padding: 6px 15px;
    color: #666;
    font-size: 14px;
  }
  .list-sections .section .list {
    margin-top: 15px;
  }
  .list-sections .section .list a {
    position: relative;
    display: block;
    background-color: #f5f6f7;
    padding: 10px;
  }
  .list-sections .section .list a .title {
    padding-left: 0;
    width: 100%;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    font-size: 16px;
    line-height: 1.5;
  }
  .list-sections .section .list a .title::before {
    display: none;
  }
  .list-sections .section .list a .time {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    font-size: 16px;
  }
  .list-sections .section .list a + a {
    margin-top: 10px;
  }
  .ggsjkf {
    margin-bottom: 10px;
    overflow: hidden;
  }
  .ggsjkf img {
    transform: scale(2);
  }
  .imgs-container {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .imgs-container a {
    display: block;
    width: 100%;
  }
  .imgs-container a img {
    width: 100%;
  }
  .imgs-container a + a {
    margin-top: 10px;
  }
}