section {
  display: block;
  background-color: #f5f6fa;
}
section .head {
  display: block;
  font-size: 44px;
  font-weight: 700;
  padding: 40px 15%;
  background-color: #0F1D3E;
  color: #fff;
}
@media (max-width: 1024px) {
  section .head {
    padding: 30px 5%;
    font-size: 32px;
  }
}
section .page-content {
  display: block;
  padding: 20px 15%;
  font-size: 0;
}
@media (max-width: 1024px) {
  section .page-content {
    padding: 20px 5%;
  }
}
section .page-content .text-content {
  display: block;
  font-size: 0;
}
section .page-content .text-content img {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  section .page-content .text-content img {
    width: 100%;
  }
}
section .page-content .text-content .text {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  padding: 0 0 0 20px;
}
@media (max-width: 1024px) {
  section .page-content .text-content .text {
    width: 100%;
    padding: 0 0 0 0;
  }
}
section .page-content .text-content .text h4 {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}
section .page-content .text-content .text p {
  display: block;
  font-size: 16px;
  padding: 10px 0 30px 0;
  font-weight: 300;
  line-height: 1.8;
}
section .breadcrumb {
  display: block;
  padding: 30px 15%;
  background-color: #f9fafc;
}
@media (max-width: 1024px) {
  section .breadcrumb {
    padding: 14px 5%;
  }
}
section .breadcrumb ul {
  display: block;
}
section .breadcrumb ul li {
  display: inline-block;
  vertical-align: top;
}
section .breadcrumb ul li img {
  display: inline-block;
  width: 16px;
  height: auto;
}
section .breadcrumb ul li a {
  display: block;
  padding: 0 5px;
  font-size: 14px;
  color: #989898;
}
@media (max-width: 1024px) {
  section .breadcrumb ul li a {
    font-size: 14px;
    padding: 0 2px;
  }
}
section .breadcrumb ul li a:hover {
  color: #0F1D3E;
}
section ul.list {
  display: block;
  background-color: #F5F6FA;
  padding: 20px 15%;
}
section ul.list li.item {
  display: inline-block;
  width: 16%;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 1px;
  overflow: hidden;
}
section ul.list li.item a {
  display: block;
  padding: 8px;
}
section ul.list li.item a:hover {
  background-color: #d8e0e3;
}
section ul.list li.item a .icon {
  display: inline-block;
  width: 24px;
  height: auto;
}
section ul.list li.item a h3 {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 32px);
  font-size: 14px;
  font-weight: 500;
  color: #0F1D3E;
  padding: 4px 0;
}
section article {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  font-size: 0;
}
@media (max-width: 1024px) {
  section article {
    padding: 10px 0;
  }
}
section article .item {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  height: auto;
  padding: 16px 16px;
  margin: 0.5%;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
}
@media (max-width: 1024px) {
  section article .item {
    width: 100%;
    margin: 0.5% 0;
  }
}
section article .item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
section article .item.list-item {
  padding: 6px;
  height: 350px;
}
section article .item:hover {
  background-color: #e2e6f5;
}
section article .item .img-crop {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
section article .item .img-crop.h235 {
  max-height: 235px;
}
section article .item .img-crop img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
section article .item h3 {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #0F1D3E;
  padding: 20px 0;
}
section article .item p {
  display: block;
  font-size: 12px;
  color: #4d5673;
  font-weight: 400;
  line-height: 150%;
}