.carousel1 {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.carousel1 .slick-slide > a {
  display: block;
  background-color: #fff;
  position: relative;
}
.carousel1 .slick-slide .slick-img {
  display: block;
  height: 0;
  padding-bottom: 28.64%;
  overflow: hidden;
}
@media screen and (max-width:1480px) {
  .carousel1 .slick-txt2 {
    height: 70px;
  }
}
@media screen and (max-width:1240px) {
  .carousel1 .slick-txt2 {
    height: 60px;
  }
}
@media screen and (max-width:996px) {
  .carousel1 .slick-txt2 {
    height: 50px;
  }
}
.gp-title111 {
  display: flex;
  align-items: center;
}
.gp-title111 .gp-title111a {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.gp-title111 .gp-title111a .gp-title111b {
  flex: 1;
  overflow: hidden;
}
.gp-title111 .gp-title111a .gp-title111b h2 {
  font-weight: bold;
}
.gp-title111 .gp-title111a .gp-title111b h2 a {
  color: #000;
}
.gp-title111 .gp-title111a .gp-title111b span {
  color: #999999;
  text-transform: uppercase;
}
.gp-title111 .more {
  display: block;
  box-sizing: border-box;
  padding-right: 0.6em;
  background: url(../images/gp-title111_2.png) no-repeat right center;
  background-size: auto 100%;
  transition: all 0.3s ease-in-out;
}
.gp-title111 .more:hover {
  padding-right: 0;
}
.gp-title111 .more i {
  font-style: normal;
  display: inline-block;
  width: 1.375em;
  height: 1.375em;
  margin-left: 3px;
  transform: translateY(-12.5%);
}
.gp-title111 .more i svg {
  width: 100%;
  height: 100%;
}
.gp-title111 .more i svg path {
  fill: #243E8B;
}
.gp-title111 .more span {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-left: 3px;
}
.gp-title111 .more span svg {
  width: 100%;
  height: 100%;
}
.gp-title111 .more span svg path {
  fill: #243E8B;
}
.carousel114 .item .gp-img-responsive {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.carousel114 .item .bottom {
  padding: 20px 30px;
  box-sizing: border-box;
  position: relative;
}
.carousel114 .item .bottom .title {
  color: #333333;
  margin-bottom: 28px;
}
@media screen and (max-width: 996px) {
  .carousel114 .item .bottom .title {
    margin-bottom: 14px;
  }
}
.carousel114 .item .bottom .time {
  color: #243E8B;
}
.carousel114 .item .bottom .time i {
  display: inline-block;
  margin: 0 7px 0 0;
}
@media screen and (max-width: 996px) {
  .carousel114 .item .bottom {
    padding: 10px 15px 20px;
  }
}
.carousel114 .item .bottom::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  background: #243E8B;
  height: 2px;
}
.carousel114 .slick-dots {
  font-size: 0;
  left: 0;
  width: 100%;
  bottom: 8px;
  text-align: center;
}
.carousel114 .slick-dots li {
  width: 30px;
  height: 5px;
  margin: 0 10px;
}
.carousel114 .slick-dots li button {
  border-radius: 0;
  background: #cfa972;
}
.carousel114 .slick-dots li.slick-active button {
  background: #243E8B;
}
.carousel114:hover .bottom::after {
  width: 100%;
}
.carousel114:hover .title {
  color: #243E8B !important;
}
.block-list105 li a {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.block-list105 li a .date {
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #243E8B;
  border: 5px solid #fff;
  position: relative;
  margin-right: 20px;
}
.block-list105 li a .date span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.block-list105 li a .date b {
  display: block;
}
.block-list105 li a .date i {
  font-style: normal;
  display: block;
  white-space: nowrap;
}
.block-list105 li a .info {
  display: block;
  overflow: hidden;
  flex: 1;
  height: 100px;
  border-bottom: 1px solid #d8dade;
}
.block-list105 li a .info div {
  vertical: middle;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.block-list105 li a .info div h3 {
  color: #222;
  padding-bottom: 0 !important;
  margin-bottom: 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-list105 li a .info div p {
  color: #999999;
  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-list105 li a:hover .info h3 {
  color: #243E8B;
}
@media screen and (max-width:768px) {
  .block-list105 li a .date {
    width: 70px;
    height: 70px;
    margin-right: 8px;
  }
  .block-list105 li a .date span b {
    font-size: 16px;
  }
  .block-list105 li a .date span i {
    transform: scale(0.8);
  }
  .block-list105 li a .info {
    height: 70px;
  }
  .block-list105 li a .info h3 {
    padding-bottom: 5px;
  }
}
.block-list5 div {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px 10px 15px;
  position: relative;
  transition: transform 0.35s ease-out;
  display: flex;
  align-items: center;
}
.block-list5 div:hover {
  transform: translateX(10px);
}
.block-list5 div::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #243E8B;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}
.block-list5 div >a {
  flex: 1;
  display: block;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list5 div >span {
  color: #666666;
  float: right;
  margin-left: 10px;
  order: 1;
}
.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: #243E8B;
  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-list395 {
  margin: 0 -20px;
}
.block-list395 ul li .gpTextArea {
  align-items: center;
  justify-content: flex-start;
  background-color: #b3957d;
  padding: 20px;
  margin: 0 20px;
  transition: all 0.35s ease-out;
}
.block-list395 ul li .gpTextArea .itemImg {
  width: 80px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.block-list395 ul li .gpTextArea .itemImg img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  object-fit: cover;
}
.block-list395 ul li .gpTextArea .gpArticleTitle {
  margin: 0 15px;
  flex: 1;
}
.block-list395 ul li .gpTextArea .gpMore {
  color: #fff;
}
.block-list395 ul li:nth-child(5n+1) a {
  background-color: #b19f7c;
}
.block-list395 ul li:nth-child(5n+2) a {
  background-color: #a66c6f;
}
.block-list395 ul li:nth-child(5n+3) a {
  background-color: #577eaf;
}
.block-list395 ul li:nth-child(5n+4) a {
  background-color: #57afa0;
}
.block-list395 ul li:nth-child(5n+5) a {
  background-color: #93af57;
}
@media screen and (min-width:996px) {
  .block-list395 {
    margin: 0 -10px;
  }
  .block-list395 ul li .gpTextArea:hover {
    transform: translateY(-10px);
  }
}
@media screen and (max-width:996px) {
  .block-list395 {
    margin: 0 -10px;
  }
  .block-list395 ul li .gpTextArea {
    margin: 0 10px;
  }
  .block-list395 ul li .gpTextArea .itemImg {
    width: 60px;
  }
}
