﻿.header {
  width: 100%;
  font-size: 0.24rem;
  font-family: MicrosoftYaHei;
  background-color: #fff;
}
.header-title {
  height: 0.66rem;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #fff;
  color: #666666;
  padding-right: 0.2rem;
}
.header-title a {
  color: #666666;
}
.line {
  height: 0.31rem;
  width: 0.01rem;
  margin: 0 0.2rem;
  background-color: #666666;
}
.header-content {
  height: 3.2rem;
  width: 100%;
  background-image: url('header-bg.png');
  background-size: 100% 100%;
  overflow: hidden;
}
.content-title {
  width: 100%;
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 0.51rem;
  color: rgba(190, 196, 200, 1);
  text-align: center;
  margin-top: 0.91rem;
}
.content-search {
  width: 6.12rem;
  height: 0.64rem;
  display: flex;
  margin: 0.45rem  auto 0;
  border-radius: 0.06rem;
}
.search {
  width: 5.12rem;
  height: 0.64rem;
  border: none;
  border-radius: 0.04rem 0 0 0.04rem;
  padding-left: 0.23rem;
  font-size: 0.24rem;
}
.search::-webkit-input-placeholder {
  color: #999999;
}

.search-ico {
  width: 1rem;
  height: 0.64rem;
  background-color: #0287e6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0.04rem 0.04rem 0;
}
.search-ico-img {
  width: 0.4rem;
  height: 0.4rem;
}
.header-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0.15rem;
  height: 1.64rem;
}
.header-list li {
  width: 25%;
  height: 0.56rem;
  text-align: center;
  line-height: 0.56rem;
  font-family: MicrosoftYaHei;
  font-size: 0.28rem;
}
/* .header-list li:hover {
  color: #fff !important;
  background-color: #10568a;
} */
.header-list li a:hover {
  color: #fff !important;
  background-color: #10568a;
}
.header-list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333333;
  /* background-color: #10568a; */
}

/* .active-li {
  color: #fff !important;
} */
.active-li a {
  color: #fff !important;
  background-color: #10568a;
}
.common-content {
  display: none;
  padding: 0 0.19rem 0 0.2rem;
  height: auto;
  background-color: #fff;
}
.common-content.show{
  display: flex;
}
.common-item {
  display: flex;
  align-items: center;
  height: 0.78rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.06);
}
.common-item-spot {
  width: 0.08rem;
  height: 0.08rem;
  background: #10568a;
}
.common-item-text {
  width: calc(100% - 1.6rem);
  font-family: MicrosoftYaHei;
  font-size: 0.24rem;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 0 0 0.1rem;
  cursor: pointer;
}
.common-item-time {
  height: 0.26rem;
  font-family: MicrosoftYaHei;
  font-size: 0.2rem;
  color: #10568a;
}
.common-tabs-bt {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-bottom: 0.01px solid rgba(0, 0, 0, 0.06);
}
.common-tabs-left {
  display: flex;
  justify-content: flex-start;

  height: 0.54rem;
  cursor: pointer;
}
.left-one {
  margin-right: 0.3rem;
  font-size: 0.24rem;
  color: #333333;
}
.left-two {
  margin-right: 0.3rem;
  font-size: 0.24rem;
  color: #333333;
}
.active-left {
  font-family: MicrosoftYaHeiSNaNpxibold;
  font-size: 0.28rem !important;
  color: #10568a !important;
  font-weight: 700;
  position: relative;
}
.active-left::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.04rem;
  background: #10568a;
  border-radius: 0.02rem;
  top: 0.5rem;
  left: 0;
}
.common-tabs-more {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.common-tabs-more1 {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.more {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 0.24rem;
  color: #999999;
  margin-right: 0.07rem;
  line-height: 0.24rem;
}
.more-ico {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  line-height: 0.24rem;
}
.footer {
  background-color: #fff;
  padding: 0.16rem;
}
.footer-list {
  font-size: 0.22rem;
  font-family: MicrosoftYaHei;
  text-align: center;
  border-bottom: 0.01px solid rgba(0, 0, 0, 0.06);
}
.footer-item {
  margin-bottom: 0.16rem;
  display: flex;
  justify-content: center;
}
.footer-item-title {
  color: #333333;
  font-weight: 700;
  margin-right: 0.08rem;
}
.footer-item-text {
  color: #666666;
}
.footer-item-img {
  margin-right: 0.08rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-item-img img {
  width: 0.2rem;
  height: 0.2rem;
}
.footer-bt {
  height: 1.16rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zfwz {
  width: 1.1rem;
  height: 0.55rem;
  margin-right: 0.36rem;
}
.dzjg {
  width: 0.8rem;
  height: 0.8rem;
}

.flex-s-b-y {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
