.container {
  position: relative;
}


.sec_title span.f_42 {
  font-family: 'prsxt';
  font-weight: 400;
  line-height: 1.71;
  color: rgba(125, 63, 0, 1);
}

.sec_title img {
  width: .4rem;
  height: .4rem;
}


.banner {
  position: relative;
  height: 9.39rem;
  /* height: 48.9vh; */
  width: 100%;
}

.banner .swiper_banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner .swiper-pagination {
  position: absolute;
  /*left: 0;*/
  bottom: .74rem;
  display: block;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: .3rem;
  height: .04rem;
  background: rgba(255, 255, 255, .8);
  border-radius: 0;
  transition: all 1.5s ease;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}

.banner .banner_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.banner .banner_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner_bg video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section_1 {
  position: relative;
  /* height: 10.8rem; */
  width: 100%;
  padding: 2rem 0 1.26rem 0;
}

.section_1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 0;
}

.section_1 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_1 .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
}

.section_1 .mask .mask_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.section_1 .mask .icon {
  width: 6.39rem;
  height: 6.97rem;
  object-fit: cover;
  z-index: 0;

  position: absolute;
  right: 0;
  top: 2.13rem;
}

.section_1 .content {
  position: relative;
  width: 7.4rem;
  /* top: 2rem;
  right: 1.4rem; */
  margin: 0 1.4rem 0 auto;
}

.section_1 .content .title {
  font-family: 'SourceHanSerifCN-SemiBold-7';
  font-weight: 400;
  line-height: 1.52;
  font-size: 1.05rem;
  color: rgba(125, 63, 0, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section_1 .content .title .separate {
  display: inline-block;
  width: 1px;
  height: .6rem;
  background-color: rgba(125, 63, 0, 0.50);
  transform: rotate(30deg);
}

.section_1 .content .desc {
  font-family: 'prsxt';
  font-weight: 400;
  line-height: 1.8;
  color: rgba(125, 63, 0, 1);
  letter-spacing: 1.6px;
}

.section_1 .content .desc2 .line {
  display: inline-block;
  flex: 1;
  height: 1px;
  background-color: rgba(125, 63, 0, 0.50);
}

.section_1 .content .desc2 {
  display: flex;
  align-items: center;
}

.section_1 .content .desc2 span {
  font-family: 'prsxt';
  font-weight: 400;
  line-height: 1.71;
  color: rgba(125, 63, 0, 1);
  margin: 0 .2rem 0 .31rem;
}

.section_1 .content .desc2 .icon {
  width: .4rem;
  height: .4rem;
}

.section_1 .content .name {
  font-family: 'hongleixingshu';
  font-weight: 400;
  line-height: 1.12;
  color: rgba(51, 51, 51, 1);
  margin: 1.1rem 0 .3rem 0;
}

.section_1 .content .desc_3 {
  font-family: 'LXGWWenKaiMonoTC-Light';
  font-weight: 300;
  line-height: 1.5;
  color: rgba(51, 51, 51, 1);
}

.section_2 {
  position: relative;
  /*height: 10.8rem;*/
  width: 100%;
  padding: 1.89rem 1.4rem 2.08rem 1.4rem;
  display: flex;
  align-items: center;
  gap: .44rem;
}

.section_2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
}

.section_2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_2 .left {
  position: relative;
  width: 4rem;
  flex-shrink: 0;
}

.section_2 .left .desc {
  width: 3.8rem;
  height: 4.55rem;
  overflow-y: auto;
  margin: .56rem 0 0 0;

  font-family: 'LXGWWenKaiMonoTC-Light';
  font-weight: 400;
  line-height: 2.2;
  color: rgba(51, 51, 51, 1);
  letter-spacing: 1.6px;
  padding-right: .2rem;
}

.section_2 .content {
  display: flex;
  gap: .2rem;
}

.section_2 .content .label {
  font-family: 'LXGWWenKaiMonoTC-Light';
  font-weight: 700;
  line-height: normal;
  color: rgba(125, 63, 0, 1);
}

.section_2 .content .liveStream {
  width: 4.3rem;
  flex-shrink: 0;

  display: flex;
  flex-direction: column;
  gap: .16rem;
}

.section_2 .content .liveStream .box {
  position: relative;
  width: 4.3rem;
  height: 5.45rem;
  border-radius: .12rem;
  overflow: hidden;
}

.section_2 .content .liveStream .box .box_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_2 .content .liveStream .box .box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_2 .content .liveStream .box .box_img .video {
    width: 100%;
    height: 100%;
}

.section_2 .content .liveStream .box .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  padding: .4rem;
  justify-content: space-between;
  align-items: start;
}

