.carousel47 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.carousel47 .slick-slide >a {
  display: block;
  background-color: #fff;
  position: relative;
}
.carousel47 .slick-slide .slick-img {
  display: block;
  height: 0;
  padding-bottom: 38%;
  overflow: hidden;
}
.carousel47 .slick-slide.slick-active img {
  animation: scaleBig 5s linear 0s 1 both;
  transform-style: preserve-3d;
}
.carousel47 .slick-txt {
  font-weight: normal !important;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  color: #fff;
  box-sizing: border-box;
  padding: 0 20px;
  height: 90px;
  line-height: 90px;
  font-weight: bold;
  background: transparent;
  background: -webkit-gradient(top, bottom, color-stop(0%, transparent), color-stop(70%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}
.carousel47 .slick-txt div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel47 .slick-arrow {
  width: 63px;
  height: 20px;
  background: none;
  color: transparent;
  overflow: initial;
}
.carousel47 .slick-arrow.slick-prev {
  background: url(../images/carousel47_lt.png) center no-repeat;
  left: 33px;
}
.carousel47 .slick-arrow.slick-prev::after {
  left: 0px;
}
.carousel47 .slick-arrow.slick-prev:hover {
  color: transparent;
}
.carousel47 .slick-arrow.slick-prev:hover::after {
  background: none;
  border: none;
}
.carousel47 .slick-arrow.slick-next {
  background: url(../images/carousel47_rt.png) center no-repeat;
  right: 33px;
}
.carousel47 .slick-arrow.slick-next::after {
  right: 0px;
  left: auto;
}
.carousel47 .slick-arrow.slick-next:hover {
  color: transparent;
}
.carousel47 .slick-arrow.slick-next:hover::after {
  background: none;
  border: none;
}
.carousel47 .slick-arrow::after {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 996px) {
  .carousel47 .slick-txt div {
    width: 100% !important;
    text-align: left;
  }
  .carousel47 .slick-arrow {
    width: 45px;
  }
  .carousel47 .slick-arrow::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .slick-dots {
    text-align: center;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 3px;
  }
}
@-webkit-keyframes scaleBig {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
@keyframes scaleBig {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
.gp-title2 {
  padding: 13px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #00366f;
}
.gp-title2 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title2 h2 {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title2 .more {
  padding-top: 10px;
  color: #999;
}
.carousel103 .slick .gp-img-responsive {
  padding-bottom: 56.25%;
}
.carousel103 .slick .textBox {
  background: #fff;
  padding: 50px 28px;
  position: relative;
}
.carousel103 .slick .textBox .date {
  position: absolute;
  left: 28px;
  bottom: 120px;
  background: #c40004;
  color: #fff;
  width: 109px;
  height: 111px;
  color: #e0c67e;
}
.carousel103 .slick .textBox .date span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  line-height: 1;
}
.carousel103 .slick .textBox .date span .year {
  margin-top: 13px;
}
.carousel103 .slick .textBox .title {
  color: #222;
  line-height: 40px;
  font-weight: bold;
}
@media screen and (max-width: 997px) {
  .carousel103 .slick .textBox .date {
    width: 80px;
    height: 80px;
  }
  .carousel103 .slick .textBox .date .day {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .carousel103 .slick .textBox {
    padding: 20px;
  }
  .carousel103 .slick .textBox .date {
    width: 60px;
    height: 60px;
    bottom: 60px;
  }
  .carousel103 .slick .textBox .date .day {
    font-size: 24px;
  }
  .carousel103 .slick .textBox .date .year {
    margin-top: 5px;
  }
}
.carousel103 .slick-dots {
  right: 28px;
  bottom: 160px;
  line-height: 1;
  font-size: 0;
}
@media screen and(max-width: 480px) {
  .carousel103 .slick-dots {
    bottom: 85px;
  }
  .carousel103 .slick-dots li {
    border-width: 1px;
  }
}
.carousel103 .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c40004;
  border: 5px solid #fff;
  box-sizing: content-box;
  opacity: 0.4;
  margin: 0 9px;
}
.carousel103 .slick-dots li button {
  display: none;
}
.carousel103 .slick-dots .slick-active {
  opacity: 1;
}
.block-list165 {
  margin: 0 -10px;
}
.block-list165 li a {
  display: block;
  margin: 0 10px;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 24px 25px;
  transition: all 0.3s ease-in-out;
  background: none;
  height: 100%;
}
.block-list165 li a h3 {
  font-weight: normal;
  color: #333333;
  margin: 10px 0;
  line-height: 1.5;
  height: 48px;
  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-list165 li a p {
  position: relative;
  color: #999999;
  box-sizing: border-box;
  padding-top: 7px;
}
.block-list165 li a p i {
  font-style: normal;
  margin-right: 10px;
  color: #00366f;
}
.block-list165 li a p::before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
}
.block-list165 li a:hover {
  background: #00366f;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}
.block-list165 li a:hover span,
.block-list165 li a:hover h3,
.block-list165 li a:hover p,
.block-list165 li a:hover i {
  color: #fff;
}
@media screen and (max-width:767px) {
  .block-list165 li a {
    font-size: 14px;
    padding: 15px;
  }
}
.block-list261 {
  margin: 0 -10px;
  overflow: hidden;
}
.block-list261 a {
  display: block;
  margin: 0 10px;
  padding: 20px 30px 20px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.block-list261 a .mode2tit {
  line-height: 1.5;
  height: 51px;
  overflow: hidden;
  color: #333333;
  margin-bottom: 20px;
  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-list261 a .date2 {
  line-height: 2;
  display: flex;
  align-items: center;
}
.block-list261 a .date2 i {
  flex: 1;
  height: 1px;
  border-top: 1px dashed rgba(102, 102, 102, 0.5);
}
.block-list261 a .date2 span {
  display: inline-block;
  color: #999999;
  margin-left: 5px;
  font-style: italic;
  padding-right: 10px;
  box-sizing: border-box;
}
.block-list261 li:hover a {
  transform: translateX(5px);
}
.block-list261 li:hover .mode2tit {
  color: #00366f;
}
.block-list318 {
  margin: 0 -15px;
}
.block-list318 li a {
  display: block;
  margin: 0 15px;
  box-sizing: border-box;
  padding: 20px 30px;
  position: relative;
  background: #f5f5f5;
  transition: all 0.2s ease-in-out;
}
.block-list318 li a .title {
  color: #333333;
  line-height: 1.625;
  height: 3.25em;
  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-list318 li a:hover .title {
  color: #00366f;
}
.block-list318 li a .date {
  color: #00366f;
  margin-top: 20px;
  box-sizing: border-box;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.block-list318 li a .date span {
  display: inline-block;
  margin-right: 5px;
}
.block-list318 li a .date::before {
  content: "";
  display: block;
  width: 11.57%;
  height: 1px;
  background: #00366f;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.25s ease-in-out;
}
.block-list318 li a:hover .date::before {
  width: 100%;
}
.block-list318 li a:hover {
  transform: translateY(-5px);
}
@media screen and (max-width:768px) {
  .block-list318 li a {
    padding: 15px 20px;
  }
  section ul.block-list318 li a .date {
    padding-top: 10px;
    margin-top: 10px;
  }
}
.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: #00366f;
  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: #00366f;
}
@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;
  }
}
.block-list314 {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.block-list314 li {
  height: 600px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.block-list314 li:nth-child(2n) {
  margin-top: 80px;
}
.block-list314 li .item {
  display: block;
  margin: 0 20px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding: 80px 60px;
}
.block-list314 li .item .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.6s ease-out 0s;
  background-color: #ccc;
}
.block-list314 li .item:hover .pic {
  transform: scale(1.05);
}
.block-list314 li .item .con {
  position: relative;
  height: 100%;
}
.block-list314 li .item .tit {
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
  height: 100%;
  position: relative;
  z-index: 2;
}
.block-list314 li .item .tit .h {
  font-weight: bold;
  color: #fff;
  letter-spacing: 6px;
  padding-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.block-list314 li .item .tit .p {
  margin-left: 10px;
}
.block-list314 li .item .arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  line-height: 50px;
  text-align: center;
  writing-mode: horizontal-tb;
  color: #fff;
}
.block-list314 li .item .arrow i {
  font-size: 20px;
  position: relative;
  left: 0px;
  display: block;
  font-weight: 100;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/list314_arrow.png) no-repeat center;
}
.block-list314 li .item .arrow::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 50%;
  left: 0;
  top: 0;
  border: 1px dashed #fff;
}
.block-list314 li .item:hover .arrow::before {
  -webkit-animation-name: rot;
  animation-name: rot;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes rot {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rot {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.block-list314 li .item:hover .arrow i {
  -webkit-animation-name: arr;
  animation-name: arr;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}
@-webkit-keyframes arr {
  /* æŠ–åŠ¨æ—‹è½¬ */
  /* 100%{transform: rotate(0deg);} */
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(10deg);
  }
}
@keyframes arr {
  /* 100%{transform: rotate(10deg);} */
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(10deg);
  }
}
@media screen and (max-width:1400px) {
  .block-list314 li .item {
    padding: 60px 40px;
  }
  .block-list314 li .item .tit .h {
    padding-right: 20px;
  }
}
@media screen and (max-width:996px) {
  .block-list314 {
    flex-direction: column;
    margin: 0 -10px;
  }
  .block-list314 li {
    margin-top: 0 !important;
    height: auto;
  }
  .block-list314 li .item .tit {
    writing-mode: initial;
    height: auto;
    display: inline-block;
    vertical-align: middle;
  }
  .block-list314 li .item {
    padding: 10px 15px;
    margin: 0 10px;
  }
  .block-list314 li .item .tit .h {
    padding-right: 10px;
  }
  .block-list314 li .item .arrow {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-left: 10px;
    transform: scale(0.8);
  }
}
.block-list376 li a {
  display: block;
  margin: 0 5px;
}
.block-list376 li a .img {
  padding-bottom: 100%;
  position: relative;
}
.block-list376 li a .img .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px 0px;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.5;
  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;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .block-list376 li a .img .title {
    padding: 20px 20px 0px;
    margin-bottom: 20px;
  }
}
.block-list376 li a .img .title::before {
  content: "";
  display: block;
  width: 66px;
  height: 3px;
  background: #00366f;
  position: absolute;
  left: 20px;
  top: 0;
}
.block-list376 li a .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  z-index: 1;
  background-image: -moz-linear-gradient(90deg, #000001 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, #000001 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, #000001 0%, transparent 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-list317 {
  margin: 0 -50px;
}
.block-list317 li a {
  display: block;
  margin: 0 50px;
  box-sizing: border-box;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.block-list317 li a::before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #00366f;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.25s ease-in-out;
}
.block-list317 li a:hover::before {
  width: 100%;
}
.block-list317 li a .tit {
  color: #333333;
  line-height: 1.25;
  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-list317 li a:hover .tit {
  color: #00366f;
}
@media screen and (max-width:1200px) {
  .block-list317 {
    margin: 0 -30px;
  }
  .block-list317 li a {
    margin: 0 30px;
  }
}
@media screen and (max-width:996px) {
  .block-list317 {
    margin: 0 -20px;
  }
  .block-list317 li a {
    margin: 0 20px;
  }
}
@media screen and (max-width:768px) {
  .block-list317 {
    margin: 0 -15px;
  }
  .block-list317 li a {
    margin: 0 15px;
  }
}
