body {
  background-color: #f9f9f9;
}

.tg_banner {
  width: 7.5rem;
  height: 3rem;
}

.tg_banner .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tg_ban .swiper-slide {
  width: 7.5rem;
  height: 3rem;
}

.swiper-pagination-bullet {
  background-color: #dfdf !important;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.swiper-pagination-bullet {
  width: 0.16rem !important;
  height: 0.16rem !important;
  z-index: 2;
}

.swiper-pagination {
  width: 1.8rem !important;
  /*padding: 0.1rem;*/
  height: 0.4rem !important;
  background-color: rgba(0, 0, 0, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.swiper-pagination {
  position: relative !important;
  top: -0.5rem !important;
  margin: 0 auto !important;
}

.tg_banner .swiper-slide img {
  width: 100%;
  height: 100%;
}

.tg_nav {
  width: 7.5rem;
  height: 1.8rem;
  background-color: #fff;
}

.tg_nav .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tg_nav .swiper-slide {
  width: 1.3rem;
  height: 1.5rem;
  padding-top: 0.3rem;
  text-align: center;
}

.tg_nav .swiper-slide a img {
  width: 0.8rem;
  height: 0.8rem;
}

.tg_nav .swiper-slide a div {
  margin-top: 0.1rem;
  font-size: 0.22rem;
  color: #666;
}

.top_line,
.tgxx_list,
.tgbk_list,
.tgtk_list,
.tgrl_list,
.tgxd_list {
  width: 7.1rem;
  padding: 0.4rem 0.2rem 0rem 0.2rem;
  margin-top: 0.2rem;
  background-color: #fff;
}

.top_title,
.tgxx_title,
.tgbk_title,
.tgtk_title,
.tgrl_title,
.tgxd_title {
  width: 3.6rem;
  height: 0.32rem;
  line-height: 0.32rem;
  font-size: 0.3rem;
  text-align: left;
  color: #333333;
  font-weight: bold;
  padding-left: 0.1rem;
}
.top_title {
  border-left: 3px solid #8cd500;
}
.tgxx_title {
  border-left: 3px solid #ff5b86;
}
.tgbk_title {
  border-left: 3px solid #a788ff;
}
.tgtk_title {
  border-left: 3px solid #ff8e2e;
}
.tgrl_title {
  border-left: 3px solid #45bffe;
}
.tgxd_title {
  border-left: 3px solid #fc4e1d;
}
.top_line ul,
.tgtk_list > ul,
.tgrl_list > ul,
.tgxd_list > ul {
  margin-top: 0.4rem;
  min-height: 1.55rem;
}
.tgxx_con > ul,
.tgbk_con > ul,
.tgtk_con > ul,
.tgxd_con > ul {
  min-height: 1.55rem;
}
.top_line > ul li,
.tgxx_con > ul li,
.tgbk_con > ul li,
.tgtk_con > ul li,
.tgxd_con > ul li {
  height: 1.25rem;
  border-bottom: 1px dashed #dfdfdf;
  padding-top: 0.3rem;
  position: relative;
}
.top_line ul li:nth-last-child(1) {
  border-bottom: none;
}
.top_line > ul li a p {
  color: #e53333;
}
.list_item {
  margin-left: 0.2rem;
  height: 0.4rem;
  font-size: 0.28rem;
  color: #666;
  line-height: 0.4rem;
  text-align: left;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_item i {
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;

  position: absolute;
  left: 0;
  top: 29%;
}
.top_line .list_item i {
  background-color: #8cd500;
}
.tgxx_list .list_item i {
  background-color: #ff5b86;
}
.tgbk_list .list_item i {
  background-color: #a788ff;
}
.tgtk_list .list_item i {
  background-color: #ff8e2e;
}
.tgrl_list .list_item i {
  background-color: #45bffe;
}
.tgxd_list .list_item i {
  background-color: #fc4e1d;
}
.list_time {
  font-size: 0.24rem;
  line-height: 0.5rem;
}
.top_line .list_time {
  color: #e53333;
}
.tgxx_nav ul,
.tgbk_nav ul,
.tgtk_nav ul,
.tgxd_nav ul {
  height: 0.57rem;
  border-bottom: 1px solid #dfdfdf;
  margin-top: 0.4rem;
}
.tgxx_nav ul li,
.tgbk_nav ul li,
.tgtk_nav ul li,
.tgxd_nav ul li {
  height: 0.57rem;
  text-align: center;
  line-height: 0.57rem;
  font-size: 0.26rem;
  color: #666666;
  padding: 0 0.23rem;
  float: left;
}
.tgxx_nav ul li:nth-child(1),
.tgbk_nav ul li:nth-child(1),
.tgtk_nav ul li:nth-child(1),
.tgxd_nav ul li:nth-child(1) {
  margin-left: 0;
}
.tgxx_nav::after,
.tgbk_nav::after,
.tgtk_nav::after,
.tgxd_nav::after {
  display: block;
  content: "";
  clear: both;
}
.tgxx_nav ul li.tgxx_act {
  color: #ff5b86;
  border-bottom: 1px solid #ff5b86;
}
.tgbk_nav ul li.tgbk_act {
  color: #a788ff;
  border-bottom: 1px solid #a788ff;
}
.tgtk_nav ul li.tgtk_act {
  color: #ff8e2e;
  border-bottom: 1px solid #ff8e2e;
}
.tgxd_nav ul li.tgxd_act {
  color: #fc4e1d;
  border-bottom: 1px solid #fc4e1d;
}
.more_info {
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
}
.more_info a {
  font-size: 0.24rem;
  color: #999;
}

.tgtk_title span,
.tgrl_title span,
.tgxd_title span {
  position: absolute;
  right: 0.22rem;
}
.tgtk_title span a,
.tgrl_title span a,
.tgxd_title span a {
  font-weight: normal;
  font-size: 0.24rem;
  color: #999;
}

.tgrl_list > ul li {
  height: 1.55rem;
  border-bottom: 1px dashed #dfdfdf;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
  position: relative;
}
.tgrl_list .list_item i {
  top: 22%;
}
.rl_bm,
.rl_bs {
  height: 0.32rem;
  position: relative;
  margin-top: 0.2rem;
  font-size: 0.26rem;
  margin-left: 0.3rem;
  color: #999;
}
.rl_bm i {
  width: 0.32rem;
  height: 0.32rem;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 0.32rem;
  position: absolute;
  font-size: 0.8em;
  color: #fff;
  background-color: #fd751d;
  left: -0.4rem;
  top: 0.05rem;
}
.rl_bs i {
  width: 0.32rem;
  height: 0.32rem;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 0.32rem;
  position: absolute;
  font-size: 0.8em;
  color: #fff;
  background-color: #fdaf1b;

  left: -0.4rem;
  top: 0.05rem;
}
.bm_btn {
  width: 1.2rem;
  height: 0.4rem;
  display: block;
  font-size: 0.24rem;
  color: #45bffe;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #45bffe;
  text-align: center;
  line-height: 0.4rem;
  position: absolute;
  right: 0.2rem;
  bottom: 0.3rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .rl_bs i,
  .rl_bm i {
    top: -0.05rem;
  }
}
li.no_list {
  text-align: center;
  line-height: 1.25rem;
  font-size: 0.24rem;
  color: #999;
}
/*九小导航*/
.nine_content {
  padding: 0.1rem 0rem;
  background-color: #fff;
  margin-bottom: 0.2rem;
}
.nine_content > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.nine_content > ul > li {
  flex-grow: 2;
  width: 25%;
  padding: 0.15rem 0rem;
}
.nine_content > ul > li > a {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.nine_content > ul > li > a > img {
  width: 0.84rem;
  height: 0.84rem;
}
.nine_content > ul > li > a > div {
  width: 100%;
  text-align: center;
  font-size: 0.25rem;
}
