.carousel8 {
  overflow: hidden;
}
.carousel8 a {
  display: block;
  overflow: hidden;
  position: relative;
}
.carousel8 a .slick-img {
  display: block;
  height: 0;
  padding-bottom: 41%;
}
.carousel8 a .slides_tills {
  position: absolute;
  width: 100%;
  overflow: hidden;
  bottom: 0;
  left: 0;
  height: 139px;
  background: url(../images/banner_bg.png) repeat-x;
}
.carousel8 a .slides_tills p {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0px 2px 6px #000;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 80px;
}
.carousel8 .slick-arrow {
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 80px;
  font-size: 4rem;
  text-align: center;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.carousel8 .slick-prev {
  left: 50px;
}
.carousel8 .slick-next {
  right: 50px;
}
.carousel8 .slick-arrow:after {
  display: none;
}
.carousel8 .slick-dots {
  bottom: 65px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: right;
}
.carousel8 .slick-dots li {
  width: 18px;
  height: 22px;
  background: url(../images/a.png) no-repeat center top;
  text-indent: 9999px;
  transition: all 0.5s ease-in-out;
}
.carousel8 .slick-dots li button {
  display: none;
}
.carousel8 .slick-dots li.slick-active,
.carousel8 .slick-dots li.slick-active {
  background-image: url(../images/a_hover.png);
}
@media screen and (max-width:1200px) {
  .slick-arrow {
    transform: scale(0.8) translateY(-50%) !important;
  }
  .slick-txt {
    height: 70px !important;
  }
  .slick-dots {
    bottom: 33px !important;
  }
}
@media screen and (max-width:997px) {
  .slick-arrow {
    transform: scale(0.5) translateY(-100%) !important;
  }
  .slick-prev {
    left: 0 !important;
  }
  .slick-next {
    right: 0 !important;
  }
}
@media screen and (max-width:520px) {
  .slick-dots {
    display: none !important;
  }
}
.gp-title17 {
  box-sizing: border-box;
}
.gp-title17 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title17 h2 {
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title17 h2 a {
  color: #0f4588;
}
.gp-title17 .more {
  padding-top: 10px;
  color: #333;
}
.block-list75 li {
  position: relative;
}
.block-list75 li .date {
  width: 129px;
  float: left;
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
  margin-top: 44px;
}
.block-list75 li .date b {
  display: block;
  color: #0f4588;
  font-weight: normal;
}
.block-list75 li .date i {
  display: block;
  font-style: normal;
  color: #0f4588;
  margin-top: 2px;
  opacity: 0.5;
}
.block-list75 li >div {
  display: flex;
}
.block-list75 li >div a {
  display: block;
  flex: 1;
  overflow: hidden;
}
.block-list75 li >div a .info {
  padding-top: 24px;
}
.block-list75 li >div a span {
  padding-bottom: 68.55%;
}
.block-list75 li >div a h3 {
  color: #0f4588;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.block-list75 li >div a p {
  color: #333;
  line-height: 1.5;
  height: auto;
  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;
  overflow: hidden;
  margin-top: 3px;
}
@media screen and (max-width:767px) {
  .block-list75 li .date {
    width: 100px;
  }
  .block-list75 li>div a .info {
    padding-top: 10px;
  }
}
.block-list44 {
  position: relative;
}
.block-list44 li {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
.block-list44 li >div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  ustify-content: space-between;
}
.block-list44 li span {
  text-align: right;
  position: relative;
  box-sizing: border-box;
  width: 111px;
}
.block-list44 li span::before {
  margin-right: 5px;
}
.block-list44 li a {
  flex: 1;
  margin-right: 10px;
  position: relative;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 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-list44 li a::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #0f4588;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.block-list76 {
  position: relative;
  padding: 14px 40px 0;
  z-index: 1;
}
.block-list76::before {
  content: "";
  display: block;
  width: 70%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: -webkit-linear-gradient(90deg, rgba(15, 69, 136, 0.6), #0f4588);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(90deg, rgba(15, 69, 136, 0.6), #0f4588);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(90deg, rgba(15, 69, 136, 0.6), #0f4588);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(90deg, rgba(15, 69, 136, 0.6), #0f4588);
  /* 标准的语法 */
}
.block-list76 ul {
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 2;
}
.block-list76 ul li {
  border-bottom: 1px dashed rgba(15, 69, 136, 0.5);
  overflow: hidden;
  box-sizing: border-box;
}
.block-list76 ul li:last-of-type {
  border-bottom: none;
}
.block-list76 ul li >div {
  display: flex;
  align-items: flex-start;
  padding: 21px 0 28px;
}
.block-list76 ul li .date {
  width: 85px;
  float: left;
  text-align: right;
  position: relative;
  color: #0f4588;
  box-sizing: border-box;
  padding-bottom: 15px;
}
.block-list76 ul li .date::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: rgba(15, 69, 136, 0.5);
  position: absolute;
  right: 0;
  bottom: 0;
}
.block-list76 ul li .date i {
  display: block;
  font-style: normal;
  opacity: 0.5;
}
.block-list76 ul li .date b {
  display: block;
  font-weight: normal;
  white-space: nowrap;
}
.block-list76 ul li a {
  color: #333333;
  padding-left: 20px;
  flex: 1;
  line-height: 1.5;
  height: 3em;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-list76 ul li a:hover {
  color: #0f4588;
}
.carousel15 .gpCarousel {
  position: relative;
}
.carousel15 .gpCarousel .slick-slider a {
  display: block;
  margin: 0 14px;
}
.carousel15 .gpCarousel .slick-slider a span {
  padding-bottom: 63.15%;
}
.carousel15 .gpCarousel .slick-slider a p {
  color: #333;
  text-align: center;
  margin-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.carousel15 .gpCarousel .slick-slider a p:hover {
  color: #0f4588;
}
.carousel15 .gpCarousel .slick-arrow {
  width: 38px;
  height: 38px;
  left: 50%;
  top: -110px;
  color: transparent;
}
.carousel15 .gpCarousel .slick-arrow::after {
  display: none;
}
.carousel15 .gpCarousel .slick-prev {
  background: url(../images/carousel15_prev.png);
  margin-left: 520px;
}
.carousel15 .gpCarousel .slick-prev:hover {
  background: url(../images/carousel15_prev_on.png);
}
.carousel15 .gpCarousel .slick-next {
  background: url(../images/carousel15_next.png);
  margin-left: 585px;
}
.carousel15 .gpCarousel .slick-next:hover {
  background: url(../images/carousel15_next_on.png);
}
.carousel15 .gpCarousel .slick-dots {
  bottom: -30%;
  left: 50%;
  text-align: center;
  right: auto;
  position: static;
  padding-top: 37px;
}
.carousel15 .gpCarousel .slick-dots li {
  width: 20px;
  height: 25px;
  border-radius: 0;
  margin: 0 15px;
  background: url(../images/carousel15_li_bg.png);
}
.carousel15 .gpCarousel .slick-dots li button {
  border-radius: 0;
  background: none;
}
.carousel15 .gpCarousel .slick-dots li.slick-active {
  background: url(../images/carousel15_li_on_bg.png);
}
.carousel15 .gpCarousel .slick-dots li:hover {
  background: url(../images/carousel15_li_on_bg.png);
}
.block-list77 li >div {
  border-right: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  padding-left: 33px;
  padding-top: 24px;
  box-sizing: border-box;
  padding-bottom: 20px;
  padding-right: 10px;
  height: 100%;
}
.block-list77 li:last-of-type {
  border-right: none;
}
.block-list77 li i {
  line-height: 1;
  color: #0f4588;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 6px;
  border-bottom: 1px solid #0f4588;
  display: inline-block;
}
.block-list77 li a {
  line-height: 1.8;
  height: 3.6em;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 12px;
  color: #999999;
  box-sizing: content-box;
}
.block-list77 li a:hover {
  color: #0f4588;
}