.section_2 .content .liveStream .box .top .tag {
  font-weight: 500;
  line-height: 1.16;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  color: rgba(143, 0, 0, 1);

  display: flex;
  align-items: center;
  gap: .08rem;
  background: rgba(255, 255, 255, 1);
  border-radius: .08rem;
  padding: .03rem .21rem;
  height: .34rem;
}



.section_2 .content .liveStream .box .top .tag .dot {
  width: .1rem;
  height: .1rem;
  border-radius: 50%;
  background-color: rgba(143, 0, 0, 1);
  flex-shrink: 0;
}

.section_2 .content .liveStream .box .top .open {
  width: .5rem;
  height: .5rem;
}

.section_2 .content .liveStream .box .bottom {
  position: absolute;
  bottom: .5rem;
  left: 0;
  padding: .15rem .2rem;
}

.section_2 .content .liveStream .box .bottom .title {
  /* font-weight: 700; */
  line-height: 1.16;
  font-family: 'LXGWWenKaiMonoTC-Medium';
  color: rgba(255, 255, 255, 1);
  margin-bottom: .08rem;
}

.section_2 .content .liveStream .box .bottom .time {
  font-weight: 400;
  line-height: 1.1875;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  color: rgba(255, 255, 255, 1);

  display: flex;
  align-items: center;
  gap: .08rem;
}

.section_2 .content .liveStream .box .bottom .time img {
  width: .18rem;
  height: .18rem;
}


.section_2 .content .liveStream .songs .audio-player {
  display: flex;
  align-items: center;
  border: 1px solid rgba(125, 63, 0, 1);
  padding: .18rem .12rem;
  border-radius: .08rem;
  width: 100%;
  box-sizing: border-box;
}

.section_2 .content .liveStream .songs .play-btn {
  background: none;
  border: none;
  color: rgba(125, 63, 0, 1);
  cursor: pointer;
  margin-right: .1rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_2 .content .liveStream .songs .current-time {
  color: rgba(125, 63, 0, 1);
  white-space: nowrap;
  margin-right: .11rem;
  text-align: right;
}

.section_2 .content .liveStream .songs .progress-container {
  flex: 1;
  height: .08rem;
  border-radius: 9.99rem;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  border: 1px solid rgba(125, 63, 0, 1);
}

.section_2 .content .liveStream .songs .progress-bar {
  height: 100%;
  width: 0%;
  background-color: rgba(125, 63, 0, 1);
  border-radius: 2px;
  transition: width 0.1s ease;
}

.section_2 .content .liveStream .songs .total-time {
  color: rgba(125, 63, 0, 1);
  white-space: nowrap;
}

.section_2 .content .liveStream .songs audio {
  display: none;
}

.section_2 .content .followUpVisit {
  width: 3rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: .16rem;
}

.section_2 .content .followUpVisit .followUpVisit_box {
    display: flex;
  flex-direction: column;
  gap: .2rem;
}

.section_2 .content .followUpVisit .box {
  width: 3rem;
  height: 2.6rem;
  border-radius: .12rem;
  overflow: hidden;
  position: relative;
}

.section_2 .content .followUpVisit .box .img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: all .5s ease-in-out;
}

.section_2 .content .followUpVisit .box .img_box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_2 .content .followUpVisit .box:hover .img_box {
  transform: scale(1.05);
}

.section_2 .content .followUpVisit .box .img_box .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: .53rem;
  height: .53rem;
  backdrop-filter: blur(.05rem);
  color: rgba(255, 255, 255, 1);
}

.section_2 .content .followUpVisit .box .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .15rem .1rem;
}

