@charset "UTF-8";
body {
  background-color: #f2f8ff;
  background-image: url(../images/yj-wz-yhyshj-img-head-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 766px;
}

.page-head-text {
  display: block;
  height: 0.96rem;
  margin-top: 0.94rem;
  margin-left: auto;
  margin-right: auto;
}

.page-content-container {
  border-radius: 0.24rem;
  box-shadow: 0px 0.02rem 0.18rem 0 rgba(0, 18, 34, 0.1);
  background-color: #fff;
  margin-top: 1.3rem;
  margin-bottom: 0.54rem;
  padding: 0.78rem 0.3rem 0.4rem;
}
.page-content-container .page-tabs {
  position: absolute;
  left: 50%;
  top: -0.44rem;
  width: calc(100% - 0.6rem);
  transform: translateX(-50%);
  padding-bottom: 0.33rem;
  border-bottom: dotted 2px #6a9ff0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.page-content-container .page-tabs > a {
  width: 23.61538%;
  height: 0.88rem;
  line-height: 0.88rem;
  border-radius: 0.1rem;
  background-image: linear-gradient(to left, #93a5cf, #bac8e0);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.page-content-container .page-tabs > a img {
  height: 0.3rem;
  margin-right: 0.2rem;
}
.page-content-container .page-tabs > a span {
  color: #f2f5ff;
  letter-spacing: 1.2px;
  font-family: MicrosoftYaHei;
  font-size: 0.24rem;
  font-weight: bold;
}
.page-content-container .page-tabs > a.active {
  background-image: linear-gradient(to left, #46aef7, #1dd5e6);
}
.page-content-container .page-tabs > a.active span {
  color: #fff;
}
.page-content-container .page-tabs > a + a {
  margin-left: 2.76923%;
}
.page-content-container .search-type-container {
  border-radius: 0.04rem;
  border: solid 1px #e6ebf5;
  background-color: #f7f9fc;
  padding: 0.22rem 0.26rem;
  overflow: hidden;
  margin-top: 0.24rem;
}
.page-content-container .search-type-container .search-types {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-content-container .search-type-container .search-types a {
  width: 15.70512%;
  height: 0.44rem;
  line-height: 0.44rem;
  border-radius: 0.04rem;
  background-color: #e8f1fc;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 0.16rem;
  margin-left: 1.153856%;
  margin-top: 1.153856%;
  padding: 0 0.1rem;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.page-content-container .search-type-container .search-types a.active {
  background-color: #2f72da;
  color: #fff;
}
.page-content-container .search-type-container .search-types a:nth-child(6n+1) {
  margin-left: 0;
}
.page-content-container .search-type-container .search-types a:nth-child(-n+6) {
  margin-top: 0;
}
.page-content-container .section-title {
  margin-top: 0.4rem;
  text-align: center;
}
.page-content-container .section-title span {
  display: inline-block;
  font-size: 0.24rem;
  font-weight: bold;
  background-color: #fff;
  padding: 0 0.2rem;
  position: relative;
}
.page-content-container .section-title span::before {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  background-color: #2f72da;
  border-radius: 50%;
  position: absolute;
  left: -0.08rem;
  top: 50%;
  transform: translateY(-50%);
}
.page-content-container .section-title span::after {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  background-color: #2f72da;
  border-radius: 50%;
  position: absolute;
  right: -0.08rem;
  top: 50%;
  transform: translateY(-50%);
}
.page-content-container .section-title::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2f72da;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-content-container .news-list {
  margin-bottom: 0.35rem;
  *zoom: 1;
}
.page-content-container .news-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.page-content-container .news-list a {
  float: left;
  width: 48.92307%;
  margin-left: 2.1538%;
  display: block;
  box-sizing: border-box;
  position: relative;
  border: solid 1px #dbe9fc;
  background-image: linear-gradient(to top, #fff, #ebf3ff);
  padding: 0.25rem;
  margin-top: 0.3rem;
}
.page-content-container .news-list a .title {
  height: 0.6rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
}
.page-content-container .news-list a .time {
  font-size: 0.16rem;
  color: #999;
  margin-top: 0.4rem;
}
.page-content-container .news-list a .time::before {
  content: "";
  width: 0.5rem;
  height: 0.03rem;
  background-color: #2f72da;
  position: absolute;
  top: -0.25rem;
  left: 0;
}
.page-content-container .news-list a:hover {
  border: solid 1px #2f72da;
}
.page-content-container .news-list a:hover .title,
.page-content-container .news-list a:hover .time {
  color: #2f72da;
}
.page-content-container .news-list a:nth-child(2n+1) {
  margin-left: 0;
}

@media screen and (max-width: 992px) {
  body {
    background-size: 100% 260px;
  }
  .page-head-text {
    display: block;
    height: auto;
    margin-top: 0.4rem;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 860px;
  }
  .page-content-container {
    border-radius: 0.4rem;
    margin-top: 0.8rem;
    margin-bottom: 0.54rem;
    padding: 0.2rem 0.25rem 0.4rem;
    width: auto;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .page-content-container .page-tabs {
    position: relative;
    left: 0;
    top: 0;
    width: calc(100% - 0.5rem);
    margin-left: auto;
    margin-right: auto;
    transform: none;
    padding-bottom: 0.3rem;
    border-bottom: dashed 2px #6a9ff0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page-content-container .page-tabs > a {
    width: 49%;
    margin-top: 0.2rem;
    flex-shrink: 0;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 0.2rem;
  }
  .page-content-container .page-tabs > a img {
    height: 0.4rem;
    margin-right: 0.2rem;
  }
  .page-content-container .page-tabs > a span {
    font-size: 0.4rem;
  }
  .page-content-container .page-tabs > a.active {
    display: flex;
    background-image: linear-gradient(to left, #46aef7, #1dd5e6);
  }
  .page-content-container .page-tabs > a.active span {
    color: #fff;
  }
  .page-content-container .page-tabs > a + a {
    margin-left: 0;
  }
  .page-content-container .search-type-container {
    border-radius: 0.1rem;
    padding: 0.25rem 0.26rem;
    overflow: hidden;
    margin-top: 0.25rem;
  }
  .page-content-container .search-type-container .search-types {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page-content-container .search-type-container .search-types a {
    width: 49%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.04rem;
    font-size: 0.375rem;
    margin-left: 2%;
    margin-top: 2%;
  }
  .page-content-container .search-type-container .search-types a:nth-child(6n+1) {
    margin-left: 2%;
  }
  .page-content-container .search-type-container .search-types a:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-content-container .search-type-container .search-types a:nth-child(-n+6) {
    margin-top: 2%;
  }
  .page-content-container .search-type-container .search-types a:nth-child(-n+2) {
    margin-top: 0;
  }
  .page-content-container .section-title {
    margin-top: 0.4rem;
    text-align: center;
  }
  .page-content-container .section-title span {
    font-size: 0.4rem;
    padding: 0 0.4rem;
  }
  .page-content-container .news-list {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
  }
  .page-content-container .news-list a {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 0.25rem;
    margin-top: 0.3rem;
  }
  .page-content-container .news-list a .title {
    height: auto;
    line-height: 1.6;
    font-size: 0.375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
  }
  .page-content-container .news-list a .time {
    font-size: 0.35rem;
    color: #999;
    margin-top: 0.5rem;
  }
  .page-content-container .news-list a .time::before {
    content: "";
    width: 1rem;
    height: 0.1rem;
    top: -0.25rem;
    left: 0;
  }
}