@charset "utf-8";
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", sans-serif;
}
/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
select {
  margin: 0;
  padding: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: normal;
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style: none;
}
button,
a,
select {
  border: none;
  outline: none;
}
input,
textarea,
button,
a {
  font: inherit;
  color: inherit;
}
input,
textarea {
  outline: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button {
  cursor: pointer;
}
a,
a:hover {
  text-decoration: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 999999s;
  -webkit-transition: color 999999s ease-out, background-color 999999s ease-out;
}
#NIE-warning-dialog {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}
#NIE-topBar {
  z-index: 999 !important;
}
#NIE-topBar * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@font-face {
  font-family: 'Grotes1';
  src: url(https://www.24-ent.com/pc/zt/20221116094853/assets/HKGrotesk-Regular_64f023b2.ttf) format('truetype');
}
@font-face {
  font-family: 'Grotes';
  src: url(https://www.24-ent.com/pc/zt/20221116094853/assets/HKGrotesk-RegularLegacy_857fc29d.ttf) format('truetype');
}
@font-face {
  font-family: 'Grotes-bold';
  src: url(https://www.24-ent.com/pc/zt/20221116094853/assets/HKGrotesk-Bold_98b434c0.ttf) format('truetype');
}
@font-face {
  font-family: 'Cinzel';
  src: url(https://www.24-ent.com/pc/zt/20221116094853/assets/Cinzel_19d94627.ttf) format('truetype');
}
.no-webp html, 
.no-webp body {background:#141414}
.webp html, 
.webp body {background:#141414}
html,
body {
  position: relative;
  width: 100%;
  min-width: 1400px;
  font-family: 'Grotes';
}
body {
  max-width: 1920px;
  font-size: 16px;
}
.news-wrap {
  width: 100%;
}
.news-wrap .kv {
  position: relative;
  width: 100%;
  height: 704px;
  overflow: hidden;
}
.news-wrap .kv img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  width: auto;
  min-height: 704px;
}
.no-webp .news-wrap .kv::after {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/bg-top-cover_351cc151.png) no-repeat bottom center / cover}
.webp .news-wrap .kv::after {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/bg-top-cover_351cc151.webp) no-repeat bottom center / cover}
.news-wrap .kv::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 100%;
}
.news-wrap .article {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 84px 50px 0;
}
.no-webp .news-wrap .article .btn-back {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/btn-back_a7b60444.png) no-repeat top center / 100%}
.webp .news-wrap .article .btn-back {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/btn-back_a7b60444.webp) no-repeat top center / 100%}
.news-wrap .article .btn-back {
  position: absolute;
  top: 40px;
  left: 40px;
  display: block;
  width: 24px;
  height: 48px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-wrap .article .btn-back:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.news-wrap .article h1 {
  width: 1200px;
  margin: 0 auto;
  font-size: 44px;
  color: #fcfdff;
  font-family: 'Grotes-bold';
  text-align: center;
  word-break: break-word;
}
.news-wrap .article .time {
  margin: 30px auto 20px;
  font-size: 20px;
  color: #c6c6c6;
  text-align: center;
}
.news-wrap .article .time1 {
  display: none;
}
.no-webp .news-wrap .article .content {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/news-line_1a90d572.png) no-repeat top center / 1670px 14px}
.webp .news-wrap .article .content {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/news-line_1a90d572.webp) no-repeat top center / 1670px 14px}
.news-wrap .article .content {
  width: 100%;
  padding-top: 84px;
}
.no-webp .news-wrap .article .content h2 {background:#181818 url(https://www.24-ent.com/pc/zt/20221116094853/assets/news-tit_ecb6a93b.png) no-repeat center left / 9px 55px}
.webp .news-wrap .article .content h2 {background:#181818 url(https://www.24-ent.com/pc/zt/20221116094853/assets/news-tit_ecb6a93b.webp) no-repeat center left / 9px 55px}
.news-wrap .article .content h2 {
  margin-top: 60px;
  margin-bottom: 35px;
  padding-left: 25px;
  font-size: 30px;
  color: #fcfdff;
  line-height: 56px;
  word-break: break-word;
}
.news-wrap .article .content p {
  margin-bottom: 20px;
  font-size: 22px;
  color: #9d9d9e;
  line-height: 40px;
  word-break: break-word;
}
.news-wrap .article .content p img,
.news-wrap .article .content p video {
  width: auto;
  max-width: 100%;
  margin: 20px auto;
}
.news-wrap .article .content p a {
  text-decoration: underline;
}
.news-wrap .article .content ul {
  margin-bottom: 20px;
  padding-left: 40px;
}
.news-wrap .article .content ul li {
  font-size: 22px;
  color: #9d9d9e;
  line-height: 40px;
  list-style-type: disc;
}
.news-wrap .article .content table {
  margin: 20px auto;
  width: 100%;
  font-size: 22px;
}
.news-wrap .article .content table thead th {
  padding: 20px;
  color: #fcfdff;
  border: 1px solid #4d4d4d;
}
.news-wrap .article .content table tbody tr {
  border: 1px solid #4d4d4d;
}
.news-wrap .article .content table tbody tr td {
  color: #9d9d9e;
  text-align: center;
  line-height: 32px;
  padding: 20px;
  border: 1px solid #4d4d4d;
}
.btn-top {
  position: relative;
  z-index: 10;
  display: block;
  margin: 0 auto 50px;
  width: 94px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.no-webp .btn-top i {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/btn-top_d4833822.png) no-repeat top center / 100%}
.webp .btn-top i {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/btn-top_d4833822.webp) no-repeat top center / 100%}
.btn-top i {
  display: block;
  margin: 0 auto;
  width: 68px;
  height: 42px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.btn-top span {
  margin-top: 20px;
  display: block;
  font-size: 20px;
  color: #fcfdff;
  text-align: center;
}
.btn-top:hover {
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
}
.btn-top:hover i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.no-webp html, 
.no-webp body {background:#141414}
.webp html, 
.webp body {background:#141414}
html,
body {
  position: relative;
  width: 100%;
  min-width: 1400px;
  font-family: 'Grotes';
}
body {
  max-width: 1920px;
  font-size: 16px;
}
.container-index {
  width: 100%;
}
.container-index .part-kv {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-top: 215px;
}
.no-webp .container-index .part-kv .slogan {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/slogan_e348a0cd.png) no-repeat top center}
.webp .container-index .part-kv .slogan {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/slogan_e348a0cd.webp) no-repeat top center}
.container-index .part-kv .slogan {
  width: 100%;
  height: 157px;
}
.container-index .part-news {
  margin-top: -32px;
  width: 100%;
}
.container-index .part-news .top-news {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 704px;
  cursor: pointer;
}
.container-index .part-news .top-news img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.no-webp .container-index .part-news .top-news .cover {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/bg-top-cover_351cc151.png) no-repeat bottom center / cover}
.webp .container-index .part-news .top-news .cover {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/bg-top-cover_351cc151.webp) no-repeat bottom center / cover}
.container-index .part-news .top-news .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.container-index .part-news .top-news .news-desc {
  position: absolute;
  z-index: 10;
  top: 440px;
  left: 125px;
}
.container-index .part-news .top-news .news-desc .tit {
  position: relative;
  margin-bottom: 49px;
  width: 620px;
  font-size: 33px;
  color: #fcfdff;
  font-family: 'Grotes-bold';
  line-height: 43px;
  word-break: break-word;
}
.no-webp .container-index .part-news .top-news .news-desc .tit::after {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/left_e674298e.png) no-repeat top center / 100%}
.webp .container-index .part-news .top-news .news-desc .tit::after {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/left_e674298e.webp) no-repeat top center / 100%}
.container-index .part-news .top-news .news-desc .tit::after {
  position: absolute;
  left: 0;
  bottom: -15px;
  content: '';
  width: 68px;
  height: 9px;
}
.container-index .part-news .top-news .news-desc .desc {
  font-size: 18px;
  color: #fcfdff;
  line-height: 30px;
  word-break: break-word;
}
.container-index .part-news .top-news .news-desc .time {
  margin-top: 20px;
  font-size: 16px;
  color: #c6c6c6;
}
.container-index .part-news .top-news:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.container-index .part-news .news-list {
  width: 100%;
  max-width: 1690px;
  margin: 115px auto 0;
  font-size: 0;
  text-align: center;
}
.no-webp .container-index .part-news .news-list .news-item {background:#1e1e1e}
.webp .container-index .part-news .news-list .news-item {background:#1e1e1e}
.container-index .part-news .news-list .news-item {
  display: inline-block;
  margin: 0 20px 100px;
  width: 382px;
  height: 507px;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
}
.container-index .part-news .news-list .news-item .imgBox {
  position: relative;
  width: 382px;
  height: 231px;
  overflow: hidden;
}
.no-webp .container-index .part-news .news-list .news-item .imgBox::after {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/bg-list-cover_16e15606.png) no-repeat bottom center / cover}
.webp .container-index .part-news .news-list .news-item .imgBox::after {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/bg-list-cover_16e15606.webp) no-repeat bottom center / cover}
.container-index .part-news .news-list .news-item .imgBox::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
}
.container-index .part-news .news-list .news-item .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.no-webp .container-index .part-news .news-list .news-item .item-desc {background:#1e1e1e}
.webp .container-index .part-news .news-list .news-item .item-desc {background:#1e1e1e}
.container-index .part-news .news-list .news-item .item-desc {
  position: relative;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 276px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.container-index .part-news .news-list .news-item .item-desc::before {
  position: absolute;
  top: -10px;
  left: 50%;
  content: '';
  width: 20px;
  height: 20px;
  border-top: 20px solid #1e1e1e;
  border-right: 20px solid #1e1e1e;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  -moz-transform: translate(-50%, 0) rotate(-45deg);
  -ms-transform: translate(-50%, 0) rotate(-45deg);
  -o-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
}
.container-index .part-news .news-list .news-item .item-desc .tit-box {
  position: relative;
}
.no-webp .container-index .part-news .news-list .news-item .item-desc .tit-box::after {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/left_e674298e.png) no-repeat top center / 100%}
.webp .container-index .part-news .news-list .news-item .item-desc .tit-box::after {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/left_e674298e.webp) no-repeat top center / 100%}
.container-index .part-news .news-list .news-item .item-desc .tit-box::after {
  position: absolute;
  left: 41px;
  bottom: -20px;
  content: '';
  width: 68px;
  height: 9px;
}
.container-index .part-news .news-list .news-item .item-desc .tit {
  position: relative;
  margin: 0 auto 57px;
  width: 100%;
  height: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 41px;
  font-size: 20px;
  font-family: 'Grotes-bold';
  color: #fcfdff;
  line-height: 26px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  word-break: break-word;
}
.container-index .part-news .news-list .news-item .item-desc .desc {
  width: 100%;
  height: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 41px;
  font-size: 14px;
  color: #fcfdff;
  line-height: 23px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  word-break: break-word;
}
.container-index .part-news .news-list .news-item .item-desc .time {
  margin-top: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 41px;
  font-size: 14px;
  color: #6b6b6b;
}
.no-webp .container-index .part-news .news-list .news-item .item-desc .line {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/line-bot_2186bdb1.jpg) no-repeat top center / 100%}
.webp .container-index .part-news .news-list .news-item .item-desc .line {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/line-bot_2186bdb1.webp) no-repeat top center / 100%}
.container-index .part-news .news-list .news-item .item-desc .line {
  position: absolute;
  bottom: -30px;
  width: 380px;
  height: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.container-index .part-news .news-list .news-item:hover .imgBox img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.container-index .part-news .news-list .news-item:hover .item-desc {
  top: -9px;
  padding-top: 30px;
}
.container-index .part-news .news-list .news-item:hover .item-desc .line {
  bottom: -9px;
}
.no-webp .btn-more {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/btn-apply-bot_efcfb071.png) no-repeat top center / 100%}
.webp .btn-more {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/btn-apply-bot_efcfb071.webp) no-repeat top center / 100%}
.btn-more {
  position: relative;
  display: block;
  margin: 86px auto 150px;
  width: 244px;
  height: 61px;
  font-size: 20px;
  color: #fffefe;
  line-height: 66px;
  text-align: center;
}
.btn-more span {
  position: relative;
  z-index: 10;
}
.no-webp .btn-more::after {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/btn-apply-bot-h_877aa551.png) no-repeat center left / 244px 61px}
.webp .btn-more::after {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/btn-apply-bot-h_877aa551.webp) no-repeat center left / 244px 61px}
.btn-more::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: '';
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.btn-more:hover::after {
  width: 100%;
}
.btn-top {
  position: relative;
  z-index: 10;
  display: block;
  margin: 0 auto 50px;
  width: 94px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.no-webp .btn-top i {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/btn-top_d4833822.png) no-repeat top center / 100%}
.webp .btn-top i {background:url(https://www.24-ent.com/pc/zt/20221116094853/assets/btn-top_d4833822.webp) no-repeat top center / 100%}
.btn-top i {
  display: block;
  margin: 0 auto;
  width: 68px;
  height: 42px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.btn-top span {
  margin-top: 20px;
  display: block;
  font-size: 20px;
  color: #fcfdff;
  text-align: center;
}
.btn-top:hover {
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
}
.btn-top:hover i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news-none {
  display: none;
}

