.main{
    min-height:calc(100vh - 569px - 240px);
    min-width: 1585px;
    width: 100%;
    box-sizing: border-box;
}
.bannerImg{
    height: 360px;
}
.banner-img{
    width: 100%;
    height: 100%;
}
.channelDetail-box{
    width: 1554px;
    margin: auto;
    padding-bottom: 20px;
}
.channelDetail-rt{
    box-sizing: border-box;
}

.channelDetail-breadcrumb{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-bottom: 10px;
    padding-top: 25px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.21);
    margin-bottom: 10px;
}
.channelDetail-name{
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    position: relative;
}
.channelDetail-name::after{
    content: '';
    width: 90px;
    height: 2px;
    position: absolute;
    top: 42px;
    left: 0;
    background: #C9000C;
}
.channelDetail-bread{
    display: flex;
    align-items: center;
}
.channelDetail-span{
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
}
.channelDetail-list .item-data{
    padding-left: 8px;
    height: 64px;
    border-radius: 2px;
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
    font-weight: 400;
    text-align: left;
    color: rgba(0, 0, 0, 0.85);
    line-height: 64px;
}
.channelDetail-list .item-data:hover{
    background: #f4f8ff;
}
.channelDetail-list .item-data:hover .circle{
    background: #C9000C;
}
.channelDetail-list .item-data a{
    color: rgba(0, 0, 0, 0.85);
}
.channelDetail-list .item-data .circle{
    margin-right: 8px;
    width: 8px;
    height: 8px;
    border: 1px solid #C9000C;
    border-radius: 50%;
    display: inline-block;
}
.channelDetail-list .item-data .date{
    width: 200px;
    display: inline-block;
    margin-left: 30px;
    text-align: right;
}
.channelDetail-list .item-data .txt{
    width: calc(100% - 260px);
    display: inline-block;
}
.no-data{
    margin-top: 44px;
    text-align: center;
    color: #999;
    font-size: 16px
}
ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
    margin: 0px;
}
.page-large{
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.page-large .Num.on {
    color: white;
    background: #C9000C;
  }
  
  .page-large .prev-page,
  .page-large .next-page,
  .page-large .Num {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    line-height: 32px;
    text-align: center;
color:#333333;
  }
  
  .page-info {
    margin-left: 10px;
  }