.top_news_wrap .top_news {
  float: none;
  width: 100%; }
  .top_news_wrap .top_news h2 {
    width: 100%; }
.top_news_wrap .top_bnr ul {
  display: flex;
  justify-content: space-between;
  gap: 10px; }
  .top_news_wrap .top_bnr ul li {
    display: inline-block; }
    .top_news_wrap .top_bnr ul li a {
      display: block; }
      .top_news_wrap .top_bnr ul li a img {
        display: inline-block;
        width: 100%; }
    .top_news_wrap .top_bnr ul li:nth-child(1) {
      width: 38.4%; }
    .top_news_wrap .top_bnr ul li:nth-child(2) {
      width: 30.3%; }
    .top_news_wrap .top_bnr ul li:nth-child(3) {
      width: 30.3%; }
