@charset "UTF-8";

body {
  overflow-x: hidden;
}

/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: 100vh;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #2e2e2e 0%, rgba(71, 71, 71, 0) 71%);
  height: 2.14rem;
}

.banner .slick-list {
  position: relative;
}

.banner .slick-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(360deg,
      rgba(0, 0, 0, 0.61) 0%,
      rgba(0, 0, 0, 0.41) 42%,
      rgba(157, 28, 48, 0) 100%);
  height: 1.26rem;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.banner .img_scale img {
  transform: scale(1);
}

.banner .slick-dots {
  bottom: 0.34rem;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 9;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.13rem;
  padding: 0;
  width: 0.1rem;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  width: 0.28rem;
  height: 0.28rem;
  background: url(../images/ban_dot.png) no-repeat;
  background-size: 100% 100%;
}

.banner .slick-dots li button {
  display: none;
}

/*首页样式*/

.title {
  position: relative;
  z-index: 1;
  text-align: center;
}

.title h3 {
  font-family: "sySong";
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: left;
}

.title h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.48rem;
  width: 0.68rem;
  height: 0.68rem;
  background: url(../images/tit_zs.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.title h3 b {
  display: block;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #111111;
}

.title h3 span {
  display: block;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.14rem;
  text-transform: uppercase;
  color: #9a3433;
  margin-top: 0.08rem;
}

.title h3 span img {
  vertical-align: middle;
  width: 0.29rem;
  margin-left: 0.03rem;
}

.more2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.3s;
}

.more2 a {
  display: block;
  width: 1.36rem;
  font-size: 0.18rem;
  color: #993433;
  line-height: 0.33rem;
  text-align: center;
  background: url(../images/more2.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.more2 a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.54rem;
  width: 0.64rem;
  height: 0.39rem;
  background: url(../images/more2_1.png) no-repeat;
  background-size: 100% 100%;
}

.more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.3s;
}

.more a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.18rem;
  color: #808080;
  padding-left: 0.12rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.more a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.1rem;
  width: 0.29rem;
  height: 0.29rem;
  background: rgba(220, 178, 177, 0.2);
  border-radius: 50%;
  transition: all 0.5s;
}

.more a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.08rem;
  height: 0.02rem;
  background: #9a3433;
}

.more a:hover::before {
  width: calc(100% + 0.2rem);
  border-radius: 0.2rem;
}

.more:hover a {
  color: #9a3433;
}

/*主体*/
.section12 {
  background: url(../images/section12_bg.png) no-repeat center top;
  background-size: 100% auto;
  overflow: hidden;
}

.section1 {
  padding-top: 0.9rem;
  overflow: hidden;
}

.infonews16_28_c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.55rem;
}

.infonews16_28_l {
  width: 54.06%;
  border-radius: 0 0 0 0.6rem;
  overflow: hidden;
}

.infonews16_28_l ul li a {
  display: block;
  position: relative;
  padding-bottom: 0.74rem;
}

.infonews16_28_l .infonews16_28_img {
  position: relative;
  overflow: hidden;
  height: 4.95rem;
}

.infonews16_28_l ul li:hover .infonews16_28_img span {
  transform: scale(1.1);
}

.infonews16_28_l .infonews16_28_img>span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s;
}

.infonews16_28_l .infonews16_28_lbg {
  width: 100%;
  height: 2.99rem;
  background: url(../images/infonews16_28lbg.png) no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 100% 100%;
}

.infonews16_28_l .infonews16_28_date {
  position: absolute;
  left: 0.4rem;
  bottom: 0.36rem;
  right: 0;
  width: 1.06rem;
  height: 1.06rem;
  border-radius: 50%;
  background: #993433;
  border: 1px solid #f3c149;
  text-align: center;
  padding-top: 0.18rem;
  z-index: 1;
}

.infonews16_28_l .infonews16_28_date::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.7rem;
  height: 1.7rem;
  transform: translate(-50%, -50%);
  background: url(../images/s1-g.png) no-repeat;
  background-size: 100% 100%;
}

