/* 新闻 */
.new_body_color {
  background-color: #ffffff;
}
.news_content {
  width: 1200px;
  margin: auto;
}

.news_content_item {
  width: 370px;
  height: 390px;
  margin-top: 30px;
  display: inline-block;
  margin-right: 19px;
  vertical-align: top;
  border: 1px solid #cccccc;
}

.news_content_item:last-child {
  margin-right: 0;
}

.news_content_item_img {
  width: 370px;
  height: 240px;
  display: block;
  margin: auto;
}

.news_content_item_title {
  width: 340px;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 17px;
  -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_content_item_txt {
  width: 340px;
  height: 45px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  padding: 0 17px;
}

.news_content_item_time {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  margin-top: 15px;
  text-align: left;
  padding: 0 17px;
  padding-bottom: 17px;
}

/* 新闻翻页 */

.news_page {
  width: 1200px;
  height: 50px;
  background: #ffffff;
  text-align: right;
  margin: auto;
  margin-top: 150px;
}

.news_page_max {
  display: inline-block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.news_page_list {
  display: inline-flex;
  max-width: 250px;
  overflow-x: auto;
}

.news_page_in {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  padding: 9px 13px;
  cursor: pointer;
}

.news_page_symbol {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  padding: 9px 13px;
  background: #ededed;
  border: 1px solid #e8e8e8;
}

.news_page_mun {
  cursor: pointer;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  padding: 9px 13px;
  background: #ededed;
  border: 1px solid #e8e8e8;
  margin-right: 10px;
}

.news_page_select {
  color: #ffffff;
  background: #f58220;
}

.news_body_icon {
  width: 1920px;
  height: auto;
  margin: auto;
}
.news_body_icon_img {
  width: 1920px;
  height: auto;
  margin: auto;
}