.section_2 .content .followUpVisit .box .info .title {
  /* font-weight: 700; */
  line-height: 1.16;
  font-family: 'LXGWWenKaiMonoTC-Medium';
  color: rgba(255, 255, 255, 1);
  margin-bottom: .08rem;

  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section_2 .content .followUpVisit .box .info .time {
  font-weight: 400;
  line-height: 1.1875;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  color: rgba(255, 255, 255, 1);

  display: flex;
  align-items: center;
  gap: .08rem;
}

.section_2 .content .followUpVisit .box .info .time img {
  width: .18rem;
  height: .18rem;
}

.section_2 .content .followUpVisit .overview {
  width: 3rem;
  height: .65rem;
  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 400;
  line-height: 1.16;
  font-family: 'LXGWWenKaiMonoTC-Regular';
  color: rgba(125, 63, 0, 1);
  border: 1px solid rgba(125, 63, 0, 1);
  border-radius: .09rem;

}

.section_2 .content .radioStation {
  width: 4.1rem;
  display: flex;
  flex-direction: column;
  gap: .16rem;
}

.section_2 .content .radioStation .top {
  display: flex;
  justify-content: space-between;
}

.section_2 .content .radioStation .top .more {
  font-weight: 400;
  line-height: 1.16;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  color: rgba(102, 102, 102, 1);
  text-decoration: underline !important;
  text-underline-offset: 25%;
}

.section_2 .content .radioStation .box {
  display: flex;
  flex-direction: column;
  /* gap: .12rem; */
  border: 1px solid rgba(125, 63, 0, 1);
  border-radius: .12rem;
}

.section_2 .content .radioStation .box .item {
  width: 100%;
  position: relative;
  padding: .1rem .2rem .12rem .2rem;
  transition: all .5s ease-in-out;
  overflow: hidden;
  cursor: pointer;
}

.section_2 .content .radioStation .box .item:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - .4rem);
  height: 1px;
  background-color: rgba(125, 63, 0, 0.5);
  transition: height .5s ease-in-out;
}

.section_2 .content .radioStation .box .item:last-child:before {
  height: 0;
}

.section_2 .content .radioStation .box .item.on::after {
  height: 0;
}

.section_2 .content .radioStation .box .item.on {
  padding: .2rem .2rem .1rem .2rem;
  border-radius: .11rem;
}

.section_2 .content .radioStation .box .item .img_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  transition: all .5s ease-in-out;
  height: 0;
  overflow: hidden;
  transition: height .5s ease-in-out;
}

.section_2 .content .radioStation .box .item.on .img_box {
  height: 100%;
}

.section_2 .content .radioStation .box .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_2 .content .radioStation .box .item .info {
  display: flex;
  justify-content: space-between;

}

.section_2 .content .radioStation .box .item .info .name {
  font-weight: 400;
  line-height: 1.5;
  font-family: 'LXGWWenKaiMonoTC-Regular';
  color: rgba(125, 63, 0, 1);
  width: 2.4rem;

  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .5s ease-in-out;
}

.section_2 .content .radioStation .box .item.on .info .name {
  color: #fff;
  margin-bottom: .28rem;
}

.section_2 .content .radioStation .box .item .info .right {
  display: flex;
  align-items: center;
  gap: .12rem;
  font-weight: 400;
  line-height: 1.16;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  color: rgba(125, 63, 0, 1);
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

.section_2 .content .radioStation .box .item.on .info .right {
  opacity: 0;
}

.section_2 .content .radioStation .box .item .info .right img {
  width: .18rem;
  height: .18rem;
}

.section_2 .content .radioStation .box .item .songs .audio-player {
  height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(.36rem);

  border-radius: .08rem;
  width: 100%;
  box-sizing: border-box;
  transition: all .5s ease-in-out;
}

.section_2 .content .radioStation .box .item.on .songs .audio-player {
  height: auto;
  padding: .1rem .12rem;
}

.section_2 .content .radioStation .box .item .songs .play-btn {
  background: none;
  border: none;
  color: rgba(238, 238, 238, 1);
  cursor: pointer;
  margin-right: .1rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_2 .content .radioStation .box .item .songs .current-time {
  color: #fff;
  white-space: nowrap;
  margin-right: .11rem;
  text-align: right;
}

.section_2 .content .radioStation .box .item .songs .progress-container {
  flex: 1;
  height: .08rem;
  border-radius: 9.99rem;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  /* border: 1px solid rgba(125, 63, 0, 1); */
  background-color: rgba(238, 238, 238, 1);
}

.section_2 .content .radioStation .box .item .songs .progress-bar {
  height: 100%;
  width: 0%;
  background-color: rgba(125, 63, 0, 1);
  border-radius: 2px;
  transition: width 0.1s ease;
}

.section_2 .content .radioStation .box .item .songs .total-time {
  color: #fff;
  white-space: nowrap;
}

.section_2 .content .radioStation .box .item .songs audio {
  display: none;
}

.section_2 .content .radioStation .box2 {
  border: 1px solid rgba(125, 63, 0, 1);
  border-radius: .12rem;
  padding: .16rem 0;
}

.section_2 .content .radioStation .box2 .item {
  padding-bottom: .13rem;
  border-bottom: 1px solid rgba(125, 63, 0, 0.5);
  margin: 0 .2rem;
}

.section_2 .content .radioStation .box2 .item .desc {
  font-weight: 400;
  line-height: 1.77;
  font-family: 'LXGWWenKaiMonoTC-Light';
  color: rgba(51, 51, 51, 1);
  
  height: 1.9rem;
  overflow-y: auto;
}

.section_2 .content .radioStation .box2 .item .desc2 {
  font-weight: 400;
  line-height: 1.77;
  font-family: 'LXGWWenKaiMonoTC-Light';
  color: rgba(51, 51, 51, 1);

  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section_2 .content .radioStation .box2 .item .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: .11rem;
}

.section_2 .content .radioStation .box2 .item .bottom .more1 {
  font-weight: 300;
  line-height: 1.16;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  color: rgba(102, 102, 102, 1);
  text-decoration: underline !important;
  text-underline-offset: 25%;
}

.section_2 .content .radioStation .box2 .item .bottom .more2 {
  font-weight: 400;
  line-height: 1.16;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  color: rgba(125, 63, 0, 1);
}

.section_3 {
  position: relative;
  padding: .8rem 2.4rem 1.08rem 2.4rem;
}

.section_3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.section_3 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_3 .sec_title {
  justify-content: center;
}

.section_3 .btn {
    position: absolute;
    right: 1rem;
    top: .8rem;
    padding: .2rem;
    background: #7D3F00;
    border-radius: .09rem;
    color: #fff;
}

.section_3 .content {
  margin: .5rem 0 0 0;
  position: relative;
  width: 14.25rem;
  height: 7.57rem;
}

.section_3 .content .top_border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.85rem;
}

.section_3 .content .top_border img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_3 .content .bottom_border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.05rem;
}

