.newmedia-hd {
  height: 507px;
  padding-top: 145px;
  background: url(../images/ico_media_header.png) center top no-repeat;
}

.newmedia-bd {
  background: #fff;
  padding: 30px 50px;
  margin-top: -150px;
}

.newmedia-header {
  text-align: center;
}

.newmedia-title {
  width: 100%;
  height: 85px;
  margin-bottom: 30px;
}
.newmedia-title h2 {
  display: none;
}
.title-m1 {
  background: url(../images/ico_media_title_01.png) left center no-repeat;
}
.title-m2 {
  background: url(../images/ico_media_title_02.png) left center no-repeat;
}
.title-m3 {
  background: url(../images/ico_media_title_03.png) left center no-repeat;
}

.newmedia-list {
  overflow: hidden;
}
.newmedia-list li {
  float: left;
  width: calc(100% / 4);
  margin-bottom: 20px;
  padding: 0 20px;
}
.newmedia-list li img {
  display: block;
  margin: 20px auto;
  width: 210px;
  height: 210px;
}
.newmedia-list li h2 {
  display: block;
  padding: 0 20px;
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 60px;
  background: #e2ebeb;
  border-radius: 6px;
}

@media (max-width: 719px) {
  .newmedia-hd {
    height: 280px;
    padding: 50px 40px;
  }
  .newmedia-list li {
    width: 100%;
  }
  .title-m1{
    margin-bottom: 0px;
    margin-top: 10px;
}
  .newmedia-bd{
    padding: 20px;
}
  .title-m2{
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .title-m3{
    margin-bottom: 0px;
    margin-top: 10px;
  }
}
