/* 新闻列表 */

.news {
}
.news ul li {
  padding: 10px 0 0;
}
.news ul a {
  display: flex;
  padding: 0 0 10px;
  border-bottom: 1px solid #eaeaea;
}
.new-li-time {
  flex-shrink: 0;
  width: 80px;
  height: 90px;
  text-align: center;
  color: #3a7bd5;
  background: #f5f5f5;
}
.new-li-day {
  padding: 10px 0 0;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
}
.new-li-year {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.new-li-font {
  flex-grow: 1;
  overflow: hidden;
  padding-left: 20px;
}
.new-li-title {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-li-line {
  display: flex;
  margin: 5px 0;
  font-size: 14px;
  line-height: 20px;
  color: #b4b4b4;
}
.new-li-sub {
  margin-right: 5px;
  padding-left: 20px;
  background: url(../images/new_time.png) no-repeat 0 center;
}
.new-li-click {
  padding-left: 20px;
  background: url(../images/new_eye.png) no-repeat 0 center;
}
.new-li-detail {
  height: 48px;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

@media (min-width: 1200px) {
  .news {
  }

  .news ul li {
    padding: 20px 0 0;
  }
  .news ul a {
    display: flex;
    padding: 0 0 20px;
    border-bottom: 1px solid #eaeaea;
  }
  .new-li-time {
    flex-shrink: 0;
    width: 80px;
    height: 90px;
    text-align: center;
    color: #3a7bd5;
    background: #f5f5f5;
  }
  .new-li-day {
    padding: 10px 0 0;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
  }
  .new-li-year {
    font-size: 14px;
    line-height: 20px;
    color: #000;
  }
  .new-li-font {
    flex-grow: 1;
    padding-left: 20px;
  }
  .new-li-title {
    font-size: 16px;
    line-height: 24px;
    color: #333;
  }
  .new-li-line {
    display: flex;
    margin: 5px 0;
    font-size: 14px;
    line-height: 20px;
    color: #b4b4b4;
  }
  .new-li-sub {
    margin-right: 5px;
    padding-left: 20px;
    background: url(../images/new_time.png) no-repeat 0 center;
  }
  .new-li-click {
    padding-left: 20px;
    background: url(../images/new_eye.png) no-repeat 0 center;
  }
  .new-li-detail {
    height: 48px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #000;
  }
}

/* 新闻详情 */

.new-er {
}
.new-er {
  padding: 10px 0;
}

.new-er-title {
  padding: 0 0 10px;
  font-size: 20px;
  line-height: 30px;
  color: #262626;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
}
.new-er-info {
  display: flex;
  padding: 10px 0;
}
.new-er-info a {
  margin-right: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #595959;
}
.new-er-info p {
  margin-right: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #595959;
}
.new-er-p {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.new-er-p img {
  width: 100%;
}
.new-er-line {
  margin: 10px 0;
  padding: 10px 0;
  font-size: 14px;
  line-height: 24px;
  /* border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9; */
}
.new-er-line a {
  display: block;
  color: #707070;
}
.new-er-line a:hover {
  color: #3a7bd5;
}

.new-er-list {
  padding: 10px 10px 0;
  border: 1px solid #d5d5d5;
}

.new-er-list ul li {
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
}
.new-er-list ul a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #da2121;
}
.new-er-list ul a p {
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-er-list ul a span {
  flex-shrink: 0;
  margin-left: 5px;
  font-size: 14px;
  line-height: 20px;
}
.new-er-list .pages {
  padding: 20px 0;
}
.new-er-list a {
  border: 0;
}
.new-er-list a.page-num {
  color: #3a7bd5;
  background: none;
  border: 0;
}
.new-er-list .pages {
  padding: 10px 0;
}
.new-er-list a {
  border: 0;
}
.new-er-list a.page-num {
  color: #3a7bd5;
  background: none;
  border: 0;
}
@media (min-width: 1200px) {
  .new-er {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0;
  }
  .new-er-main {
    flex-grow: 1;
    padding-right: 30px;
  }

  .new-er-title {
    padding: 0 0 20px;
    font-size: 26px;
    line-height: 30px;
    color: #262626;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
  }
  .new-er-info {
    display: flex;
    padding: 20px 0;
  }
  .new-er-info a {
    margin-right: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #595959;
  }
  .new-er-info p {
    margin-right: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #595959;
  }
  .new-er-p {
    font-size: 16px;
    line-height: 36px;
    color: #000;
  }

  .new-er-p img {
    width: 100%;
  }
  .new-er-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0;
    padding: 20px 0;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #d9d9d9;
  }
  .new-er-line a {
    color: #707070;
  }
  .new-er-line a:hover {
    color: #3a7bd5;
  }

  .new-er-slide {
    flex-shrink: 0;
    width: 380px;
  }
  .new-er-list {
    padding: 10px 10px 0;
    border: 1px solid #d5d5d5;
  }

  .new-er-list ul li {
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
  }
  .new-er-list ul a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #da2121;
  }
  .new-er-list ul a p {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .new-er-list ul a span {
    font-size: 14px;
    line-height: 20px;
  }
  .new-er-list .pages {
    padding: 20px 0;
  }
  .new-er-list a {
    border: 0;
  }
  .new-er-list a.page-num {
    color: #3a7bd5;
    background: none;
    border: 0;
  }
}
