.block5_T53 {
  margin-bottom: 4.16667%;
  text-align: center;
  background: #F5F5F5;
  padding-top: 5.20833%;
  padding-bottom: 4.16667%;
}

.block5_T53 .title {
  font-size: 40px;
  text-transform: capitalize;
  color: #222;
}

@media screen and (max-width: 1400px) {
  .block5_T53 .title {
    font-size: 32px;
  }
}

@media screen and (max-width: 875px) {
  .block5_T53 .title {
    font-size: 24px;
  }
}

.block5_T53 .desc {
  color: #5f656d;
  max-width: 850px;
  margin: 20px auto 0;
}

.block5_T53 .wrap {
  background: #fff;
  margin-top: 3.33333%;
}

.block5_T53 .flWrap {
  float: left;
  width: 33%;
  text-align: left;
  padding-top: 33.33333%;
  position: relative;
}

.block5_T53 .flWrap:nth-child(2n) .textWrap {
  top: 50%;
}

.block5_T53 .flWrap:nth-child(2n) .textWrap:before {
  top: auto;
  bottom: 100%;
  border-top-color: transparent;
  border-bottom-color: #fff;
}

.block5_T53 .flWrap:nth-child(2n) .imgWrap {
  top: 0;
}

.block5_T53 .flWrap:hover .textWrap {
  background: #0065b9;
}

.block5_T53 .flWrap:hover:nth-child(2n+1) .textWrap:before {
  border-top-color: #0065b9;
}

.block5_T53 .flWrap:hover:nth-child(2n) .textWrap:before {
  border-bottom-color: #0065b9;
}

.block5_T53 .flWrap:hover .date {
  color: #fff;
}

.block5_T53 .flWrap:hover .date i {
  color: #fff;
}

.block5_T53 .flWrap:hover .tit {
  color: #fff;
}

.block5_T53 .textWrap {
  padding-top: 49.66667%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}

.block5_T53 .textWrap:before {
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 6.66667%;
  top: 100%;
  z-index: 1;
  transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}

.block5_T53 .textWrap .shade {
  padding: 0 6.66667%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  font-size: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.block5_T53 .textWrap .shade:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.block5_T53 .textWrap .shade .textMidSon {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  font-size: 14px;
  width: 100%;
}

.block5_T53 .date {
  color: #222;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  padding-bottom: 20px;
  position: relative;
  transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}

.block5_T53 .date:before {
  content: "";
  width: 100px;
  height: 2px;
  background: #ccc;
  position: absolute;
  left: 0;
  bottom: 0;
}

.block5_T53 .date i {
  color: #0065b9;
}

.block5_T53 .tit {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  height: 72px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #333;
  text-transform: capitalize;
  margin-top: 20px;
}

.block5_T53 .imgWrap {
  display: block;
  padding-top: 48.66667%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  overflow: hidden;
}

.block5_T53 .imgWrap img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.block5_T53 .more {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  padding: 1.66667% 5%;
  background: #A9A7A2;
  line-height: 1;
  text-transform: capitalize;
  margin-top: 4.16667%;
}

.block5_T53 .more:hover {
  color: #0065b9;
}

@media screen and (max-width: 875px) {
  .block5_T53 {
    margin-bottom: 35px;
  }

  .block5_T53 .flWrap {
    width: 100%;
    padding-top: 100%;
  }

  .block5_T53 .flWrap .textWrap {
    top: 50%;
  }

  .block5_T53 .flWrap .imgWrap {
    top: 00%;
  }

  .block5_T53 .more {
    font-size: 16px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .block5_T53 .date {
    font-size: 14px;
    padding-bottom: 5px;
  }

  .block5_T53 .tit {
    font-size: 14px;
    margin-top: 5px;
    line-height: 20px;
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}