.type-filter {
  font-size: 0.73rem;
  padding-bottom: 0.91rem;
  margin-bottom: 1.82rem;
  border-bottom: 1px solid #dae6f4;
}
.type-filter span {
  width: 4.73rem;
  display: inline-block;
  margin-top: 0.27rem;
}
.type-filter ul {
  width: calc(100% - 4.73rem);
}
.type-filter li {
  font-size: 0.73rem;
  margin-right: 0.68rem;
  margin-bottom: 0.45rem;
}
.type-filter li a {
  display: inline-block;
  padding: 0.27rem 0.68rem;
}
.type-filter li .active-info {
  color: #fff;
  background-color: #0b3e64;
}
.mb {
  display: none;
  width: 100%;
}
.mb #m-filter-container {
  overflow: hidden;
  width: 100%;
}
.mb #m-filter-container .swiper-slide {
  padding: 20px 0;
  margin-right: 40px;
  width: auto;
}
.mb #m-filter-container .swiper-slide a {
  font-size: 16px;
  color: #333333;
}
.mb #m-filter-container .active {
  color: #0b3e64 !important;
  font-weight: bold;
}
.news {
  margin-bottom: 1.82rem;
}
.news .item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 0.45rem;
  padding: 0.91rem 0.45rem;
  box-sizing: border-box;
  transition: all 0.3s;
}
.news .item:nth-child(2n) {
  margin-right: 0;
}
.news .item .date {
  width: 4.55rem;
  height: 4.55rem;
  background: rgba(11, 62, 100, 0.1);
}
.news .item .date .day {
  font-size: 1.36rem;
  margin-bottom: 0.45rem;
  font-weight: bold;
  color: #0b3e64;
}
.news .item .date .mouth {
  font-size: 0.82rem;
  color: #0b3e64;
}
.news .item .txt {
  width: calc(100% - 4.55rem);
  padding-left: 5%;
}
.news .item h3 {
  font-size: 0.82rem;
  margin-bottom: 0.91rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}
.news .item h3 em {
  font-style: normal;
  font-size: 0.82rem;
  color: #0b3e64;
  font-weight: bold;
}
.news .item h3 em i {
  position: relative;
  font-style: normal;
  font-size: 0.73rem;
  color: #0b3e64;
  font-weight: bold;
  padding-right: 0.45rem;
}
.news .item h3 em i::after {
  content: '|';
  position: absolute;
  right: 0.09rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.73rem;
  color: #0b3e64;
}
.news .item h3 em i:last-child {
  padding-right: 0;
}
.news .item h3 em i:last-child::after {
  font-size: 0;
}
.news .item p {
  line-height: 1.36rem;
  height: 2.73rem;
  color: #888;
  margin-top: 0.45rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .item:hover {
  transition: all 0.3s;
  box-shadow: 0rem 0.32rem 0.73rem 0rem rgba(11, 62, 100, 0.1);
}
.news .item:hover .date {
  background-color: #0b3e64;
}
.news .item:hover .date .day,
.news .item:hover .date .mouth {
  color: #fff;
}
.news .item:hover h3 {
  color: #0b3e64;
}
@media only screen and (max-width: 768px) {
  .type-filter {
    display: none;
  }
  .mb {
    display: block;
  }
  .news .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
