@charset "UTF-8";
.sjfb-content-container {
  background-image: url(../images/yj-qj-sjfb-img-content-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  margin-top: -20px;
}
.sjfb-content-container .section-title {
  height: 50px;
  line-height: 50px;
  border-bottom: solid 1px #e8ecf2;
}
.sjfb-content-container .section-title .title-tabs {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  *zoom: 1;
}
.sjfb-content-container .section-title .title-tabs:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.sjfb-content-container .section-title .title-tabs a {
  display: block;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-left: 30px;
  color: #97a6be;
  font-size: 19.8px;
  font-size: calc(22 * var(--font-scale) * 1px);
  font-weight: bold;
}
.sjfb-content-container .section-title .title-tabs a:nth-child(1) {
  margin-left: 0;
}
.sjfb-content-container .section-title .title-tabs a.active {
  color: #12489d;
}
.sjfb-content-container .section-title .sub-title-tabs {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  *zoom: 1;
}
.sjfb-content-container .section-title .sub-title-tabs:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.sjfb-content-container .section-title .sub-title-tabs a {
  display: block;
  box-sizing: border-box;
  position: relative;
  float: left;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: #333;
  padding-left: 10px;
  padding-right: 10px;
  border-left: solid 1px #333;
  line-height: 1;
}
.sjfb-content-container .section-title .sub-title-tabs a:nth-child(1) {
  padding-left: 0;
  border-left: 0;
}
.sjfb-content-container .section-title .sub-title-tabs a:nth-last-child(1) {
  padding-right: 0;
}
.sjfb-content-container .section-title .sub-title-tabs a.active {
  color: #12489d;
}
.sjfb-content-container .section-title .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: #999;
}
.sjfb-content-container .news-list a {
  height: 45px;
  line-height: 45px;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.sjfb-content-container .news-list a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #a0b8dc;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sjfb-content-container .news-list a:hover h1 {
  color: #12489d;
}
.sjfb-content-container .news-list a h1 {
  font-weight: normal;
  padding-left: 15px;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 75%;
  margin: 0;
}
.sjfb-content-container .news-list a span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: #333;
}
.sjfb-content-container .section-1 .tabs {
  *zoom: 1;
}
.sjfb-content-container .section-1 .tabs:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.sjfb-content-container .section-1 .tabs > div {
  cursor: pointer;
  border-radius: 8px;
  border: solid 1px #e1e4e8;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  height: 60px;
  line-height: 60px;
  float: left;
  width: 15%;
  margin-left: 1.45%;
}
.sjfb-content-container .section-1 .tabs > div.active {
  border: solid 1px #8cade1;
  background-color: #f2f6fc;
  color: #12489d;
}
.sjfb-content-container .section-1 .tabs > div:nth-child(1) {
  margin-left: 0;
}
.sjfb-content-container .section-1 .tabs > div:nth-last-of-type(1) {
  width: 17.75%;
}
.sjfb-content-container .section-1 .tabs > div img {
  width: 20px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: sub;
}
.sjfb-content-container .section-1 .tabs > div span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding-left: 46px;
}
.sjfb-content-container .section-1 .chart-container .chart-head {
  margin-top: 28px;
}
.sjfb-content-container .section-1 .chart-container .chart-head .title {
  font-size: 19.8px;
  font-size: calc(22 * var(--font-scale) * 1px);
  font-weight: bold;
}
.sjfb-content-container .section-1 .chart-container .chart-head .download {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  background-color: #f0f5fa;
  padding: 10px 16px;
  color: #12489d;
  cursor: pointer;
}
.sjfb-content-container .section-1 .chart-container .chart-head .download img {
  width: 19px;
  vertical-align: sub;
}
.sjfb-content-container .section-1 .chart-container #chart {
  height: 500px;
  margin-top: 20px;
  width: 100%;
}
.sjfb-content-container .section-2 {
  *zoom: 1;
  margin-top: 20px;
}
.sjfb-content-container .section-2:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.sjfb-content-container .section-2 .left-container {
  float: left;
  width: 48.75%;
}
.sjfb-content-container .section-2 .right-container {
  float: right;
  width: 48.75%;
}
.sjfb-content-container .section-3 {
  *zoom: 1;
  margin-top: 20px;
}
.sjfb-content-container .section-3:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.sjfb-content-container .section-3 .left-container {
  float: left;
  width: 48.75%;
}
.sjfb-content-container .section-3 .right-container {
  float: right;
  width: 48.75%;
}
.sjfb-content-container .section-4 {
  background-image: url(../images/yj-qj-sjfb-img-ggsjkf-bg.png);
  background-repeat: no-repeat;
  height: 100px;
  background-size: 100% 100%;
  margin-bottom: 33px;
  margin-top: 20px;
}
.sjfb-content-container .section-4:hover div {
  letter-spacing: 12px;
}
.sjfb-content-container .section-4 div {
  height: 100px;
  line-height: 100px;
  text-align: center;
  text-shadow: 0px 2px 8px rgba(11, 29, 126, 0.65);
  font-family: YouSheBiaoTiHei;
  font-size: 48px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 9.6px;
  color: #fff;
  transition: all 0.2s ease;
}
.sjfb-content-container .section-4 div span {
  color: #faec08;
}

