.main {
  margin-bottom: 0.4rem;
  padding: 0.28rem 0.2rem 0.35rem;
  box-sizing: border-box;
}

.section-echarts .category-tabs {
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.section-echarts .category-tabs span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.22rem;
  font-size: 0.2rem;
  cursor: pointer;
  color: #333;
}
.section-echarts .category-tabs span.active {
  color: #2f72da;
  font-weight: bold;
  font-family: "MicrosoftYaHei-Bold";
}
.section-echarts .category-tabs span.active::after {
  content: "";
  background-image: url(../images/yj-wz-sjfb-img-tab-indicator.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 0.79rem;
  height: 0.08rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.section-echarts .category-childs {
  margin-top: -0.05rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #fff;
  box-shadow: 0px 0.02rem 0.1rem 0 rgba(19, 82, 179, 0.08);
  border: solid 1px #e8f0fd;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.section-echarts .category-childs span {
  display: inline-block;
  margin-left: 0.4rem;
  color: #2f72da;
  font-size: 0.16rem;
  cursor: pointer;
}
.section-echarts .category-childs span.active {
  font-weight: bold;
  font-family: "MicrosoftYaHei-Bold";
}
.section-echarts .echarts-filter-container {
  margin-top: 0.28rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.section-echarts .echarts-filter-container .tjzq {
  font-size: 0.16rem;
  margin-right: 0.2rem;
}
.section-echarts .echarts-filter-container .filter-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.section-echarts .echarts-filter-container .filter-item select {
  color: #2f72da;
  width: 1.05rem;
  height: 0.3rem;
  line-height: 0.3rem;
  background-color: rgba(225, 234, 249, 0.45);
  border: none;
  outline: none;
  padding-left: 0.15rem;
  font-size: 0.16rem;
}
.section-echarts .echarts-filter-container .filter-item select + select {
  margin-left: 0.15rem;
}
.section-echarts .echarts-filter-container .to {
  font-size: 0.16rem;
  margin: 0 0.1rem;
}
.section-echarts .echarts-filter-container .btns {
  margin-left: 0.15rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section-echarts .echarts-filter-container .btns > div {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 0.06rem;
  background-color: #2f72da;
  width: 0.7rem;
  height: 0.3rem;
}
.section-echarts .echarts-filter-container .btns > div span {
  font-size: 0.16rem;
  color: #fff;
  margin-right: 0.05rem;
}
.section-echarts .echarts-filter-container .btns > div + div {
  margin-left: 0.1rem;
}
.section-echarts #echarts {
  height: 5rem;
  width: 100%;
}

.ggsjkf {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 1rem;
  overflow: hidden;
  margin-top: 0.36rem;
}
.ggsjkf img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.ggsjkf:hover img {
  transform: scale(1.02);
  opacity: 1;
}

.section-news {
  margin-top: 0.36rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.section-news .section-news-container {
  width: 48.52941%;
}
.section-news .section-news-container .section-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.section-news .section-news-container .section-title::before {
  display: block;
  content: "";
  background-image: url(../images/yj-wz-zwgk-img-section-title-decoration.png);
  background-repeat: no-repeat;
  background-position: left center;
  height: 0.09rem;
  width: calc(100% - 1.7rem);
  position: absolute;
  left: 1.2rem;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.section-news .section-news-container .section-title .title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #2f72da;
}
.section-news .section-news-container .section-title .more {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  font-size: 0.16rem;
  color: #666;
}
.section-news .section-news-container .section-title .more:hover {
  color: #2f72da;
}
.section-news .section-news-container .news-list a {
  margin-top: 0.28rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.section-news .section-news-container .news-list a .title {
  flex: 1;
  font-size: 0.16rem;
  color: #333;
  padding-left: 0.22rem;
  padding-right: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.section-news .section-news-container .news-list a .title::before {
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  background-color: #d4d4d4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-news .section-news-container .news-list a .time {
  flex-shrink: 0;
  font-size: 0.16rem;
  color: #333;
}
.section-news .section-news-container .news-list a:hover .title {
  color: #2f72da;
}
.section-news .section-news-container .news-list a:hover .title::before {
  background-color: #2f72da;
}
.section-news .section-news-container .news-list a:hover .time {
  color: #2f72da;
}

.section-tj {
  margin-top: 0.36rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.section-tj a {
  display: block;
  width: 48.52941%;
  height: 1rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.section-tj a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-tj a:hover img {
  transform: scale(1.02);
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .main {
    padding: 0.25rem;
    margin-bottom: 0.5rem;
  }
  .centerWidth {
    width: 100%;
  }
  .section-echarts .category-tabs {
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    border: solid #2f72da 1px;
    border-bottom: solid transparent 0px;
  }
  .section-echarts .category-tabs span {
    width: 50%;
    flex-shrink: 0;
    padding-bottom: 0;
    height: 0.83rem;
    line-height: 0.83rem;
    font-size: 0.4rem;
    display: block;
    text-align: center;
    box-sizing: border-box;
  }
  .section-echarts .category-tabs span.active {
    color: #fff;
    background-color: #2f72da;
  }
  .section-echarts .category-tabs span.active::after {
    display: none;
  }
  .section-echarts .category-tabs span:nth-child(2n+1) {
    border-right: solid #2f72da 1px;
    border-bottom: solid #2f72da 1px;
  }
  .section-echarts .category-tabs span:nth-child(2n) {
    border-bottom: solid #2f72da 1px;
  }
  .section-echarts .category-childs {
    margin-top: 0.375rem;
    height: 0.9rem;
    line-height: 0.83rem;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
  }
  .section-echarts .category-childs span {
    display: inline-block;
    margin-left: 0.476rem;
    color: #2f72da;
    font-size: 0.35rem;
    cursor: pointer;
    word-break: keep-all;
    position: relative;
  }
  .section-echarts .category-childs span.active {
    font-weight: bold;
    font-family: "MicrosoftYaHei-Bold";
  }
  .section-echarts .category-childs span.active::after {
    content: "";
    width: 0.238rem;
    height: 2px;
    background-color: #2f72da;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .section-echarts .echarts-filter-container {
    margin-top: 0.375rem;
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "area-1 area-2 area-2" "area-1 area-3 area-3" "area-1 area-4 area-4" "area-5 area-5 area-5";
  }
  .section-echarts .echarts-filter-container .tjzq {
    font-size: 0.35rem;
    margin-right: 0;
    grid-area: area-1;
  }
  .section-echarts .echarts-filter-container .filter-item {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
  .section-echarts .echarts-filter-container .filter-item select {
    color: #2f72da;
    width: 100px;
    height: 0.75rem;
    line-height: 0.75rem;
    background-color: rgba(225, 234, 249, 0.45);
    border: none;
    outline: none;
    padding-left: 0;
    font-size: 0.35rem;
  }
  .section-echarts .echarts-filter-container .filter-item select + select {
    margin-left: 0.125rem;
  }
  .section-echarts .echarts-filter-container .filter-item:nth-of-type(1) {
    grid-area: area-2;
  }
  .section-echarts .echarts-filter-container .filter-item:nth-of-type(2) {
    grid-area: area-4;
  }
  .section-echarts .echarts-filter-container .to {
    font-size: 0.35rem;
    margin: 0.125rem auto;
    text-align: center;
    grid-area: area-3;
  }
  .section-echarts .echarts-filter-container .btns {
    grid-area: area-5;
    margin-left: 0.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0.25rem;
  }
  .section-echarts .echarts-filter-container .btns > div {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 0.15rem;
    background-color: #2f72da;
    width: 1.75rem;
    height: 0.75rem;
  }
  .section-echarts .echarts-filter-container .btns > div span {
    font-size: 0.35rem;
    color: #fff;
    margin-right: 2px;
  }
  .section-echarts .echarts-filter-container .btns > div img {
    width: 0.25rem;
  }
  .section-echarts .echarts-filter-container .btns > div + div {
    margin-left: 0.25rem;
  }
  .section-echarts .echarts-container {
    width: 100%;
    overflow-x: scroll;
    height: auto;
  }
  .section-echarts #echarts {
    height: 10rem;
    width: 20rem;
  }
  .ggsjkf {
    display: block;
    box-sizing: border-box;
    position: relative;
    height: auto;
    overflow: hidden;
    margin-top: 0.375rem;
  }
  .ggsjkf img {
    display: block;
    width: 100%;
    height: 1rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-news {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .section-news .section-news-container {
    width: 100%;
    margin-top: 0.375rem;
  }
  .section-news .section-news-container .section-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .section-news .section-news-container .section-title::before {
    height: 0.225rem;
    width: calc(100% - 2.8rem);
    left: 1.8rem;
    right: 1rem;
  }
  .section-news .section-news-container .section-title .title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #2f72da;
  }
  .section-news .section-news-container .section-title .more {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    font-size: 0.35rem;
    color: #666;
  }
  .section-news .section-news-container .news-list a {
    margin-top: 0.25rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .section-news .section-news-container .news-list a .title {
    flex: 1;
    font-size: 0.35rem;
    color: #333;
    padding-left: 0.55rem;
    padding-right: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
  }
  .section-news .section-news-container .news-list a .title::before {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    background-color: #d4d4d4;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .section-news .section-news-container .news-list a .time {
    flex-shrink: 0;
    font-size: 0.35rem;
    color: #333;
  }
  .section-news .section-news-container .news-list a:hover .title {
    color: #2f72da;
  }
  .section-news .section-news-container .news-list a:hover .title::before {
    background-color: #2f72da;
  }
  .section-news .section-news-container .news-list a:hover .time {
    color: #2f72da;
  }
  .section-tj {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .section-tj a {
    margin-top: 0.375rem;
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  .section-tj a img {
    display: block;
    width: 100%;
    height: auto;
  }
}