.news {
  height: 160px;
  line-height: 160px;
  background: url(../img/news/news_banner.png) no-repeat center;
  background-size: cover;
}

.comment {
  height: 160px;
  line-height: 160px;
  background: url(../img/news/comment_banner.png) no-repeat center;
  background-size: cover;
}

.notice {
  height: 160px;
  line-height: 160px;
  background: url(../img/news/notice_banner.png) no-repeat center;
  background-size: cover;
}

.news_wrap .news_list {
  min-height: 400px;
  margin-bottom: 65px;
}
.news_wrap .news_list .list_wrap {
  height: 180px;
  padding: 30px 0;
  box-sizing: border-box;
  font-size: 14px;
  border-bottom: solid 1px #eee;
  display: flex;
  align-items: center;
}
.news_wrap .news_list .list_wrap > a {
  width: 180px;
  height: 120px;
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0 30px 0 20px;
}
.news_wrap .news_list .list_wrap img {
  width: 180px;
  height: 120px;
  border-radius: 10px;
}
.news_wrap .news_list .list_wrap .right {
  height: 92%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news_wrap .news_list .list_wrap .marg {
  margin-top: -20px;
}
.news_wrap .news_list .list_wrap h3 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.news_wrap .news_list .list_wrap h3 a {
  text-decoration: none;
  color: #333;
}
.news_wrap .news_list .list_wrap h4 {
  color: #666;
}
.news_wrap .news_list .list_wrap h5 {
  color: #999;
}

.notice_bord {
  margin-top: 30px;
  border-top: solid 1px #eee;
  font-size: 14px;
  color: #999;
}
.notice_bord .notice_wrap {
  height: 60px;
  border-bottom: solid 1px #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notice_bord .notice_wrap .left {
  color: #666;
  display: inline-block;
}
.notice_bord .notice_wrap .left a {
  text-decoration: none;
  color: #666;
}
.notice_bord .notice_wrap .left span {
  color: #333;
  margin-left: 20px;
  font-weight: bold;
}
.notice_bord .notice_mobile {
  display: none !important;
}

.detail_title {
  font-size: 24px;
  color: #333;
  margin-bottom: 40px;
  font-weight: bold;
}

.detail_main {
  font-size: 14px;
  color: #333;
}
.detail_main p {
  line-height: 25px;
}

.back {
  font-size: 14px;
  color: #666666;
  margin: 30px 0 10px;
  cursor: pointer;
}
.back .iconfont {
  font-size: 12px;
  transform: rotate(90deg) scale(0.8);
  display: inline-block;
}

@media (max-width: 1080px) {
  .news_wrap {
    padding-bottom: 8vw;
  }
  .news_wrap .news_list {
    min-height: 53.333vw;
    margin-bottom: 16vw;
  }
  .news_wrap .news_list .list_wrap {
    box-sizing: border-box;
    height: 29.333vw;
    padding: 4vw 0;
    margin-left: 0;
    font-size: 3.2vw;
    border-bottom: none;
  }
  .news_wrap .news_list .list_wrap .right {
    width: 56vw;
  }
  .news_wrap .news_list .list_wrap .right h3 {
    font-size: 3.733vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    flex-shrink: 0;
  }
  .news_wrap .news_list .list_wrap .right h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .news_wrap .news_list .list_wrap .marg {
    margin-top: 0;
  }
  .news_wrap .news_list .list_wrap > a {
    width: 32vw;
    height: 21.333vw;
    margin: 0 4vw 0 0;
  }
  .news_wrap .news_list .list_wrap img {
    width: 32vw;
    height: 21.333vw;
    border-radius: 1.333vw;
    display: block;
  }
  .notice_bord {
    margin-top: 0;
    border-top: none;
  }
  .notice_bord .notice_wrap {
    display: none;
  }
  .notice_bord .notice_mobile {
    display: block !important;
    height: 21.333vw;
    font-size: 3.733vw;
    font-weight: bold;
    border-bottom: solid 1px #eee;
    box-sizing: border-box;
    padding: 2.667vw 0;
  }
  .notice_bord .notice_mobile > div {
    display: flex;
  }
  .notice_bord .notice_mobile h4 {
    color: #666;
    font-size: 3.2vw;
    font-weight: normal;
    margin-right: 2.667vw;
    margin-bottom: 3.067vw;
  }
  .notice_bord .notice_mobile h5 {
    color: #999;
    font-size: 3.2vw;
    font-weight: normal;
  }
  .detail_title {
    font-size: 4.267vw;
    margin-bottom: 5.333vw;
  }
  .detail_main {
    font-size: 3.733vw;
  }
  .detail_main p {
    line-height: 6.667vw;
  }
  .back {
    display: none;
  }
}
.detail_wrap img {
  display: table-cell;
  margin: 0 auto;
}

.pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination a {
  font-size: 14px;
  color: #666;
  text-align: center;
}
.pagination .page-item {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fafafa;
  margin: 0 10px;
  cursor: pointer;
}
.pagination .page-item.no_curso {
  cursor: initial;
  background: #fff;
}
.pagination .page-item._mobile {
  display: none;
}
.pagination .pagination__fixed {
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fafafa;
  cursor: pointer;
}
.pagination .pagination__fixed:first-child {
  margin-right: 10px;
}
.pagination .pagination__fixed:last-child {
  margin-left: 10px;
}
.pagination .active {
  background: #3659B6;
}
.pagination .active a {
  color: #fff;
}

@media (max-width: 1080px) {
  .pagination {
    margin-top: 30px;
  }
  .pagination a {
    font-size: 14px;
  }
  .pagination .pagination__fixed {
    width: 60px;
    height: 30px;
    line-height: 30px;
  }
  .pagination .pagination__fixed:first-child {
    margin-right: 10px;
  }
  .pagination .pagination__fixed:last-child {
    margin-left: 10px;
  }
  .pagination .page-item {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
  }
  .pagination .page-item._mobile {
    display: block;
  }
  .pagination .page-item._pc {
    display: none;
  }
}/*# sourceMappingURL=news.css.map */