section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .banner {
  height: 31.82rem;
  width: 100%;
}
section .position {
  color: #666;
  height: 4.55rem;
  line-height: 3.18rem;
  padding-bottom: 1.36rem;
}
section .position > a:hover {
  color: #4974fd;
}
section .list-nav {
  width: 100%;
  height: 2.73rem;
  box-sizing: border-box;
}
section .list-nav ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0.05rem solid #dcdcdc;
}
section .list-nav ul li {
  position: relative;
  line-height: 2.73rem;
  margin-right: 2.73rem;
  padding: 0 0.68rem;
  font-size: 0.82rem;
  color: #666;
}
section .list-nav ul li:last-child {
  margin-right: 0;
}
section .list-nav ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0.05rem;
  background-color: #4974fd;
  transition: width 0.5s;
}
section .list-nav ul li:hover {
  color: #4974fd;
}
section .list-nav ul li:hover::after {
  width: 100%;
  transition: width 0.5s;
}
section .list-nav ul .active {
  color: #4974fd;
}
section .list-nav ul .active::after {
  width: 100%;
}
section .fixedNav {
  position: fixed;
  top: 0;
  background-color: #fff;
  box-shadow: 0rem 0.27rem 1.09rem 0rem rgba(222, 227, 248, 0.35) !important;
  z-index: 9999;
}
section .fixedNav ul {
  border-bottom: 0.05rem solid transparent;
}
section .news {
  margin-top: 3.64rem;
  display: flex;
  flex-wrap: wrap;
}
section .news .box {
  width: calc(94%/3);
  margin-right: 3%;
  margin-bottom: 2.27rem;
}
section .news .box:nth-child(3n) {
  margin-right: 0;
}
section .news .box .pic {
  height: 12.73rem;
  overflow: hidden;
}
section .news .box .pic img {
  transition: all 0.3s ease;
}
section .news .box .txt h2 {
  margin: 1.36rem 0;
  font-size: 0.82rem;
  font-weight: normal;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section .news .box .txt p {
  font-size: 0.73rem;
  color: #666666;
  line-height: 1.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section .news .box .txt .bb {
  margin-top: 1.36rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .news .box .txt .bb .more {
  padding: 0.36rem 1.09rem;
  border: 0.05rem solid #999999;
  border-radius: 1.09rem;
  color: #999999;
}
section .news .box .txt .bb .date {
  color: #999999;
}
section .news .box:hover .pic img {
  transform: scale(1.04);
}
section .news .box:hover .txt h2 {
  color: #4974fd;
}
section .news .box:hover .txt .more {
  color: #4974fd;
  border: 0.05rem solid #4974fd;
}
section .paged {
  font-size: 0;
  text-align: center;
  padding-bottom: 4.77rem;
}
section .paged a,
section .paged .p_info,
section .paged .current {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.68rem;
  padding: 0 0.68rem;
  height: 1.73rem;
  line-height: 1.73rem;
  font-size: 0.68rem;
  text-align: center;
  color: #333;
  background-color: #fff;
  border-radius: 0.27rem;
  border: 0.05rem solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
section .paged .current,
section .paged a:hover {
  color: #4974fd;
  border: 0.05rem solid #4974fd;
}
section .paged .disabled {
  cursor: default;
  background-color: #e0e0e0;
}
section .paged .disabled:hover {
  color: #333;
  background-color: #e0e0e0;
}
@media only screen and (max-width: 768px) {
  section .banT .banner {
    height: 200px;
  }
  section .news .box {
    width: 49%;
    margin-right: 2%;
  }
  section .news .box:nth-child(3n) {
    margin-right: 2%;
  }
  section .news .box:nth-child(2n) {
    margin-right: 0;
  }
  section .news .box .pic {
    height: 150px;
  }
}
