.carousel12 {
  position: relative;
}
.carousel12 .slick-slide a {
  display: block;
}
.carousel12 .slick-slide a span {
  padding-bottom: 30.2%;
}
.carousel12 .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
}
.carousel12 .slick-dots li {
  margin: 10px 6px 0;
  display: inline-block;
  zoom: 1;
}
.carousel12 .slick-dots li button {
  width: 10px;
  height: 10px;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
}
.carousel12 .slick-dots li.slick-active button {
  background-color: #173c8a;
  border: 1px solid #173c8a;
}
.gp-title96 {
  display: flex;
  align-items: center;
}
.gp-title96 .more {
  color: #173c8a;
  position: relative;
  box-sizing: border-box;
  padding: 0 15px;
}
.gp-title96 .more::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #173c8a;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.5px;
}
.gp-title96 .more::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #173c8a;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
}
.gp-title96 .titleBox {
  flex: 1;
  overflow: hidden;
  color: #173c8a;
}
.gp-title96 .titleBox span {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
}
.gp-title96 .titleBox h2 {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title96 .titleBox h2 a {
  color: #173c8a;
}
.block-list310 li {
  border-top: 1px dashed #ececec;
  position: relative;
}
.block-list310 li::before {
  content: "";
  display: block;
  opacity: 0;
  width: 5px;
  height: 5px;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  background: #173c8a;
  position: absolute;
  right: -5px;
  top: -5px;
  transition: all 0.2s ease;
}
.block-list310 li::after {
  content: "";
  display: block;
  opacity: 0;
  width: 5px;
  height: 5px;
  clip-path: polygon(0 0, 100% 0, 0 100%, 0 0);
  background: #173c8a;
  position: absolute;
  right: -5px;
  bottom: -5px;
  transition: all 0.2s ease;
}
.block-list310 li:last-child {
  border-bottom: 1px dashed #ececec;
}
.block-list310 li .con {
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.block-list310 li .con::before {
  content: "";
  display: block;
  opacity: 0;
  width: 5px;
  height: 100%;
  background: #173c8a;
  position: absolute;
  right: -5px;
  top: 0;
  transition: all 0.2s ease;
}
.block-list310 li .con .date {
  background: rgba(23, 60, 138, 0.2);
  color: #173c8a;
  box-sizing: border-box;
  padding: 20px 29px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.block-list310 li .con .title {
  line-height: 1.44;
  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;
  color: #333333;
  font-weight: bold;
  flex: 1;
  box-sizing: border-box;
  padding: 0 20px;
}
.block-list310 li:hover::before {
  opacity: 1;
}
.block-list310 li:hover::after {
  opacity: 1;
}
.block-list310 li:hover .con {
  background: #173c8a;
}
.block-list310 li:hover .con::before {
  opacity: 1;
}
.block-list310 li:hover .con .date {
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(38, 53, 94, 0.15);
  z-index: 1;
}
.block-list310 li:hover .con .title {
  color: #fff;
}
@media screen and (max-width:996px) {
  .block-list310 li .con .date {
    padding: 15px;
  }
}
@media screen and (max-width:768px) {
  .block-list310 li .con .date {
    padding: 10px;
  }
}
.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: #173c8a;
  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: #173c8a;
  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: #173c8a;
  position: relative;
  box-sizing: border-box;
  padding: 0 15px;
}
.tab16 .tabMore1 a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #173c8a;
  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 #173c8a;
  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-list325 a .gp-img-responsive {
  padding-bottom: 56.25%;
}
.block-list325 a .infoBox {
  padding: 25px 28px 28px;
  background: #fff;
  position: relative;
}
.block-list325 a .infoBox .title {
  color: #333333;
  line-height: 1.56;
}
.block-list325 a .infoBox .date {
  margin-top: 14px;
  line-height: 1;
  color: #666666;
}
.block-list325 a .infoBox .date i {
  color: #173c8a;
  padding-right: 9px;
}
.block-list325 a .infoBox .more {
  position: absolute;
  right: 28px;
  bottom: 29px;
  width: 17px;
  height: 8px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .block-list325 a .infoBox {
    padding: 15px 10px;
  }
  .block-list325 a .infoBox .date {
    margin-top: 6px;
  }
}
.block-list207 li {
  box-shadow: 0px 8px 15.84px 2.16px rgba(1, 57, 119, 0.08);
}
.block-list207 li a {
  display: block;
  position: relative;
}
.block-list207 li a .text {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 30px 16px 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
.block-list207 li a .text .gpArticleDate {
  flex-shrink: 0;
  margin-right: 10px;
  max-height: 60px;
  width: 70px;
  background-color: #173c8a;
  font-family: "Arial";
  padding: 10px 0;
}
.block-list207 li a .text .gpArticleDate span {
  display: block;
  text-align: center;
  line-height: 1;
}
.block-list207 li a .text .gpArticleDate span:first-child {
  margin-bottom: 5px;
}
.block-list207 li a .text .info {
  overflow: hidden;
}
.block-list207 li a .text .info .gpArticleTitle {
  width: 100%;
  line-height: 1;
  height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  margin-bottom: 12px;
}
.block-list207 li a .text .info .gpArticleSummary {
  width: 100%;
  line-height: 1;
  height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list207 li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 130px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media screen and (max-width: 680px) {
  .block-list207 li a .text {
    padding: 0px 10px 15px;
  }
  .block-list207 li a .text .gpArticleDate {
    margin-right: 5px;
  }
}
@media screen and (max-width: 479px) {
  .block-list207 li a .text .gpArticleDate {
    width: 60px;
    padding: 5px;
  }
}
.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: 10px;
}
.block-list165 li a p i {
  font-style: normal;
  margin-right: 10px;
  color: #173c8a;
}
.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: #173c8a;
  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;
  }
}
