@import url(global.css);


.main{
    margin-top: 25px;
    width:100%;
}

.channelSection{
    border-bottom: 2px solid #0069df;
    height: 50px;
}

.channelSection h3{
    background-color: #0069df;
    font-size: 20px;
    line-height: 50px;
    color:#FFF;
    border-radius: 5px 5px 0 0;
    display: inline-block;
    padding: 0 20px;
}

.paginationSection{
    margin-top: 30px;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    width:100%;
}

.paginationSection .page-item{
    cursor: pointer;
}


.list{
    padding: 10px 0 0 0 ; 
}
.list li{
    padding-left:18px;
    background-image: url(../images/circle.jpg);
    background-position: 0 8px;
    background-repeat: no-repeat;
    display: flex;
}

.list li:nth-child(5n){
    border-bottom:1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.list li:last-child{
    border-bottom:none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.list li a{
    line-height: 30px;
    height: 30px;
    font-size: 14px;

    display: inline-block;
    flex:1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list li span{
    width:80px;
    font-size: 14px;
    text-align: right;
    display: none;
}




@media (min-width: 576px) {
}

@media (min-width: 768px) {

    .list li span{
        display: inline;
    }
}

@media (min-width: 992px) {
    .main{
        border:1px solid #0069df;
        padding:30px;
        min-height: 500px;
    }
}

@media (min-width: 1200px) {
    
}
