.on_page_index{
background-color:  #eee;
}
.page_bottom{
  padding: 30px;
  text-align: center;
}
.page_bottom>a{
  padding: 2px 10px;
  color:#595959;
}
.page_bottom>a:hover{
  text-decoration: underline !important;
}
.latest_news {
  margin-bottom: 50px;
}

.new_mould {
  padding: 20px 0px;
  color: #00a1e0;
  font-size: 32px;
}

.latest_mould {

}

.latest_news_item {
  height: auto;
  width: 45%;
  display: inline-block;
  padding:30px 30px 10px 0px;
}

.latest_news_item>.latest_news_title {
  margin: 10px auto;
  text-align: center;
}
.latest_news_item>.latest_news_title a{
  color:#292929;
}
.latest_news_item>.latest_news_title a:hover{
  text-decoration: underline !important;
}

.news_Collection .news_li {
  padding: 40px 0px 25px 0px;
  border-bottom: 1px dashed #ccc;
}

.news_Collection .news_li>.new_li_title {
  margin-bottom: 15px;

}
.news_Collection .news_li>.new_li_title a{
  color:#292929 !important;
}
.news_Collection .news_li>.new_li_title a:hover{
  color:#ea6600 !important;
  text-decoration: underline !important;
}

.news_Collection .news_li>.new_li_date {
  margin-bottom: 15px;
  color:#888 !important;
}
.news_Collection .news_li>.new_li_content {
  margin-bottom: 15px;

}
.news_Collection .news_li>.new_li_content a{
    color:#888 !important;
}
.news_Collection .news_li>.new_li_content a:hover{
    color:#666 !important;
}
