.navlist2 .thr-sub {
  position: relative;
  padding: 10px 0;
  border-left: 5px solid #F6A741;
}
.checked {
  background-color: #fff !important;
  color: #481C8A !important;
  font-size: 16px;
  font-weight: 800;
}
.thr-sub .checked:after {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-left-color: #481C8A !important;
}
.common-local .left {
  position: relative;
}
.common-local .left .local-title2 {
  color: #000000;
  font-size: 22px;
}
.common-local .left::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -58%;
  width: 100%;
  height: 4px;
  background-color: #015CC9;
}
.common-list .list-S .list {
  padding: 19px 30px 17px 20px;
  background-color: #fff;
}
.common-list .list-S .list a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-list .list-S .list a .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 24px;
}
.common-list .list-S .list a .time .month_day {
  position: relative;
  width: 60px;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  background-color: #4F2C8E;
}
.common-list .list-S .list a .time .year {
  width: 100%;
  text-align: center;
  line-height: 28px;
  color: #fff;
  background-color: #F2B669;
  font-size: 12px;
}
.common-list .list-S .list a .list-right {
  width: 82%;
}
.common-list .list-S .list a .list-right .title {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.common-list .list-S .list a .right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 列表鼠标经过显示隐藏 */
.common-list > li.list-S > .list {
  display: none;
}
.common-list > li.list-S.active > .list {
  display: block;
}
.common-list > li.list-S.active > .tit {
  display: none;
}
@media (max-width: 1500px) {
  .containers {
    width: 1300px;
  }
}
@media (max-width: 1300px) {
  .containers {
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  .containers {
    width: 995px;
  }
}
@media (max-width: 992px) {
  .containers {
    width: 800px;
  }
  .inner-banner {
    height: 200px;
  }
  .main-top .top {
    height: 95px;
  }
  .box-icon {
    top: 35px;
  }
}
@media (max-width: 850px) {
  .containers {
    width: 700px;
  }
}
@media (max-width: 700px) {
  .containers {
    width: 550px;
  }
}
@media (max-width: 600px) {
  .containers {
    width: 500px;
  }
}
@media (max-width: 400px) {
  .containers {
    width: 350px;
  }
  .common-list > li.list-S > a {
    padding: 0 80px 0 16px;
  }
  .common-local .left .local-title2 {
    font-size: 19px;
  }
  .main-top .top {
    height: 76px;
  }
  .box-icon {
    top: 35px;
  }
}

