@charset "utf-8";
.banner {
  padding-top: 4.375vw;
}
.banner-swiper .swiper-slide {
  overflow: hidden;
}
.banner-swiper .swiper-pagination {
  bottom: 4.8%;
}
.banner-swiper .swiper-pagination-bullet {
  position: relative;
  width: 37px;
  height: 37px;
  line-height: 37px;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  background-color: transparent;
  margin: 0 23px !important;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.banner-swiper .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 54px;
  background: url(../images/cur.png) no-repeat center;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.banner-swiper .swiper-pagination-bullet-active {
  background-color: #B80008;
}
.banner-swiper .swiper-pagination-bullet-active::before {
  opacity: 1;
  visibility: visible;
}
.banner {
  position: relative;
}
.fast-navi {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 70px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
}
.fast-navi .navName {
  width: 106px;
  height: 70px;
  line-height: 70px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #B80008;
}
.fast-navi .navi-wrap {
  width: calc(100% - 106px);
  padding: 0 1.9%;
  box-sizing: border-box;
}
.navi-swiper .swiper-slide {
  width: auto;
  color: #666666;
  margin-right: 38px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.navi-swiper .swiper-slide:hover {
  color: #B80008;
}
.inComT .allName i {
  font-size: 40px;
  margin-right: 15px;
}
.inComT .allName .name {
  font-weight: 500;
  color: #000000;
}
.inComT .allName .color {
  color: #B80008;
}
.inComT .allName img {
  display: inline;
  width: auto;
  max-width: 8vw;
}
.inComT .more {
  font-weight: 200;
  color: #999999;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.inComT .more:hover {
  color: #B80008;
}
.main1 {
  position: relative;
}
.main1 .wz1 {
  position: absolute;
  left: 0.3%;
  top: 2.7%;
  width: 8%;
}
.main1 .wz2 {
  position: absolute;
  right: 0;
  bottom: 4%;
  width: 6.6%;
}
.main1-item {
  margin-right: 2%;
}
.main1-item:nth-of-type(3n) {
  margin-right: 0;
}
.main1-item .inComT {
  line-height: 1;
  margin-bottom: 30px;
}
.main1-item1 {
  width: 22.6%;
}
.main1-item2 {
  width: 50.8%;
}
.main1-item2 .inComT .item {
  line-height: 1;
  cursor: pointer;
  margin-right: 32px;
}
.main1-item2 .inComT .item:last-of-type {
  margin-right: 0;
}
.main1-item2 .inComT .item .it1 {
  display: none;
}
.main1-item2 .inComT .item.active .it1 {
  display: block;
}
.main1-item2 .inComT .item.active .it2 {
  display: none;
}
.main1-item2 .inComT .more {
  display: none;
}
.main1-item2 .inComT .more.select {
  display: block;
}
.main1-item3 {
  width: 22.6%;
}
.inmedia-item {
  position: relative;
  display: block;
  padding: 25px 0 21px;
  border-bottom: 1px solid #DDDDDD;
}
.inmedia-item:first-of-type {
  padding-top: 0;
}
.inmedia-item::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #B80008;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.inmedia-item .name {
  height: 51px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inmedia-item .des {
  font-weight: 200;
  line-height: 1.4;
  margin-top: 14px;
  margin-bottom: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inmedia-item .date {
  display: inline-block;
  color: #8E8E8E;
  line-height: 1;
  margin-top: 10px;
}
.inmedia-item .more {
  line-height: 1;
  font-weight: 200;
}
.inmedia-item .more i {
  display: inline-block;
  transform: rotate(135deg);
  margin-left: 6px;
}
.inmedia-item .hover-txt {
  display: none;
}
.inmedia-item.cur::after {
  right: 0;
  left: 0;
  width: 100%;
}
.inmedia-item.cur .hover-txt {
  display: block;
}
.inmedia-item.cur .date {
  display: none;
}
.it2-wrap {
  display: none;
}
.it2-wrap.select {
  display: block;
}
.yw-swiper .swiper-slide {
  position: relative;
}
.yw-swiper .img {
  height: 417px;
  overflow: hidden;
}
.yw-swiper .img img {
  height: 100%;
  object-fit: cover;
}
.yw-swiper .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 81px;
  background-color: rgba(0, 0, 0, 0.81);
  padding: 0 19.5% 0 4.7%;
}
.yw-swiper .name {
  display: block;
  line-height: 81px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.yw-swiper .name:hover {
  color: #B80008;
}
.yw-swiper .swiper-slide-active .img img {
  animation: scale2 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
.yw-swiper .swiper-pagination {
  left: auto;
  right: 3.5%;
  bottom: 32px;
  width: auto;
}
.yw-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  margin-left: 12px !important;
  margin-right: 0 !important;
  opacity: 0.4;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.yw-swiper .swiper-pagination-bullet:first-of-type {
  margin-left: 0 !important;
}
.yw-swiper .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid #B80008;
  opacity: 1;
}
.inyw-item {
  width: 32%;
  margin-right: 2%;
  margin-top: 14px;
  background-color: #fff;
}
.inyw-item:nth-of-type(3n) {
  margin-right: 0;
}
.inyw-item .img {
  height: 135px;
  overflow: hidden;
}
.inyw-item .img img {
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.inyw-item .txt {
  padding: 10px 12.2% 9px 6.3%;
}
.inyw-item .name {
  line-height: 1.5;
  font-weight: 200;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.inyw-item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.inyw-item:hover .name {
  color: #B80008;
}
.in-tz {
  padding: 20px 0 30px;
  border-bottom: 1px solid #DDDDDD;
}
.in-tz:first-of-type {
  padding-top: 0;
}
.in-tz .date {
  width: 57px;
  height: 57px;
  box-sizing: border-box;
  border: 1px solid #B80008;
}
.in-tz .date * {
  font-weight: 200;
  color: #B80008;
  line-height: 1;
}
.in-tz .name {
  width: calc(100% - 57px);
  color: #000000;
  line-height: 1.6;
  padding-left: 7.4%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.in-tz:hover .name {
  color: #B80008;
}
.main2 {
  position: relative;
}
.main2 .wz1 {
  position: absolute;
  left: 3.4%;
  top: 6.8%;
  width: 7.3%;
}
.main2 .wz2 {
  position: absolute;
  right: 2%;
  bottom: 4%;
  width: 7.4%;
}
.incg-wrap {
  margin-top: 36px;
}
.incg-wrap .swiper-pagination {
  position: relative;
  white-space: nowrap;
  margin: 38px auto 0;
}
.incg-wrap .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #8E8E8E;
  box-sizing: border-box;
  margin-right: 19px;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.incg-wrap .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.incg-wrap .swiper-pagination-bullet-active {
  background-color: #B80008;
  border-color: #B80008;
}
.incg-swiper .swiper-slide {
  position: relative;
  height: 141px;
  background-color: #fff;
}
.incg-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #B80008;
}
.incg-swiper .date {
  position: relative;
  width: 92px;
}
.incg-swiper .date::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 122%;
  background-color: #707070;
  opacity: 0.29;
}
.incg-swiper .date * {
  line-height: 1;
  color: #B80008;
}
.incg-swiper .day {
  margin-top: 5px;
}
.incg-swiper .txt {
  width: calc(100% - 92px);
  padding: 0 4.9%;
}
.incg-swiper .name {
  line-height: 1.6;
  font-weight: 200;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inColumn {
  margin-top: 19px;
}
.column-item {
  flex: 1;
  overflow: hidden;
}
.column-item .txt {
  width: 100%;
  padding: 46px 27px 10px;
}
.column-item .txt * {
  line-height: 1.4;
  color: #fff;
}
.column-item .img {
  display: none;
  height: 100%;
}
.column-item .img img {
  height: 100%;
  object-fit: cover;
}
.column-item:nth-of-type(1) .txt {
  background-color: #B80008;
}
.column-item:nth-of-type(2) .txt {
  background-color: #C8312B;
}
.column-item:nth-of-type(3) .txt {
  background-color: #515E9F;
}
.column-item:nth-of-type(4) .txt {
  background-color: #B98F34;
}
.column-item:nth-of-type(5) .txt {
  background-color: #D84540;
}
.column-item.cur {
  flex: 9.2;
}
.column-item.cur .txt {
  width: 10.8%;
}
.column-item.cur .img {
  width: 89.2%;
  display: block;
}
.main3 {
  position: relative;
}
.show-swiper1 .swiper-slide {
  position: relative;
  cursor: pointer;
}
.show-swiper1 .swiper-slide.act .icon {
  opacity: 0;
  visibility: hidden;
}
.show-swiper1 .sp-box {
  position: relative;
  padding-bottom: 36.5%;
}
.show-swiper1 .video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.show-swiper1 .txt {
  position: absolute;
  left: 50%;
  top: 21.7%;
  transform: translateX(-50%);
}
.show-swiper1 .txt .icon {
  line-height: 1;
}
.show-swiper1 .txt * {
  color: #fff;
}
.show-swiper1 .txt i {
  font-size: 78px;
}
.show-swiper2 {
  position: absolute;
  left: 50%;
  bottom: 5.7%;
  transform: translateX(-50%);
  width: 48.6%;
}
.show-swiper2 .swiper-slide {
  position: relative;
}
.show-swiper2 .swiper-slide::before,
.show-swiper2 .swiper-slide::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.show-swiper2 .swiper-slide::before {
  background-color: #000000;
  opacity: 0.17;
}
.show-swiper2 .swiper-slide::after {
  border: 2px solid transparent;
  box-sizing: border-box;
}
.show-swiper2 .icon i {
  font-size: 22px;
  color: #fff;
  opacity: 0.6;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.show-swiper2 .img {
  position: relative;
  padding-bottom: 57.1%;
}
.show-swiper2 .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.show-swiper2 .swiper-slide-thumb-active::after {
  border-color: #E62129;
}
.show-swiper2 .swiper-slide-thumb-active .icon i {
  opacity: 0;
}
.main4 .tit {
  width: 9.3%;
  margin-left: auto;
  margin-top: 26px;
}
.sce-items {
  width: 16%;
  margin-right: 1%;
}
.sce-item {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.sce-item:last-of-type {
  margin-bottom: 0;
}
.sce-item .img {
  overflow: hidden;
}
.sce-item .img img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.sce-item .txt {
  width: 100%;
  padding: 0 5%;
  text-align: center;
}
.sce-item .txt * {
  line-height: 1;
  color: #fff;
}
.sce-item .txt p {
  font-weight: 500;
}
.sce-item .icon {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 24px auto 0;
}
.sce-item .icon i {
  transform: translate(-50%, -50%) rotate(135deg);
}
.sce-item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.sce2 {
  width: 48.7%;
  margin-top: 26px;
}
.about {
  overflow: visible;
}
.ab1 {
  position: relative;
  font-size: 16px;
}
.ab1 .tx {
  position: absolute;
  right: 6.7%;
  top: 0;
  width: 102.3%;
  z-index: -1;
}
.ab1 ul {
  border: 1px solid #DFDFDF;
}
.ab1 ul * {
  color: #666666;
}
.ab1 li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.ab1 li:nth-of-type(odd) {
  background-color: #fff;
}
.ab1 li:nth-of-type(even) {
  background-color: #ECECEC;
}
.ab1 .item {
  display: inline-block;
  width: 50%;
  padding: 9px 2.3%;
  border-right: 1px solid #DFDFDF;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ab1 .item:last-of-type {
  border-right: 0;
}
.ab1 .item i {
  color: #B80008;
  font-size: 22px;
  margin-right: 14px;
  vertical-align: middle;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ab1 .item:hover {
  color: #fff;
  background-color: #B80008;
}
.ab1 .item:hover i {
  color: #fff;
}
.ab1 .des {
  color: #000000;
}
.ab1 .lsL {
  width: 49.9%;
}
.ab1 .lsL .intro {
  margin-top: 45px;
}
.ab1 .lsR {
  position: relative;
  width: 41.8%;
  margin-left: 8.3%;
}
.ab1 .lsR::after {
  content: '';
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 100px;
  background-color: #AB845D;
  z-index: -1;
}
.ab1 .lsR img {
  border-radius: 0 100px 0 100px;
}
.ab-tit {
  position: relative;
  isolation: isolate;
  display: inline-block;
  padding-left: 21px;
}
.ab-tit img {
  position: absolute;
  z-index: -1;
}
.ab-tit span {
  line-height: 1;
  color: #B80008;
}
.ab-tit .tx1 {
  left: 0;
  top: -14px;
  width: 48px;
  height: 49px;
}
.ab-tit .tx2 {
  top: -23px;
  left: 105%;
  width: 74px;
  height: 30px;
}
.ab2 .intro {
  margin-top: 25px;
}
.ab2-wrap {
  width: 59.2%;
  margin-left: auto;
}
.djlh .ab-tit span {
  color: #fff;
}
.djlh .com-intro {
  margin-top: 25px;
}
.djlh .com-intro * {
  color: #fff;
}
.lhL {
  width: 45.2%;
  padding: 60px 0;
  margin-right: 10%;
}
.lhR {
  width: 40.6%;
}
.szts-item:nth-of-type(even) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.szts-item .szTxt {
  width: 52.9%;
}
.szts1 .szImg {
  width: 42.8%;
}
.szts1 .img1 {
  position: relative;
  width: 77.7%;
  margin-left: auto;
}
.szts1 .img2 {
  width: 51.5%;
  isolation: isolate;
  margin-top: -60px;
}
.szts2 .szImg {
  width: 43%;
}
.ab-Imgs .swiper-pagination {
  position: relative;
  margin-top: 20px;
}
.ab-Imgs .swiper-pagination-bullet {
  background-color: #B80008;
  margin: 0 5px;
}
.ab-swiper .swiper-slide {
  border-radius: 0 100px 0 100px;
  overflow: hidden;
}
.kfbx:nth-of-type(odd) > .c1 {
  flex-direction: row-reverse;
}
.kfbx > .c1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.kfbx .bkTxt {
  width: 52.9%;
}
.kfbx .ab-Imgs {
  width: 43%;
}
.rules {
  position: relative;
}
.rules .tx {
  position: absolute;
  right: 6.7%;
  top: 0;
  width: 102.3%;
  z-index: -1;
}
.rules .com-intro * {
  color: #666666;
}
.rule-top {
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.31);
}
.rule-top .name {
  color: #000000;
  font-weight: 500;
}
.lsyg .name {
  color: #000000;
  font-weight: 500;
}
.lsyg .com-intro img {
  width: auto !important;
  margin: 0 auto;
}
.ld-name {
  padding-bottom: 45px;
  border-bottom: 5px solid #B80008;
}
.lrld {
  overflow: visible;
}
.formLeader * {
  color: #000000;
  line-height: 1.2;
}
.formLeader .item {
  display: inline-block;
}
.formLeader .item1 {
  width: 34.8%;
}
.formLeader .leadT {
  padding: 36px 0 28px;
}
.formLeader .leadT .item {
  font-weight: 500;
}
.formLeader .leadT .item2 {
  width: 22.7%;
}
.formLeader .leadT .item3 {
  width: 25.3%;
}
.formLeader .leadT .item4 {
  width: 17.2%;
}
.formLeader .leadR {
  width: 65.2%;
}
.formLeader .leadR .items {
  margin-bottom: 35px;
}
.formLeader .leadR .items:last-of-type {
  margin-bottom: 0;
}
.formLeader .leadInfo {
  padding: 41px 0 45px;
  border-top: 1px solid rgba(112, 112, 112, 0.31);
}
.formLeader .leadInfo * {
  font-weight: 200;
}
.formLeader .leadInfo .items.show .ldInfo {
  display: block;
}
.formLeader .leadInfo .item1 {
  color: #B80008;
}
.formLeader .leadInfo .item2 {
  width: 34.8%;
}
.formLeader .leadInfo .item3 {
  width: 38.8%;
}
.formLeader .leadInfo .item4 {
  width: 26.4%;
}
.formLeader .leadInfo .ldInfo {
  display: none;
  padding-top: 30px;
}
.formLeader .leadInfo .ld-wrap {
  display: flex;
  padding: 27px 4.7% 27px 2.8%;
  background-color: #B80008;
}
.formLeader .leadInfo .ld-wrap * {
  color: #fff;
}
.formLeader .leadInfo .ld-wrap .intro {
  margin-top: 10px;
}
.formLeader .leadInfo .ld-wrap .intro * {
  line-height: 2.3;
}
.formLeader .leadInfo .ld-wrap .ldL {
  width: 80%;
}
.formLeader .leadInfo .ld-wrap .ldR {
  width: 14%;
  margin-left: 6%;
}
.ld-items {
  border: 1px solid #D2D2D2;
}
.ld-item {
  background-color: #fff;
  border-bottom: 1px solid #D2D2D2;
}
.ld-item:last-of-type {
  border-bottom: 0;
}
.ld-item .ldL {
  width: 23%;
  padding: 20px 2.3%;
  border-right: 1px solid #D2D2D2;
}
.ld-item .ldL img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
}
.ld-item .txt {
  width: 77%;
  padding: 30px 3.7% 44px 2.3%;
}
.ld-item .name {
  line-height: 1.2;
  color: #B80008;
  font-weight: 500;
}
.ld-item .post {
  line-height: 1.2;
  font-weight: 500;
}
.ld-item .intro {
  margin-top: 31px;
}
.ld-item .intro * {
  font-weight: 200;
  line-height: 2;
  color: #000000;
}
.ld-item .intro strong {
  font-weight: bold;
}
.ld-item .intro strong * {
  font-weight: bold;
}
.ld-item .intro img {
  display: inline;
  width: auto;
  max-width: 100% !important;
  height: auto !important;
}
.ld-item .intro ol,
.ld-item .intro li,
.ld-item .intro ul {
  list-style: disc;
}
.tt-bot {
  margin-top: 1rem;
}
.tt-more {
  color: #B80008;
  cursor: pointer;
}
.tt-more:hover {
  text-decoration: underline;
}
.ach-items {
  background: url(../img/7.png) no-repeat center bottom;
  background-size: contain;
  margin-bottom: 102px;
}
.ach-item {
  width: 33.3%;
}
.ach-item .img {
  width: 61%;
  margin: 0 auto;
}
.ach-item .img img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ach-item .name {
  color: #666666;
  padding: 0 2%;
  margin-top: 40px;
}
.ach-item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.jgsz .logo img {
  max-width: 4%;
  width: auto;
  margin: 0 auto;
}
.jg-wrap {
  position: relative;
}
.jg-wrap::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #BEBEBE;
}
.jg-items {
  width: 50%;
}
.jg-item {
  margin-bottom: 185px;
}
.jg-item .orgaT {
  position: relative;
  isolation: isolate;
}
.jg-item .orgaT::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background-color: #BEBEBE;
  z-index: -1;
}
.jg-item .name {
  font-weight: 200;
  color: #fff;
  line-height: 1;
  padding: 10px 40px;
  border-radius: 29px;
  background-color: #B80008;
}
.jg-item .cir {
  position: absolute;
  top: 50%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #B80008;
}
.jg-item .cir::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #B80008;
}
.jg-item .item {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1%;
  font-weight: 200;
  margin-bottom: 42px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.jg-item .item i {
  font-size: 20px;
  flex-shrink: 0;
  margin-right: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.jg-item .item:hover {
  color: #B80008;
}
.jg-item .item:hover i {
  color: #B80008;
}
.jgL .cir {
  right: 0;
  transform: translate(50%, -50%);
}
.jgL .orga-items {
  padding-right: 9.6%;
}
.jgR .orga-items {
  padding-left: 9.6%;
}
.jgR .orgaT {
  text-align: right;
}
.jgR .name {
  margin-left: auto;
}
.jgR .cir {
  left: 0;
  transform: translate(-50%, -50%);
}
.talent-item {
  position: relative;
  background-color: #EFEFEF;
  padding: 17px 0 28px;
  margin-bottom: 35px;
  isolation: isolate;
  overflow: hidden;
}
.talent-item:last-of-type {
  margin-bottom: 0;
}
.talent-item .bg-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  z-index: -1;
}
.talent-item .bg-img img {
  height: 100%;
  object-fit: cover;
}
.talent-item .date {
  width: 11.9%;
  padding-left: 2.9%;
  box-sizing: border-box;
}
.talent-item .date * {
  font-family: 'Bahnschrift';
  line-height: 1;
  color: #666666;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.talent-item .txt {
  position: relative;
  padding: 0 4.8% 0 3.6%;
  width: 88.1%;
}
.talent-item .txt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 100%;
  transform: translateY(-50%);
  border-left: 1px dashed #CBCBCB;
}
.talent-item .name {
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.talent-item .des {
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.talent-item:hover .bg-img {
  top: 0;
}
.talent-item:hover * {
  color: #fff;
}
.major .name {
  line-height: 1.1;
}
.major .majorB {
  margin-top: 32px;
  padding-bottom: 31px;
  border-bottom: 1px solid #DBDBDB;
}
.major .majorB span {
  color: #7B7B7B;
  margin-right: 25px;
}
.major .majorB span:last-of-type {
  margin-right: 0;
}
.NewsInfo * {
  line-height: 2;
  color: #646464;
}
.infoList .page-items {
  padding-top: 50px;
  border-top: 1px solid #DBDBDB;
}
.infoList .page-item {
  font-weight: 200;
  color: #646464;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.infoList .page-item a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.infoList .page-item:hover a {
  color: #B80008;
}
.infoList .page-prev {
  margin-bottom: 24px;
}
.team-item {
  margin-bottom: 110px;
}
.team-item:last-of-type {
  margin-bottom: 0;
}
.team-item:nth-of-type(odd) .teamPic::before {
  right: -10px;
}
.team-item:nth-of-type(odd) .txt {
  padding-left: 4.8%;
}
.team-item:nth-of-type(odd) .name::before {
  right: 0;
}
.team-item:nth-of-type(even) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.team-item:nth-of-type(even) .teamPic::before {
  left: -10px;
}
.team-item:nth-of-type(even) .txt {
  padding-right: 4.8%;
}
.team-item:nth-of-type(even) .name::before {
  left: 0;
}
.team-item .teamPic {
  position: relative;
  width: 47.7%;
  isolation: isolate;
}
.team-item .teamPic::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background-color: #B80008;
  z-index: -1;
}
.team-item .img {
  overflow: hidden;
}
.team-item .img img {
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.team-item .txt {
  width: 52.3%;
}
.team-item .name {
  position: relative;
  color: #B80008;
  padding-bottom: 37px;
}
.team-item .name::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 118%;
  background-color: #B80008;
}
.team-item .intro {
  margin-top: 40px;
}
.team-item .intro * {
  color: #666666;
  line-height: 2;
}
.team-item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.train-item {
  padding: 45px 0 35px;
  border-bottom: 1px solid #E6E6E6;
}
.train-item:first-of-type {
  padding-top: 0 !important;
}
.train-item .traL {
  width: 25.2%;
}
.train-item .img {
  position: relative;
  padding-bottom: 64.9%;
  overflow: hidden;
}
.train-item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.train-item .txt {
  width: 71.8%;
  margin-left: 3%;
}
.train-item .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.train-item .des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.train-item .time {
  color: #8D8D8D;
  line-height: 1;
  margin-top: 12px;
}
.train-item .time i {
  display: inline-block;
  color: #BCBCBC;
  margin-right: 7px;
  vertical-align: middle;
}
.train-item .des {
  color: #666666;
  font-weight: 200;
  margin: 17px 0 22px;
}
.train-item .more {
  font-weight: 200;
  color: #B80008;
}
.train-item:hover .img img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.train-item:hover .name {
  color: #B80008;
}
.aca-item {
  display: inline-block;
  width: 20.575%;
  margin-right: 5.9%;
  margin-bottom: 88px;
  padding-bottom: 39px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.aca-item:nth-of-type(4n) {
  margin-right: 0;
}
.aca-item .img {
  position: relative;
  padding-bottom: 139%;
}
.aca-item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: contain;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.aca-item .name {
  color: #666666;
  margin-top: 21px;
}
.aca-item .date {
  font-weight: 200;
  color: #666666;
}
.aca-item:hover .img img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.scol-item {
  margin-bottom: 72px;
}
.scol-item:last-of-type {
  margin-bottom: 0;
}
.scol-item .schoolT {
  padding: 9px 2.7%;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.scol-item .name {
  font-weight: 500;
  color: #fff;
}
.scol-item .schoolB {
  margin-top: 33px;
  padding-left: 2.1%;
}
.scol-item .des * {
  font-weight: 500;
  color: #B80008;
}
.scol-item .com-intro * {
  line-height: 2;
  color: #666666;
}
.flag {
  padding-bottom: 40px;
}
.flag-item {
  padding: 60px 0 67px;
  border-bottom: 1px solid #E1E1E1;
}
.flag-item:first-of-type {
  border-top: 0;
}
.flag-item:last-of-type {
  border-bottom: 0;
}
.flag-item .item {
  width: 188px;
  flex-shrink: 0;
}
.flag-item .com-intro {
  width: calc(100% - 188px);
}
.flag-item .com-intro * {
  color: #666666;
}
.song .songT {
  margin-bottom: 30px;
}
.song .songT * {
  color: #B80008;
}
.song .songT i {
  font-size: 54px;
  color: #B80008;
  vertical-align: middle;
}
.song .songT a {
  text-decoration: underline;
}
#map {
  width: 100%;
  height: 600px;
}
#map img {
  max-width: none !important;
  max-height: none !important;
}
#map .amap-icon {
  width: 32px;
  height: 36px;
}
#map .amap-icon img {
  position: absolute;
  z-index: -1;
}
.naviga {
  padding: 34px 5.8% 67px 6.3%;
}
.naviga * {
  color: #fff;
}
.naviga .intro {
  margin-top: 28px;
}
.naviga .intro * {
  line-height: 2;
}
.naviga .navir {
  margin-top: 7px;
}
.naviga .navir .img {
  width: 168px;
  height: 168px;
  background-color: #fff;
}
.naviga .navir .img img {
  height: 100%;
  object-fit: contain;
}
.naviga .navir p {
  line-height: 1;
  margin-top: 16px;
}
.guide-item {
  position: relative;
  padding: 24px 3.1% 23px 2.6%;
  isolation: isolate;
  overflow: hidden;
}
.guide-item:nth-of-type(odd) {
  background-color: #F5F5F7;
}
.guide-item:nth-of-type(even) {
  background-color: #fff;
}
.guide-item * {
  color: #666666;
  font-weight: 200;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.guide-item .bg-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  z-index: -1;
}
.guide-item .bg-img img {
  height: 100%;
  object-fit: cover;
}
.guide-item .name {
  padding-right: 2%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.guide-item .guiR {
  flex-shrink: 0;
}
.guide-item .time {
  margin-right: 12px;
}
.guide-item .viewer {
  margin-left: 12px;
}
.guide-item:hover * {
  color: #fff;
}
.guide-item:hover .bg-img {
  top: 0;
}
.cal-item {
  position: relative;
  width: 31.4%;
  padding: 35px 3%;
  box-sizing: border-box;
  border: 1px solid #E5E5E5;
  margin-right: 2.9%;
  margin-bottom: 42px;
  overflow: hidden;
}
.cal-item::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 8px;
  background-color: #AB845D;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.cal-item:nth-of-type(3n) {
  margin-right: 0;
}
.cal-item .bg-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  z-index: -1;
}
.cal-item .bg-img img {
  height: 100%;
  object-fit: cover;
}
.cal-item .clT {
  line-height: 1.1;
  font-weight: 200;
  color: #666666;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.cal-item .date {
  font-family: 'Bahnschrift';
  color: #B80008;
  line-height: 1.1;
  margin-top: 29px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.cal-item .name {
  min-height: 189px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.cal-item .more {
  color: #666666;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.cal-item .more i {
  color: #666666;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.cal-item:hover::after {
  left: 0;
  width: 100%;
}
.cal-item:hover .bg-img {
  top: 0;
}
.cal-item:hover .clT,
.cal-item:hover .date,
.cal-item:hover .name,
.cal-item:hover .more,
.cal-item:hover .more i {
  color: #fff;
}
.dinfoL {
  width: 81.6%;
}
.dinfoL .info-content {
  margin-bottom: 15px;
}
.dinfoL .info-content:last-of-type {
  margin-bottom: 0;
}
.dinfoL .ctit {
  width: 145px;
  padding: 12px 0.9% 11px 1.2%;
  background-color: #B80008;
  border-radius: 3px;
}
.dinfoL .title {
  color: #fff;
  line-height: 1.5;
}
.dinfoL .cInfo {
  width: calc(100% - 145px);
  line-height: 1.1;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.dinfoL .cli {
  position: relative;
  width: 25%;
  line-height: 1.1;
  margin-bottom: 11px;
}
.dinfoL .cli::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 37px;
  background-color: #707070;
}
.dinfoL .cli:last-of-type::after,
.dinfoL .cli:nth-of-type(4n)::after {
  display: none;
}
.dinfoL .item {
  display: block;
  line-height: 37px;
  padding: 0 5px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.dinfoL .item:hover {
  color: #B80008;
}
.dinfoR {
  width: 10.6%;
  margin-left: 7.8%;
}
.gk-item {
  width: 100%;
  height: 148px;
  border-radius: 3px;
  margin-bottom: 25px;
}
.gk-item:last-of-type {
  margin-bottom: 0;
}
.gk-item .icon {
  position: relative;
  width: 58px;
  height: 58px;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
}
.gk-item .icon i {
  font-size: 45px;
  color: #fff;
}
.gk-item .icimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.gk-item .name {
  color: #fff;
  margin-top: 2px;
}
.gk1 {
  background-color: #596899;
}
.gk2 {
  background-color: #678670;
}
.gk3 {
  background-color: #A1ABA6;
}
.filters {
  background-color: #F3F3F3;
}
.filter-item {
  position: relative;
}
.filter-item .filName {
  flex-shrink: 0;
  padding: 0 31px 0 34px;
}
.filter-item .filInfo {
  height: 90px;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-item .item {
  display: inline-block;
  color: #666666;
  padding: 1px 23px;
  border-radius: 20px;
  margin-right: 11px;
  margin-bottom: 25px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.filter-item .item:hover,
.filter-item .item.active {
  color: #fff;
  background-color: #B80008;
}
.filter-item .loadMore {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 4px 19px;
  background-color: #999999;
  cursor: pointer;
}
.media .train-item {
  padding: 40px 0;
}
.media .train-item .traL {
  width: 23.2%;
}
.media .train-item .img {
  padding-bottom: 64.9%;
}
.media .train-item .txt {
  width: 73.4%;
  margin-left: 3.4%;
}
.media .train-item .des {
  margin: 25px 0 55px;
}
.ywFir .ywL {
  position: relative;
  width: 63.2%;
}
.ywFir .ywL::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 38%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.65;
  z-index: 1;
}
.ywFir .ywL .img {
  position: relative;
  padding-bottom: 52.6%;
  overflow: hidden;
}
.ywFir .ywL .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ywFir .ywL .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5.8%;
  width: 100%;
  padding: 0 4.9%;
  z-index: 2;
}
.ywFir .ywL .txt * {
  color: #fff;
}
.ywFir .ywL .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ywFir .ywL:hover .img img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.ywFir .ywR {
  width: 34.6%;
  margin-left: 2.2%;
}
.reyw-item {
  padding: 25px 0;
  border-bottom: 1px solid #E2E2E2;
}
.reyw-item:first-of-type {
  padding-top: 0;
}
.reyw-item .ywImg {
  width: 45.6%;
}
.reyw-item .img {
  position: relative;
  padding-bottom: 52.8%;
  overflow: hidden;
}
.reyw-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.reyw-item .txt {
  width: 48.1%;
  margin-left: 6.3%;
}
.reyw-item .name {
  color: #666666;
  line-height: 1.5;
  font-weight: 200;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.reyw-item .date {
  line-height: 1;
  color: #999999;
  font-weight: 200;
}
.reyw-item:hover .img img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.reyw-item:hover .name {
  color: #B80008;
}
.new-item {
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 50px;
}
.new-item:nth-of-type(3n) {
  margin-right: 0;
}
.new-item .date {
  color: #666666;
  font-weight: 200;
}
.new-item .name {
  line-height: 1.5;
}
.new-item .more {
  color: #666666;
  font-weight: 200;
}
.new-item .more i {
  color: #666666;
}
.new-item .img {
  position: relative;
  padding-bottom: 52.5%;
  overflow: hidden;
}
.new-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.new-item .txt {
  padding: 49px 6.3% 40px 7.1%;
  border: 1px solid #E5E5E5;
}
.new-item .name {
  height: 72px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.new-item:hover .name {
  color: #B80008;
}
.new-item:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.zl-item {
  display: inline-block;
  width: 31.9%;
  margin-right: 2.15%;
  margin-bottom: 50px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #E5E5E5;
}
.zl-item:nth-of-type(3n) {
  margin-right: 0;
}
.zl-item .txt {
  padding: 24px 8.5% 32px;
}
.zl-item .img {
  position: relative;
  padding-bottom: 31.2%;
  overflow: hidden;
}
.zl-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.zl-item .name {
  color: #000000;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.zl-item:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.zt-banner {
  position: relative;
}
.zt-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 6px;
  background-color: #B80008;
  animation: toLine 3.5s ease forwards;
  z-index: 2;
}
.zt-banner .back {
  position: absolute;
  left: 9.375vw;
  top: 6px;
  display: inline-block;
  width: 163px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}
.zt-banner .back i {
  font-size: 25px;
  color: #fff;
  margin-right: 14px;
  vertical-align: middle;
}
.ztInfo .tit {
  color: #B80008;
}
.ztInfo .loadMore {
  width: 96px;
  height: 96px;
  line-height: 96px;
  text-align: center;
  color: #999999;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #999999;
  margin: 27px auto 0;
  cursor: pointer;
}
.zttabs {
  border-bottom: 1px solid #D9D9D9;
}
.zttabs .item {
  display: inline-block;
  min-width: 109px;
  height: 37px;
  line-height: 37px;
  color: #999999;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #C4C4C4;
  border-radius: 19px;
  box-sizing: border-box;
  margin-right: 23px;
  margin-bottom: 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.zttabs .item:last-of-type {
  margin-right: 0;
}
.zttabs .item:hover,
.zttabs .item.active {
  color: #fff;
  border-color: #B80008;
  background-color: #B80008;
}
.ztInfo-item {
  display: inline-block;
  width: 23.35%;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  margin-right: 2.2%;
  margin-bottom: 65px;
  padding: 27px 0 34px 2.2%;
}
.ztInfo-item:nth-of-type(4n) {
  margin-right: 0;
}
.ztInfo-item .tag {
  color: #B80008;
  padding: 8px 21px;
  background: linear-gradient(270deg, rgba(171, 132, 93, 0.31) 0%, #fff 100%);
  border-radius: 20px 0 0 20px;
  border: 1px solid #E5E5E5;
}
.ztInfo-item .name {
  height: 117px;
  font-weight: 500;
  line-height: 1.5;
  padding-right: 8.8%;
  margin-top: 37px;
  margin-bottom: 92px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ztInfo-item .more {
  color: #666666;
}
.ztInfo-item .more i {
  color: #666666;
}
.ztInfo-item:hover .name {
  color: #B80008;
}
/*新增图片列表页面*/
.tt-addimgList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
}
.tt-addimgList li {
  position: relative;
  width: 22%;
  margin-left: 3%;
  margin-bottom: 3%;
}
.tt-addimgList li:hover .imgBox img {
  transform: scale(1.06);
}
.tt-addimgList li:hover .txt {
  color: #B80008;
}
.tt-addimgList .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
}
.tt-addimgList .icon i {
  color: #fff;
}
.tt-addimgList .imgBox {
  position: relative;
  overflow: hidden;
}
.tt-addimgList .imgBox img {
  transition: 0.6s;
}
.tt-addimgList .txt {
  text-align: center;
  margin-top: 0.8rem;
}
.tt-addimgList .name {
  line-height: 1.5;
}
.linkA {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.NewsInfo img {
  width: 600px !important;
}
