body .block-list38 {
  margin: 0 0;
}
.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: #20317f;
  border: 1px solid #20317f;
}
.gp-title31 {
  padding: 13px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #809ABB;
}
.gp-title31 h2 {
  line-height: 1.5;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title31 h2 a {
  display: inline-block;
  vertical-align: middle;
  color: #20317f;
  font-weight: bold;
}
.gp-title31 h2 span {
  display: inline-block;
  vertical-align: middle;
  color: #c0c0c0;
}
.gp-title31 h2 .gpColumnTitleIcon {
  margin-right: 10px;
}
.gp-title31 .more {
  padding-top: 10px;
}
.gp-title31 .more a {
  color: #999;
}
.carousel13 .slick-slider a {
  width: 100%;
  display: block;
  position: relative;
}
.carousel13 .slick-slider a span {
  padding-bottom: 56.25%;
}
.carousel13 .slick-slider a p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
  background: #000;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.carousel13 .slick-dots {
  bottom: 35px;
  right: 0;
}
.carousel13 .slick-dots li button {
  background-color: #fff;
  border: 1px solid #fff;
}
.carousel13 .slick-dots li.slick-active button {
  background-color: #20317f;
  border: 1px solid #20317f;
}
.block-list63 li h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 15px 0 10px;
}
.block-list63 li h3 a {
  color: #202020;
}
.block-list63 li p {
  line-height: 26px;
  color: #666;
  height: 52px;
  overflow: hidden;
}
.block-list62 li {
  border-bottom: 1px dashed #20317f;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}
.block-list62 li span {
  float: right;
  margin: 0 0 0 20px;
  color: #757575;
}
.block-list62 li p {
  overflow: hidden;
  padding: 0 0 0 22px;
  position: relative;
}
.block-list62 li p::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #20317f;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-list62 li p a {
  color: #444;
}
.block-list62 li p a:hover {
  color: #20317f;
}
.block-list12 {
  margin: 0 -10px;
}
.block-list12 > li {
  margin-bottom: 20px;
}
.block-list12 > li > a {
  display: block;
  margin: 0 10px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  padding: 20px;
  transition: transform 0.35s ease-out;
}
.block-list12 > li > a .list-date2 {
  display: block;
  font-family: 'Times New Roman';
  color: #20317f;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
.block-list12 > li > a .list-date2::before {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #20317f;
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-list12 > li > a h3 {
  font-weight: normal;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  box-sizing: content-box;
}
@media screen and (min-width:996px) {
  .block-list12 a:hover {
    transform: translateY(-10px);
  }
}
@media screen and (max-width:766px) {
  .block-list12 h3 {
    height: auto !important;
  }
}
.block-list156 li a {
  display: flex;
  align-items: center;
  transition: all 0.35s ease-out;
  overflow: hidden;
  padding: 26px 30px 28px 30px;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.block-list156 li a:hover {
  transform: translateY(-8px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.block-list156 li a:hover .info .title {
  color: #20317f;
}
.block-list156 li a .time {
  width: 60px;
  height: 68px;
  position: relative;
}
.block-list156 li a .time::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #20317f;
  opacity: 0.2;
}
.block-list156 li a .time .day {
  color: #20317f;
  margin: 0 0 4px;
  line-height: 20px;
  font-weight: bold;
}
.block-list156 li a .time .month {
  color: #999999;
  margin: 0 0 0 0;
  line-height: 20px;
}
.block-list156 li a .info {
  flex: 1;
  box-sizing: border-box;
  padding-left: 20px;
  margin: 0 0 0;
  overflow: hidden;
}
.block-list156 li a .info .title {
  color: #333333;
  margin-bottom: 12px;
  line-height: 1.5;
}
.block-list156 li a .info .summary {
  color: #999999;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width:996px) {
  .block-list156 li a .info .title {
    margin-bottom: 8px;
  }
  .block-list156 li a {
    padding: 15px 20px;
  }
}
@media screen and (max-width:767px) {
  .block-list156 li a .info .title {
    margin-bottom: 5px;
  }
  .block-list156 li a {
    padding: 10px 15px;
  }
}
.block-list106 li:nth-child(odd) {
  width: 37.5%;
  float: left;
}
.block-list106 li:nth-child(odd) a {
  display: block;
  position: relative;
  color: #fff;
}
.block-list106 li:nth-child(odd) a .img span {
  padding-bottom: 56.22%;
  position: relative;
}
.block-list106 li:nth-child(odd) a .img span::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  min-height: 60px;
  background: transparent;
  background: -webkit-gradient(top, bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-list106 li:nth-child(odd) a .info {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
}
.block-list106 li:nth-child(odd) a .info h3 {
  font-weight: normal;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.block-list106 li:nth-child(odd) a .info p {
  display: none;
}
.block-list106 li:nth-child(even) {
  width: 61.66%;
  float: right;
  background: #f5f5f5;
}
.block-list106 li:nth-child(even) a {
  display: flex;
  overflow: hidden;
}
.block-list106 li:nth-child(even) a .img {
  width: 60.81%;
}
.block-list106 li:nth-child(even) a .img span {
  padding-bottom: 56.22%;
}
.block-list106 li:nth-child(even) a .info {
  flex: 1;
  box-sizing: border-box;
  padding: 20px;
}
.block-list106 li:nth-child(even) a .info span {
  color: #999999;
}
.block-list106 li:nth-child(even) a .info h3 {
  font-weight: normal;
  margin: 15px 0 25px;
  line-height: 1.5;
  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-list106 li:nth-child(even) a .info p {
  color: #999999;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width:1200px) {
  .block-list106 li:nth-child(even) a .info h3 {
    margin: 11px 0 12px;
  }
}
@media screen and (max-width:996px) {
  .block-list106 li:nth-child(even) a .info p {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width:768px) {
  .block-list106 li:nth-child(odd),
  .block-list106 li:nth-child(even) {
    width: 49%;
  }
  .block-list106 li:nth-child(odd) a .info {
    padding: 0 20px;
  }
  .block-list106 li:nth-child(even) a {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .block-list106 li:nth-child(even) a .img {
    width: 100%;
  }
  .block-list106 li:nth-child(even) a .img span {
    padding-bottom: 56.22%;
  }
  .block-list106 li:nth-child(even) a .info {
    position: absolute;
    bottom: 15px;
    left: 0;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .block-list106 li:nth-child(even) a .info span {
    color: #999999;
    color: #fff;
  }
  .block-list106 li:nth-child(even) a .info h3 {
    font-weight: normal;
    margin: 0px;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #fff;
  }
  .block-list106 li:nth-child(even) a .info p {
    display: none;
  }
}
@media screen and (max-width:479px) {
  .block-list106 li:nth-child(odd),
  .block-list106 li:nth-child(even) {
    width: 100%;
    float: none;
  }
}
.block-list107 li:nth-child(even) {
  width: 37.5%;
  float: right;
}
.block-list107 li:nth-child(even) a {
  display: block;
  position: relative;
  color: #fff;
}
.block-list107 li:nth-child(even) a .img span {
  padding-bottom: 56.22%;
  position: relative;
}
.block-list107 li:nth-child(even) a .img span::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  min-height: 60px;
  background: transparent;
  background: -webkit-gradient(top, bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-list107 li:nth-child(even) a .info {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
}
.block-list107 li:nth-child(even) a .info h3 {
  font-weight: normal;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.block-list107 li:nth-child(even) a .info p {
  display: none;
}
.block-list107 li:nth-child(odd) {
  width: 61.66%;
  float: left;
  background: #f5f5f5;
}
.block-list107 li:nth-child(odd) a {
  display: flex;
  overflow: hidden;
}
.block-list107 li:nth-child(odd) a .img {
  width: 60.81%;
}
.block-list107 li:nth-child(odd) a .img span {
  padding-bottom: 56.22%;
}
.block-list107 li:nth-child(odd) a .info {
  flex: 1;
  box-sizing: border-box;
  padding: 20px;
}
.block-list107 li:nth-child(odd) a .info span {
  color: #999999;
}
.block-list107 li:nth-child(odd) a .info h3 {
  font-weight: normal;
  margin: 15px 0 25px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #222;
}
.block-list107 li:nth-child(odd) a .info p {
  color: #999999;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width:1200px) {
  .block-list107 li:nth-child(odd) a .info h3 {
    margin: 11px 0 12px;
  }
}
@media screen and (max-width:996px) {
  .block-list107 li:nth-child(odd) a .info p {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width:768px) {
  .block-list107 li:nth-child(odd),
  .block-list107 li:nth-child(even) {
    width: 49%;
  }
  .block-list107 li:nth-child(even) a .info {
    padding: 0 20px;
  }
  .block-list107 li:nth-child(odd) a {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .block-list107 li:nth-child(odd) a .img {
    width: 100%;
  }
  .block-list107 li:nth-child(odd) a .img span {
    padding-bottom: 56.22%;
  }
  .block-list107 li:nth-child(odd) a .info {
    position: absolute;
    bottom: 15px;
    left: 0;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .block-list107 li:nth-child(odd) a .info span {
    color: #999999;
    color: #fff;
  }
  .block-list107 li:nth-child(odd) a .info h3 {
    font-weight: normal;
    margin: 0px;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #fff;
  }
  .block-list107 li:nth-child(odd) a .info p {
    display: none;
  }
}
@media screen and (max-width:479px) {
  .block-list107 li:nth-child(odd),
  .block-list107 li:nth-child(even) {
    width: 100%;
    float: none;
  }
}
.block-list38 {
  margin: 0 0;
}
.block-list38 li a {
  display: block;
  position: relative;
  margin: 0 25px;
}
.block-list38 li a span {
  padding-bottom: 43%;
}
.block-list38 li a i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.4s ease;
}
.block-list38 li a p {
  text-align: center;
  color: #fff;
  border: 1px solid #e3e3e3;
  margin: 5%;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 10%);
  padding: 13% 2%;
}
.block-list38 li a:hover i {
  opacity: 0;
}
.block-list38 li a:hover p {
  opacity: 0;
}
.carousel26 {
  overflow: hidden;
}
.carousel26 .slider-for {
  float: right;
  width: 63%;
  position: relative;
}
.carousel26 .slider-for .slick-txt {
  position: relative;
  background: none;
  height: auto;
  line-height: 1.625;
  width: auto;
  margin-right: 100px;
  padding: 0;
}
.carousel26 .slider-for .slick-txt h3 {
  margin: 15px 0 10px;
  font-weight: normal;
}
.carousel26 .slider-for .slick-txt p {
  display: inline-block;
  background: rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  padding: 5px 20px;
  font-weight: normal;
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.carousel26 .slider-for .slick-arrow {
  left: initial;
  width: 50px;
  height: 100px;
  line-height: 100px;
  top: initial;
  bottom: 18px;
  transform: translateY(0);
  color: #fff;
}
.carousel26 .slider-for .slick-arrow::after {
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.carousel26 .slider-for .slick-arrow.slick-prev {
  right: 50px;
  border-radius: 50px 0 0 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right: none;
}
.carousel26 .slider-for .slick-arrow.slick-prev::after {
  border-radius: 50px 0 0 50px;
}
.carousel26 .slider-for .slick-arrow.slick-next {
  right: 0;
  border-radius: 0 50px 50px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: none;
}
.carousel26 .slider-for .slick-arrow.slick-next::after {
  border-radius: 0 50px 50px 0;
}
.carousel26 .slider-for .slick-dots {
  right: initial;
  left: 10px;
  bottom: 75px;
  text-align: left;
}
.carousel26 .slider-nav {
  float: left;
  width: 35%;
}
.carousel26 .slider-nav .slick-list {
  padding: 0 !important;
}
.carousel26 .slider-nav a {
  display: block;
}
.carousel26 .slider-nav a .img {
  padding-bottom: 56.22%;
}
.carousel26 .slider-nav a h3 {
  margin: 15px 0 10px;
  font-weight: normal;
}
.carousel26 .slider-nav a p span {
  background: rgba(0, 0, 0, 0.12);
  color: #fff;
  padding: 5px 15px;
  box-sizing: border-box;
  display: inline-block;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 768px) {
  .carousel26 .slider-for {
    width: 100%;
  }
  .carousel26 .slider-for a .slick-txt {
    display: block;
    margin-right: 0;
  }
  .carousel26 .slider-for .slick-arrow {
    display: none;
  }
  .carousel26 .slider-for .slick-dots {
    left: 50%;
    transform: translateX(-50%);
  }
  .carousel26 .slider-nav {
    display: none;
  }
}
.block-list70 {
  margin: 0 -15px;
}
.block-list70 li {
  height: 100px;
  line-height: 100px;
}
.block-list70 li a {
  margin: 0 15px;
  display: block;
  overflow: hidden;
  background: #20317f;
  height: 100px;
  line-height: 100px;
  display: flex;
  align-items: center;
}
.block-list70 li a .img {
  width: 100px;
}
.block-list70 li a .img span {
  padding-bottom: 100%;
  background: none;
}
.block-list70 li a .img span img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.block-list70 li a h3 {
  color: #fff;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 100px;
  font-weight: bold;
  flex: 1;
}
.gp-title21 {
  padding: 35px 0;
  text-align: center;
  position: relative;
}
.gp-title21::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
  z-index: 0;
  margin-top: 0px;
}
.gp-title21 h2 {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 0 50px;
  background: #fff;
}
.gp-title21 h2 span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
.gp-title21 h2 a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.gp-title21 h2:before,
.gp-title21 h2:after {
  content: '';
  width: 24px;
  height: 24px;
  background: #e53d42;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
.gp-title21 h2:before {
  left: 0px;
}
.gp-title21 h2::after {
  right: 0px;
}
.carousel23 {
  background: url(../images/carousel23_Bg.png) no-repeat center center;
}
.carousel23 .slick-images {
  width: 75%;
  margin: 0 auto;
  position: relative;
  border: 5px solid rgba(32, 49, 127, 0.7);
  border-radius: 5px;
}
.carousel23 .slick-images .slick-slider span {
  padding-bottom: 50%;
}
body .carousel23 .slick-images .slick-slider a {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  display: block;
  color: #fff;
  font-size: 40px;
  background: url(../images/carousel23_play.png) center center no-repeat;
  background-size: 0;
  z-index: 1;
}
.carousel23 .slick-images .slick-dots {
  bottom: 20px;
  right: 50%;
  transform: translateX(50%);
}
.carousel23 .slick-images .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 0;
  margin: 0 3px;
}
.carousel23 .slick-images .slick-dots li button {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}
.carousel23 .slick-images .slick-dots li.slick-active button {
  background-color: #20317f;
  border: 1px solid #20317f;
}
.carousel23 .slick-images .slick-arrow {
  position: absolute;
  top: 50%;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 60px;
  border-radius: 5px;
}
.carousel23 .slick-images .slick-arrow::before {
  display: none;
}
.carousel23 .slick-images .slick-arrow::after {
  display: none;
}
.carousel23 .slick-images .slick-prev {
  background: url(../images/carousel23_prev.png) center center no-repeat;
  background-size: cover;
  left: -45px;
}
.carousel23 .slick-images .slick-next {
  background: url(../images/carousel23_next.png) center center no-repeat;
  background-size: cover;
  right: -45px;
}
@media screen and (max-width: 768px) {
  .carousel23 .slick-images .slick-dots {
    bottom: 10px;
  }
  .carousel23 .slick-images .slick-dots li {
    width: 8px;
    height: 8px;
  }
}
.carousel23 {
  /* background: url(../images/carousel23_Bg.png) no-repeat center center;*/
}
.carousel23 .slick-images {
  width: 75%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  border: 5px solid rgba(32, 49, 127, 0.7);
  border-radius: 5px;
}
.carousel23 .slick-images .slick-slider span {
  padding-bottom: 50%;
}
.carousel23 .slick-images .slick-slider a {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  display: block;
  color: #fff;
  font-size: 40px;
  background: url(../images/carousel23_play.png) center center no-repeat;
  background-size: cover;
  z-index: 1;
}
.carousel23 .slick-images .slick-dots {
  bottom: 20px;
  right: 50%;
  transform: translateX(50%);
}
.carousel23 .slick-images .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 0;
  margin: 0 3px;
}
.carousel23 .slick-images .slick-dots li button {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}
.carousel23 .slick-images .slick-dots li.slick-active button {
  background-color: #20317f;
  border: 1px solid #20317f;
}
.carousel23 .slick-images .slick-arrow {
  position: absolute;
  top: 50%;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 60px;
  border-radius: 5px;
}
.carousel23 .slick-images .slick-arrow::before {
  display: none;
}
.carousel23 .slick-images .slick-arrow::after {
  display: none;
}
.carousel23 .slick-images .slick-prev {
  background: url(../images/carousel23_prev.png) center center no-repeat;
  background-size: cover;
  left: -45px;
}
.carousel23 .slick-images .slick-next {
  background: url(../images/carousel23_next.png) center center no-repeat;
  background-size: cover;
  right: -45px;
}
@media screen and (max-width: 768px) {
  .carousel23 .slick-images .slick-dots {
    bottom: 10px;
  }
  .carousel23 .slick-images .slick-dots li {
    width: 8px;
    height: 8px;
  }
}
