.news_q_list { margin: 20px auto 50px; overflow: hidden; }
        .news_q_list ul{ padding:0; margin:0; }
      .news_q_list h2 { font-size: 24px; margin-bottom: 40px; margin-top:0; }
      .news_q_list li { padding-bottom: 25px; width: 47%; float: left; margin: 0 1% 25px 2%; overflow: hidden; border-bottom: 1px solid #eaeaea; }
      .news_q_list li img { float: right; margin-top: 40px; }
      .news_q_list li ._date { float: left; width: 20%; background: #e9e9e9; text-align: center; height: 68px; font-family: arial; color: #182133; }
      .news_q_list li ._date span { display: block; }
      .news_q_list li ._date ._d1 { font-size: 34px; line-height: 36px; padding-top: 6px; }
      .news_q_list li ._nr { float: left; width: 77%; margin-left: 3%; }
      .news_q_list li ._title { font-size: 17px; font-weight: normal; color: #000; margin-bottom: 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
      ._time1 { color: #666; margin: 3px 0; background: url(../images/b.jpg) no-repeat left center; padding-left: 20px; }
      .news_q_list ._sum { line-height: 24px; height: 48px; overflow: hidden; color: #565656; margin-top: 8px; }
      .news_q_list li :hover ._title { color: #182133; }
      .news_q_list li :hover ._date { background: #182133; color: #fff; }
        
        
        @media screen and (min-width:320px) and (max-width:768px) {
          .news_q_list li { width:97%; }
        }