/* 左侧导航栏 */
/* 未选中状态 */
.navlist2>li>a {
  width: 92%;
  height: 90px;
  line-height: 53px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
  padding: 20px 20px 45px 30px;
  background: #eeeeee;
}

/* 选中效果 */
.navlist2>li.active>a {
  position: relative;
  background-image: url(../images/leftbar_bg_sel.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  line-height: 53px;
  color: #fff;
  font-weight: bold;
}

.navlist2>li.active>a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-left-color: #fff;
}

/* 三级栏目 */
.navlist2 .thr-sub {
  position: relative;
  background-color: #fff;
  padding: 10px 0;
  border-left: 2px solid #0A7C99;
}

.thr-sub li a {
  font-weight: 900;
  font-size: 16px;
  color: #666666;
  padding: 20px 20px 20px 38px;
  position: relative;
  margin-left: 10px;
}

.thr-sub li a::before {
  content: "";
  position: absolute;
  left: 17px;
  bottom: 0;
  width: 188px;
  height: 1px;
  background: #EAEAEA;
}

.checked {
  background-color: #fff !important;
  color: #0A7C99 !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: #0A7C99 !important;
}

/* 右侧栏目 */
.common-right {
  position: relative;
  float: right;
  width: 77.6%;
}

.common-local {
  position: absolute;
  top: -138px;
  left: -333px;
  font-size: 12px;
  color: #ffff;
  padding: 15px 0 15px 18px;
  position: relative;
}

.common-list {
  margin-top: -30px;
}

.common-list .list-s a {
  margin: 7px 0;
  background-color: #F6F6F6;
  display: flex;
  padding: 17px 63px 0 30px;
}

.common-list .list-s a:hover {
  background-color: #148EA9;
}

.common-list .list-s a:hover .right_time {
  background-color: #fff;
  color: #148EA9;
}

.common-list .list-s a:hover .right_title .title {
  color: #ffffff;
}

.common-list .list-s a:hover .right_title .abstract {
  color: #ffffff;
}

.common-list .list-s a .right_time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-right: 26px;
  background-color: #148EA9;
  padding: 10px 7px;
  width: 60px;
  height: 60px;
}

.common-list .list-s a .right_time .day {
  font-size: 22px;
  font-weight: 800;
}

.common-list .list-s a .right_time .year_month {
  font-size: 12px;
}

.common-list .list-s a .right_title .title {
  font-size: 17px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #000000;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.common-list .list-s a .right_title .abstract {
  color: #666666;
  font-size: 12px;
  text-indent: 2em;
  line-height: 28px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.common-local a {
  color: #fff;
}

@media (max-width: 1400px) {
  .containers {
    max-width: 1300px;
  }

  .navlist2 {
    margin-top: 12px;
  }

  .common-list {
    margin-top: 0;
  }

  .local-title {
    top: -180px;
    left: -30px;
    font-size: 35px;
  }

  .common-local {
    top: -75px;
    left: -303px;
  }
}

@media (max-width: 1290px) {
  .containers {
    max-width: 1150px;
  }

  .navlist2 {
    margin-top: -5px;
  }

  .common-list {
    margin-top: -45px;
  }

  .local-title {
    top: -180px;
    left: -25px;
    font-size: 35px;
  }

  .common-local {
    top: -75px;
    left: -275px;
  }

  .common-left {
    width: 21.3%;
  }
}

@media (max-width: 1150px) {
  .containers {
    max-width: 992px;
  }

  .navlist2 {
    margin-top: -33px;
  }

  .common-list {
    margin-top: -76px;
  }

  .local-title {
    top: -180px;
    left: -25px;
    font-size: 35px;
  }

  .common-local {
    top: -75px;
    left: -31%;
  }

  .common-left {
    width: 21.3%;
  }
}

@media (max-width: 990px) {
  .containers {
    max-width: 820px;
  }

  .inner-banner {
    height: 159px;
  }

  .containers {
    max-width: 910px;
  }

  .common-right {
    width: 100%;
  }

  .common-list {
    margin-top: -35px;
  }

  .common-local {
    top: 0;
    left: 0;
    padding-top: 15px;
    margin-bottom: 45px;
    border-bottom: 1px solid #0A7C99;
    color: #666;
  }

  .common-local a {
    color: #666;
  }

  .navlist2 {
    margin-top: 1px;
  }

  .common-left {
    width: 100%;
  }

  .thr-sub li a::before {
    width: 100%;
  }

  .inner-banner {
    height: 100%;
  }

  .navlist2>li>a {
    height: 60px;
    line-height: 28px;
  }

  .navlist2>li.active>a {
    height: 60px;
    line-height: 28px;
  }
}

@media (max-width: 880px) {
  .containers {
    max-width: 700px;
  }
}

@media (max-width: 375px) {
  .containers {
    max-width: 345px;
  }
}
