body{
  background: #f5f5f5;
}


.ztinfoCont {
  overflow: hidden;
  display: flex;
}

.ztinfoCont .left {
  border-radius: 20px;
  background: rgba(255,255,255,0.7);
  border: 2px solid rgba(255,255,255,1);
  width: 856px;
  margin: 20px 0;
  position: relative;
}

.ztinfoCont .left .img {
  overflow: hidden;
  position: absolute;
  top: -20px;
  left: 0px;
  border-radius: 20px;
  width: 440px;
}

.ztinfoCont .left .img img {
  height: 220px;
  display: block;
  width: 440px;
}

.ztinfoCont .left .txt {
  flex: 1;
  overflow: hidden;
  height: 180px;
}

.ztinfoCont .left .txt .txt_right {
  margin-left: 460px;
  overflow: hidden;
  margin-right: 20px;
}

.ztinfoCont .left .txt .txt_right h1 {
  font-size: 22px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-top: 15px;
}

.ztinfoCont .left .txt .txt_right .ztMag {
  height: 34px;
  line-height: 34px;
  color: #000;
  font-size: 12px;
  margin-top: 5px;
}

.ztinfoCont .left .txt .txt_right .ztMag span {
  color: red;
  font-size: 15px;
  font-weight: bold;
  float: right;
}

.ztinfoCont .left .txt .txt_right .ztMag span b {
  padding-right: 3px;
}

.ztinfoCont .left .txt .txt_right .fonts {
  font-size: 13px;
  color: #333;
  line-height: 26px;
  margin-top: 5px;
  max-height: 78px;
  overflow: auto;
  position: relative;
}
.ztinfoCont .ztinfo_rightApp {
  position: relative;
  overflow: hidden;
  margin-left: 20px;
  overflow: hidden;
  margin-left: 20px;
  border: 2px solid #FFF;
  background: linear-gradient(30deg, #D1F7FE, #D1F7FE,#F5F0EB,#ffe1ce,#F5F0EB,#F5F0EF);
  border-radius: 20px;
  width: 356px;
}

.ztinfoCont .ztinfo_rightApp:after {
  content: "";
  position: absolute;
  top: -6px;
  left: -26px;
  z-index: 1;
  display: block;
  width: 139px;
  height: 44px;
  background: url(../images/rank3.png) no-repeat;
  background-size: 1000px 1000px;
  background-position: -5px -46px;
}

.ztinfoCont .ztinfo_rightApp a {
  display: block;
  overflow: hidden;
  margin: 45px 20px 0 20px;
}

.ztinfoCont .ztinfo_rightApp a strong {
  display: block;
  height: 35px;
  line-height: 35px;
  font-weight: bolder;
  color: #000;
  font-size: 18px;
  overflow: hidden;
}

.ztinfoCont .ztinfo_rightApp a .infoBox {
  display: flex;
  overflow: hidden;
  height: 110px;
  margin-top: 10px;
}

.ztinfoCont .ztinfo_rightApp a .infoBox .imgBox {
  width: 110px;
  height: 110px;
}

.ztinfoCont .ztinfo_rightApp a .infoBox .imgBox img {
  width: 110px;
  height: 110px;
}

.ztinfoCont .ztinfo_rightApp a .textBox {
  margin-left: 15px;
  overflow: hidden;
  height: 110px;
  flex: 1;
}

.ztinfoCont .ztinfo_rightApp a .textBox p {
  color: #333;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  overflow: hidden;
}

.ztinfoCont .ztinfo_rightApp a .textBox p img {
  height: 14px;
  width: auto;
  display: block;
  margin-top: 4px;
}

.ztinfoCont .ztinfo_rightApp a .textBox p.btn {
  display: block;
  width: 110px;
  height: 28px;
  font-size: 13px;
  line-height: 28px;
  border-radius: 20px;
  background: linear-gradient(-39deg, #FF6358 0%, #ff721a 100%);
  text-align: center;
  margin-top: 8px;
  color: #fff;
}

.ztinfoCont .ztinfo_rightApp a:hover strong {
  color: #ff721a;
}

.ztinfoCont .ztinfo_rightApp a:hover .imgBox img {
  transform: rotateY(180deg);
  transition: transform 1s;
}

.g-title:first-child {
  margin-top: 0px;
}
.g-title {
  font-size: 22px;
  margin-top: 20px;
  color: #000;
  font-weight: bolder;
  position: relative;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 15px;
  padding-left: 32px;
}

.g-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-image: url(../images/zticon.png);
  background-position: -60px -64px;
}

.appMain {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr)!important;
  grid-gap: 20px;
}

