.channel {
    width: 100%;
    margin-top: 64px;
}


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

.channel .channel-container {
    margin: 0 auto;
}

.channel-container .channel-left,
.channel-container .channel-right {
    padding: 0px 20px;
}

.channel-container .channel-title {
    padding: 20px 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    font-weight: bold;
    font-size: 17px;
    color: #0420B2;
    margin-bottom: 10px;
}

.channel-container .channel-subtitle{
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #888888;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    font-weight: bold;
}

.channel-container .channel-subtitle-active {
    color: #000000;
}

.channel-container .channel-content{
    padding: 10px 0px;
    padding-bottom: 20px;
    line-height: 24px;
    font-size: 13px;
}



.channel-content img {
    max-width: 100%;
}