#CCC {
    margin: 30px 0 0 0
}

#CCC h2 {
    position: relative
}

#CCC h2 .en {
    font-size: 30px;
    font-weight: bold;
    color: #eee;
    font-family: "arial";
    position: absolute;
    left: 0;
    width: 100%;
    top: 10px;
    text-align: center
}

#CCC h2 .line {
    background-image: linear-gradient(to right, #0091D8, #18a3e8);
    position: absolute;
    left: 47%;
    width: 6%;
    height: 6px;
    border-radius: 20px;
    top: 63px
}

#CCC h2 .cn {
    letter-spacing: .04em;
    position: relative;
    height: 80px;
    line-height: 90px;
    font-size: 24px;
    z-index: 2;
    font-weight: bold;
    color: #444;
    text-align: center
}

#CCC .classify {
    display: flex;
    justify-content: center;
    margin: 0 0 60px 0
}

#CCC .classify a {
    margin: 0 10px;
    padding: 0 24px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    border: 2px solid #ddd;
    border-radius: 100px
}

#CCC .classify a:hover {
    border-color: #0091d8;
    color: #0091d8
}

#CCC .classify a.selected {
    border-color: #0091d8;
    color: #fff;
    background: #0091d8
}

#CCC .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

#CCC .list a {
    width: 31.3333333333%;
    /* display:flex; */
    justify-content: space-between;
    flex-direction: column;
    margin: 0 1% 3rem 1%
}

#CCC .list a .fm {
    width: 100%
}

#CCC .list a .fm img {
    width: 100%;
    border-radius: 3px;
    height: 23vh;
    -o-object-fit: cover;
    object-fit: cover
}

#CCC .list a .rrr {
    width: 100%;
    margin: 10px 0 0 0
}

#CCC .list a .rrr .title {
    font-size: 18px;
    font-weight: bold;
    color: #444;
    height: 30px;
    line-height: 30px;
    text-align: left

}
#CCC .list a .rrr .title.pc_{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

#CCC .list a .rrr .date {
    color: #aaa;
    font-size: 14px;
    height: 22px;
    margin: 4px 0 0 0;
    line-height: 22px;
    display: none
}

#CCC .list a .rrr .ms {
    margin: 10px 0 0 0;
    color: #777;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: .05rem;
    text-align: left;
}

#CCC .list a .rrr .pvs {
    display: flex;
    align-items: center;
    padding: 1vw 0 0 0;
    display: none
}

#CCC .list a .rrr .pvs img {
    width: 15px;
    opacity: .3
}

#CCC .list a .rrr .pvs span {
    font-size: 14px;
    color: #888;
    padding: 0 0 0 5px
}

#CCC .list a:hover {
    transform: translateY(-5px) !important
}

#CCC .list a:hover .title {
    color: #0091d8
}

#CCC .list .line {
    width: 100%;
    height: 1px;
    display: block;
    overflow: hidden;
    margin: 40px 0;
    background: #ddd;
    position: relative;
    display: none
}

#CCC .page {
    display: flex;
    justify-content: center;
    padding: 30px 0 30px 0;
    align-items: center
}

#CCC .page span {
    font-size: 16px;
    padding: 0 14px 0 0;
    color: #999
}

#CCC .page a {
    padding: 0 23px 0 23px;
    border-radius: 4px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #eee;
    margin: 0 4px;
    color: #555;
    font-size: 16px;
    font-family: "arial";
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center
}

#CCC .page a:hover {
    background: #000052;
    color: #fff;
    border-color: #000052
}

#CCC .page a.selected {
    color: #0091d8;
    border-color: #0091d8
}

#CCC .page a.selected:hover {
    color: #fff
}

@media screen and (max-width: 650px) {
    #CCC {
        margin:10px 0 0 0
    }

    #CCC h2 {
        position: relative
    }

    #CCC h2 .en {
        font-size: 30px;
        font-weight: bold;
        color: #eee;
        font-family: "arial";
        position: absolute;
        left: 0;
        width: 100%;
        top: 10px;
        text-align: center
    }

    #CCC h2 .line {
        background-image: linear-gradient(to right, #0091D8, #139de2);
        width: 6%;
        position: absolute;
        left: 47%;
        top: 100%;
        height: 6px;
        overflow: hidden;
        margin: 0 auto
    }

    #CCC h2 .cn {
        letter-spacing: .04em;
        position: relative;
        height: auto;
        line-height: 40px;
        font-size: 24px;
        z-index: 2;
        font-weight: bold;
        color: #444;
        text-align: center
    }

    #CCC .classify {
        display: flex;
        justify-content: start;
        margin: 0 0 20px 0;
        flex-wrap: wrap
    }

    #CCC .classify a {
        margin: 0 5vw 0 0;
        padding: 0 0;
        height: 36px;
        line-height: 36px;
        font-size: 4.6vw;
        border: none;
        border-radius: 0;
        opacity: .6
    }

    #CCC .classify a.selected {
        opacity: 1;
        border: 0;
        color: #333;
        font-weight: bold;
        background: none
    }

    #CCC .list {
        display: flex;
        flex-direction: column
    }

    #CCC .list .line {
        opacity: .2
    }

    #CCC .list a {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        flex-direction: row
    }

    #CCC .list a .fm {
        width: 36%
    }

    #CCC .list a .fm img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    #CCC .list a .rrr {
        width: 60%
    }

    #CCC .list a .rrr .title.m_ {
        font-size: 4vw;
        line-height: inherit;
        text-align: left;
        display: -webkit-box !important;
        height: inherit
    }

    #CCC .list a .rrr .ms {
        margin: 0;
        color: #999;
        display: none
    }

    #CCC .list a .rrr .date {
        line-height: inherit
    }

    #CCC .list a .rrr .pvs {
        display: flex;
        align-items: center
    }

    #CCC .list a .rrr .pvs img {
        width: 3.4vw;
        opacity: .3
    }

    #CCC .list a .rrr .pvs span {
        font-size: 4vw;
        color: #888;
        padding: 0 0 0 2vw
    }

    #CCC .list .line {
        margin: 20px 0
    }

    #CCC .page {
        display: flex;
        justify-content: center;
        padding: 30px 0 30px 0;
        align-items: center
    }

    #CCC .page span {
        font-size: 4.5vw;
        padding: 0 2vw 0 0;
        color: #999
    }

    #CCC .page a {
        padding: 0 13px 0 13px;
        border-radius: 4px;
        height: 35px;
        line-height: 35px;
        border: 1px solid #eee;
        margin: 0 4px;
        color: #555;
        font-size: 16px;
        font-family: "arial";
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center
    }

    #CCC .page a:hover {
        background: #0091d8;
        color: #fff;
        border-color: #0091d8
    }

    #CCC .page a:nth-of-type(1) {
        padding: 0 13px 0 15px;
        width: 30%;
        box-sizing: border-box
    }

    #CCC .page a:nth-of-type(1)::before {
        content: inherit
    }

    #CCC .page a:nth-last-of-type(1) {
        padding: 0 15px 0 13px;
        width: 50%;
        box-sizing: border-box;
        background: #000052;
        color: #fff;
        border: 1px solid #000052
    }

    #CCC .page a:nth-last-of-type(1)::after {
        content: inherit
    }

    #CCC .page a:nth-last-of-type(1)::before {
        content: inherit
    }

    #CCC .page a.selected {
        color: #0091d8;
        border-color: #0091d8
    }

    #CCC .page a.selected:hover {
        color: #fff
    }
}
