.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: #2a4395;
}
.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: #2a4395;
  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: #2a4395;
}
.carousel114:hover .bottom::after {
  width: 100%;
}
.carousel114:hover .title {
  color: #2a4395 !important;
}
.gp-title19 {
  padding: 13px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #888;
}
.gp-title19 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title19 h2 {
  line-height: 1.5;
  font-weight: normal;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title19 h2 a {
  color: #2a4395;
}
.gp-title19 h2 a:hover {
  color: #bfbeac;
}
.gp-title19 .more {
  margin-top: 10px;
  color: #666;
  background: url(../images/title12-more-bg.png) no-repeat 100% 50%;
  padding-right: 18px;
  box-sizing: border-box;
}
.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: #2a4395;
  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-list380 {
  position: relative;
}
.block-list380 li:nth-child(odd) {
  background: #ededed;
}
.block-list380 li:nth-child(even) {
  background: #e8e8e8;
}
.block-list380 li .item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
}
.block-list380 li .item .img {
  margin-right: 20px;
}
.block-list380 li .item .img .gpImgSize {
  padding-bottom: 100%;
}
.block-list380 li .item .title {
  flex: 1;
}
.block-list380 li .list {
  width: 210px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(0%);
  display: none;
  background: #2a4395;
  transition: all 0.5s ease-in-out;
  flex-direction: column;
  box-sizing: border-box;
  padding: 15px;
}
.block-list380 li .list .list_con {
  flex: 1;
  overflow-y: auto;
}
.block-list380 li .list .list_con::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.block-list380 li .list .list_con::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;
  background-color: #fff;
}
.block-list380 li .list .list_con::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}
.block-list380 li .list .list_con p {
  line-height: 1.5;
  margin-bottom: 10px;
}
.block-list380 li .list .list_con p a {
  color: #fff;
}
.block-list380 li .list .more {
  margin-top: 10px;
}
.block-list380 li .list .more a {
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 5px 10px;
}
.block-list380 li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.block-list380 li:hover .item::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #2a4395;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0%, -50%);
}
.block-list380 li:hover .list {
  opacity: 1;
  transform: translateX(-100%);
  display: flex;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 996px) {
  .block-list380 li {
    position: relative;
  }
  .block-list380 li .list {
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    transform: none;
    display: none;
    background: #2a4395;
    transition: all 0.5s ease-in-out;
    flex-direction: column;
    box-sizing: border-box;
    padding: 15px;
  }
  .block-list380 li:hover .list {
    width: 100%;
    height: auto;
    max-height: 300px;
    position: absolute;
    top: 100%;
    left: 0;
    transform: none;
    z-index: 1;
  }
  .block-list380 li:hover .item::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ba2528;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -100%);
  }
}
.block-list150 {
  box-sizing: border-box;
}
.block-list150 li {
  transition: all 0.3s ease-in-out;
}
.block-list150 li a {
  display: block;
}
.block-list150 li a .date2 {
  display: inline-block;
  width: 86px;
  height: 79px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  margin-top: 0px;
  color: #999999;
}
.block-list150 li a .date2 h2 {
  display: inline-block;
  color: #2a4395;
  z-index: 1;
  position: relative;
  line-height: 30px;
}
.block-list150 li a .date2 p {
  z-index: 1;
  position: relative;
  line-height: 20px;
}
.block-list150 li a .mode1rdetail {
  margin-left: 86px;
  box-sizing: border-box;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.block-list150 li a .mode1rdetail p {
  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;
  color: #333333;
}
.block-list150 li a .date2::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(42, 67, 149, 0.1);
  position: absolute;
  left: 0;
  transform: skewY(-10deg);
  top: 0;
}
.block-list150 li:hover {
  transform: translateX(8px);
}
