.core { display: inline-block; }

.core .more { display: none; }

.news__lists { width: 100%; display: flex; padding: 20px 0; border-bottom: 1px solid #eaeaea; cursor: pointer; }

.new__list { overflow: hidden; width:250px; margin-right: 20px; }
.new__list img {width:100%;max-height:150px;}
.new__bar { flex: 1; height: 127px; position: relative; }
.new_bar_list {
    height: auto;
}
.new__bar h3 { font-size: 16px; font-weight: bold; }

.new__bar h3:hover { color: red; }

.new__bar p:hover { color: red; }

.new__bar .new__nav { margin: 10px 0; }

.new__bar .time__browse { width: 100%; position: absolute; bottom: 0; left: 0; }

.new__bar .time__browse img { margin-right: 6px; }

.new__bar .time__browse .new__time { float: left; margin-right: 50px; }

.amount { margin: 30px 0; display: inline-block; }

.digital { padding: 7px 14px; background-color: #fff; border: 1px solid #eee; border-radius: 4px; cursor: pointer; }

.digital:hover { background-color: #E50113; color: #fff; }

.jump { padding: 7px 14px; background-color: #fff; border: 1px solid #eee; border-radius: 4px; cursor: pointer; }

.jump:hover { background-color: #888; color: #fff; }

/* .about__contact { border: 1px solid #efefef; -webkit-box-shadow:0px 2px 10px 0px rgba(0,0,0,0.05); box-shadow:0px 2px 10px 0px rgba(0,0,0,0.05); h3 { font-size: 18px; line-height: 40px; background-color: #448fa5; text-align: center; } li { padding: 5px 0; } } */
@media (max-width: 760px) { .news__lists { padding: 10px 0; }
  .new__list { width: 40%; display:none;}
  .core { display: inline-block; width:100%;}
  .core .more { display: block; }
  .new__bar { margin-left: 2%; height: 127px; width: 100%; float: right; position: relative; }
  .new__bar h3 { font-size: 16px; font-weight: bold; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }
  .new__bar .new__nav { margin: 10px 0; }
  .new__bar .time__browse { font-size: 10px; }
  .new__bar .time__browse img { margin-right: 0px; }
  .new__bar .time__browse .new__time { float: none; margin-right: 10px; }
  .u-ells { -webkit-line-clamp: 3; }
  .number__list {  width: 100%; overflow: hidden; text-align: center; }
  .digital{padding: 4px 8px;margin-right:1px;}
  .jump { padding: 3px;
}
  /*  .loadContainer li{ width: 100%; } #wrapper{ height: 1rem; background: #FFFF00; } */
  /* .amount { margin: 20px 0 10px 0; display: inline-block; } .digital { padding: 4px 7px; background-color: #fff; border: 1px solid #eee; border-radius: 4px;  cursor: pointer; } .digital:nth-child(11n), .digital:nth-child(6n), .digital:nth-child(7n), .digital:nth-child(8n), .digital:nth-child(10n), .digital:nth-child(9n) { display: none; } .jump { padding: 4px 7px; background-color: #fff; border: 1px solid #eee; border-radius: 4px;  cursor: pointer; } .jump:hover { background-color: #888; color: #fff; } */ 
