#cn-feed {
      display: flex;
      overflow-x: auto;
      white-space: nowrap;
      width: 100%;
    }
#cn-feed .feedbox{
    flex: 0 0 auto;
    min-width: 200px;
}
#cn-feed .feedbox .feedtitle a,
#cn-feed .feedbox .feedcont{
    text-wrap:auto;
    text-decoration: none;
}

#cn-feed .feedbox:nth-child(4n+4){
    margin-right:1%;
}

.dots {
    text-align: center;
    margin-top: 10px;
}
.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #bbb;
    border-radius: 50%;
    cursor: pointer;
}
.dot.active {
    background: #333;
}