p {
  color: #001B50;
  letter-spacing: 1px;
  line-height: 26px;
  text-align: justify !important;
  font-size: 16px;
}
.f700 {
  font-weight: 700;
  color: #008ED3;
}
.bpc {
  background-color: #F4FAFF;
}
.wid25 {
  width: 25% !important;
}
.wid73 {
  width: 73% !important;
}
.pdt0 {
  padding-top: 0 !important;
}
.pdb3 {
  padding-bottom: 2% !important;
}
.pd3 {
  padding: 2% 0;
}
.article_cot {
  display: flex;
  flex-wrap: wrap;
  padding: 3% 0;
}
.article_cot .wimg {
  width: 49%;
  margin-left: 2%;
}
.article_cot .wimg:first-child,
.article_cot .wimg:nth-child(3),
.article_cot .wimg:nth-child(5),
.article_cot .wimg:nth-child(7) {
  margin-left: 0;
}
.article_cot .wimg img {
  width: 100%;
  height: 100%;
}
.article_cot .wid70 {
  width: 68%;
  height: 377px;
  margin-right: 2%;
}
.article_cot .wid70 img {
  width: 100%;
  height: 100%;
}
.article_cot .wid30 {
  width: 30%;
  height: 377px;
}
.article_cot .wid30 img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1360px) {
  .article_cot .wimg {
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .article_cot .wimg {
    width: 100% !important;
    height: unset;
    margin-left: 0;
  }
  .article_cot .wimg:nth-child(1),
  .article_cot .wimg:nth-child(3),
  .article_cot .wimg:nth-child(5),
  .article_cot .wimg:nth-child(7) {
    margin-bottom: 2%;
  }
  .article_cot .wid30,
  .article_cot .wid70 {
    width: 100% !important;
    height: unset;
    margin-right: 0;
    margin-bottom: 3%;
  }
}