.section_3 .content .img_box {
  position: absolute;
    left: .14rem;
    top: .12rem;
    right: .11rem;
    bottom: .13rem;
}

.section_3 .content .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_3 .img_box .swiper_3_1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section_3 .content .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .1rem;
}

.section_3 .content .play .icon {
  width: .53rem;
  height: .53rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(.05rem);
  display: flex;
  align-items: center;
  justify-content: center;

}

.section_3 .content .play .label {
  font-weight: 700;
  font-family: 'SourceHanSerifCN-SemiBold-7';
}

.section_3 .content .info {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.section_3 .info.m_info {
    display: none;
}

.section_3 .info .name {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  line-height: 1.4375;
  padding: 0 .72rem;
  font-family: 'SourceHanSerifCN-SemiBold-7';
}

.section_3 .info .swiper_3_2 {
  width: 100%;
  padding: .5rem .72rem .75rem .9rem;
  overflow: hidden;
}

.section_3 .info .item {
  width: 1.5rem;
  height: 1rem;
  border-radius: .12rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  overflow: hidden;
  transition: all .5s ease-in-out;
}

.section_3 .info .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_3 .info .item.on {
  transform: translateY(-.3rem);
  border: 2px solid #FFF;
  box-shadow: 0 .03rem .5rem 0 rgba(255, 255, 255, 0.70);
}

.section_4 {
  position: relative;
  padding: 1.1rem 2.4rem 1.58rem 2rem;
}

.section_4 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.section_4 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_4 .sec_title {
  justify-content: center;
}

.section_4 .content {
  display: flex;
  gap: .9rem;
  margin-top: .46rem;
}

.section_4 .content .left {
  width: 6.5rem;

}

.section_4 .content .left .swiper_4 {
  width: 100%;
  overflow: hidden;
  padding-bottom: .2rem;
}

.section_4 .content .left .item {
  width: 6.5rem;
  height: 4.8rem;
  border-radius: .12rem;
}

.section_4 .content .left .item .img_box {
  width: 6.5rem;
  height: 3.16rem;
  border-radius: .12rem .12rem 0 0;
  overflow: hidden;
}

.section_4 .content .left .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease-in-out;
}

.section_4 .content .left .item .img_box img:hover {
  transform: scale(1.05);
}

.section_4 .content .left .item .info {
  padding: .25rem .3rem .3rem .3rem;
  border: 1px solid rgba(125, 63, 0, 1);
  border-top: transparent;
  border-radius: 0 0 .12rem .12rem;
}

.section_4 .content .left .item .info .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 .14rem 0;
}

