@media (min-width: 767px) {
  .news_main {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
  }
  .news_main_list {
    width: 830px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    list-style-type: none;
  }
  .news_main_list_item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }
  .news_main_list_item:hover {
    background-color: #f8f8f8;
  }
  .news_main_list_item a {
    display: block;
    display: flex;
    text-decoration: none;
  }
  .news_main_list_item_img {
    width: 153px;
    height: 102px;
    margin-right: 28px;
    overflow: hidden;
    position: relative;
  }
  .news_main_list_item_img img {
    max-width: 153px;
    max-height: 100px;
  }
  .news_main_list_item_content {
    display: table-cell;
    vertical-align: middle;
  }
  .news_main_list_item_content_title {
    color: #202020;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .news_main_list_item_content_title:hover {
    color: #e60012;
  }
  .news_main_list_item_content_time {
    color: #999;
    font-size: 14px;
    padding-left: 20px;
  }
  .news_main_right {
    width: 330px;
  }
  .news_main_right_hot_title,
  .news_main_right_tag_title {
    height: 25px;
    line-height: 25px;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    background-image: url(../image/icon.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: 0 -270px;
    margin-bottom: 10px;
  }
  .news_main_right_hot_title {
    background-position: 0 -30px;
  }
  .news_main_right_tag {
    display: flex;
    flex-wrap: wrap;
  }
  .news_main_right_tag_item {

  }
  .news_main_right_tag_item a {
    display: flex;
    padding: 8px 10px;
    display: block;
    border: 1px solid #f1593e;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #000;
  }
  .news_main_right_tag_item a:hover {
    background: #f1593e;
    color: #fff;
  }
  .news_main_right_hot {
    margin-top: 10px;
    margin-bottom: 24px;
  }
  .news_main_right_hot_item {
    list-style: none;
  }
  .news_main_right_hot_item a {
    display: block;
    height: 21px;
    color: #000;
    font-size: 16px;
    text-decoration: none;
  }
  .news_main_right_hot_item a:hover {
    color: #D40300;
  }

  .page-box .page {
    height: 28px;
    border: 1px solid #D3E1E2;
    color: #999;
    cursor: pointer;
    line-height: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-weight: bold;
    margin-right: 5px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    padding-left: 5px;
    padding-right: 5px;
  }
  .page-box .page.active {
    background: #F23632;
    color: #fff;
  }
  .page-box {
    width: 100%;
    height: 67px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .news_main {
    background-color: #fff;
    padding-top: 0.2rem;
  }
  .news_main_line {
    margin: 0.27rem 0.27rem 0;
    border-bottom: solid 0.01rem #ab0301;
  }
  .news_main_list {
    background: #ffffff;
    padding: 0 25px;
    list-style-type: none;
  }
  .news_main_list_item {
    border-bottom: solid 1px #ebebeb;
    padding: 0.2rem 0;
  }
  .news_main_list_item a {
    display: flex;
    width: 100%;
    height: 80px;
    flex-direction: row-reverse;
  }
  .news_main_list_item_img {
    width: 120px;
    height: 80px;
    margin-left: 10px;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
  }
  .news_main_list_item_img img {
    width: 120px;
    height: 80px;
  }
  .news_main_list_item_content {
    flex: 1;
    flex: 1;
    height: 80px;
  }
  .news_main_list_item_content_title {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    font-weight: normal;
    color: #333;
  }
  .news_main_list_item_content_time {
    color: #969696;
    margin-top: 10px;
    line-height: 20px;
    font-size: 12px;
  }
  .page-box .page {
    height: 28px;
    border: 1px solid #D3E1E2;
    color: #999;
    cursor: pointer;
    line-height: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-weight: bold;
    margin-right: 5px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    padding-left: 5px;
    padding-right: 5px;
  }
  .page-box .page.active {
    background: #F23632;
    color: #fff;
  }
  .page-box {
    width: 100%;
    height: 67px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}