/* -------------position------------ */
/*------------background------------*/
/*------------padding--------------*/
/*------------margin--------------*/
/*------------font--------------*/
/*------------border--------------*/
/* -------------DIY------------ */
.snone {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.snone::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.dslh {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.banner img {
  width: 100%;
}
.conter {
  width: 1200px;
  margin: 46px auto 0;
}
.c1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.turnShow {
  width: 650px;
  height: 410px;
}
.turnShow .swiper-slide {
  width: 650px;
  height: 410px;
}
.turnShow .tsTxt {
  width: 100%;
  height: 52px;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.turnShow .tsTxt * {
  color: #fff;
}
.turnShow .tsTxt .turn_tit {
  text-align: center;
  font-size: 18px;
  position: absolute;
  width: fit-content;
  bottom: 15px;
  z-index: 9;
  left: 20%;
  width: 455px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.turnShow .tsTxt .tsfyq {
  width: 10%;
  bottom: 13px;
  left: 47px;
  font-size: 20px;
}
.turnShow .tsTxt .tsfyq span {
  font-size: 20px;
}
.turnShow .tsTxt .tsfyq .swiper-pagination-current {
  font-size: 22px;
}
.turnShow .swiper-container {
  --swiper-navigation-color: #ffffff;
  --swiper-navigation-size: 30px;
}
.infoShow {
  width: 524px;
}
.infoShow h3 {
  font-size: 28px;
  color: #4a4a4a;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.infoShow .jszt {
  font-size: 16px;
  color: #838383;
  margin-top: 25px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  text-indent: 32px;
  line-height: 25px;
}
.infoShow .istop {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.infoShow .isbot ul li {
  background-image: url("../img/d.png");
  background-size: 7px 7px;
  background-position: left center;
  padding-left: 13px;
  margin-top: 30px;
}
.infoShow .isbot ul li a {
  font-size: 18px;
  color: #4A4A4A;
}
.tit {
  margin-bottom: 48px;
}
.newGet {
  display: flex;
  justify-content: space-between;
}
.newleft {
  width: 664px;
}
.newleft .nlitem {
  margin-top: 38px;
}
.newleft .nlitem div {
  display: inline-block;
  vertical-align: top;
  width: 57% ;
  margin-left: 20px;
}
.newleft .nlitem img {
  width: 260px;
  height: 195px;
}
.newleft .nlitem h3 {
  font-size: 22px;
  color: #4A4A4A;
  margin-bottom: 37px;
}
.newleft .nlitem p a {
  font-size: 16px;
  color: #838383;
  line-height: 30px;
  letter-spacing: 1.1px;
}
.newleft .nlitem:first-child {
  margin-top: 0;
}
.newright {
  width: 500px;
}
.newright ul li {
  margin-top: 15px;
}
.newright ul li .litit {
  height: 54px;
  background-color: #f8f8f8;
  background-image: url("../img/bow.png");
  background-size: 21px 11px;
  background-position: 95% center;
  cursor: pointer;
  padding: 0 20px;
  line-height: 54px;
}
.newright ul li .litit .tnr {
  margin-left: 22px;
  font-size: 18px;
  color: #2f2f2f;
  vertical-align: middle;
}
.newright ul li .litit .num {
  font-size: 25px;
  font-family: Impact;
  font-style: italic;
  color: #C1050F;
  vertical-align: middle;
}
.newright ul li .licont {
  padding: 27px 20px;
  overflow: hidden;
}
.newright ul li .licont p a {
  font-size: 16px;
  color: #838383;
  line-height: 33px;
}
.newright ul .leader {
  margin-top: 0;
}
.newright ul .leader .litit {
  background-color: #E60012;
  background-image: none;
}
.newright ul .leader .litit .tnr {
  color: #fff;
}
.newright ul .leader .litit .num {
  color: #fff;
}
.dived {
  height: 12px;
  margin-top: 83px;
  background-color: #E60012;
}
.footer {
  padding: 48px 0 45px;
}
.footer p {
  text-align: center;
  font-size: 15px;
  color: #696969;
  line-height: 30px;
}
