.pdf-cont {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 2.9rem;
}
.pdf-cont .pdf-item {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  background-color: #fff;
}
.pdf-cont .pdf-item .pdf-img {
  overflow: hidden;
  height: auto;
}
.pdf-cont .pdf-item .pdf-img img {
  width: 100%;
  display: flex;
}
.pdf-cont .pdf-item .pdf-img span {
  color: #fff;
  position: absolute;
}
.pdf-cont .pdf-item:hover .pdf-img span {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  display: inline-block;
  width: calc(100% - 20px);
  height: 100%;
  color: #fff;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.pdf-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.pdf-container a:hover {
  text-decoration: none;
}
.pdf-container .pdf-item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  background-color: #fff;
  margin-bottom: 48px;
}
.pdf-container .pdf-item:hover .pdf-detail .content span {
  color: #024FC9;
}
.pdf-container .pdf-item:hover .pdf-detail .content p {
  color: #595959;
}
.pdf-container .pdf-item:hover .pdf-detail .content div {
  color: #595959;
}
.pdf-container .pdf-item:hover img {
  transform: scale(1.1);
  opacity: 0.7;
}
.pdf-container .pdf-item .pdf-img {
  overflow: hidden;
  max-height: 300px;
}
.pdf-container .pdf-item .pdf-img img {
  width: 100%;
}
.pdf-container .pdf-item .pdf-detail {
  padding-top: 30px;
  width: 100%;
}
.pdf-container .pdf-item .pdf-detail .content {
  width: 98%;
  margin: 0 auto;
}
.pdf-container .pdf-item .pdf-detail .content span {
  font-size: 24px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #063B7A;
}
.news-show .title {
  background: #F2F2F2;
  padding: 100px 0 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-show .title h3 {
  font-size: 36px;
  color: #595959;
}
.news-show .title h3 small {
  font-size: 28px;
  color: #959595;
}
.news-show .title .download-pdf {
  margin-top: 16px;
  width: 200px;
  height: 50px;
  background: #053B7B;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 26px;
  line-height: 50px;
}
.news-show .content-pdf {
  margin: 2rem 10% 0 10%;
}
.news-show .content-pdf-m {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .pdf-cont {
    margin-left: -5px;
    margin-right: -5px;
  }
  .pdf-cont .pdf-item {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .pdf-cont .pdf-item .pdf-img span {
    display: block;
    bottom: 0;
    left: 2.5px;
    right: 2.5px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .pdf-container .pdf-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }
  .pdf-container .pdf-item .pdf-img {
    overflow: hidden;
    max-height: 240px;
  }
  .pdf-container .pdf-item .pdf-img img {
    width: 100%;
  }
  .pdf-container .pdf-item .pdf-detail {
    padding-top: 20px;
  }
  .pdf-container .pdf-item .pdf-detail .content span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 980px) {
  .news-show .title {
    padding: 80px 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .news-show .title h3 {
    font-size: 18px;
    color: #595959;
  }
  .news-show .title h3 small {
    font-size: 12px;
    color: #959595;
  }
  .news-show .title .download-pdf {
    margin-top: 10px;
    height: 25px;
    width: 100px;
    border-radius: 12px;
    margin: 12px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    line-height: 25px;
  }
  .news-show .content-pdf-m {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
  }
  .news-show .content-pdf-m .pdf-title {
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .news-show .content-pdf-m .pdf-link {
    width: 286px;
    height: 44px;
    background: #063B7A;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 44px;
  }
  .pdf-cont .pdf-item:hover .pdf-img span {
    position: absolute;
    top: unset;
    left: 2.5px;
    right: 2.5px;
    height: 35px;
    font-size: 14px;
    width: calc(100% - 5px);
  }
}
