.carousel100 .item {
  display: block;
  position: relative;
}

.carousel100 .item .slick-img {
  padding-bottom: 38.125%;
}

.carousel100 .item .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.carousel100 .item .info .gp-container {
  position: relative;
}

.carousel100 .item .info .slick-txt {
  font-weight: bold;
  color: #fff;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(0, 0, 0, 0.7), 0px 16px 46.75px rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 70px;
  width: calc(100% - 130px);
}

.carousel100 .item .info .more {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.102);
  box-sizing: border-box;
  padding: 38px 40px;
  color: rgba(255, 255, 255, 0.7);
}

.carousel100 .item .info .more::before {
  content: "";
  display: block;
  width: 40px;
  height: 18px;
  background: #992a18;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.carousel100 .slick-dots {
  text-align: center;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 40px;
}

.carousel100 .slick-dots li {
  width: 28px;
  height: 5px;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.carousel100 .slick-dots li.slick-active {
  height: 9px;
  border-radius: 5px;
  background: #992a18;
  border: 2px solid #fff;
  vertical-align: middle;
}

.carousel100 .slick-dots li button {
  display: none;
}



.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;
  display: block;
}

.carousel103 .slick .textBox .date span .year {
  margin-top: 13px;
}

.carousel103 .slick .textBox .title {
  color: #222;
  line-height: 40px;
  font-weight: bold;
}





.carousel103 .slick-dots {
  right: 28px;
  bottom: 160px;
  line-height: 1;
  font-size: 0;
}



.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;
}

.gp-title27 {
  margin: 14px 0;
}

.gp-title27 span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}

.gp-title27 h2 {
  line-height: 1.5;
  color: #222;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.gp-title27 .more {
  padding: 7px 35px;
  border: 1px solid #e5e5e5;
  min-width: 118px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin-top: 3px;
}

.gp-title27 .more span {
  color: #999;
  position: relative;
  z-index: 1;
}

.gp-title27 .more::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #992a18;
  position: absolute;
  transition: all 0.35s ease-out;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: 0;
}

.gp-title27 .more:hover::before {
  transform: none;
}

.gp-title27 .more:hover span {
  color: #fff;
}

.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: #992a18;
  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: #992a18;
  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: #992a18;
  position: absolute;
  right: -5px;
  top: 0;
  transition: all 0.2s ease;
}

.block-list310 li .con .date {
  background: rgba(153, 42, 24, 0.2);
  color: #992A17;
  box-sizing: border-box;
  padding: 19.1px 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: #992a18;
}

.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;
}


.block-list321 li a {
  display: block;
  padding: 20px 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  position: relative;
  padding-left: 16px;
}

.block-list321 li a .date {
  width: 97px;
  min-height: 30px;
  line-height: 2;
  text-align: center;
  color: #757575;
  float: right;
  margin-left: 10px;
  border: 1px solid rgba(196, 0, 4, 0.3);
}


.block-list321 li a .title {
  min-height: 37px;
  line-height: 1.5;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  text-wrap: nowrap;
}