.infonews16_28_l .infonews16_28_date>p {
  font-family: Arial;
  font-size: 0.34rem;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.infonews16_28_l .infonews16_28_date>span {
  display: block;
  font-family: Arial;
  font-size: 0.18rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.infonews16_28_l h3 {
  position: absolute;
  left: 1.7rem;
  bottom: 0.22rem;
  right: 0.3rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.infonews16_28_r {
  width: 42.43%;
}

.infonews16_28_r ul {
  margin-top: -0.16rem;
}

.infonews16_28_r ul li {
  position: relative;
  z-index: 1;
}

.infonews16_28_r ul li .infonews16_28_rbg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.3rem;
  width: 0;
  background: url(../images/s1-rlibg.jpg) no-repeat;
  background-size: cover;
  transition: all 0.5s;
  z-index: -1;
  overflow: hidden;
}

.infonews16_28_r ul li .infonews16_28_rbg::before {
  content: "";
  position: absolute;
  top: 0.02rem;
  left: 0.02rem;
  width: 0.19rem;
  height: 0.2rem;
  background: url(../images/s1-r1.png) no-repeat;
  background-size: 100% 100%;
}

.infonews16_28_r ul li .infonews16_28_rbg::after {
  content: "";
  position: absolute;
  bottom: 0.02rem;
  left: 0.02rem;
  width: 0.19rem;
  height: 0.2rem;
  background: url(../images/s1-r3.png) no-repeat;
  background-size: 100% 100%;
}

.infonews16_28_r ul li .infonews16_28_rbg p {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.infonews16_28_r ul li .infonews16_28_rbg p::before {
  content: "";
  position: absolute;
  right: 0.02rem;
  top: 0.02rem;
  width: 0.19rem;
  height: 0.2rem;
  background: url(../images/s1-r2.png) no-repeat;
  background-size: 100% 100%;
}

.infonews16_28_r ul li .infonews16_28_rbg p::after {
  content: "";
  position: absolute;
  bottom: 0.02rem;
  right: 0.02rem;
  width: 0.19rem;
  height: 0.2rem;
  background: url(../images/s1-r4.png) no-repeat;
  background-size: 100% 100%;
}

.infonews16_28_r ul li a {
  display: flex;
  align-items: center;
  padding: 0.16rem 0;
  border-top: 1px dashed #c5a8a9;
  position: relative;
  z-index: 1;
}

.infonews16_28_r ul li:first-child a {
  border-top: none;
}

.infonews16_28_r ul li a .infonews16_28_date {
  width: 0.67rem;
  height: 0.67rem;
  border: 1px dashed #be8688;
  border-radius: 50%;
  text-align: center;
  padding-top: 0.1rem;
}

.infonews16_28_r ul li a .infonews16_28_date>p {
  font-family: Arial;
  font-size: 0.26rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #993433;
}

.infonews16_28_r ul li a .infonews16_28_date>span {
  display: block;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  color: #999999;
}

.infonews16_28_r ul li a hr {
  background: #dbdbdb;
  width: 1px;
  height: 0.37rem;
  border: none;
  margin: 0 0.2rem;
}

.infonews16_28_r ul li a .infonews16_28_rtx {
  width: calc(100% - 1.3rem);
  font-size: 0.2rem;
  line-height: 0.3rem;
  max-height: 0.6rem;
  letter-spacing: 0.04em;
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.infonews16_28_r ul li:hover .infonews16_28_rbg {
  width: calc(100% + 0.6rem);
}

.infonews16_28_r ul li:hover a .infonews16_28_date {
  background: url(../images/s1-rdate.png) no-repeat;
  background-size: 100% 100%;
  border: none;
}

.infonews16_28_r ul li:hover a .infonews16_28_date p {
  color: #dfb386;
  font-weight: bold;
}

.infonews16_28_r ul li:hover a .infonews16_28_date span {
  color: #fff;
}

.infonews16_28_r ul li:hover a hr {
  background: rgba(243, 193, 73, 0.24);
}

.infonews16_28_r ul li:hover .infonews16_28_rtx {
  color: #fff;
}

.section2 {
  padding-top: 1rem;
  background: url(../images/section2_bg.png) no-repeat center bottom;
}

.s2-c {
  margin-top: 0.26rem;
}

.qh-tit {
  position: relative;
}

.qh-tit ul {
  justify-content: center;
}

.qh-tit ul li {
  margin: 0 0.4rem;
  color: #dfb386;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.qh-tit ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.16rem;
  transform: translateY(-50%);
  width: 0.46rem;
  height: 0.46rem;
  background: url(../images/s2-tit1.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.qh-tit ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.4rem;
  transform: translateY(-50%);
  width: 0.04rem;
  height: 0.42rem;
  background: url(../images/s2-xx.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.qh-tit ul li:first-child:after {
  display: none;
}

.qh-tit ul li b {
  display: block;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #dfb386;
}

.qh-tit ul li span {
  display: none;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.14rem;
  color: #9a3433;
  margin-top: 0.08rem;
}

.qh-tit ul li.on {
  margin-left: 0.8rem;
}

.qh-tit ul li.on b {
  color: #111111;
}

.qh-tit ul li.on span {
  display: block;
}

.qh-tit ul li.on::before {
  left: -0.48rem;
  width: 0.68rem;
  height: 0.68rem;
  background: url(../images/tit_zs.png) no-repeat;
  background-size: 100% 100%;
}

.qh-tit ul li.on::after {
  left: -0.8rem;
}

.qh-tit ul li.on {
  font-size: 0.18rem;
  font-weight: bold;
  color: #b40202;
}

.qh-more .more {
  display: none;
}

.qh-more .more.on {
  display: block;
}

.qh-bd {
  position: relative;
  margin-top: 0.6rem;
}

.qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.qh-k ul li {
  position: relative;
}

.qh-k ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 1.67rem;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.qh-k ul li:hover::after {
  visibility: visible;
  opacity: 1;
}

.qh-k ul li a {
  display: block;
  margin: 0 0.27rem;
  transition: all 0.3s;
}

.qh-k ul li:hover a {
  border-color: transparent;
}

.qh-k ul li .pic {
  padding-top: 63.18%;
}

.qh-k ul li .s2-tx {
  background: #fff;
  padding: 0.15rem 0.35rem 0.32rem 0.35rem;
  border: 1px solid rgba(229, 135, 134, 0.3);
  position: relative;
  z-index: 1;
}

.qh-k ul li .s2-tx::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #dfb386;
  z-index: -1;
  transition: all 0.5s;
}

.qh-k ul li h3 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.6rem;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.qh-k ul li p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  height: 0.48rem;
  color: rgba(38, 38, 38, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
  transition: all 0.5s;
}

.qh-k ul li .s2-sj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.2rem;
}

.qh-k ul li .s2-sj span {
  display: block;
  font-family: Arial;
  font-size: 0.14rem;
  line-height: 0.14rem;
  color: #262626;
  background: url(../images/time1.png) no-repeat left center;
  background-size: 0.14rem 0.14rem;
  padding-left: 0.2rem;
  width: 1rem;
  margin-right: 0.2rem;
  transition: all 0.5s;
}

.qh-k ul li .s2-sj i {
  display: block;
  flex: 1;
  min-width: 0;
  max-width: 1.54rem;
  height: 0.07rem;
  background: url(../images/s2-x.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.qh-k ul li:hover a {
  box-shadow: 0px 0.06rem 0.17rem 0px rgba(147, 98, 98, 0.3);
}

.qh-k ul li:hover .pic img {
  transform: scale(1.1);
}

.qh-k ul li:hover .s2-tx {
  border-color: #dfb386;
}

.qh-k ul li:hover .s2-tx::before {
  height: 100%;
}

.qh-k ul li:hover .s2-tx h3 {
  color: #fff;
  font-weight: bold;
}

.qh-k ul li:hover .s2-tx p {
  color: #fff;
  opacity: 0.7;
}

.qh-k ul li:hover .s2-sj span {
  color: #fff;
  background: url(../images/time2.png) no-repeat left center;
  background-size: 0.14rem 0.14rem;
}

.qh-k ul li:hover .s2-sj i {
  background: url(../images/s2-x2.png) no-repeat;
  background-size: 100% 100%;
}

.qh-k .slick-list {
  /* margin: 0 -0.27rem; */
}

/* .qh-k .slick-dots {
	position: static;
	font-size: 0;
	margin-top: 0.05rem;
}

.qh-k .slick-dots li {
	vertical-align: middle;
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background: #b40202;
	margin: 0 0.09rem;
	transition: all 0.4s;
}

.qh-k .slick-dots li.slick-active {
	width: 0.5rem;
	height: 0.05rem;
	border-radius: 0.025rem;
}

.qh-k .slick-dots li button {
	display: none;
} */
.qh-k .slick-prev,
.qh-k .slick-next {
  width: 0.55rem;
  height: 0.09rem;
}

.qh-k .slick-prev {
  left: -0.82rem;
  background: url(../images/s2-prev.png) no-repeat;
  background-size: 100% 100%;
}

.qh-k .slick-next {
  right: -0.82rem;
  background: url(../images/s2-next.png) no-repeat;
  background-size: 100% 100%;
}

.s2-dw {
  height: 0.47rem;
  margin-top: 0.72rem;
  background: url(../images/s2-dw.png) repeat-x;
  animation: scroll 5000s linear infinite;
}

@keyframes scroll {
  0% {
    background-position: 0px 0px;
  }

  100% {
    background-position: 100000px 0px;
  }
}

.section3 {
  background: url(../images/section3_bg.png) no-repeat center top;
  background-size: 100% 100%;
  /* padding: 0.86rem 0 0.5rem 0; */
  padding-top: 0.86rem;
  position: relative;
  overflow: hidden;
}

.s3-by {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 88.07%;
}

.s3-tl,
.s3-l {
  width: 48.43%;
}

.s3-tr,
.s3-r {
  width: 45.31%;
}

.s3-tit .title {
  text-align: left;
}

.s3-tit .title b {
  color: #fff;
}

.s3-tit .title span {
  color: #dfb386;
}

.s3-tit .title h3::before {
  background: url(../images/tit_zs2.png) no-repeat;
  background-size: 100% 100%;
}

.s3-tit .more a {
  color: #fff;
}

.s3-tit .more a::after {
  background: #fff;
}

.s3-tit .more a::before {
  background: rgba(255, 255, 255, 0.1);
}

.s3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-top: 0.92rem;
  padding-bottom: 0.5rem;
}

.s3-c::before {
  content: "";
  position: absolute;
  top: -0.46rem;
  left: -0.42rem;
  right: -0.42rem;
  bottom: -0.35rem;
  background: url(../images/s3-bgzs.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}

.s3-l {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
}

.s3-l .title,
.s3-r .title {
  display: none;
}

.s3-ld {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s3-l-l {
  width: 47.61%;
}

.s3-l-l a {
  display: block;
}

.s3-l-l a .bg_img {
  height: 2.29rem;
}

.s3-l-l a .s3-l-ltx span {
  display: block;
  font-family: Arial;
  font-size: 0.16rem;
  line-height: 0.16rem;
  color: #9a3433;
  margin-top: 0.25rem;
}

.s3-l-l a .s3-l-ltx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  color: #292929;
  margin-top: 0.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.s3-l-l a:hover .s3-l-ltx h3 {
  color: #9a3433;
  font-weight: bold;
}

.s3-l-l a .s3-l-lx {
  background: url(../images/s3-l-lx.png) no-repeat right center;
  background-size: 100% 100%;
  width: 100%;
  height: 0.07rem;
  position: relative;
  margin: 0.3rem 0;
}

.s3-l-l a .s3-l-lx::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.81rem;
  height: 0.02rem;
  background: #9a3433;
  transition: all 0.5s;
}

.s3-l-l a:hover .s3-l-lx::after {
  width: calc(100% - 0.06rem);
}

.s3-l-l a p {
  font-size: 0.16rem;
  line-height: 0.25rem;
  height: 1rem;
  color: #4f4f4f;
  opacity: 0.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.s3-l-r {
  flex: 1;
  min-width: 0;
  padding-left: 0.3rem;
}

.s3-l-r ul li {
  position: relative;
  z-index: 1;
}

.s3-l-r ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: linear-gradient(90deg, #ffdbd2 0%, rgba(255, 255, 255, 0) 98%);
  transition: all 0.5s;
}

.s3-l-r ul li a {
  display: block;
  border-bottom: 1px solid #e1e1e1;
  padding: 0.18rem 0;
  position: relative;
  z-index: 1;
}

.s3-l-r ul li a::after {
  content: "";
  position: absolute;
  bottom: -0.03rem;
  right: -0.06rem;
  width: 0.04rem;
  height: 0.04rem;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
}

.s3-l-r ul li a span {
  display: inline-block;
  font-family: Arial;
  font-size: 0.16rem;
  line-height: 0.16rem;
  padding: 0.06rem 0.07rem 0.05rem 0.11rem;
  background: #ba4424;
  border-radius: 0px 0.5rem 0.5rem 0px;
  color: #ffffff;
  position: relative;
}

.s3-l-r ul li a span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.06rem;
  height: 0.06rem;
  background: url(../images/s3-l-llx.png) no-repeat;
  background-size: 100% 100%;
}

.s3-l-r ul li a h3 {
  font-size: 0.2rem;
  line-height: 0.26rem;
  height: 0.52rem;
  letter-spacing: 0em;
  color: #2f2f2f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
  transition: all 0.5s;
}

.s3-l-r ul li:hover::before {
  width: 100%;
}

.s3-l-r ul li:hover a h3 {
  color: #9a3433;
}

.s3-r-t ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s3-r-t ul li {
  width: 45.16%;
}

.s3-r-t ul li a {
  display: flex;
  flex-direction: column;
}

.s3-r-t ul li a .bg_img {
  height: 1.94rem;
}

.s3-r-t ul li a .s3-r-ttx {
  background-color: #fff;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  margin-top: -0.24rem;
  position: relative;
  border-left: 2px solid #dfb386;
  padding: 0.1rem 0.18rem;
  transition: all 0.5s;
}

.s3-r-t ul li:hover a .s3-r-ttx {
  box-shadow: 0 0 0.1rem rgba(186, 68, 36, 0.1);
}

.s3-r-t ul li a .s3-r-ttx h3 {
  font-size: 0.2rem;
  line-height: 0.26rem;
  height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333333;
  transition: all 0.5s;
}

.s3-r-t ul li:hover a .s3-r-ttx h3 {
  color: #993433;
}

.s3-r-t ul li:nth-child(2) a .bg_img {
  order: 2;
  margin-top: -0.24rem;
  z-index: 1;
}

.s3-r-t ul li:nth-child(2) a .s3-r-ttx {
  order: 1;
  margin-top: 0.24rem;
  z-index: 2;
}

.s3-r-d ul li {
  display: flex;
  justify-content: space-between;
  line-height: 0.2rem;
  margin-top: 0.45rem;
  padding-bottom: 0.1rem;
  position: relative;
  z-index: 1;
}

.s3-r-d ul li:first-child {
  margin-top: 0.55rem;
}

.s3-r-d ul li::after {
  position: absolute;
  left: 0;
  bottom: -0.02rem;
  width: 0;
  height: 0;
  border: none;
  border-radius: 50%;
  content: "";
  transition: all 0.5s;
}

.s3-r-d ul li::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid #993433;
  content: "";
  transition: all 0.5s;
}

.s3-r-d ul li span {
  display: block;
  width: 1rem;
  font-family: Arial;
  font-size: 0.2rem;
  color: #9b9b9b;
  transition: all 0.5s;
}

.s3-r-d ul li a {
  display: block;
  width: calc(100% - 1.1rem);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 0.2rem;
  color: #333333;
  transition: all 0.5s;
}

.s3-r-d ul li:hover::before {
  width: 100%;
}

.s3-r-d ul li:hover::after {
  width: 0.04rem;
  height: 0.04rem;
  left: 100%;
  border: 1px solid #993433;
}

.s3-r-d ul li:hover a {
  color: #993433;
}

.s3-r-d ul li:hover span {
  color: #993433;
}

.section4 {
  padding-top: 2.75rem;
  background: url(../images/section4_bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-top: -0.85rem;
}

.section4 .wp {
  position: relative;
  z-index: 1;
}

.section4 .wp .x_red {
  position: absolute;
  right: -0.57rem;
  bottom: -0.05rem;
  width: 0.75rem;
  height: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section4 .wp .x_red::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-width: 0.33rem 0 0.32rem 0.57rem;
  border-style: solid;
  border-color: transparent transparent transparent #9A3433;
}

.section4 .wp .x_red::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0.16rem 0.27rem 0.16rem 0;
  border-style: solid;
  border-color: transparent #C76564 transparent transparent;
}

.section4 .title .imgsoc16_1_tmedia {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section4 .title .imgsoc16_1_tmedia ul li {
  margin: 0 0 0 0.3rem;
}

.section4 .title .imgsoc16_1_tmedia ul li:first-child {
  margin-left: 0;
}

.section4 .title .imgsoc16_1_tmedia ul li a {
  width: auto;
}

.s4-t {
  display: flex;
  align-items: center;
}

.s4-t span {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #FFF1F0;
  line-height: 0.6rem;
  text-align: center;
}

.s4-t span img {
  vertical-align: middle;
  max-width: 0.32rem;
  max-height: 0.29rem;
}

.s4-t em {
  display: inline-block;
  font-style: normal;
  width: 0.7rem;
  border-radius: 0px 0.61rem 0.61rem 0px;
  background: #FFF1F0;
  line-height: 0.3rem;
  margin-left: -0.1rem;
  font-size: 0.16rem;
  color: #9A3433;
  text-align: center;
}

.imgsoc16_1_tmedia {}

.imgsoc16_1_tmedia ul {
  display: flex;
  align-items: center;
}

.imgsoc16_1_tmedia ul li {
  margin: 0 0.05rem;
}

.imgsoc16_1_tmedia ul li a {
  position: relative;
  width: 0.82rem;
  height: 0.95rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgsoc16_1_ewm {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(0.3rem);
  visibility: hidden;
  opacity: 0;
  width: 1.1rem;
  z-index: -1;
  transition: all 0.5s;
  background: #fff;
  padding: 0.05rem;
}

a:hover>.imgsoc16_1_ewm {
  z-index: 99;
  transform: translateX(-50%) translateY(0);
  visibility: visible;
  opacity: 1;
}

.imgsoc16_1_rmedia:hover>.imgsoc16_1_ewm {
  z-index: 99;
  transform: translateX(-50%) translateY(0);
  visibility: visible;
  opacity: 1;
}

.imgsoc16_1_ewm::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
}

.imgsoc16_1_ewm img {
  display: block;
  width: 100%;
}

.imgsoc16_1_tmedia ul li a svg.imgsoc16_1_star {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0) rotate(360deg);
  opacity: 0;
  transition: all 0.5s;
}

.imgsoc16_1_tmedia ul li:hover a svg.imgsoc16_1_star {
  transform: translateX(-50%) translateY(-50%) scale(1) rotate(0deg);
  opacity: 1;
  transition: all 1s;
}

.imgsoc16_1_tmore {
  margin-left: 0.4rem;
}

.imgsoc16_1_tmore a {
  position: relative;
  display: flex;
  align-items: center;
}

.imgsoc16_1_tmore a b {
  font-family: Arial;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.21rem;
  color: #ffffff;
  margin: 0 0.05rem 0 0.1rem;
  position: relative;
  z-index: 9;
}

.imgsoc16_1_tmore a::before {
  content: "";
  display: block;
  position: relative;
  z-index: 2;
  width: 0.2rem;
  height: 0.24rem;
  background-size: 100%;
}

.imgsoc16_1_tmore a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.59rem;
  height: 0.68rem;
  background: url() no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.imgsoc16_1_c {
  display: flex;
  margin-top: 0.4rem;
}

.imgsoc16_1_l {
  width: 25.625%;
  background: url(../images/imgsoc16_1_lbj.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.imgsoc16_1_l ul {
  height: 100%;
  padding-right: 0.35rem;
}

.imgsoc16_1_l ul li {
  height: 20%;
}

.imgsoc16_1_l ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 0.3rem;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.imgsoc16_1_l ul li a::after {
  content: "";
  position: absolute;
  right: -0.06rem;
  bottom: -0.04rem;
  width: 0.06rem;
  height: 0.06rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  z-index: 1;
}

.imgsoc16_1_l ul li a:hover::after {}

.imgsoc16_1_l ul li a:hover h3 {
  text-decoration: underline;
}

.imgsoc16_1_l ul li:nth-child(1) a {
  border-top: none !important;
}

.imgsoc16_1_l ul li a p {
  text-align: right;
  margin-top: -0.07rem;
}

.imgsoc16_1_l ul li a p b {
  display: inline-block;
  font-family: Arial;
  font-size: 0.14rem;
  line-height: 0.14rem;
  color: #ffffff;
  background: url(../images/time2.png) no-repeat;
  background-position: left center;
  background-size: 0.14rem 0.14rem;
  padding-left: 0.24rem;
}

.imgsoc16_1_l ul li a h3 {
  font-size: 0.16rem;
  line-height: 0.36rem;
  max-height: 0.72rem;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.imgsoc16_1_r {
  flex: 1;
  min-width: 0;
  display: flex;
}

.imgsoc16_1_rl {
  width: 63.7%;
}

.imgsoc16_1_rr {
  flex: 1;
  min-width: 0;
}

.imgsoc16_1_rlist li a {
  position: relative;
  display: block;
}

.imgsoc16_1_rlist li a .pic::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 100%);
  height: 1.3rem;
  z-index: 8;
}

.imgsoc16_1_rlist li a .imgsoc16_1_rinfo {
  position: absolute;
  left: 0;
  bottom: 0.25rem;
  right: 0.9rem;
  display: flex;
  flex-direction: column;
  z-index: 9;
  align-items: flex-start;
}

.imgsoc16_1_rlist li a .imgsoc16_1_rinfo p {
  position: relative;
  padding-left: 0.25rem;
  padding-right: 0.15rem;
  padding-bottom: 0.08rem;
}

.imgsoc16_1_rlist li a .imgsoc16_1_rinfo p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.18rem;
  border-bottom: 1px solid #fff;
}

.imgsoc16_1_rlist li a .imgsoc16_1_rinfo p::after {
  content: "";
  position: absolute;
  left: 1.18rem;
  bottom: -0.02rem;
  width: 0.04rem;
  height: 0.04rem;
  border: 1px solid #fff;
  border-radius: 50%;
}

.imgsoc16_1_rlist li a .imgsoc16_1_rinfo p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.18rem;
  border-bottom: 1px solid #fff;
  z-index: 1;
}

.imgsoc16_1_rlist li a .imgsoc16_1_rinfo p b {
  display: block;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: 0em;
  color: #fff;
  padding-left: 0.24rem;
  background: url(../images/time2.png) no-repeat;
  background-position: left center;
}

.imgsoc16_1_rlist li a .imgsoc16_1_rinfo h3 {
  font-size: 0.2rem;
  font-weight: 300;
  line-height: 0.26rem;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.1rem;
  padding-left: 0.25rem;
  width: 100%;
}

.imgsoc16_1_rlist li:hover a .imgsoc16_1_rinfo h3 {
  text-decoration: underline;
}

.imgsoc16_1_rlist li a .imgsoc16_1_rmedia {
  position: absolute;
  top: 0.05rem;
  right: 0.15rem;
  width: 0.75rem;
  height: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.imgsoc16_1_rlist li a .imgsoc16_1_rmedia::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-width: 0.33rem 0 0.32rem 0.57rem;
  border-style: solid;
  border-color: transparent transparent transparent #22a896;
  z-index: 1;
}

.imgsoc16_1_rlist li a .imgsoc16_1_rmedia::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0.16rem 0.27rem 0.16rem 0;
  border-style: solid;
  border-color: transparent #5dd0c0 transparent transparent;
  z-index: 1;
}

.imgsoc16_1_rlist li a .imgsoc16_1_rmedia.x_wb::before {
  border-color: transparent transparent transparent #DE3F3E;
}

.imgsoc16_1_rlist li a .imgsoc16_1_rmedia.x_wb::after {
  border-color: transparent #EB706F transparent transparent;
}

.imgsoc16_1_rlist li a .imgsoc16_1_rmedia.x_dy::before {
  border-color: transparent transparent transparent #6045A9;
}

.imgsoc16_1_rlist li a .imgsoc16_1_rmedia.x_dy::after {
  border-color: transparent #9D80EA transparent transparent;
}

.imgsoc16_1_rlist li a .imgsoc16_1_rmedia svg {
  z-index: 9;
  position: relative;
}

.imgsoc16_1_rlt .imgsoc16_1_rlist li a .pic {
  padding-top: 50%;
}

.imgsoc16_1_rlb .imgsoc16_1_rlist li a .imgsoc16_1_rinfo {
  right: 0.2rem;
}

.imgsoc16_1_rlb .imgsoc16_1_rlist li a .pic {
  padding-top: 78.94%;
}

.imgsoc16_1_rr .imgsoc16_1_rlist li a .pic {
  padding-top: 157%;
}

.imgsoc16_1_rlb .imgsoc16_1_rlist {
  display: flex;
}

.imgsoc16_1_rlb .imgsoc16_1_rlist li {
  width: 50%;
}

.imgsoc16_1_rlist li:hover a .pic img {
  transform: scale(1.1);
}

.imgsoc16_1_c .slick-prev,
.imgsoc16_1_c .slick-next {
  width: 0.3rem;
  height: 0.26rem;
  top: auto;
  left: auto;
  bottom: 0.25rem;
  transform: translateY(0);
  z-index: 9;
}

.imgsoc16_1_c .slick-prev {
  background: url(../images/imgsoc16_1_iconprev.png) no-repeat;
  background-position: center center;
  right: 0.6rem;
}

.imgsoc16_1_c .slick-next {
  background: url(../images/imgsoc16_1_iconnext.png) no-repeat;
  background-position: center center;
  right: 0.25rem;
}

.section5 {
  margin-top: 1.05rem;
}

.imgview16_8_c {
  position: relative;
  display: flex;
}

.imgview16_8_big {
  width: 53.69%;
  position: relative;
  z-index: 8;
}

.imgview16_8_big ul li a {
  display: block;
  position: relative;
}

.imgview16_8_big ul li .pic {
  padding-top: 78%;
}

.imgview16_8_cont {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 8;
  background: url(../images/s5-rbg.png) no-repeat;
  background-size: cover;
  margin-top: 1.15rem;
}

.imgview16_8_tit {
  max-width: 7.4rem;
  padding-left: 9%;
  padding-top: 0.6rem;
}

.imgview16_8_tit .title {
  text-align: left;
  padding-left: 0.5rem;
}

.imgview16_8_tit .more {
  margin-top: 0;
}

.imgview16_8_tit h2 {
  display: flex;
  align-items: flex-end;
}

.imgview16_8_tit h2 b {
  display: block;
  font-size: 0.46rem;
  font-weight: bold;
  line-height: normal;
  color: #333333;
}

.imgview16_8_tit h2 span {
  display: block;
  font-family: Arial;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.2rem;
  text-transform: uppercase;
  color: #848484;
  margin-left: 0.13rem;
}

.imgview16_8_tit>div:nth-child(2) {
  margin-top: 7%;
}

.imgview16_8_tit div p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.28rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  color: rgba(102, 102, 102, 0.7);
  max-height: 1.12rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.imgview16_8_small {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  max-width: 16rem;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.imgview16_8_small ul {
  width: 11.92rem;
  background: rgba(255, 255, 255, 0.7);
  padding: 4% 0.8rem;
  max-width: 74.5%;
}

.imgview16_8_small ul li a {
  display: block;
  margin: 0 0.2rem;
  position: relative;
  z-index: 1;
}

.imgview16_8_small ul li .pic {
  padding-top: 78%;
}

.imgview16_8_small ul li a h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(5, 5, 5, 0.6);
  line-height: 0.5rem;
  color: #fff;
  text-align: center;
  padding: 0 0.1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.imgview16_8_small .slick-prev,
.imgview16_8_small .slick-prev {}

.imgview16_8_small .slick-prev {
  width: 0.2rem;
  height: 0.3rem;
  left: 0.35rem;
  background: url(../images/imgview16_8_prev.png) no-repeat;
  background-position: center center;
}

.imgview16_8_small .slick-next {
  width: 0.2rem;
  height: 0.3rem;
  right: 0.35rem;
  background: url(../images/imgview16_8_next.png) no-repeat;
  background-position: center center;
}



.section6 {
  background: url(../images/section6_bg.png) no-repeat;
  background-size: cover;
  padding-top: 0.92rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.s6-c {
  margin-top: 0.7rem;
}

.s6-c ul {
  display: flex;
  padding: 0 0.3rem;
}

.s6-c ul li {
  width: 2.12rem;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  margin-left: -0.35rem;
}

.s6-c ul li:first-child {
  margin-left: 0;
  border-radius: 0.3rem 0 0 0;
}

.s6-c ul li:nth-child(6) {
  border-radius: 0 0 0.3rem 0;
}

.s6-c ul li:nth-child(even) {
  margin-top: 0.55rem;
}

.s6-c ul li.on {
  width: calc(100% - (1.42rem*5) + 0.35rem);
  width: calc(100% - (1.42rem*6.5) + 0.35rem)\0;
  z-index: 2;
}

.s6-c ul li a {
  display: flex;
  height: 3.98rem;
}

.s6-c ul li a .s6-tit {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s6-c ul li a .s6-tit h3 {
  font-family: "sySong";
  color: #fff;
  font-size: 0.3rem;
  font-weight: 900;
  line-height: 0.4rem;
  writing-mode: tb-rl;
  letter-spacing: 0.1rem;
  padding: 0.3rem 0;
}

.s6-c ul li:first-child a .s6-tit {
  background: url(../images/101.png) no-repeat center;
  background-size: cover;
}

.s6-c ul li:nth-child(2) a .s6-tit {
  background: url(../images/102.png) no-repeat center;
  background-size: cover;
}

.s6-c ul li:nth-child(3) a .s6-tit {
  background: url(../images/s6-tit1.png) no-repeat center;
  background-size: cover;
}

.s6-c ul li:nth-child(4) a .s6-tit {
  background: url(../images/s6-tit2.png) no-repeat center;
  background-size: cover;
}

.s6-c ul li:nth-child(5) a .s6-tit {
  background: url(../images/s6-tit3.png) no-repeat center;
  background-size: cover;
}

.s6-c ul li:nth-child(6) a .s6-tit {
  background: url(../images/s6-tit4.png) no-repeat center;
  background-size: cover;
}

.s6-c ul li:nth-child(7) a .s6-tit {
  background: url(../images/s6-tit5.png) no-repeat center;
  background-size: cover;
}

.s6-c ul li:nth-child(8) a .s6-tit {
  background: url(../images/s6-tit6.png) no-repeat center;
  background-size: cover;
}

.s6-c ul li.on a .s6-tit {
  width: 2.12rem;
}

.s6-c ul li a .s6-bd {
  width: calc(100% - 2.12rem);
  flex-shrink: 0;
  position: relative;
}

.s6-c ul li a .s6-bd .s6-bdpic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.s6-c ul li a .s6-bd .s6-bdpic .bg_img {
  height: 3.98rem;
}

.s6-c ul li a .s6-bd .s6-bdpic .bg_img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2738) 54%, rgba(0, 0, 0, 0) 100%);
}

.s6-c ul li a .s6-bd .s6-bd-x {
  width: 1.42rem;
  height: 0.07rem;
  background: url(../images/s6-x.png)no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-top: 0.83rem;
}

.s6-c ul li a .s6-bd p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  max-height: 1.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #FFFFFF;
  position: relative;
  margin-top: 0.4rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.s6-cbox .slick-prev,
.s6-cbox .slick-next {
  width: 0.46rem;
  height: 0.46rem;
}

.s6-cbox .slick-prev {
  left: -0.46rem;
  background: url(../images/s6-prev.png) no-repeat;
  background-size: 100% 100%;
}

.s6-cbox .slick-next {
  right: -0.46rem;
  background: url(../images/s6-next.png) no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1700px) {
  .imgview16_8_cont {
    margin-top: 0.57rem;
  }

  .qh-k .slick-prev,
  .qh-k .slick-next {
    top: inherit;
    transform: none;
    bottom: -0.4rem;
  }

  .qh-k .slick-prev {
    left: inherit;
    right: 50%;
    margin-right: 0.3rem;
  }

  .qh-k .slick-next {
    right: inherit;
    left: 50%;
    margin-left: 0.3rem;
  }
}

@media screen and (max-width: 1600px) {
  .s3-c::before {
    top: -0.46rem;
    left: -0.21rem;
    right: -0.21rem;
    bottom: -0.35rem;
  }

  .section4 .wp .x_red {
    transform: scale(0.7);
    transform-origin: left bottom;
  }

  .s6-cbox .slick-prev {
    left: -0.3rem;
  }

  .s6-cbox .slick-next {
    right: -0.3rem;
  }
}

@media screen and (max-width: 1500px) {
  .imgview16_8_small ul {
    padding: 2% 0.4rem;
  }

  .imgview16_8_tit {
    padding-top: 0.4rem;
    padding-left: 4%;
    padding-right: 4%;
  }

  .imgview16_8_small .slick-prev {
    left: 0.2rem;
  }

  .imgview16_8_small .slick-next {
    right: 0.2rem;
  }

  .imgview16_8_tit>div:nth-child(2) {
    margin-top: 3.5%;
  }
}

@media screen and (max-width: 1300px) {
  .imgview16_8_cont {
    margin-top: 0.3rem;
  }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {

  .banner,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .banner::after {
    display: none;
  }


  .s6-c ul li {
    width: 19.666% !important;
    width: calc(19.666% + (0.35rem*10)) !important;
  }

  .s6-c ul li.on a .s6-tit {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .banner .slick-dots {
    bottom: 0.2rem;
  }

  .title {
    text-align: left;
    padding-left: 0.2rem;
  }

  .title h3 b {
    font-size: 0.3rem;
  }

  .title h3 span {
    font-size: 12px;
    margin-top: 0.04rem;
  }

  .title h3::before {
    left: -0.38rem;
    width: 0.58rem;
    height: 0.58rem;
  }

  .section1 {
    padding-top: 0.4rem;
  }

  .infonews16_28_c {
    flex-direction: column;
    margin-top: 0.3rem;
  }

  .infonews16_28_l,
  .infonews16_28_r {
    width: 100%;
  }

  .infonews16_28_l .infonews16_28_img {
    height: auto;
    padding-top: 57.22%;
  }

  .infonews16_28_l .infonews16_28_date {
    padding-top: 0.24rem;
  }

  .infonews16_28_l .infonews16_28_date>p {
    font-size: 0.3rem;
  }

  .infonews16_28_l .infonews16_28_date>span {
    font-size: 0.16rem;
  }

  .infonews16_28_l h3 {
    font-size: 0.2rem;
  }

  .infonews16_28_r {
    margin-top: 0.3rem;
  }

  .section2 {
    padding-top: 0.4rem;
  }

  .s2-c {
    margin-top: 0;
  }

  .qh-tit ul li b {
    font-size: 0.3rem;
  }

  .qh-tit ul li.on span {
    font-size: 12px;
  }

  .qh-tit ul li.on::before {
    left: -0.38rem;
    width: 0.58rem;
    height: 0.58rem;
  }

  .qh-k ul li a {
    margin: 0 0.15rem;
  }

  .qh-bd {
    margin-top: 0.2rem;
  }

  .qh-k ul li p,
  .qh-k ul li .s2-sj span {
    font-size: 12px;
  }

  .qh-k ul li p {
    margin-top: 0.1rem;
  }

  .s2-dw {
    margin-top: 0.3rem;
  }

  .section3 {
    padding-top: 0;
  }

  .s3-c::before {
    background-color: #fff;
    top: -0.3rem;
    bottom: -0.3rem;
  }

  .s3-titbox {
    display: none;
  }

  .s3-c {
    flex-direction: column;
    margin-top: 0.6rem;
  }

  .s3-l,
  .s3-r {
    width: 100%;
  }

  .s3-r {
    margin-top: 0.4rem;
  }

  .s3-tl,
  .s3-l,
  .s3-tr,
  .s3-r {
    width: 100%;
  }

  .s3-l .title,
  .s3-r .title {
    display: block;
    width: 100%;
  }

  .s3-tit .title b {
    color: #111;
  }

  .s3-tit .title h3::before {
    background: url(../images/tit_zs.png) no-repeat;
    background-size: 100% 100%;
  }

  .s3-tit .title span {
    color: #9a3433;
  }

  .s3-tit .more a {
    color: #808080;
  }

  .s3-tit .more a::before {
    background: rgba(220, 178, 177, 0.2);
  }

  .s3-tit .more a::after {
    background: #9a3433;
  }

  .s3-l-l {
    width: 100%;
    margin-top: 0.3rem;
  }

  .s3-l-l a .bg_img {
    height: auto;
    padding-top: 62.05%;
  }

  .s3-l-l a .s3-l-ltx h3 {
    height: auto;
    max-height: 0.6rem;
  }

  .s3-l-l a p {
    height: auto;
    max-height: 1rem;
  }

  .s3-l-l a .s3-l-lx {
    margin: 0.2rem 0;
  }

  .s3-l-r {
    width: 100%;
    margin-top: 0.3rem;
    flex: none;
    padding-left: 0;
  }

  .s3-l-r ul li a h3 {
    height: auto;
    max-height: 0.52rem;
  }

  .s3-r-t {
    margin-top: 0.3rem;
  }

  .s3-r-t ul li {
    width: 47.16%;
  }

  .s3-r-t ul li a .bg_img {
    height: auto;
    padding-top: 57.73%;
  }

  .s3-r-d ul li {
    margin-top: 0.3rem;
  }

  .section4 {
    margin-top: 0;
    padding-top: 0.4rem;
  }

  .section4 .title .imgsoc16_1_tmedia {
    position: static;
    transform: none;
    margin-top: 0.1rem;
  }

  .section4 .more {
    top: 10%;
  }

  .s4-t span {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }

  .s4-t span img {
    max-width: 0.26rem;
    max-height: 0.26rem;
  }

  .imgsoc16_1_c {
    flex-direction: column;
    margin-top: 0.1rem;
  }

  .imgsoc16_1_l {
    width: 100%;
  }

  .imgsoc16_1_l ul li {
    height: auto;
  }

  .imgsoc16_1_l ul li a {
    display: block;
    padding: 0.2rem 0 0.2rem 0.3rem;
  }

  .imgsoc16_1_l ul li a p b {
    font-size: 12px;
  }

  .imgsoc16_1_l ul li a h3 {
    font-size: 0.2rem;
  }

  .imgsoc16_1_l ul li a p {
    margin-top: 0;
  }

  .section5 {
    margin-top: 0.4rem;
  }

  .imgview16_8_c {
    flex-direction: column;
  }

  .imgview16_8_cont {
    order: 1;
    margin-top: 0;
  }

  .imgview16_8_tit {
    max-width: 100%;
    padding-bottom: 0.4rem;
  }

  .imgview16_8_big {
    order: 2;
    width: 100%;
  }

  .imgview16_8_small {
    order: 3;
    position: static;
    display: block;
    width: 100%;
  }

  .imgview16_8_small ul {
    max-width: none;
    width: auto;
  }

  .section6 {
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
  }

  .s6-c ul li a .s6-tit h3 {
    font-size: 0.24rem;
  }

  .s6-cbox .slick-prev,
  .s6-cbox .slick-next {
    width: 0.36rem;
    height: 0.36rem;
  }

  .s6-cbox .slick-prev {
    left: -0.2rem;
  }

  .s6-cbox .slick-next {
    right: -0.2rem;
  }

  .s2-dw {
    height: 0.3rem;
    background-size: auto 0.3rem;
  }

  .qh-k .slick-prev,
  .qh-k .slick-next {
    bottom: -0.25rem;
  }

  .qh-tit {
    position: static;
  }

  .qh-more {
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
  }

  .qh-more .more {
    position: static;
  }
}

@media screen and (max-width: 640px) {
  .section2 {
    padding-top: 0.25rem;
  }

  .qh-tit ul {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    height: 0.65rem;
  }

  .qh-bd {
    margin-top: 0.3rem;
  }
}

@media screen and (max-width: 480px) {
  .imgsoc16_1_r {
    flex-direction: column;
  }

  .imgsoc16_1_rl {
    width: 100%;
  }

  .imgsoc16_1_rr {
    width: 100%;
    flex: none;
  }

  .s6-c ul li {
    margin-left: 0;
    width: 16.666% !important;
  }

  .s6-c ul li a {
    height: 2.98rem;
  }

  .s6-cbox .slick-prev {
    left: -0.1rem;
  }

  .s6-cbox .slick-next {
    right: -0.1rem;
  }

  .s6-c ul li a .s6-tit h3 {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}