.carousel71 a {
  display: block;
  position: relative;
}
.carousel71 a .mode1Pic {
  padding-bottom: 66.25%;
}
.carousel71 a .mode1txtbox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 15px 30px 24px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
}
.carousel71 a .mode1txtbox .mode1txt {
  line-height: 1.25;
  margin-bottom: 10px;
}
.carousel71 a .mode1txtbox .mode1sum {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
.carousel71 .slick-arrow {
  width: 40px;
  height: 88px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.carousel71 .slick-arrow:after {
  display: none;
}
.carousel71 .slick-arrow:before {
  color: #fff;
  font-size: 40px;
}
.carousel71 .slick-dots {
  width: 100%;
  height: 6px;
  font-size: 0;
  left: 0;
  bottom: 0;
  margin: 0 -1px;
  overflow: hidden;
}
.carousel71 .slick-dots li {
  margin: 0;
  height: 6px;
  width: 20%;
}
.carousel71 .slick-dots li button {
  width: calc(100% - 2px);
  border-radius: 0;
  margin: 0 1px;
  background: rgba(255, 255, 255, 0.4);
}
.carousel71 .slick-dots li.slick-active button {
  background: #1E4DA2;
}
.gp-title15 {
  position: relative;
}
.gp-title15 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title15 h2 {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title15 h2 a {
  color: #1E4DA2;
}
.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: #1E4DA2;
  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;
}
.tab16 >div {
  position: relative;
}
.tab16 .tabMenu1 li {
  vertical-align: baseline;
}
.tab16 .tabMenu1 li h2 {
  line-height: 1.5;
  font-weight: normal;
}
.tab16 .tabMenu1 li h2 a {
  font-weight: normal;
  padding: 0 6px;
  position: relative;
}
.tab16 .tabMenu1 li.on h2 {
  font-size: 30px;
}
.tab16 .tabMenu1 li.on h2 a {
  color: #1E4DA2;
  padding: 0 15px;
  margin-right: 10px;
}
.tab16 .tabMenu1 li.on h2 a::before {
  content: '';
  width: 1px;
  height: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #e5e5e5;
}
.tab16 .tabMenu1 li:first-child h2 a {
  padding-left: 0;
}
.tab16 .tabMore1 {
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 10;
}
.tab16 .tabMore1 a {
  display: none;
  color: #1E4DA2;
  position: relative;
  box-sizing: border-box;
  padding: 0 15px;
}
.tab16 .tabMore1 a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #1E4DA2;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.5px;
}
.tab16 .tabMore1 a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #1E4DA2;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
}
.tab16 .tabList .tabListBox {
  display: none;
}
.tab16 .tabList .tabListBox >* {
  padding-top: 20px;
}
.block-list131 {
  margin: 0 -10px;
}
.block-list131 li a {
  display: block;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.35s ease-in-out;
  position: relative;
  margin: 0 10px;
  height: 100%;
  overflow: hidden;
}
.block-list131 li a .img {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.block-list131 li a .img img {
  width: auto;
  max-width: 50px;
}
.block-list131 li a .img span {
  display: block;
  padding: 18px 0 12px;
  text-align: center;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.35s ease-in-out;
}
.block-list131 li a .img strong {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 0.35s ease-in-out;
}
.block-list131 li a p {
  text-align: center;
  padding-bottom: 12px;
  transition: all 0.35s ease-in-out;
}
.block-list131 li a:hover {
  background: #1E4DA2;
}
.block-list131 li a:hover .img span {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.block-list131 li a:hover .img strong {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  top: 18px;
  filter: alpha(opacity=100);
}
.block-list131 li a:hover p {
  color: #fff;
}
.gp-title38 {
  padding: 35px 0;
  text-align: center;
}
.gp-title38 h2 {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1;
  position: relative;
}
.gp-title38 h2 a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.gp-title38 h2 span {
  display: block;
  vertical-align: middle;
  color: #999;
  padding-top: 10px;
  text-transform: uppercase;
}
.gp-title38 h2 .gpColumnTitleIcon {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
}
.gp-title38 h2:before,
.gp-title38 h2:after {
  content: '';
  width: 66px;
  height: 2px;
  background-color: #1E4DA2;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
.gp-title38 h2:before {
  left: -85px;
}
.gp-title38 h2::after {
  right: -85px;
}
.block-list273 {
  margin: 0 -15px;
}
.block-list273 li .con {
  margin: 0 15px;
}
.block-list273 li .con .img {
  display: block;
  padding-bottom: 62.25%;
}
.block-list273 li .con .info {
  display: block;
  display: flex;
  padding: 15px 0 40px;
  border-bottom: 1px dashed #e6e6e6;
}
.block-list273 li .con .info .date {
  padding: 15px 10px 15px 0;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  color: #666666;
}
.block-list273 li .con .info .date .day {
  font-weight: bold;
  display: block;
}
.block-list273 li .con .info .date .day span {
  font-weight: normal;
  margin-left: 5px;
}
.block-list273 li .con .info .date .month {
  display: block;
}
.block-list273 li .con .info .title {
  flex: 1;
  padding-left: 10px;
  color: #666666;
  line-height: 1.5;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list273 li .con .info .title:hover {
  color: #1E4DA2;
}
@media screen and (max-width:996px) {
  .block-list273 li .con .info {
    padding: 15px 0;
  }
}
.block-list309 li a {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-left: 18px;
  border-left: 1px solid rgba(0, 0, 0, 0.549);
}
.block-list309 li a::after {
  content: "";
  display: block;
  width: 3px;
  height: 20px;
  background: #bfbeac;
  position: absolute;
  left: 0;
  top: 0;
}
.block-list309 li a .date {
  color: #999999;
  line-height: 1;
  margin-top: 20px;
}
.block-list309 li a .item-txt {
  color: #333333;
  line-height: 1.5;
  height: 1.5em;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.block-list309 li a .item-txt:hover {
  color: #1E4DA2;
}
@media screen and (max-width:996px) {
  .block-list309 li {
    margin-bottom: 20px;
  }
  .block-list309 li a {
    padding-left: 15px;
  }
  .block-list309 li a .date {
    color: #333333;
    line-height: 1;
    margin-top: 10px;
  }
}
.block-list109 {
  margin: 0 -20px;
}
.block-list109 li a {
  display: block;
  margin: 0 20px;
  border: 1px solid #e5e5e5;
  padding: 10px 0;
  border-radius: 33px;
  position: relative;
}
.block-list109 li a p {
  color: #222;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 1.3em;
  line-height: 1.3;
}
