@charset "utf-8";

body,
html {
  height: 100%;
  background: #eaa959;
}

.wrap * {
  box-sizing: border-box;
}

.wrap {
  width: 100%;
  min-height: calc(100% - 110px);
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}

div.banner {
  width: 100%;
  height: 800px;
  background: url('//i0.cy.com/tlbbgl/main/2025/1208/news_bg.jpg?v=1.1') 0 0 no-repeat ;
  background-size: 100% auto;
  pointer-events: none;
}

div.news_main {
  width: 100%;
  min-height: 620px;
  margin: 0 auto;
  margin-top: -620px;
}

/* 标题 */
div.main_header {
  width: 1200px;
  display: flex;
  align-items: flex-start;
  font-family: 'MyCustomSong';
  position: relative;
  margin: 0 auto 20px;
}

.main_header h3 {
  color: #efbb6e;
  font-size: 2em;
  font-family: 'MyCustomSong';
  margin-right: 20px;
}

.main_header .tabs {
  display: flex;
  align-items: center;
}

.main_header .tabs li > a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  border: none;
  color: #efbb6e;
  font-size: 1.5em;
  width: 100px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  display: block;
}
.main_header .tabs li > a:hover,
.main_header .tabs li > a:focus {
  text-decoration: unset;
  color: #fee1ac;
}

.main_header .tabs li.activ a{
  color: #e3b072;
  background: url('//i0.cy.com/tlbbgl/main/2025/1208/news_tit_bg.png') 0 0 no-repeat;
  background-size: 100% 100%;
}

.back {
  width: 140px;
  height: 40px;
  position: absolute;
  right: 0;
  cursor: pointer;
}

.back img {
  width: 100%;
}

/* 二级内容 -- 新闻类目 */
div.table {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto 10px;
}

div.table_main {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
}

#yhList {
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}

div.table_main.table_content {
  width: 100%;
  margin: 0 auto;
}

.table_item {
  font-size: 1.4rem;
  height: 54px;
  padding: 0 20px;
  background-color: #fff;
  border: 1px solid #b7aa8c;
  box-sizing: border-box;
  margin-bottom: 10px;
  cursor: pointer;
}

.table_item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
}
.table_item em {
  color: #c0750a;
  font-style: normal;
  flex: 0 0 auto;
  white-space: nowrap;
}

.table_item h6 {
  color: #5b2809;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table_item span {
  color: #5b2809;
  font-size: 1em;
  flex: 0 0 auto;
  margin-left: auto;
  white-space: nowrap;
}
/* end */

/* 二级内容 -- 原画类目 */
.table_pic {
  width: 33.33%;
  height: auto;
  padding: 0 5px;
  float: left;
  box-sizing: border-box;
  margin-bottom: 10px;
  cursor: pointer;
}

.table_pic a {
  position: relative;
}

.table_pic img,
.table_pic video {
  width: 100%;
}

.table_pic p {
  color: #ffe4b7;
  font-size: 1.3em;
  text-align: center;
}

.table_pic .video_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: .3s;
}

