/* Banner start */

.banner {
    padding-top: 3%;
}

.banner img {
    min-height: 25vh;
}

/* Banner end */

/* Content start  */

.cooperate .channel-title {
    font-size: 24px;
    color: #000;
    border-bottom: #d5d5d6 1px solid;
    margin: 30px 0 45px 0;
}

.cooperate .channel-title p {
    margin: 0;
    position: relative;
}

.cooperate .channel-title p::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 6.5ch;
    height: 2px;
    background: #ff6600;
}

/* Content end  */