﻿@media screen and (max-width: 640px) {
  #index-news {
    padding: 50px 0 100px 0 !important;
    width: 100%;
    background: #f5f5f8;
  }
  
  #index-news h2 {
    width: 93.75px;
    height: 22.5px;
    margin: 0 auto 15px auto !important;
  }
  
  #index-news h2 img {
    width: 100%;
    min-width: 100%;
    height: auto;
    vertical-align: top;
  }
  
  #index-news dl {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto 30px auto !important;
    border-bottom: 1px dotted #999;
  }
  
  #index-news dt,
  #index-news dd {
    font-size: 12px;
    color: #333;
  }
  
  #index-news dt {
    border-top: 1px dotted #999;
    padding-top: 10px !important;
  }
  
  #index-news dd {
    padding-bottom: 10px !important;
    line-height: 1.6;
  }
  
  #index-news dd a:link,
  #index-news dd a:visited,
  #index-news dd a:hover {color: #333;}
  #index-news dd a:active {color: #c80000;}
  #index-news .news-button {background: #0071bc;}  
}

@media screen and (min-width: 641px) {
  #index-news {
    padding: 100px 0;
    width: 100%;
    min-width: 1100px;
    background: #f5f5f8;
  }
  
  #index-news h2 {
    width: 125px;
    height: 30px;
    margin: 0 auto 30px auto;
  }
  
  #index-news dl {
    box-sizing: border-box;
    width: 1000px;
    margin: 0 auto 50px auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px dotted #999;
  }
  
  #index-news dt,
  #index-news dd {
    padding: 20px 0;
    box-sizing: border-box;
    border-top: 1px dotted #999;
    display: block;
    margin: 0;
    line-height: 1.66;
    font-size: 15px;
    color: #333;
  }
  
  #index-news dt {flex: 0 0 115px;}
  #index-news dd {flex: 0 0 885px;}
  #index-news dd a:link,
  #index-news dd a:visited {color: #333;}
  #index-news dd a:hover,
  #index-news dd a:active {color: #c1272d;}
  #index-news .news-button {background: #0071bc;}
  #index-news .news-button:hover,
  #index-news .news-button:active {background: #0090ef;}
}