.channel-pictrue-main {
    width: 970px;
    min-height: calc(100% - 150px);
}

.channel-pictrue {
    width: 970px;
    height: 130px;
    border-radius: 4px;
}

.pic-div {
    box-shadow: 0px 0px 8px 2px rgb(21 95 160 / 10%);
}

.pic-div>a>div>div {
    background-color: #155FA0 !important;
}

.pic-div>a>div>span {
    color: #155FA0 !important;
}

.pic-div>a>div>div>span {
    color: #fff !important;
}

.channel-pictrue>a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.channel-pictrue>a>img {
    width: 152px;
    height: 82px;
    margin: 24px 16px 24px 0px;
}

.channel-pictrue-left {
    display: flex;
}

.channel-pictrue-left>span {
    width: 677px;
    height: 50px;
    font-size: 16px;
    font-family: SourceHanSansSC-Regular, SourceHanSansSC;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
    margin: 40px 17px 40px 0px;
    text-overflow: ellipsis;
    line-height: 50px;
    white-space: nowrap;
}

.channel-pictrue-left>div {
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 29px 20px 29px 16px;
    border-radius: 5px;
}

.channel-pictrue-left>div>span:first-child {
    font-size: 24px;
    font-family: SourceHanSansSC-Regular, SourceHanSansSC;
    font-weight: 400;
    color: #666;
}

.channel-pictrue-left>div>span:last-child {
    font-size: 14px;
    font-family: SourceHanSansSC-Regular, SourceHanSansSC;
    font-weight: 400;
    color: #666;
}