.sort { padding: 20px 130px 40px 130px; background-color: #fff; margin-bottom: 20px; }

.sort .sort_li { float: left; background-color: #EEEEEE; font-size: 16px; margin-left: 5%; border-radius: 4px; }

.sort .sort_li .sort_a{padding: 0 68px;line-height: 60px;display: block;}

.sort .sort_li:first-child { margin-left: 12%; }

.sort .sort_li:hover { cursor: pointer; background-color: #F5AB5D; color: #fff; }

.new_lists { margin-top: 20px; }

.new_lists .new_li { margin-top: 40px; display: flow-root;position: relative; }

.new_lists .new_li .new_left { width: 300px; margin-right: 20px; float: left; overflow: hidden;}

.new_lists .new_li .new_left img{width:100%;height:200px;object-fit: cover;}

.new_lists .new_li .new_right { padding: 10px 0; }

.new_lists .new_li .new_right .new_title { font-size: 20px; line-height: 26px; margin-bottom: 12px; }

.new_lists .new_li .new_right .new_info { font-size: 16px; color: #666; line-height: 32px; margin-bottom: 46px; }

.new_lists .new_li .new_right .new_right_down{position: absolute;right: 0;bottom: 0;width: 70%;}

.new_lists .new_li .new_right .new_right_down .new_time { float: left; color: #F5AB5D; font-size: 16px; line-height: 21px; }

.new_lists .new_li .new_right .new_right_down .new_more { float: right; line-height: 40px; width: 120px; background-color: #F5AB5D; color: #fff; text-align: center; border-radius: 4px; }

.new_lists .new_li::first-child { margin-top: 0; }

@media (max-width: 760px) { .sort { padding: 10px; margin-bottom: 0; }
  .sort .sort_li { float: left; color: #F5AB5D; text-align: center; width: 26%; background-color: #EEEEEE; font-size: 16px; margin: 0 1%; border-radius: 4px; }
  .sort .sort_li .sort_a{padding: 0 5px;line-height: 30px;display: block;}
  .sort .sort_li:last-child { margin-right: 0; }
  .new_lists { margin-top: 0; }
  .new_lists .new_li { margin-top: 20px; }
  .new_lists .new_li .new_left { width: 100%; margin-right: 0; float: none; display: block; }
  .new_lists .new_li .new_left img { width: 100%; }
  .new_lists .new_li .new_right { padding: 10px 0; width: 100%; overflow: hidden; }
  .new_lists .new_li .new_right .new_title { font-size: 20px; line-height: 26px; margin-bottom: 10px; }
  .new_lists .new_li .new_right .new_info { font-size: 16px; color: #666; line-height: 26px; margin-bottom: 10px; }
  .new_lists .new_li .new_right .new_right_down{display: contents;width: 100%;}
  .new_lists .new_li .new_right .new_right_down .new_time { font-size: 16px; line-height: 40px; }
  .new_lists .new_li .new_right .new_right_down .new_more { float: right; line-height: 40px; width: 120px; background-color: #F5AB5D; color: #fff; text-align: center; border-radius: 4px; }
  .new_lists .new_li::first-child { margin-top: 0; } }
