.color {
  color: #F6AD49;
}

.news_page .section {
  margin-top: 78px;
  overflow: hidden;
}
.news_page .section .news_container {
  overflow: hidden;
  padding-top: 30px;
  margin-bottom: 72px;
}
.news_page .section .news_container .list_tilte {
  font-size: 14px;
  line-height: 17px;
  color: #666;
  margin: 30px 0 23px;
}
.news_page .section .news_container .news_box {
  width: 860px;
  display: inline-block;
}
.news_page .section .news_container .news_box .news_list {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 24px 60px;
  background-color: #fff;
}
.news_page .section .news_container .news_box .news_list > ul.news_list_ul {
  width: 100%;
  overflow: hidden;
}
.news_page .section .news_container .news_box .news_list > ul.news_list_ul > li.news_list_item {
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
}
.news_page .section .news_container .news_box .news_list > ul.news_list_ul > li.news_list_item > a {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.news_page .section .news_container .news_box .news_list > ul.news_list_ul > li.news_list_item > a .item_header {
  width: 252px;
  overflow: hidden;
  text-align: center;
  margin-right: 30px;
  float: left;
}
.news_page .section .news_container .news_box .news_list > ul.news_list_ul > li.news_list_item > a .item_header .img_box {
  width: 252px;
  height: 140px;
}
.news_page .section .news_container .news_box .news_list > ul.news_list_ul > li.news_list_item > a .item_header .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_page .section .news_container .news_box .news_list > ul.news_list_ul > li.news_list_item > a .item_content {
  float: left;
  width: 520px;
}
.news_page .section .news_container .news_box .news_list > ul.news_list_ul > li.news_list_item > a .item_content h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_page .section .news_container .news_box .news_list > ul.news_list_ul > li.news_list_item > a .item_content p {
  font-size: 14px;
  line-height: 18px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_page .section .news_container .news_box .news_list .fenye_box.m-style {
  margin: 40px auto 0;
}
.news_page .section .news_container .news_box .news_list .fenye_box.m-style a {
  width: 40px;
  height: 40px;
  border: 1px solid #F6AD49;
  line-height: 40px;
  color: #F6AD49;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.news_page .section .news_container .news_box .news_list .fenye_box.m-style a.prev, .news_page .section .news_container .news_box .news_list .fenye_box.m-style a.next {
  width: 90px;
}
.news_page .section .news_container .news_box .news_list .fenye_box.m-style .active {
  width: 40px;
  height: 40px;
  background-color: #F6AD49;
  line-height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #F6AD49;
}
.news_page .section .news_container .hot_news_box {
  display: inline-block;
  vertical-align: top;
  margin-left: 32px;
  width: 300px;
  overflow: hidden;
}
.news_page .section .news_container .hot_news_box ul.hot_news_list {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 25px 0;
}
.news_page .section .news_container .hot_news_box ul.hot_news_list li.hot_news_item {
  width: 100%;
  margin-bottom: 35px;
}
.news_page .section .news_container .hot_news_box ul.hot_news_list li.hot_news_item > a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.news_page .section .news_container .hot_news_box ul.hot_news_list li.hot_news_item > a .img_box {
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.news_page .section .news_container .hot_news_box ul.hot_news_list li.hot_news_item > a .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_page .section .news_container .hot_news_box ul.hot_news_list li.hot_news_item > a .content_box {
  width: 100%;
  text-align: center;
}
.news_page .section .news_container .hot_news_box ul.hot_news_list li.hot_news_item > a .content_box h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 8px 0 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_page .section .news_container .hot_news_box ul.hot_news_list li.hot_news_item > a .content_box p {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*# sourceMappingURL=news.css.map */
