.ctx {
  width: 43.375rem;
  padding: 5rem 0 5.375rem;
}
.ctx img {
  width: 100%;
  margin: 4.125rem 0;
}
.ctx .ctx-img3 {
  text-align: center;
}
.ctx .ctx-img3 img {
  width: 34.75rem;
  margin: 0;
}
.ctx a {
  color: #006ee6;
}
.ctx .flex-evenly img {
  width: 22.25rem;
  margin: 0;
}
.text1 {
  font-family: Roboto-Medium;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 500;
}
.date {
  opacity: 0.6;
  font-size: 2rem;
  margin: 2.625rem 0 4.5rem;
}
.text2 {
  font-size: 2rem;
  line-height: 3rem;
}
.text2 span {
  font-family: Roboto-Medium;
  font-weight: 500;
}
.text3 {
  font-size: 2.5rem;
}
.item {
  width: 43.375rem;
  background: #f4f4f4;
}
.item img {
  width: 100%;
}
.item a {
  align-items: center;
  font-size: 1.75rem;
  color: #006ee6;
}
.item i {
  display: block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  position: relative;
  transform: rotateZ(45deg);
}
.item i:after {
  content: "";
  display: block;
  width: 1rem;
  height: 2px;
  position: absolute;
  top: 0;
  background: #1d70f5;
}
.item i::before {
  content: "";
  display: block;
  height: 1rem;
  width: 2px;
  position: absolute;
  right: 0;
  background: #1d70f5;
}
.news-list {
  padding-bottom: 5rem;
}
.news-list .item {
  margin-bottom: 2.5rem;
}
.item-box {
  padding: 2.375rem 2.125rem 3.5rem;
}
.item-date {
  font-size: 1.625rem;
  color: #606464;
}
.item-text {
  font-size: 2rem;
  line-height: 2.625rem;
  margin: 2rem 0 1.5rem;
}
.pdl16 {
  padding-left: 2.4rem;
  font-style: italic;
}
.alink {
  padding: 1.75rem 2.25rem;
  border: 1px solid #006ee6;
  width: 18rem;
  border-radius: 2.75rem;
  display: flex;
  font-size: 1.625rem;
  color: #006ee6;
  align-items: center;
  justify-content: center;
  margin-top: 6.25rem;
}
.alink i {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-left: 2rem;
  transform: rotate(45deg);
}
.alink i::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 2px;
  top: 0;
  background: #006ee6;
  position: absolute;
}
.alink i::after {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 2px;
  right: 0;
  background: #006ee6;
  position: absolute;
}
