.container {
  width: 100%;
}
.container .main_body {
  margin-top: 0;
  padding: 0;
}
#policy-information .pc_Content {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
}
#policy-information .pc_Content .more {
  font-size: 12px;
  color: #666666;
}
#policy-information .pc_Content .more.active {
  display: block;
}
#policy-information .pc_Content .top {
  width: 100%;
  height: 140px;
  background: #0731a0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.38rem;
  color: #ffffff;
  font-style: normal;
}
#policy-information .pc_Content .content_top_navBar {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  display: flex;
  padding: 0 100px;
  margin-bottom: 35px;
  background: #f7f8fa;
}
#policy-information .pc_Content .content_top_navBar .span1 {
  cursor: pointer;
}
#policy-information .pc_Content .content_top_navBar .span2 {
  color: #0a5db1;
  cursor: pointer;
}
#policy-information .pc_Content .content_top_navBar .right-icon {
  margin: 0 5px;
}
#policy-information .pc_Content .center_content {
  margin: 32px auto;
  width: 1200px;
}
#policy-information .pc_Content .center_content .center_content_box {
  margin-bottom: 32px;
}
#policy-information .pc_Content .center_content .center_content_box .center_title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
}
#policy-information .pc_Content .center_content .center_content_box .center_title_box .center_title {
  width: 64px;
  height: 26px;
  font-family: MicrosoftYaHeiUI, MicrosoftYaHeiUI;
  font-weight: bold;
  font-size: 16px;
  color: #1468bf;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}
#policy-information .pc_Content .center_content .center_content_box .center_title_box .center_title .line {
  width: 32px;
  height: 3px;
  background: #1468bf;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 5px;
}
#policy-information .pc_Content .center_content .center_content_box .center_content_item .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#policy-information .pc_Content .center_content .center_content_box .center_content_item .item .content {
  font-size: 16px;
  color: #333333;
  line-height: 46px;
  text-align: left;
  font-style: normal;
}
#policy-information .pc_Content .special_box {
  width: 100%;
  display: flex;
  margin-top: 20px;
}
#policy-information .pc_Content .special_box .special_item {
  min-width: 150px;
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  border-radius: 8px;
  background-color: #f7f8fa;
  display: flex;
  justify-content: center;
  font-size: 14px;
  margin-right: 30px;
  cursor: pointer;
  align-items: baseline;
}
#policy-information .pc_Content .special_box .special_item:hover a {
  color: #1468bf;
}
#policy-information .pc_Content .special_box .special_item:hover i {
  color: #1468bf;
}
#policy-information .pc_Content .special_box .special_item a {
  color: #000000;
}
#policy-information .pc_Content .special_box .active {
  background-color: #1468bf;
  color: #ffffff;
  position: relative;
}
#policy-information .pc_Content .special_box .active::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #1468bf;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -16px;
  transform: rotateZ(180deg);
}
#policy-information .mobile_Content {
  font-size: 0.16rem;
  background: #f7f8fa;
}
#policy-information .mobile_Content .top {
  width: 100%;
  height: 120px;
  background: url(/images/banner_lan.png) center no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.38rem;
  color: #ffffff;
  font-style: normal;
}
#policy-information .mobile_Content .center_content_box {
  background-color: #ffffff;
  padding: 0.3rem 0.15rem 0 0.15rem;
  margin-bottom: 0.1rem;
}
#policy-information .mobile_Content .center_content_box .center_title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#policy-information .mobile_Content .center_content_box .center_title_box .center_title {
  width: 0.8rem;
  height: 0.25rem;
  font-family: MicrosoftYaHeiUI, MicrosoftYaHeiUI;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.25rem;
  text-align: left;
  font-style: normal;
}
#policy-information .mobile_Content .center_content_box .center_title_box .more {
  width: 0.28rem;
  height: 0.18rem;
  font-family: MicrosoftYaHeiUI;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.18rem;
  text-align: left;
  font-style: normal;
}
#policy-information .mobile_Content .center_content_box .special_box {
  margin-top: 0.15rem;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #e5e5e5;
  overflow: auto;
}
#policy-information .mobile_Content .center_content_box .special_box .special_item {
  width: fit-content;
  height: 0.21rem;
  font-size: 0.16rem;
  line-height: 0.21rem;
  font-style: normal;
  margin-right: 0.4rem;
  word-break: keep-all;
}
#policy-information .mobile_Content .center_content_box .special_box .special_item:last-child {
  margin-right: 0;
}

#policy-information .mobile_Content .center_content_box .special_box1 {
  margin-top: 0.15rem;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #e5e5e5;
  overflow: auto;
}
#policy-information .mobile_Content .center_content_box .special_box1 .special_item {
  display: flex;
  width: fit-content;
  height: 0.36rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  padding: 0 0.15rem;
  font-style: normal;
  margin-right: 0.1rem;
  word-break: keep-all;
  border-radius: 8px;
  background-color: #f7f8fa;
  align-items: baseline;
}
#policy-information .mobile_Content .center_content_box .special_box1 .special_item a {
    width: 100%;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#policy-information .mobile_Content .center_content_box .special_box1 .special_item:last-child {
  margin-right: 0;
}
#policy-information .mobile_Content .center_content_box .special_box .active {
  font-weight: bold;
  color: #333333;
  position: relative;
}
#policy-information .mobile_Content .center_content_box .special_box .active::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #0a5db1;
  border-radius: 2px;
  position: absolute;
  bottom: -5px;
}
#policy-information .mobile_Content .center_content_box .center_content_item .item {
  margin-top: 0.14rem;
  padding-bottom: 0.14rem;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.32rem;
}
#policy-information .mobile_Content .center_content_box .center_content_item .item .date {
  font-family: MicrosoftYaHeiUI;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.32rem;
  text-align: left;
  font-style: normal;
}
#policy-information .mobile_Content .center_content_box .center_content_item .item:last-child {
  border-bottom: none;
}
.mobile_Content {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc_Content {
    display: none;
  }
  .mobile_Content {
    display: block;
  }
}
/*# sourceMappingURL=policy-information.css.map */
