.top-video{
  margin:0 auto;
  max-width:1300px;
}
.top-video #player{
  overflow:hidden;
  border-radius:10px 10px 0 0;
}

.top-video .top-video-more {
    border-radius: 0 0 10px 10px;
    padding: 10px;
    background: #666;
    display: flex;
}

.top-video .top-video-more .mini-ewm {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
}

.top-video .top-video-more .top-video-more-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}