@media screen and (max-width: 1220px) {
  .sjfb-content-container {
    margin-top: -1.04167vw;
  }
  .sjfb-content-container .section-title {
    height: 2.60417vw;
    line-height: 2.60417vw;
  }
  .sjfb-content-container .section-title .title-tabs a {
    margin-left: 1.5625vw;
  }
  .sjfb-content-container .section-title .sub-title-tabs a {
    padding-left: 0.52083vw;
    padding-right: 0.52083vw;
  }
  .sjfb-content-container .news-list a {
    height: 2.34375vw;
    line-height: 2.34375vw;
  }
  .sjfb-content-container .news-list a::before {
    width: 0.26042vw;
    height: 0.26042vw;
  }
  .sjfb-content-container .news-list a h1 {
    padding-left: 0.78125vw;
  }
  .sjfb-content-container .section-1 .tabs > div {
    border-radius: 0.41667vw;
    height: 3.125vw;
    line-height: 3.125vw;
  }
  .sjfb-content-container .section-1 .tabs > div img {
    width: 1.04167vw;
    margin-left: 1.04167vw;
  }
  .sjfb-content-container .section-1 .tabs > div span {
    padding-left: 2.39583vw;
  }
  .sjfb-content-container .section-1 .chart-container .chart-head {
    margin-top: 1.45833vw;
  }
  .sjfb-content-container .section-1 .chart-container .chart-head .download {
    border-radius: 0.20833vw;
    padding: 0.52083vw 0.83333vw;
  }
  .sjfb-content-container .section-1 .chart-container .chart-head .download img {
    width: 0.98958vw;
  }
  .sjfb-content-container .section-1 .chart-container #chart {
    height: 26.04167vw;
    margin-top: 1.04167vw;
  }
  .sjfb-content-container .section-2 {
    margin-top: 1.04167vw;
  }
  .sjfb-content-container .section-3 {
    margin-top: 1.04167vw;
  }
  .sjfb-content-container .section-4 {
    height: 5.20833vw;
    margin-bottom: 1.71875vw;
    margin-top: 1.04167vw;
  }
  .sjfb-content-container .section-4:hover div {
    letter-spacing: 0.625vw;
  }
  .sjfb-content-container .section-4 div {
    height: 5.20833vw;
    line-height: 5.20833vw;
    font-size: 2.5vw;
    letter-spacing: 0.5vw;
  }
}
@media screen and (max-width: 992px) {
  .sjfb-content-container .section-title {
    height: auto;
    line-height: auto;
    border-bottom: none;
  }
  .sjfb-content-container .section-title .title-tabs {
    position: relative;
    left: 0;
    top: auto;
    transform: none;
    *zoom: 1;
    border-bottom: solid 1px #e8ecf2;
    padding-bottom: 15px;
  }
  .sjfb-content-container .section-title .title-tabs:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .sjfb-content-container .section-title .title-tabs a {
    margin-left: 15px;
    font-size: 18px;
    font-size: calc(20 * var(--font-scale) * 1px);
  }
  .sjfb-content-container .section-title .sub-title-tabs {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    *zoom: 1;
    margin-top: 10px;
    overflow-x: auto;
    display: flex;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
  }
  .sjfb-content-container .section-title .sub-title-tabs:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .sjfb-content-container .section-title .sub-title-tabs::-webkit-scrollbar {
    display: none; /* Chrome Safari */
  }
  .sjfb-content-container .section-title .sub-title-tabs a {
    flex-shrink: 0;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    color: #333;
    padding: 5px 10px;
    border-left: 0;
  }
  .sjfb-content-container .section-title .sub-title-tabs a:nth-child(1) {
    padding-left: 10px;
    border-left: 0;
  }
  .sjfb-content-container .section-title .sub-title-tabs a:nth-last-child(1) {
    padding-right: 10px;
  }
  .sjfb-content-container .section-title .sub-title-tabs a.active {
    background-color: #12489d;
    border-radius: 15px;
    color: #fff;
  }
  .sjfb-content-container .section-title .more {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 15px;
    transform: none;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .sjfb-content-container .news-list a {
    height: 40px;
    line-height: 40px;
  }
  .sjfb-content-container .news-list a::before {
    width: 5px;
    height: 5px;
  }
  .sjfb-content-container .news-list a h1 {
    padding-left: 15px;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    width: 70%;
  }
  .sjfb-content-container .news-list a span {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .sjfb-content-container .section-1 .tabs > div {
    border-radius: 8px;
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
    height: 45px;
    line-height: 45px;
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .sjfb-content-container .section-1 .tabs > div:nth-child(odd) {
    margin-left: 0;
  }
  .sjfb-content-container .section-1 .tabs > div:nth-last-of-type(1) {
    width: 49%;
  }
  .sjfb-content-container .section-1 .tabs > div img {
    width: 20px;
    margin-left: 5px;
  }
  .sjfb-content-container .section-1 .tabs > div span {
    padding-left: 30px;
  }
  .sjfb-content-container .section-1 .chart-container .chart-head {
    margin-top: 20px;
  }
  .sjfb-content-container .section-1 .chart-container .chart-head .title {
    font-size: 18px;
    font-size: calc(20 * var(--font-scale) * 1px);
  }
  .sjfb-content-container .section-1 .chart-container .chart-head .download {
    border-radius: 4px;
    padding: 5px 10px;
  }
  .sjfb-content-container .section-1 .chart-container .chart-head .download img {
    width: 15px;
  }
  .sjfb-content-container .section-1 .chart-container .chart-wrap {
    overflow-x: scroll;
  }
  .sjfb-content-container .section-1 .chart-container .chart-wrap::-webkit-scrollbar {
    /* 隐藏默认的滚动条 */
    -webkit-appearance: none;
  }
  .sjfb-content-container .section-1 .chart-container .chart-wrap::-webkit-scrollbar:horizontal {
    /* 设置水平滚动条厚度 */
    height: 2px;
  }
  .sjfb-content-container .section-1 .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);
  }
  .sjfb-content-container .section-1 .chart-container #chart {
    height: 300px;
    margin-top: 20px;
    width: 920px;
  }
  .sjfb-content-container .section-2 {
    margin-top: 20px;
  }
  .sjfb-content-container .section-2 .left-container {
    float: none;
    width: 100%;
  }
  .sjfb-content-container .section-2 .right-container {
    margin-top: 20px;
    float: none;
    width: 100%;
  }
  .sjfb-content-container .section-3 {
    margin-top: 20px;
  }
  .sjfb-content-container .section-3 .left-container {
    float: none;
    width: 100%;
  }
  .sjfb-content-container .section-3 .right-container {
    margin-top: 20px;
    float: none;
    width: 100%;
  }
  .sjfb-content-container .section-4 {
    background-image: url(../images/yj-qj-sjfb-img-ggsjkf-bg.png);
    background-repeat: no-repeat;
    height: 60px;
    background-size: 100% 100%;
    margin-bottom: 33px;
    margin-top: 20px;
  }
  .sjfb-content-container .section-4:hover div {
    letter-spacing: 2px;
  }
  .sjfb-content-container .section-4 div {
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-shadow: 0px 2px 8px rgba(11, 29, 126, 0.65);
    font-family: YouSheBiaoTiHei;
    font-size: 20px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 2px;
    color: #fff;
    transition: all 0.2s ease;
  }
  .sjfb-content-container .section-4 div span {
    color: #faec08;
  }
}