.section_4 .content .left .item .info .title .title_text {
  font-weight: 500;
  line-height: 1.5;
  font-family: 'LXGWWenKaiMonoTC-Medium';
  color: rgba(125, 63, 0, 1);
  width: 4.2rem;

  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .5s ease-in-out;
}

.section_4 .content .left .item .info .title .time {
  display: flex;
  align-items: center;
  gap: .08rem;

  font-weight: 400;
  line-height: 1.1875;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  color: rgba(51, 51, 51, 1);
}

.section_4 .content .left .item .info .title .time img {
  width: .18rem;
  height: .18rem;
}

.section_4 .content .left .item .info .desc {
  font-weight: 400;
  line-height: 1.5;
  font-family: 'LXGWWenKaiMonoTC-Regular';
  color: rgba(51, 51, 51, 1);

  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section_4 .content .left .page {
  margin: .39rem 0 0 0;
  display: flex;
  gap: .42rem;
  align-items: center;
}

.section_4 .content .left .page .btn {
  height: .2rem;
  width: .2rem;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

.section_4 .content .left .page img {
  width: .19rem;
  height: .12rem;
}

.section_4 .content .left .page {
  font-weight: 400;
  font-family: 'LXGWWenKaiMonoTC-Regular';
  color: rgba(125, 63, 0, 0.5);
}

.section_4 .content .left .page strong {
  font-weight: 500;
  font-family: 'LXGWWenKaiMonoTC-Medium';
  color: rgba(125, 63, 0, 1);
}

.section_4 .content .right {
  width: 7.4rem;
}

.section_4 .content .right .list {
  display: flex;
  flex-direction: column;
  gap: .15rem;
  height: 5.4rem;
  overflow-y: auto;
  padding-right: .4rem;
}

.section_4 .content .right .list .li {
  width: 100%;
  padding-bottom: .15rem;
  border-bottom: 1px solid rgba(125, 63, 0, 0.5);
}

.section_4 .content .right .list .li .time {
  font-weight: 400;
  font-family: 'LXGWWenKaiMonoTC-Regular';
  color: rgba(125, 63, 0, 1);
  line-height: 1.5;
}

.section_4 .content .right .list .li .tag {
  display: flex;
  font-weight: 400;
  font-family: 'LXGWWenKaiMonoTC-Regular';
  color: rgba(51, 51, 51, 1);
  line-height: 1.5;
}

.section_4 .content .right .list .li .desc {
  display: grid;
  /* 使用Grid实现多列布局 */
  grid-template-columns: 1fr 1fr;
  /* 默认两列（可改为1fr 1fr 1fr实现三列） */

  font-weight: 400;
  font-family: 'LXGWWenKaiMonoTC-Regular';
  color: rgba(51, 51, 51, 1);
  line-height: 1.5;
}

.section_4 .content .right .list .li .desc > *:nth-child(2n) {
  justify-self: end; /* Grid专属对齐属性，优先级更高 */
}

.section_4 .content .right .btn {
  margin: .55rem 0 0 0;
  display: inline-block;
  font-weight: 400;
  font-family: 'LXGWWenKaiMonoTC-Regular';
  color: rgba(51, 51, 51, 1);
  line-height: 1.5;
  padding: .2rem .36rem;
  border-radius: .09rem;
  background: rgba(125, 63, 0, 1);
  color: #fff;
}


@media (max-width: 767px) {
    .banner {
        height: 50vw;
    }
    
    .banner .swiper-pagination {
        bottom: .3rem;
    }
    
    .section_1  {
        padding: 30px 20px 60px;
    }
    .section_1 .bg img {
        object-position: 28%;
    }
    .section_1 .mask {
        z-index: 1;
    }
    .section_1 .content {
        width: 60%;
        margin: 0 0 0 auto;
        position: relative;
        z-index: 2;
    }
    .section_1 .content .title {
        font-size: 30px;
    }
    
    .section_1 .content .desc {
        font-size: 18px;
    }
    
    .section_1 .content .desc2 span {
        font-size: 20px;
    }
    
    .section_2 .sec_title img {
        width: 26px;
        height: 26px;
    }
    
    .section_1 .content .desc_3 {
        font-size: 14px;
        font-weight: 350;
    }
    
    
    
    
    .section_2 .sec_title {
        justify-content: center;
        margin-bottom: 20px;
    }
    
    .section_2 {
        height: auto;
        flex-direction: column;
        padding: 60px 20px;
    }
    
    .section_2 .left {
        width: 100%;
    }
    .section_2 .left .desc {
        width: 100%;
        padding: 0;
        margin: 0;
        height: auto;
        font-size: 14px;
    }
    
    .section_2 .content {
        flex-direction: column;
         width: 100%;
    }
    .section_2 .content .label {
        font-size: 18px;
    }
    .section_2 .content .liveStream {
        width: 100%;
    }
    .section_2 .content .liveStream .box {
        width: 100%;
    }
    .section_2 .content .liveStream .box .top .tag {
        font-size: 14px;
    }
    .section_2 .content .liveStream .songs .play-btn {
        font-size: 12px;
    }
    .section_2 .content .liveStream .songs .current-time,
    .section_2 .content .liveStream .songs .total-time {
        font-size: 13px;
    }
    
    
    .section_2 .content .followUpVisit {
        width: 100%;
        margin: 30px 0;
    }
    
    .section_2 .content .followUpVisit .followUpVisit_box {
        flex-direction: unset;
        justify-content: space-between;
    }
    .section_2 .content .followUpVisit .box {
        width: 47%;
    }
    
    .section_2 .content .followUpVisit .overview {
        margin: 20px auto 0 auto;
        font-size: 16px;
    }
    
    .section_2 .content .radioStation {
        width: 100%;
    }
    .section_2 .content .radioStation .top {
        align-items: center;
    }
    .section_2 .content .radioStation .top .more {
        font-size: 13px;
    }
    
    .section_2 .content .radioStation .box .item .songs .play-btn {
        font-size: 12px;
    }
    
    .section_2 .content .radioStation .box .item .songs .current-time,
    .section_2 .content .radioStation .box .item .songs .total-time {
        font-size: 13px;
    }
    
    .section_2 .content .radioStation .box .item.on .info .name {
        font-size: 14px;
    }
    .section_2 .content .radioStation .box .item .info .name {
        font-size: 14px;
    }
    .section_2 .content .radioStation .box .item .info .right {
        font-size: 13px;
    }
    
    .section_2 .content .radioStation .box .item .info .right img {
        width: 15px;
        height: 15px;
    }
    
    .section_2 .content .radioStation .box {
        margin: 0 0 10px 0;
    }
    
    .section_2 .content .radioStation .box2 .item .desc {
        font-size: 14px;
    }
    
    .section_2 .content .radioStation .box2 .item .bottom .more1 {
        font-size: 14px;
    }
    .section_2 .content .radioStation .box2 .item .bottom .more2 {
        font-size: 14px;
    }
    
    .section_3 {
        padding: 30px 20px 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .section_3 .btn  {
        position: relative;
        top: unset;
        right: unset;
        display: inline-block;
        margin-bottom: .75rem;
    }
    
    .section_3 .content {
        width: 100%;
        height: 58vw;
    }
    .section_3 .content .bottom_border {
        height: 38.5vw;
    }
    
    .section_3 .info {
        display: none;
    }
    
    .section_3 .info .name {
        font-size: 18px;
        color: #333;
        padding: 0;
    }
    
    .section_3 .info.m_info {
        display: block;
        margin: 30px 0 0 0;
        width: 100%;
    }
    
    .section_4 {
        padding: 30px 20px 60px 20px;
    }
    .section_4 .content {
        flex-direction: column;
    }
    .section_4 .content .right {
        width: 100%;
    }
    .section_4 .content .left {
        width: 100%;
    }
    .section_4 .content .left .item {
        width: 100%;
        height: 70vw;
    }
    .section_4 .content .left .item .img_box {
        width: 100%;
    }
    
    .section_4 .content .left .item .info .title .title_text {
        font-size: 16px;
    }
    .section_4 .content .left .item .info .title .time {
        font-size: 14px;
    }
    .section_4 .content .left .item .info .desc {
        font-size: 14px;
    }
    
    .section_4 .content .left .page {
        justify-content: center;
    }
    .section_4 .content .left .page span {
        font-size: 20px;
    }
    .section_4 .content .left .page .btn {
        width: 20px;
        height: 20px;
    }
    .section_4 .content .left .page img {
        width: 14px;
        height: auto;
    }
    
    
    .section_4 .content .right .list {
        height: auto;
        padding: 0;
    }
    .section_4 .content .right .list .li .time {
        font-size: 14px;
    }
    .section_4 .content .right .list .li .tag {
        font-size: 14px;
    }
    .section_4 .content .right .list .li .desc {
        font-size: 14px;
    }
    
    .section_4 .content .right a {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .section_4 .content .right .btn {
        font-size: 13px;
        margin: 25px auto 0 auto;
    }
}


