    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    a{
        text-decoration: none;
        color: inherit;
    }
    nav{
        display: flex;
        margin-top: 10px;
        align-items: center;
        justify-content: center;
     
    }
    .nav-link {
        flex: 1;
        flex-flow: row nowrap;
        padding:5px;
        border-bottom: 3px solid transparent;
        color: #000;
         text-align: center; 
        margin-left: 5px;

    }
    .nav-link.active {
    border-color:#5D80FF;
    font-weight: bolder;

    }


    .hot {
        display: flex;
        justify-content: space-around;
        background-color: rgb(255, 255, 255);
        border-radius: 5px;
        padding: 5px ;
        margin: 5px;

    }
    .hot a {
        color: rgb(11, 11, 11);
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 5px;
        transition: background-color 0.3s ease;
    }

    .slideshow {
        position: relative;
        max-width: 100%;
        overflow: hidden;
        margin: 5px;
        margin-bottom: 5px;
    }
    .slideshow img {
        width: 100%;
        display: block;
        height:200px;
    }
    .slideshow .prev, .slideshow .next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.5);
        transition: background-color 0.3s ease;
    }

    .slideshow .prev:hover, .slideshow .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }
    .slideshow .prev {
        left: 10px;
    }
    .slideshow .next {
        right: 10px;
    }

    .menu{
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-around; 
    }
    .menu .menu-line{
    text-align: center;
    }
    .menu img {
    border-radius: 25px;
    width: 50px;
    height: 50px;
    
    }
    .menu .menu-itme{

    font-size: 14px;
    text-align: center;
    }


    .m-category {
        display: flex;
        background-color: rgb(255, 255, 255);

        justify-content: space-between;
        margin: 5px 10px 10px 10px;
        padding-bottom: 5px;
        border-bottom: 2px solid   rgb(223, 223, 223);
    
    }
    
    .m-category .iconfont{
      font-size: 20px;
      margin-right: 10px;
    }
    .m-category .m-category-a {
        font-size: 14px;
        font-weight: bolder;
    }
    .m-category a{
        font-size: 14px;
        text-decoration: none;
        color:#007bff;
    }

    .video-lists {
        background-color: rgb(255, 255, 255);
        border-radius: 5px;
        margin: 5px;
        padding: 5px;
        align-items: flex-start; 
    }


    .movie-item {
        display: flex;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .movie-item img {
        width: 100px;
        height: 100px;
        margin-right: 10px;
        border-radius: 5px;
    }
    .movie-item-details {
        flex: 1;
        width: 200px;
    }
    .movie-item h5 {
        margin: 0 0 5px 0 ;
        font-size: 16px;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    
     }
    .movie-item .actor {

        margin: 0;
        padding: 0;
        font-size: 12px;
        font-weight: bolder;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5em; /* 根据需要设置行高 */
        max-height: 6em; /* 行高乘以行数，这里限制为两行 */

    }


    .video-lists .tag span{
        border: 1px solid rgb(234, 231, 231);
        border-radius: 5px;
        padding:  0 5px 0 5px;
        font-weight: bolder;
        font-size: 12px;
      
    }
    .movie-item p {
     
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-weight: bolder;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5em; /* 根据需要设置行高 */
        max-height: 3em; /* 行高乘以行数，这里限制为两行 */

    }
   .movie-item .message{
    margin-top: 5px;
    font-size: 9px;
    color:  rgb(163, 159, 159);
   }
   .column{
    display: flex;
    flex-flow: row nowrap;
   }

   .column .column-message{
    margin-top: 10px;
    margin-right: 5px;
    margin-left:50px;
    font-size: 10px;
    color:  rgb(163, 159, 159);
   }
   .drama p{
    margin: 10px 15px 0 15px;
    padding: 0;
    font-size: 12px;
    font-weight: bolder;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em; /* 根据需要设置行高 */
    max-height: 3em; /* 行高乘以行数，这里限制为两行 */
   }

.drama-video{

    display: flex;
    flex-flow:row nowrap;
    margin:10px ;
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(234, 231, 231);

}
.drama-video-card{
   margin-left: 10px;
}
.drama-video-card img{
  border-radius: 5px;
   width: 80px;
   height: 80px;
}
.drama-video-card a{
    text-decoration: none;
    color: inherit;
}
.drama-video-card h5{
  
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height:50px;
    margin: 0;
    padding: 0;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   line-height: 1.3em; /* 根据需要设置行高 */
   max-height: 5em; /* 行高乘以行数，这里限制为两行 */
   text-align: center;
}
.drama-video-card p{
    margin: 0;
    padding: 0;
    width: 80px;
    font-size: 10px;
    color:  rgb(163, 159, 159);
    text-align: center;
}
.hot-broadcast{
    margin: 0 10px 0 10px;
    margin-bottom: 20px;
    border-bottom: 3px solid rgb(234, 231, 231);
}
.hot-broadcast .hot-broadcast-p{
    margin: 10px 15px 0 15px;
    padding: 0;
    font-size: 12px;
    font-weight: bolder;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em; /* 根据需要设置行高 */
    max-height: 3em; /* 行高乘以行数，这里限制为两行 */
   }

  .look-more{
    margin-top: 5px;
    text-align: center;
    font-weight: bolder;
  }
  .hot-works{
    margin-bottom: 20px;
    border-bottom: 3px solid rgb(234, 231, 231);
  }

  .hot-works .hot-works-opus{
    margin-top: 10px;
    font-size: 10px;
  }
  .resource-download-item{
    margin: 5;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .resource-download{
     margin: 10px;
  }
  .resource-download-item  p{
    flex: 1;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .resource-download-item  samp{
    width: 60px;
  }

  .resource-download-item .iconfont{
    font-size:  40px;
  }
  
  .resource-download-item .ico{
    color: #FF9E18;
  }