.gp-title87 {
  position: relative;
  padding-top: 15px;
  overflow: hidden;
  padding-right: 3px;
}
.gp-title87::before {
  content: "";
  display: block;
  width: ;
}
.gp-title87 .more {
  width: 88px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 21px;
  border: 1px solid #ebe8e2;
  position: relative;
}
.gp-title87 .more::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #d4d1cb;
  border-radius: 50%;
  position: absolute;
  left: -2.5px;
  top: 50%;
  margin-top: -2.5px;
  transition: all 0.3s ease-in-out;
}
.gp-title87 .more::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #d4d1cb;
  border-radius: 50%;
  position: absolute;
  right: -2.5px;
  top: 50%;
  margin-top: -2.5px;
  transition: all 0.3s ease-in-out;
}
.gp-title87 .more:hover {
  color: #004ea1;
}
.gp-title87 .img {
  position: absolute;
  top: 50%;
  left: 80px;
  height: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.gp-title87 .img img {
  max-height: 100%;
}
.gp-title87 .title {
  margin-bottom: 10px;
}
.gp-title87 .title h2 {
  display: inline-block;
}
.gp-title87 .title span {
  display: inline-block;
  margin-left: 10px;
}
.gp-title87 .zs {
  position: relative;
}
.gp-title87 .zs .card {
  width: 75px;
  height: 25px;
  clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
  background: #f2e1db;
}
.gp-title87 .zs::before {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: #e0c67e;
  position: absolute;
  left: 55px;
  top: 33%;
  z-index: 1;
}
.gp-title87 .zs::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e0c67e;
  position: absolute;
  left: 45px;
  top: 66%;
}
@media screen and (max-width:996px) {
  .gp-title87 .more {
    width: 75px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    border: 1px solid #ebe8e2;
    position: relative;
    margin-top: 5px;
  }
}
.block-list315 li a {
  display: block;
  color: #fff;
  position: relative;
}
.block-list315 li a .pic {
  padding-bottom: 66.66%;
}
.block-list315 li a .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: end;
  align-items: flex-end;
}
.block-list315 li a .txt .tit {
  flex: 1;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  padding: 30px;
}
.block-list315 li a .txt .tit div {
  font-weight: bold;
  line-height: 1.22;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list315 li a .txt .time {
  box-sizing: border-box;
  padding: 30px;
  background: #004ea1;
  font-weight: bold;
}
.block-list315 li a .txt .time b {
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width:996px) {
  .block-list315 li a .txt .time {
    padding: 25px;
  }
  .block-list315 li a .txt .tit {
    padding: 25px;
  }
}
@media screen and (max-width:768px) {
  .block-list315 li a .txt .time {
    padding: 20px;
  }
  .block-list315 li a .txt .tit {
    padding: 20px;
  }
}
@media screen and (max-width:479px) {
  .block-list315 li a .txt .time {
    padding: 15px;
  }
  .block-list315 li a .txt .tit {
    padding: 15px;
  }
}
.block-list258 {
  margin: 0 -15px;
}
.block-list258 a {
  display: block;
  margin: 0 15px;
  transition: all 0.3s ease-in-out;
  box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.05);
}
.block-list258 a .modexbot {
  padding: 20px 25px 30px;
  box-sizing: border-box;
  position: relative;
}
.block-list258 a .modexbot .date {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -18px;
  padding: 7px 17px 7px 10px;
  box-sizing: border-box;
  background: #004ea1;
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.block-list258 a .modexbot .mode2article {
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list258 li:hover a {
  transform: translateX(5px);
}
.block-list200 li a {
  display: flex;
}
.block-list200 li a .date {
  padding-right: 20px;
}
.block-list200 li a .date span {
  display: block;
}
.block-list200 li a .date .day {
  line-height: 1;
  font-weight: bold;
  color: #004ea1;
  margin-bottom: 5px;
}
.block-list200 li a .date .month {
  line-height: 1;
  white-space: nowrap;
}
.block-list200 li a .info {
  display: block;
  overflow: hidden;
}
.block-list200 li a .info .tilte {
  display: block;
  font-weight: bold;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list200 li a .info .summary {
  color: #666666;
  line-height: 1.5;
  margin-top: 10px;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list200 li:hover .tilte {
  color: #890600;
}
.block-list200 li:hover .summary {
  color: #333;
}
@media screen and (max-width: 540px) {
  .block-list200 li {
    margin-bottom: 30px;
  }
  .block-list200 li a .date {
    padding-right: 15px;
  }
  .block-list200 li a .date .day {
    font-size: 30px;
  }
  .block-list200 li a .info .summary {
    margin-top: 18px;
  }
}
@media screen and (max-width: 479px) {
  .block-list200 li {
    margin-bottom: 20px;
  }
}
.block-list153 {
  margin: 0 -8px;
}
.block-list153 li a {
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 0 8px;
  background: #f2f7fc;
  border-bottom: 1px solid #004ea1;
  position: relative;
  box-sizing: border-box;
  padding: 29px;
  text-align: center;
  background: #f2f7fc;
}
.block-list153 li a .img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border: 1px solid #004ea1;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.block-list153 li a .img img {
  width: auto;
  max-width: 52px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block-list153 li a p {
  text-align: center;
  color: #333333;
  margin-top: 10px;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list153 li a span {
  display: block;
  text-align: center;
  color: #333333;
  margin-top: 10px;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list153 li a:hover {
  transform: translateY(5px);
}
@media screen and (max-width:996px) {
  .block-list153 li a p {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .block-list153 li a p {
    font-size: 14px;
  }
}
.block-list187 a {
  padding: 30px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f1efef;
  overflow: hidden;
  position: relative;
}
.block-list187 a .listDate {
  flex-shrink: 0;
  color: #999999;
  padding-right: 5px;
}
.block-list187 a .listTitle {
  line-height: 1.5;
  transition: all 0.2s ease;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list187 a:before {
  content: "";
  display: block;
  width: 5px;
  height: 35px;
  background: #004ea1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block-list187 a:hover {
  text-decoration: none;
  color: #004ea1;
}
.block-list187 a:hover .listTitle {
  padding-left: 10px;
}
@media screen and (max-width: 479px) {
  .block-list187 a {
    flex-wrap: wrap;
    padding: 29px 15px;
  }
  .block-list187 a span {
    width: 100%;
  }
}
.block-list172 {
  margin: 0 -14px;
}
.block-list172 li {
  transition: all 0.4s ease;
}
.block-list172 li:hover {
  transform: translateY(-10px);
}
.block-list172 li>a {
  display: block;
  margin: 0 14px;
  border-top: 4px solid #ccd8ea;
  background-color: #fff;
  padding: 30px 25px;
  position: relative;
}
.block-list172 li>a::before {
  content: '';
  width: 20px;
  height: 26px;
  background: url(../images/block-list172_icon.png) no-repeat center;
  position: absolute;
  right: 25px;
  top: 0;
}
.block-list172 li .title {
  font-weight: normal;
  line-height: 1.5;
  height: 50px;
  overflow: hidden;
  margin-bottom: 12px;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.block-list172 li .p {
  color: #666666;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 63px;
  line-height: 1.5;
}
.block-list172 li .date {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border-radius: 15px;
  background-color: #004ea1;
  position: relative;
  padding: 0 15px 0 35px;
  color: #fff;
}
.block-list172 li .date i {
  width: 28px;
  height: 28px;
  border: 1px solid #ecebf2;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: -3px;
  line-height: 28px;
  text-align: center;
  background: #fff;
  background-size: 18px 18px;
}
.block-list172 li .date i::before {
  color: #004ea1;
}
@media screen and (max-width: 768px) {
  .block-list172 li>a {
    padding: 15px;
  }
  .block-list172 li .title,
  .block-list172 li .p {
    height: auto;
    max-height: 3em;
    margin-bottom: 8px;
  }
}