.block-list321 li a::before {
  content: '';
  display: block;
  width: 6px;
  height: 13px;
  background: url(../images/trangle.png) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.block-list321 li::marker {
  content: '';
}

.block-list168 li a {
  padding: 15px 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  transition: all 0.2s ease-in-out;
}

.block-list168 li a:hover {
  transform: translateX(10px);
  z-index: 2;
}

.block-list168 li a .right {
  width: 68px;
  height: 50px;
  position: relative;
  box-sizing: border-box;
  border-left: 1px solid rgba(51, 77, 102, 0.1);
  color: #98a6b2;
}

.block-list168 li a .right .day {
  line-height: 20px;
  color: #992a18;
}

.block-list168 li a .right .month {
  line-height: 20px;
}

.block-list168 li a .title {
  flex: 1;
  box-sizing: border-box;
  padding-right: 20px;
  margin: 0 0 0;
  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-list132>li {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 20px 0;
  margin-bottom: 25px;
}

.block-list132>li h3 strong {
  display: inline-block;
  background-color: #992a18;
  padding: 5px 15px 6px;
  border-radius: 0 20px 20px 0;
  color: #fff;
  font-weight: bold;
}

.block-list132>li ul {
  padding-top: 10px;
  margin: 0 20px;
}

.block-list132>li ul li a {
  display: block;
  margin: 0 15px;
  padding: 10px 0 10px 25px;
  background: url(../images/block-list132-li_bg.png) no-repeat left 15px;
}

.block-list147 {
  margin: 0 -15px;
}

.block-list147 li a {
  display: block;
  margin: 10px 15px;
  padding: 0px 0px 0px 25px;
  background: url(../images/block-list132-li_bg.png) no-repeat center left;
  box-sizing: content-box;
  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: 20px;
  line-height: 1.37;
  overflow: hidden;
}

.gp-title93>div {
  padding: 10px;
  background: #fff;
  box-shadow: 0px 20px 46.75px 8.25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
}

.gp-title93>div:hover {
  transform: translate(10px, 10px);
}

.gp-title93>div .img {
  padding-bottom: 66%;
}

.gp-title93>div .info {
  box-sizing: border-box;
  padding: 30px 0 40px;
  text-align: center;
}

.gp-title93>div .info .more {
  float: right;
  background: #ebebeb;
  padding: 15px 35px;
}

.gp-title93>div .info .more span {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 1em;
  color: #999999;
}

.gp-title93>div .info .more span::before {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #999999;
  position: absolute;
  left: 0;
  bottom: 0;
}

.gp-title93>div .info .title {
  font-weight: normal;
}

.gp-title93>div .info .title p {
  display: block;
  margin-top: 5px;
  color: #999999;
  letter-spacing: 2px;
}

.gp-title93>div .info .title a {
  font-weight: bold;
  color: #333333;
  display: inline-block;
  padding: 0 24px;
  box-sizing: border-box;
  position: relative;
}

.gp-title93>div .info .title a::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: #992a18;
  position: absolute;
  left: -24px;
  top: 50%;
}

.gp-title93>div .info .title a::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: #992a18;
  position: absolute;
  right: -24px;
  top: 50%;
}
@media screen and (max-width:1460px) {
  .block-list310 li:nth-last-child(1) {
    display: none;
  }

  .block-list310 li .con .date {
    padding: 20px 29px;
  }
}

@media screen and (max-width:1400px) {
  .block-list310 li .con .date {
    padding: 17.8px 29px;
  }
}

