ul {
    margin: 0px;
    padding: 0px;
}

.channelDetail-name::after {
    content: '';
    width: 90px;
    height: 2px;
    position: absolute;
    top: 57px;
    left: 0;
    background: #1D7FEF;
}

@media screen and (max-width: 1440px) {
    .box {
        -moz-transform: scale(0.9083, 0.9999);
        -moz-transform-origin: 0 0;
    }
}

.main {
    min-height: calc(100vh - 185px);
    min-width: 1585px;
    width: 100%;
    box-sizing: border-box;
}

.bannerImg {
    height: 360px;
}

.banner-img {
    width: 100%;
    height: 100%;
}

.channelDetail-box {
    width: 1554px;
    margin: auto;
    display: flex;
    padding-bottom: 20px;
}

.channelDetail-lt {
    width: 240px;
    margin-top: -48px;
}

.channelDetail-rt {
    width: calc(100% - 240px);
    box-sizing: border-box;
    padding: 24px 0 24px 40px;
}

.channelDetail-navName {
    width: 240px;
    height: 72px;
    font-size: 22px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    color: #ffffff;
    position: relative;
}

.channelDetail-navName .c1 {
    width: 208px;
    height: 0;
    border-width: 0 32px 32px 0;
    border-style: none solid solid;
    border-color: transparent transparent #1D7FEF;
}

.channelDetail-navName .c2 {
    height: 40px;
    background: #1D7FEF;
}

.channelDetail-navName-txt {
    position: absolute;
    top: 20px;
    left: 29px;
}

ul li {
    list-style: none;
    margin: 0px;
}

.channelDetail-item {
    box-sizing: border-box;
    position: relative;
    width: 240px;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-left: 4px solid #d8d8d8;
    cursor: pointer;
    background: #fff;
    color: rgba(0, 0, 0, 0.85);
}

.channelDetail-item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 14px 16px 14px 24px;
    box-sizing: border-box;
    transition: all 1s;
    color: #333333;
}

.channelDetail-item:hover {
    border-left: 4px solid #1D7FEF;
    transition: all 1s;
}

.channelDetail-item:hover a {
    color: #1D7FEF;
    transition: all 1s;
}

.channelDetail-active {
    border-left: 4px solid #1D7FEF;
    transition: all 1s;
}

.channelDetail-active a {
    color: #1D7FEF;
}

.channelDetail-breadcrumb {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.21);
}

.channelDetail-name {
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    position: relative;
}

.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-span-active {
    color: #3091FF;
}

.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: #1D7FEF;
}

.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 #1D7FEF;
    border-radius: 50%;
    display: inline-block;
}

.channelDetail-list .item-data .date {
    width: 100px;
    display: inline-block;
    margin-left: 30px;
    text-align: right;
}

.channelDetail-list .item-data .txt {
    width: calc(100% - 160px);
    display: inline-block;
    white-space: nowrap;
}

.no-data {
    margin-top: 44px;
    text-align: center;
    color: #999;
    font-size: 16px
}

.page-large {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 20px;
}

.page-large .Num.on {
    color: white;
    background: #1D7FEF;
}

.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;
}

.page-info {
    margin-left: 10px;
}