/* pronunciation */
.resArtists ul {
  list-style: none;
}

.resArtists {
  font-family: Helvetica, Arial, "sans-serif";
  min-height: 800px;
}

.resArtists .resArtists-navtit {
  background: #ffff;
  font-size: 16px;
  font-weight: bold;
  padding: 30px 0 10px 0;
  padding-left: 30px;
}

.resArtists .resArtists-describe {
  background: #ffff;
  padding: 8px 0 10px 30px;
  color: #666666;
  font-size: 14px;
}

.resArtists .resArtists-describe:last-child {
  padding-bottom: 20px;
}

.resArtists .resArtists-nav {
  margin-top: 10px;
  background: #fff;
  width: 100%;
  overflow: hidden;
}

.resArtists .resArtists-nav li {
  cursor: pointer;
  float: left;
  width: 33.33%;
  font-weight: bold;
  color: #999999;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  height: 44px;
  border: 2px solid #54a4d5;
  box-sizing: border-box;
}

.resArtists .resArtists-nav a:first-child li{
  border-right: none;
}

.resArtists .resArtists-nav a:first-child + li li{
  border-right: none;
}

.resArtists .resArtists-nav .resArtists-click {
  background: #54a4d5;
  color: #fff;
}

.resArtists .resArtists-index {
  /*overflow: hidden;*/
  background: #fff;
  height: 30px;
}

.resArtists .resArtists-index li {
  cursor: pointer;
  font-size: 14px;
  color: #666666;
  float: left;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
}

.resArtists .resArtists-index .liclick {
  background: #54a4d5;
  color: #fff;
}

.resArtists .resArtists-listTit {
  height: 40px;
  line-height: 40px;
  background: #f0f0f0;
  font-size: 16px;
  font-weight: bold;
  color: #54a4d5;
  padding-left: 30px;
}

.resArtists .resArtists-list {
    width: 50%;
    display: table;
    background: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    border-bottom: 1px solid #f8fafa;
    float: left;
}

/* Small */

@media screen and (max-width: 736px) {
.resArtists .resArtists-list {
    width: 100%;
}
	
.resArtists .resArtists-index {
  padding-left: 0;
  display: table;
}
	
}

.resArtists::after{
content:""; display:block; clear:both; height:0; visibility:hidden;
}

.resArtists .resArtists-list .resArtists-listCon {
  width: auto;
  display: table-cell;
  padding-left: 30px;
}

.resArtists .resArtists-list .resArtists-listPlay {
  display: table-cell;
  width: 60px;
}

.resArtists .resArtists-list .resArtists-listPlay img {
  vertical-align: middle;
  cursor: pointer;
}

.resArtists img:hover {
  opacity: 50%;	
}