@font-face{
    font-family:dbs;
    src:url("/assets/fonts/dbs.TTF");
}
.channel-news{
    border-bottom:none;
}
.channel-news .category-title{
    height: 60px;
    width: 100%;
    background-image: url(/Home/zhuanti/model7/part.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 50px 0 15px;
}
.channel-news .category-title .channel-name{
    font-family: dbs, 楷体;
    color: rgb(218, 0, 16);
    font-size: 50px;
    letter-spacing: 5px;
    font-weight: 500;
    display: block;
    text-align: center;
}
.channel-news .category-title .channel-name:before{
    display: none;
}
.special-headline blockquote{
    background: rgba(255,0,0,.1);
}
.special-headline blockquote h3::before{
    color:#de0000;
    opacity:1;
}
.special-headline blockquote h3{
    color:#de0000;
}
.tag{
    color: #de0000;
    background: rgba(255,0,0,0.2);
}
.tag[href]:focus, .tag[href]:hover{
    background: #de0000;
}
@media (max-width: 767px) {
    .channel-news .category-title{
        background:none;
        border-bottom: 3px solid #de0000;
        border-radius: 0;
        padding : 0 0 5px 0;
        margin:15px 0 0 0!important;
        height:auto;
    }
    .channel-news .category-title .channel-name{
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0;
        text-align: left;
        margin:0;
    }
}