#index {
  background: #EDF2F3; }
#index ul.contents_nav {
  background: #fff; }
#index ul.contents_nav li {
  padding: 0 0 10px; }
#index ul.contents_nav li img {
  width: 100%;
  height: auto; }
#index #news {
  margin: 0 auto;
  width: 1000px;
  padding: 125px 0 172px; }
@media only screen and (max-width: 650px) {
  #index #news {
    width: 100%; } }
@media only screen and (max-width: 650px) {
  #index #news {
    width: 94%;
    padding: 30px 0 80px; } }
#index #news h2 {
  text-align: center;
  background: url("../images/index/bg_news.png") no-repeat left center, url("../images/index/bg_news.png") no-repeat right center; }
@media only screen and (max-width: 650px) {
  #index #news h2 {
    background: url("../images/index/bg_news.png") no-repeat left center/30% auto, url("../images/index/bg_news.png") no-repeat right center/30% auto; }
  #index #news h2 img {
    width: 30%; } }
#index #news p.h2_p {
  text-align: center;
  font-size: 14px;
  color: #172A88; }
#index #news .news_inner {
  padding: 66px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
@media only screen and (max-width: 650px) {
  #index #news .news_inner {
    padding: 0;
    display: block; } }
#index #news .news_inner .news_box {
  width: 310px;
  background: #fff;
  position: relative; }
@media only screen and (max-width: 650px) {
  #index #news .news_inner .news_box {
    width: 100%;
    margin: 30px 0 0; } }
#index #news .news_inner .news_box .img {
  width: 100%;
  height: 195px; }
@media only screen and (max-width: 650px) {
  #index #news .news_inner .news_box .img {
    height: 200px; } }
#index #news .news_inner .news_box .new_icon {
  position: absolute;
  top: 185px;
  left: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  background: #E95934;
  line-height: 16px;
  font-size: 16px;
  color: #fff;
  font-weight: bold; }
#index #news .news_inner .news_box .txt {
  padding: 25px 35px; }
#index #news .news_inner .news_box .txt .date {
  font-size: 14px;
  color: #898989; }
#index #news .news_inner .news_box .txt .title {
  color: #172A88;
  text-decoration: underline;
  font-weight: bold; }
#index #news .news_inner .news_box a:hover {
  text-decoration: none; }
