.carousel12 {
  position: relative;
}

.carousel12 .slick-slide a {
  display: block;
}

.carousel12 .slick-slide a span {
  display: inline;
  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: #b14535;
  border: 1px solid #b14535;
}

.gp-title96 {
  display: flex;
  align-items: center;
}

.gp-title96 .more {
  color: #b14535;
  position: relative;
  box-sizing: border-box;
  padding: 0 15px;
}

.gp-title96 .more::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #b14535;
  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 #b14535;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
}

.gp-title96 .titleBox {
  flex: 1;
  overflow: hidden;
  color: #b14535;
}

.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: #b14535;
}

.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;
  background: #FFF3EB !important;
}

.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: #b14535;
}

.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: #b14535;
  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: #b14535;
}

.carousel114:hover .bottom::after {
  width: 100%;
}

.carousel114:hover .title {
  color: #b14535 !important;
}

.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: #b14535;
  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-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: #b14535;
  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;
  height: 79px;
  box-sizing: border-box;
  background: #FFF3EB !important;
  display: flex;
  align-items: center;
}

.block-list150 li a .mode1rdetail p {
  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;
  height: auto !important;
}

.block-list150 li a .date2::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(177, 69, 53, 0.1);
  position: absolute;
  left: 0;
  transform: skewY(-10deg);
  top: 0;
}

.block-list150 li:hover {
  transform: translateX(8px);
}

.block-list209 li {
  vertical-align: bottom;
}

.block-list209 li a {
  display: block;
  text-align: center;
}

.block-list209 li a img {
  width: 32px;
  height: 32px;
}

.block-list209 li a p {
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  color: #333333;
}

.block-list209 li a:hover img {
  transition: all 1s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(360deg);
}

.block-list209 li a:hover p {
  color: #b14535;
}

@media screen and (max-width:996px) {
  .block-list209 li a p {
    font-size: 16px;
    margin-top: 10px;
  }
}

.carousel98 {
  position: relative;
  padding-bottom: 20px;
}

.carousel98 .gpCarousel {
  margin: 0 -5px;
}

.carousel98 .slick-dots {
  text-align: center;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: -20px;
  height: 5px;
}

.carousel98 .slick-dots li {
  width: 28px;
  height: 5px;
  background: rgba(177, 69, 53, 0.5);
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}

.carousel98 .slick-dots li.slick-active {
  background: #b14535;
}

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

.carousel98 .item {
  position: relative;
  margin: 0 5px;
  display: block;
}

.carousel98 .item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.7));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
  z-index: 1;
}

.carousel98 .item .slick-img {
  padding-bottom: 66.66%;
}

.carousel98 .item .date {
  position: absolute;
  left: 0;
  top: 50px;
  color: #fff;
  background: #b14535;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 0 20px 20px 0;
}

.carousel98 .item .info {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 18px;
  z-index: 2;
}

.carousel98 .item .info img {
  width: 50px;
  height: 50px;
}

.carousel98 .item .info .title {
  flex: 1;
  box-sizing: border-box;
  padding: 0 20px;
  color: #fff;
  white-space: normal;
  line-height: 1.33;
  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;
}

@media screen and (max-width: 996px) {
  .carousel98 .item .info img {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .carousel98 .item .info img {
    width: 30px;
    height: 30px;
  }

  .carousel98 .gpCarousel .slick-arrow {
    display: none !important;
  }

  .carousel98 .item .info .title {
    padding: 0 10px;
  }
}

.carousel79 .gpCarousel .slick-list {
  margin: 0 -20px;
}

.carousel79 .gpCarousel .slick-slider a {
  margin: 0 20px;
  display: block;
}

.carousel79 .gpCarousel .slick-slider a .striveImg {
  padding-bottom: 35.04%;
}

.carousel79 .gpCarousel .slick-slider a .slick-txt {
  padding: 10px;
}

.carousel79 .gpCarousel .slick-slider a .slick-txt div {
  text-align: center;
  height: 27px;
  overflow: hidden;
  box-sizing: border-box;
  color: #333333;
}

.carousel79 .gpCarousel .slick-slider a .slick-txt div:hover {
  color: #b14535;
}

.carousel79 .gpCarousel .slick-arrow {
  display: block;
  width: 24px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -22px;
}

.carousel79 .gpCarousel .slick-arrow:hover {
  background: #b14535;
}

.carousel79 .gpCarousel .slick-arrow.slick-prev {
  left: 0%;
  border-radius: 0;
}

.carousel79 .gpCarousel .slick-arrow.slick-next {
  right: 0%;
  border-radius: 0;
}

.carousel79 .gpCarousel .slick-arrow::after {
  display: none;
}

.carousel79 .gpCarousel .slick-dots {
  right: 50%;
  transform: translateX(50%);
  bottom: 0px;
  text-align: center;
  box-sizing: border-box;
}

.carousel79 .gpCarousel .slick-dots li {
  display: inline-block;
  border-radius: none;
  transition: all 0.2s ease;
  cursor: pointer;
  vertical-align: middle;
  margin: 0 5px;
}

.carousel79 .gpCarousel .slick-dots li button {
  vertical-align: middle;
}

.carousel79 .gpCarousel .slick-dots li.slick-active button {
  background: #b14535;
}

/*Plugin CSS*/
.str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  background: #f6f6f6;
  white-space: nowrap;
}

.str_wrap.str_active {
  background: #f1f1f1;
}

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}

.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}

.str_wrap img {
  max-width: none !important;
}

.block-list103 {
  background: #eee;
  box-sizing: border-box;
  padding: 10px 0;
}

.block-list103 .seamScrolling li {
  display: inline-block;
}

.block-list103 .seamScrolling a {
  margin: 0 15px;
  color: #333;
  text-decoration: none;
}

.block-list103 .seamScrolling a:hover {
  color: #b14535;
}

.block-list103 .str_wrap {
  background: none;
}

.block-list103 .str_wrap.str_active {
  background: none;
}
