@media (min-width: 993px) {
  .stat_tab_pane {
    margin-top: -60px;
  }
}
.stat_tab_style1 {
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 993px) {
  .stat_tab_style1 {
    justify-content: end;
  }
}
.stat_tab_style1 li {
  width: 184px;
}
@media (max-width: 600px) {
  .stat_tab_style1 li {
    width: 31%;
  }
}
.stat_tab_style1 li + li {
  margin-left: 15px;
}
@media (max-width: 600px) {
  .stat_tab_style1 li + li {
    margin-left: 3.5%;
  }
}
.stat_tab_style1 li a:not(.more) {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #333;
  width: 100%;
  height: 42px;
  line-height: 1.5;
  background-color: #f7f9fc;
  text-align: center;
}
@media (max-width: 600px) {
  .stat_tab_style1 li a:not(.more) {
    height: 60px;
  }
}
.stat_tab_style1 li.cur a:not(.more) {
  background-color: #ae1110;
  color: #ffffff;
}
.stat_tab_style1 a.more {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.stat_tab_style1 a.more:hover {
  opacity: 0.7;
}
.stat_content {
  border-top: 3px solid #ae1110;
  background-color: #f7f9fc;
  padding: 50px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .stat_content {
    padding: 30px 20px;
  }
}
.stat_content .stat_search_box {
  margin-bottom: 40px;
  position: relative;
}
.stat_content .stat_search_box .stat_text {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: 40px;
}
.stat_content .stat_search_box .select_box {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 40px;
}
.stat_content .stat_search_box .select_box::after {
  content: '';
  position: absolute;
  top: 17px;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 7px solid #333;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.stat_content .stat_search_box .select_box .select_input {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  padding: 0 1em;
  text-align: left;
}
.stat_content .stat_search_box .select_box .select_ul {
  box-sizing: border-box;
  width: 100%;
  z-index: 10;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
.stat_content .stat_search_box .select_box .select_ul li  {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.stat_content .stat_search_box .select_box .select_ul li:hover  {
  background-color: #ae1110;
  color: #fff;
}
.stat_content .stat_search_box .stat_btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 1em;
  font-size: 16px;
  font-weight: normal;
}
.stat_content .stat_search_box .stat_btn.white_btn {
  border: 1px solid #ae1110;
  color: #ae1110;
}
.stat_content .stat_search_box .stat_btn.color_btn {
  border: 1px solid #ae1110;
  background-color: #ae1110;
  color: #fff;
}
.stat_content .stat_search_box .stat_btn img {
  width: 16px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.stat_content .stat_search_box .stat_text,
.stat_content .stat_search_box .select_box,
.stat_content .stat_search_box .stat_btn {
  margin-bottom: 10px;
}
.stat_content .stat_chart_box {
  width: 100%;
  height: 400px;
}
@media (max-width: 992px) {
  .stat_content .stat_chart_box {
    overflow-x: auto;
  }
}
.stat_content .chart {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .stat_content .chart {
    width: 900px;
  }
}
.ydbb_ul {
  margin-left: -10px;
  margin-right: -10px;
}
.ydbb_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ydbb_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.ydbb_ul > li:nth-child(n) {
  margin-top: 0;
}
.ydbb_ul > li:nth-child(n)::after {
  display: block;
}
.ydbb_ul > li:nth-child(n + 2) {
  margin-top: 20px;
}
.ydbb_ul > li:nth-child(2) {
  margin-top: 0;
}
.ydbb_ul > li:nth-child(2n)::after,
.ydbb_ul > li:last-child::after {
  display: none;
}
.ydbb_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .ydbb_ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .ydbb_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .ydbb_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .ydbb_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .ydbb_ul > li:nth-child(n)::after {
    display: block;
  }
  .ydbb_ul > li:nth-child(n + 1) {
    margin-top: 20px;
  }
  .ydbb_ul > li:nth-child(1) {
    margin-top: 0;
  }
  .ydbb_ul > li:nth-child(1n)::after,
  .ydbb_ul > li:last-child::after {
    display: none;
  }
  .ydbb_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.ydbb_ul a {
  width: 100%;
  height: 120px;
  padding: 35px;
  background-color: #f7f9fc;
}
.ydbb_ul p {
  line-height: 1.1;
  position: relative;
  padding-left: 20px;
  padding-right: 50px;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.ydbb_ul p::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #bf191b;
}
.ydbb_ul .date {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #999;
}
.ydbb_ul a:hover {
  background: url(../images/ydbb_bg_cur.png) no-repeat right bottom;
  background-size: cover;
}
.ydbb_ul a:hover p {
  color: #fff;
}
.ydbb_ul a:hover p::before {
  background-color: #fff;
}
.more_btn {
  transition: all 0.3s;
  display: inline-block;
  width: 128px;
  height: 38px;
  line-height: 38px;
  border: solid 1px #ae1110;
  text-align: center;
  padding: 0 1em;
  font-size: 14px;
  font-weight: normal;
  color: #ae1110;
}
.more_btn:hover {
  background-color: #ae1110;
  color: #fff;
}
