﻿body {
  background: #f7f7f7;
}
.headline-section {
  margin-top: -137px;
}
.headline-wrapper {
  border-radius: 6px;
  overflow: hidden;
}
.headline::before {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  border-right: 21px solid transparent;
  border-bottom: 20px solid #2560ac;
}
.headline::after {
  position: absolute;
  content: " ";
  bottom: 0;
  right: 0;
  border-left: 21px solid transparent;
  border-bottom: 20px solid #2560ac;
}
.headline {
  position: relative;
  background: top center / cover url(../images/bg-headline.png);
  border-top: 6px solid #2560ac;
  padding: 35px;
  font-size: 18px;
  color: #2560ac;
  line-height: 40px;
}
.headline p {
  text-indent: 36px;
}
.column-wrapper {
  padding: 30px 44px;
  display: flex;
  align-items: center;
  background: top center / cover url(../images/bg-column.png);
  border-radius: 4px;
  border: 1px solid #96d1ff;
}
.column-wrapper .iconfont {
  text-align: center;
  flex-shrink: 0;
  color: #44a2f8;
  font-size: 45px;
  width: 76px;
  height: 76px;
  line-height: 76px;
  background: #f7f7f7;
  border-radius: 50%;
  margin-right: 40px;
}
.button-wrapper {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 30px;
  background-color: #2560ac;
  padding: 12px 20px;
  border-radius: 4px;
}
.button-wrapper .iconfont {
  font-size: 36px;
  margin-right: 5px;
}
.button-wrapper a {
  color: #fff;
  font-size: 18px;
}
.column-list {
  background-color: #fff;
}
.column-list .entry-wrapper {
  border-bottom: 4px solid #f7f7f7;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.column-list .entry-wrapper .image-wrapper img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.column-list .entry-wrapper .title {
  margin-top: 10px;
}
.column-list .entry-wrapper .title a {
  font-size: 24px;
  color: #333;
}
.column-list .entry-wrapper .desc {
  font-size: 18px;
  color: #666666;
  line-height: 36px;
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
  .headline-section {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .headline-title a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 374px) {
}