@media screen and (max-width:1300px) {
  .block-list310 li .con .date {
    padding: 15.5px 29px;
  }
}
@media screen and (max-width:1200px) {
  .carousel100 .item .info .more {
    padding: 20px 30px;
  }

  .carousel100 .item .info .more::before {
    width: 40px;
    height: 10px;
  }

  .carousel100 .item .info .slick-txt {
    bottom: 40px;
    width: calc(100% - 110px);
  }

  .carousel100 .slick-dots {
    bottom: 20px;
  }
}
@media screen and (max-width: 997px) {
  .carousel103 .slick-dots {

    bottom: 110px !important;
  }

  .carousel103 .slick .textBox .date {
    width: 80px;
    height: 80px;
    bottom: 66px;
  }

  .carousel103 .slick .textBox .date .day {
    font-size: 28px;
  }
  .pid-13dc3c68-87d6-4ad9-9578-3103cc37b3a2 {
    padding-top: 30px !important;
  }

  .pid-13dc3c68-87d6-4ad9-9578-3103cc37b3a2 .carousel103 .slick .textBox {
    padding: 25px;
  }

  .carousel103 {
    margin-bottom: 20px
  }

  .block-list310 li .con .date {
    padding: 15px;
  }

  .block-list310 li:nth-last-child(1) {
    display: block;
  }
  .block-list168 li a {
    padding: 15px 20px;
  }

  .block-list168 li a .title {
    height: auto !important;
    max-height: 3em;
  }

  .pid-13dc3c68-87d6-4ad9-9578-3103cc37b3a2 {
    padding-bottom: 50px !important;
  }

  .pid-13dc3c68-87d6-4ad9-9578-3103cc37b3a2+section {
    padding-top: 35px !important;
    padding-bottom: 15px !important;
  }

  .block-list321 {
    margin-bottom: 35px;
  }

  .pid-13dc3c68-87d6-4ad9-9578-3103cc37b3a2+section+section {
    padding-top: 35px !important;
    padding-bottom: 15px !important;
  }

  .pid-13dc3c68-87d6-4ad9-9578-3103cc37b3a2+section+section .block-list168 {
    margin-bottom: 35px;
  }


  .block-list321 li a {
    padding: 10px 0;
    padding-left: 16px;
  }
  .block-list132>li h3 strong {
    font-size: 18px;
  }
}
@media screen and (max-width:768px) {
  .block-list310 li .con .date {
    padding: 10px;
  }
  .block-list132>li {
    margin-bottom: 20px;
  }

  .block-list132>li h3 strong {
    font-size: 16px;
  }
  .block-list321 li a .title, .block-list168 li a .title {
    font-size: 17px;
  }

  .gp-title27 h2 {
    font-size: 22px;
  }

  .carousel100 .item .info .more {
    display: none;
  }

  .carousel100 .item .info .slick-txt {
    bottom: 30px;
    width: calc(100%);
  }

  .carousel100 .slick-dots {
    bottom: 10px;
  }

  .block-list321 li a .title {
    line-height: 1.8;
  }
  .block-list168 li a .title {
    padding-right: 10px;
  }

  .block-list168 li a .right {
    padding-left: 12px;
  }

  .block-list168 li a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 600px) {
  .carousel103 .slick .textBox .date {
    bottom: 60px;
  }

  .pid-13dc3c68-87d6-4ad9-9578-3103cc37b3a2 .carousel103 .slick .textBox {
    padding: 20px 20px;
  }

  .carousel103 .slick .textBox .title {
    line-height: 20px;
  }

  .carousel103 {
    padding-bottom: 30px;
  }

  .carousel103 .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }

  .carousel103 .slick-dots {
    bottom: 0px !important;
    width: 100%;
    text-align: center;
    right: auto;
  }
}
@media screen and (max-width: 480px) {

  .carousel103 .slick .textBox {
    padding: 20px;
  }

  .carousel103 .slick .textBox .date {
    width: 60px;
    height: 60px;
    bottom: 72px;
  }

  .carousel103 .slick .textBox .date .day {
    font-size: 24px;
  }

  .carousel103 .slick .textBox .date span .year {
    margin-top: 5px;
  }
  .carousel103 .slick-dots {
    bottom: 85px;
  }

  .carousel103 .slick-dots li {
    border-width: 1px;
  }
  .pid-13dc3c68-87d6-4ad9-9578-3103cc37b3a2 {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
}
  .pid-13dc3c68-87d6-4ad9-9578-3103cc37b3a2+section {
    padding-top: 15px !important;
    padding-bottom: 0px !important;
}  .pid-13dc3c68-87d6-4ad9-9578-3103cc37b3a2+section+section {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
.pid-13dc3c68-87d6-4ad9-9578-3103cc37b3a2+section+section .block-list168 {
    margin-bottom: 15px;
}
  .block-list321 {
    margin-bottom: 15px;
}
  .carousel103 {
    margin-bottom: 10px;
}
}
@media screen and (max-width: 414px) {
  .block-list321 li a .date {
    width: 80px;
    line-height: 1.5;
    min-height: 26px;
  }

  .block-list321 li a .title {
    min-height: 26px;
  }
}
