﻿body {
    background: #f6f7fb;
}

.index-header,
.header,
.nav,
.banner,
.logo,
.cor,
.hot-line,
.other,
.txt-c,
.bdsharebuttonbox,
.bdcs-search-mobile{
    display: none !important;
}

.top-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    padding: .6rem 0;
    display: flex;
    justify-content: space-between;
    background: #d43d3d;
    align-items: center;
    z-index: 999;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

}

body {
    background: rgb(252, 252, 252);
}

.ri-more-2-line {
    font-size: 20px;

}

.icon-f a {
    font-size: 1.5rem;
    margin-left: .7rem;
    color: #fff;
}

.i-back {
    font-size: 1.5rem;
    margin-left: .7rem;
    color: #fff;
    display: none;
}



.icon-more {
    font-size: 1.5rem;
    margin-right: .7rem;
}


.m-width {
    width: 100%;
}

.list_content {
    margin-top: 1rem;
}

.list_content>li {
    margin: 0 45px;
    font-weight: 500;
    margin: .5rem 1rem;
    border-bottom: 1px solid rgba(221, 221, 221, 0.6);
    line-height: 1.5rem;
    padding-bottom: 0.5rem;
}

.list_content>li>a {
    color: rgb(102, 102, 102);
    font-size: 1.1rem;
    text-align: justify;
}

.list_content>li>span {
    font-size: .8rem;
    display: block;
    position: relative;
    right: 0;
}

.a_nav {
    display: none !important;
}

.uk-pagination {
    width: 100% !important;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 1rem;
    box-sizing: border-box;
}

.uk-pagination li {

    border: none;
    padding: .5rem .8rem;
    margin: 0;
    background: #d43d3d;
    color: #fff;
}

.uk-pagination li a {
    padding: 0;
    background: none;
    color: #fff;
}

.uk-active {

    background: rgb(172, 0, 0) !important;
}

.uk-disabled {
    color: #fff;
}

.list-container {
    margin-top: 3.8rem;
}

.cover-list {
    position: absolute;
    z-index: 999;
    top: 3.4rem;
    width: 100%;
    height: 100vh;
    background: rgb(235, 235, 235);
    right: 100vw;
    display: none;
}

@keyframes cover-s {
    from {
        right: -100vw;
    }

    to {
        right: 0
    }
}

.show-cover {
    display: block;
    animation-name: cover-s;
    animation-duration: .3s;
    animation-fill-mode: forwards;
}

.hide {
    height: 100vh;
    display: none;
}

.channel-list {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-top: 3rem;
}

.channel-list>li {

    border: 1px solid rgb(158, 158, 158);
    padding: 5px 10px;
    margin-bottom: 1rem;

}

.channel-list>li a {
    color: rgb(88, 88, 88);
}
.channel{
white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
}
.foot{
min-width: 100% !important;
}
.foot .info1{
display: none !important;
}
.classdiv img{
width:100%;
height:auto;
}