.table_pic .video_mask em {
  width: 69px;
  height: 69px;
  background: url(//i0.cy.com/xtl/main/2025/0417/images/media/btn_pic.png) no-repeat 50% 0 / 100%;
}

.table_pic:hover .video_mask {
  opacity: 1;
}

.table_pic.table_pic_video {
  position: relative;
}

.table_pic.table_pic_video .control {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table_pic.table_pic_video .control img {
  width: 18%;
}

/* end */


/* 二级类目 */
.table_bene_pic {
  width: 409px;
  height: 234px;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
  cursor: pointer;
}

.table_bene_pic img {
  width: 100%;
  height: calc(100% - 50px);
  object-fit: cover;
}

.table_bene_txt {
  color: #9d321e;
  font-size: 1.2rem;
  height: 50px;
  line-height: 48px;
  text-align: center;
  background-color: #fff9ef;
}

/*music*/
div.table_music {
  margin: 0 auto;
}

.music_sc {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
}

.media-music-cont {
  display: flex;
  justify-content: center;
}

.media-music-cover {
  width: 900px;
  height: 440px;
  position: relative;
}

.media-music-cover>img {
  width: 440px;
  height: 440px;
  position: relative;
  border: 1px solid #b28d50;
}

.box_cd {
  width: 420px;
  height: 420px;
  background: url(//i0.cy.com/xtl/main/2025/0417/images/media/bg_cd.png) no-repeat 50% 0/100%;
  position: absolute;
  left: 260px;
  top: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  animation: cdRotate 5s linear infinite;
}

.box_cd img {
  width: 215px;
  height: 215px;
  border-radius: 50%;
}

.music-control,
.music-control .control-wrap {
  width: 440px;
  height: 440px;
  position: absolute;
  top: 0;
  left: 0;
}

.control-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.control-wrap .control-play {
  width: 129px;
  height: 129px;
  background: url(//i0.cy.com/xtl/main/2025/0417/images/media/btn_music_playing.png) no-repeat 50% 0/100%;
}

.stop .control-wrap .control-play {
  background: url(//i0.cy.com/xtl/main/2025/0417/images/media/btn_music_play.png) no-repeat 50% 0/100%;
}

.music-progress {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 19px;
}

.music-progress .line {
  width: 395px;
  height: 6px;
  background: rgba(255, 232, 193, .35);
  position: relative;
}

.music-progress .line:before {
  content: '';
  width: 395px;
  height: 6px;
  border: 2px solid rgba(255, 232, 193, .2);
  top: 0;
  left: 0;
  position: absolute;
  box-sizing: border-box;
}

.music-progress .line i {
  position: absolute;
  height: 6px;
  top: 0;
  left: 0;
  background: #ceaf6b;
  width: 0%;
}

.music-progress .time {
  font-size: 14px;
  color: #e0c790;
  line-height: 1;
  margin-left: 10px;
  transform: translateY(2px);
}

.jump {
  display: flex;
  justify-content: space-between;
  width: 29px;
  height: 16px;
  align-items: flex-end;
  margin-right: 10px;
}

.jump li {
  width: 5px;
  background: #ceaf6b;
  height: 16px;
  animation: wave 2s linear infinite;
  height: 100%;
}

.jump li:nth-child(1) {
  animation-duration: 1.4s;
}

.jump li:nth-child(2) {
  animation-duration: 1.2s;
}

.jump li:nth-child(3) {
  animation-duration: .8s;
}

.jump li:nth-child(4) {
  animation-duration: 1s;
}

.jump li:nth-child(5) {
  animation-duration: 1.3s;
}

@keyframes wave {

  0%,
  100% {
    height: 100%;
  }

  25% {
    height: 50%;
  }

  50% {
    height: 0%;
  }
}

@keyframes cdRotate {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.media-music-cover .music-name {
  font-size: 1em;
  color: #e0c790;
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
}

.stop .jump li,
.stop .box_cd {
  animation-play-state: paused;
}

.music-list {
  width: 400px;
  color: #a48866;
}

.music-format {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #db924d;
  height: 70px;
  font-size: 24px;
  color: #596674;
  line-height: 34px;
  align-items: center;
  font-family: 'title';
}

.music-list li {
  height: 52px;
  padding-left: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #ffe4cb;
  border-bottom: 0.5px solid #db924d;
  cursor: pointer;
}

.music-list li:last-child {
  border-bottom: none;
}

.music-list .music-name {
  color: #ffe19b;
  width: 300px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.music-list .music-author {
  width: 190px;
}

.music-list .music-timeline {
  text-align: center;
  width: 52px;
}

.music-name i {
  width: 20px;
  height: 20px;
  background: url('//i0.cy.com/tlbbgl/main/2025/1208/news_video_btn.png') no-repeat 50% 0/100%;
  margin-right: 3px;
}

.music-list li.curr {
  background: linear-gradient(to left, rgba(221, 146, 76, 0), rgba(221, 146, 76, 0.3));
}

.music-list li.curr,
.music-list li:hover {
  color: #dc904a;
}

.music-list li.curr .music-name i {
  width: 20px;
  height: 20px;
  background: url('//i0.cy.com/tlbbgl/main/2025/1208/news_video_btn.png') no-repeat 50% 0/100%;
  margin-right: 3px;
}

.music-page {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.music-page a {
  font-size: 14px;
  color: #ffe8d2;
  opacity: .6;
  margin-left: 30px;
}


/* 三级内容 -- 新闻类目 */
div.banner_detail {
  width: 100%;
  height: 1050px;
  background: url('//i0.cy.com/tlbbgl/main/2025/1208/news_bg.jpg') 0 0 no-repeat;
  background-size: 100% auto;
}

div.news_main_detail {
  width: 100%;
  min-height: 670px;
  margin: 0 auto;
  margin-top: -670px;
}

div.main_header_detail {
  width: 75%;
}

div.main_content {
  width: 1350px;
  min-height: 400px;
  height: auto;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #b7aa8c;
  margin: 0 auto 30px;
}

.main_content .title {
  color: #a48866;
  text-align: center;
  font-size: 1.6em;
}

.main_content .core {
  color: #a48866;
  line-height: 28px;
}

.main_content .core p {
  margin-bottom: 20px;
}

.main_content a{text-decoration: underline;color: #f5291b;}
.main_content p{margin-bottom: 10px;  text-indent: 2em;}
.main_content table { margin: 0 auto 10px;border: 1px solid #909090;border-collapse: collapse;}
.main_content table td, .news_info_sc table th {padding: 5px 0;text-align: center;border: 1px solid #909090;}
.main_content .center {text-align: center;width: auto;}
.main_content strong {font-weight: bold;}
.main_content img {display: block;margin:10px auto; max-width: 95%;}
.page-cont {
  text-align: center;
  margin: 30px 0;
  color: #5b2809;
  font-size: 1.2em;
}
.page-cont a,.page-cont a:visited {
  color: #5b2809;
  font-size: 1.1em;
  cursor: pointer;
}
.page-cont select {
  border: 1px solid #b7aa8c;
  height: 100%;
  font-size: 1em;
  margin: 0 4px;
}