body {
  overflow: hidden;
}
body * {
  margin: 0;
  padding: 0;
}
body .btnList .pinpai {
  width: 100%;
  height: 4rem;
  display: flex;
  justify-content: center;
}
body .btnList .pinpai .kito {
  min-width: 10rem ;
  height: 100%;
  margin-left: 2rem;
  cursor: pointer;
}
body .btnList .pinpai .kito .s {
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
}
body .btnList .pinpai .kito .s .img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
body .btnList .pinpai .kito .s span {
  font-family: Microsoft YaHei;
  font-weight: bold;
  margin-left: 1rem;
  font-size: 18px;
  color: #D0CFCF;
  line-height: 4rem;
}
body .body {
  width: 100%;
  height: 98.5vh;
  margin-top: 7.3vh;
  overflow: hidden;
}
body .body .box {
  width: 100%;
  height: 30vh;
  background: url(../images//index_box.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
body .body .box .ti {
  width: 70%;
  height: 18rem;
}
body .body .box .ti .p1 {
  width: 100%;
  height: 36px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  color: #ffff;
}
body .body .box .ti .tj {
  width: 100%;
  margin-top: 1.7rem;
  cursor: pointer;
}
body .body .box .ti .tj img {
  width: 100%;
  height: 100%;
}
body .body .box .btncenter {
  width: 70%;
  height: 14vh;
  margin: 0 auto;
  background: #F3F6F7;
  position: absolute;
  top: 22vh;
  display: flex;
  align-items: center;
  border-radius: 14px;
}
body .body .box .btncenter .bottomBox {
  width: 100%;
  height: 11rem;
  margin: 0 auto;
  margin-top: -2rem;
  display: flex;
  justify-content: space-between;
}
body .body .box .btncenter .bottomBox .boxList {
  width: 10%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
body .body .box .btncenter .bottomBox .boxList img {
  width: 78px;
  height: 78px;
}
body .body .box .btncenter .bottomBox .boxList p {
  width: 100%;
  height: 16px;
  margin-top: 16px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2rem;
  color: #333333;
}
body .body .tz2 {
  width: 100%;
  height: 49.5vh;
  margin: 0 auto;
  margin-top: 7vh;
}
body .body .tz2 .p1 {
  width: 70%;
  height: 17px;
  margin: 0 auto;
  margin-top: 2rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 19px;
  color: #333333;
}
body .body .tz2 .p2 {
  width: 100%;
  height: 18px;
  margin-top: 2rem;
  line-height: 18px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #670001;
}
body .body .tz2 .list {
  width: 71.5%;
  height: 46vh;
  overflow-y: auto;
  margin: 0 auto;
  margin-top: 1vh;
  display: flex;
  flex-wrap: wrap;
  scrollbar-width: none;
}
body .body .tz2 .list .news {
  width: 32%;
  height: 74px;
  background: #F3F6F7;
  border-radius: 12px;
  margin-top: 1vh;
  margin-left: 1%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  cursor: pointer;
}
body .body .tz2 .list .news p {
  width: 90%;
  height: 25px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #110E0C;
  display: flex;
  align-items: center;
}
body .body .tz2 .list .news p span {
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .body .tz2 .list .news p .img {
  width: 30px;
  height: 30px;
}
body .body .tz2 .list .news .time {
  margin-top: 5px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .body .tz2 .list::-webkit-scrollbar {
  display: none;
}
