.music_navigation {
  
  display: inline-block;
  padding: 7px 0.7em;
  margin-right: 5px;
  font-weight: bold;
  font-size: 13px;
  color: #444A52;
  border-radius: 10px;
  box-sizing: border-box;
  
}

.music_navigation:hover {
  
  background-color: #E8EEF4;
  transition: 0.3s;
  
}

.music_navigation_active {
  
  color: #4577B0;
  background-color: #E8EEF4;
  
}

.music_navigation_container {
  
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  padding-top: 5px;
  padding-bottom: 5px;
  
}

.music_block_title {
  
  display: block;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: bold;
  color: #35383B;
  
}

.music_block_title a{
  
  float: right;
  
}

.tmusic {
  
}

.tmusic .list2 {
  
  box-shadow: none;
  
}