/* pc样式 */
@media screen and (min-width:768px) {
  #banner {
    margin-top: 100px;
    background-image: url('../images/news/banner-p.png');
    height: 416px;
  }

  .content {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    padding: 37px 0 0 0;
  }

  .content_right {
    width: 100%;
    margin-left: 24px;
  }

  .content_title {
    font-size: 36px;
    font-family: Poppins-SemiBold;
    color: #333333;
    border-bottom: 1px solid #ececec;
    padding: 0 0 9px 0;
  }

  .news_list {
    margin-bottom: 179px;
  }

  .news_list:last-child .news_list_item {
    padding-bottom: 28px;
    border-bottom: 1px solid #e6e6e6;
  }

  .news_list_item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 28px;
    margin-top: 30px;
  }

  .news_img{
    min-width: 160px;
    height: 108px;
    overflow: hidden;
    margin-right: 20px;
  }
  .news_img img:hover {
    transition: all 1s;
    transform: scale(1.3);
  }

  .item_right {}

  .item_title {
    display: inline-block;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10px;
  }

  .item_info {
    margin: 0;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 20px;
  }

  .item_right_bottom {
    display: flex;
    align-items: center;
    color: #999999;
  }

  .item_time {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    margin-right: 10px;
  }

  .item_look_img {
    margin-right: 5px;
  }

  .look_num {}
}

/* h5样式 */
@media screen and (max-width:768px) {
  #banner {
    background-image: url('../images/news/banner-m.png');
    height: 4rem;
    background-size: 100% 4rem;
  }

  .content {
    padding: 0.4rem 0.613333rem;
    overflow: hidden;
  }

  .content_right {
    width: 100%;
  }

  .content_title {
    font-size: 0.653333rem;
    font-family: Poppins-SemiBold;
    color: #333333;
    border-bottom: 1px solid #ececec;
    padding: 0 0 9px 0;
  }

  .news_list {
    margin-bottom: 0.8rem;
  }

  .news_list:last-child .news_list_item {
    padding-bottom: 28px;
    border-bottom: 1px solid #e6e6e6;
  }

  .news_list_item {

    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 28px;
    margin-top: 30px;
  }

  .news_img {
    height: 5.92rem;
    margin-bottom: 0.133333rem;
  }
  .news_img img {
    width: 100%;
    height: 5.92rem;
  }
  .item_right {}

  .item_title {
    display: inline-block;
    font-size: 0.453333rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0.133333rem;
  }

  .item_info {
    margin-bottom: 0.2rem;
    line-height: 20px;
    font-size: 0.32rem;
    font-family: Poppins-Regular;
    color: #333333;
    line-height: 0.453333rem;
  }

  .item_right_bottom {
    display: flex;
    align-items: center;
    color: #999999;
  }

  .item_time {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    margin-right: 0.666667rem;
  }

  .item_look_img img{
    display: flex;
    align-items: center;
    margin-right: 5px;
    
  }

  .look_num {
    font-size: 0.24rem;
  }
}