.appMain li {
  background: rgba(255,255,255,0.7);
  border: 2px solid rgba(255,255,255,1);
  border-radius: 20px;
  overflow: hidden;
}

.appMain li a {
  display: block;
  overflow: hidden;
  margin-top: 25px;
}

.appMain li a .imgBox {
  margin: 0 auto;
}

.appMain li a p.name {
  font-size: 18px;
  color: #000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  font-weight: bolder;
  margin: 10px 20px 0;
}

.appMain li a span {
  color: #333;
  font-size: 12px;
  text-align: center;
  display: block;
  margin-top: 12px;
  overflow: hidden;
}

.appMain li a b {
  margin: 12px 20px 0;
  display: block;
  position: relative;
  height: 36px;
  background: #FFF3F0;
  border-radius: 10px;
  font-size: 14px;
  color: #ff721a;
  line-height: 36px;
  text-align: center;
}

.appMain li a p.msg {
  height: 48px;
  line-height: 24px;
  font-size: 12px;
  overflow: hidden;
  color: #666;
  margin: 10px 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.appMain li a i {
  display: block;
  height: 14px;
  overflow: hidden;
  margin-top: 10px;
}

.appMain li a i img {
  height: 14px;
  display: block;
  width: auto;
  margin: 0 auto;
}

.appMain li a:hover b {
  color: #fff;
  background: linear-gradient(-39deg, #FF6358 0%, #ff721a 100%);
}

.appMain li a:hover .imgBox img {
  transform: rotateY(180deg);
  transition: transform 1s;
}


.indexZt {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr)!important;
  grid-gap: 20px;
  /*padding-bottom: 20px!important;*/
}

.indexZt .swiper-slide {
  overflow: hidden;
  margin-right: 20px;
  width: 386.667px;
}

.indexZt .swiper-slide a {
  display: block;
  overflow: hidden;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
}

.indexZt .swiper-slide a strong {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 18px;
  color: #000;
  font-weight: bolder;
}

.indexZt .swiper-slide a span {
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  color: #999;
  font-size: 12px;
  margin: 8px 0;
}

.indexZt .swiper-slide a span b {
  margin-left: 20px;
  color: #ff721a;
  font-weight: bolder;
}

.indexZt .swiper-slide a p {
  height: 44px;
  font-size: 12px;
  color: #333;
  line-height: 22px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.indexZt .swiper-slide a:hover strong {
  color: #ff721a;
}

.indexZt .swiper-slide a i {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.indexZt .swiper-button-next:after {
  background: #fff url(../images/arrow_right.png) 16px center no-repeat;
  content: '';
  background-size: 26px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  border: solid 2px #CCC;
  outline-width: 0;
  display: block;
  overflow: hidden;
}

.indexZt .swiper-button-prev:after {
  background: #fff url(../images/arrow_left.png) 14px center no-repeat;
  content: '';
  background-size: 26px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  border: solid 2px #CCC;
  outline-width: 0;
  display: block;
  overflow: hidden;
}

.indexZt .swiper-button-next,.indexZt .swiper-button-prev {
  width: 62px;
  height: 62px;
}

.indexZt .swiper-button-next:hover:after ,.indexZt .swiper-button-prev:hover:after {
  border: solid 2px #ff721a;
}
.newkeyword{
  position: relative;
}