.ol {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.c {
  clear: both;
  float: left;
}
.ib {
  display: inline-block;
}
.ibt {
  display: inline-block;
  vertical-align: top;
}
.ibm {
  display: inline-block;
  vertical-align: middle;
}
.ibb {
  display: inline-block;
  vertical-align: bottom;
}
.justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
.halign {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 0;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.bb {
  box-sizing: border-box;
}
.hl {
  background-color: #0aa4dd;
  color: #ffffff;
}
.abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .m-hide,
body .t-hide {
  display: block !important;
}
body .m-show,
body .t-show,
body .d-hide {
  display: none !important;
}
body .d-show {
  display: block !important;
}
@media screen and (max-width: 1200px) {
  body .m-hide,
  body .d-hide {
    display: block !important;
  }
  body .m-show,
  body .d-show,
  body .t-hide {
    display: none !important;
  }
  body .t-show {
    display: block !important;
  }
}
@media screen and (max-width: 900px) {
  body .t-hide,
  body .d-hide {
    display: block !important;
  }
  body .t-show,
  body .d-show,
  body .m-hide {
    display: none !important;
  }
  body .m-show {
    display: block !important;
  }
}
body {
  background-color: #333;
}
.box {
  box-sizing: border-box;
  width: 100%;
  max-width: 1520px;
  margin: auto;
  position: relative;
  padding: 0 60px;
}
header,
#body,
footer {
  width: 100%;
  float: left;
  clear: both;
}
header {
  background-color: #333;
  z-index: 3;
  position: relative;
}
header .logo-box {
  position: absolute;
  left: 53px;
  top: 50%;
  margin-top: -40px;
}
header .logo-box img {
  width: 114px;
  height: auto;
}
header .menu-button {
  position: absolute;
  right: 58px;
  top: 50%;
  width: 35px;
  height: 35px;
  background: url(/Image/menu.png) no-repeat center center;
  margin-top: -17.5px;
  display: none;
}
header .menu-box {
  text-align: right;
  padding-left: 200px;
}
header .menu-box ul {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: justify;
  margin-top: 24px;
}
header .menu-box ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
header .menu-box ul li:before,
header .menu-box ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -14px;
  width: 19px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
header .menu-box ul li:before {
  left: -35px;
  background-image: url(/Image/left-border.png);
}
header .menu-box ul li:after {
  right: -35px;
  background-image: url(/Image/right-border.png);
}
header .menu-box ul li.active:before,
header .menu-box ul li.active:after,
header .menu-box ul li:hover:before,
header .menu-box ul li:hover:after {
  display: block;
}
header .menu-box ul li a {
  display: block;
  color: #fff;
}
header .menu-box .valign {
  min-height: 100px;
}
#body {
  min-height: 500px;
  background-color: #fff;
}
#body .title-box,
#body .title-box-alt {
  position: relative;
  text-align: center;
  z-index: 2;
}
#body .title-box h1,
#body .title-box h2,
#body .title-box-alt h1,
#body .title-box-alt h2 {
  display: inline-block;
  position: relative;
  font-size: 50px;
  font-weight: 400;
  min-width: 200px;
}
#body .title-box h1:before,
#body .title-box h1:after,
#body .title-box h2:before,
#body .title-box h2:after,
#body .title-box-alt h1:before,
#body .title-box-alt h1:after,
#body .title-box-alt h2:before,
#body .title-box-alt h2:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 39px;
  background-repeat: no-repeat;
  background-position: center center;
}
#body .title-box h1:before,
#body .title-box h2:before,
#body .title-box-alt h1:before,
#body .title-box-alt h2:before {
  left: -57px;
  background-image: url(/Image/left-border-large.png);
}
#body .title-box h1:after,
#body .title-box h2:after,
#body .title-box-alt h1:after,
#body .title-box-alt h2:after {
  right: -57px;
  background-image: url(/Image/right-border-large.png);
}
#body .title-box {
  padding: 90px 0;
}
#body .title-box h1:before,
#body .title-box h1:after,
#body .title-box h2:before,
#body .title-box h2:after {
  height: 59px;
  margin-top: -29.5px;
}
#body .title-box h1:before,
#body .title-box h2:before {
  background-image: url(/Image/left-border-large.png);
}
#body .title-box h1:after,
#body .title-box h2:after {
  background-image: url(/Image/right-border-large.png);
}
#body .title-box-alt {
  padding: 24px 0;
  background: url(/Image/border-bg.jpg) repeat-y center top;
  background-size: contain;
}
#body .title-box-alt h1,
#body .title-box-alt h2 {
  color: #fff;
}
#body .title-box-alt h1:before,
#body .title-box-alt h1:after,
#body .title-box-alt h2:before,
#body .title-box-alt h2:after {
  height: 58px;
  margin-top: -29px;
}
#body .title-box-alt h1:before,
#body .title-box-alt h2:before {
  background-image: url(/Image/left-border2-large.png);
}
#body .title-box-alt h1:after,
#body .title-box-alt h2:after {
  background-image: url(/Image/right-border2-large.png);
}
#body .filter-box {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -14px;
  z-index: 1;
}
#body .filter-box .select {
  display: inline-block;
  vertical-align: top;
  width: 218px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
#body .filter-box .select .select-label {
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  display: block;
  line-height: 26px;
  border: 1px solid #fff;
  color: #fff;
  padding: 0 40px 0 20px;
  background: url(/Image/icon01.png) no-repeat right 5px center;
}
#body .filter-box .select .select-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: -1px;
  box-sizing: border-box;
  background-color: #fff;
  max-height: 300px;
  overflow: auto;
  border: 1px solid #fff;
  display: none;
}
#body .filter-box .select .select-dropdown div {
  line-height: 20px;
  font-size: 15px;
  padding: 3px 0;
}
#body .filter-box .select .select-dropdown div.selected {
  background-color: #ccc;
}
footer .footer-box {
  margin-top: -30px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border-bottom: 2px solid #939393;
  position: relative;
  padding: 8px 0;
}
footer .footer-box * {
  color: #666;
  font-size: 18px;
  line-height: 21px;
}
footer .footer-box li {
  list-style: none;
  padding: 0 8px;
  display: inline-block;
  vertical-align: middle;
}
footer .footer-box li + li {
  border-left: 1px solid #939393;
}
footer .footer-box li a {
  display: block;
}
footer .footer-box p,
footer .footer-box .menu-box {
  display: inline-block;
  vertical-align: middle;
}
footer .footer-box p {
  margin-right: 30px;
  padding-left: 8px;
}
footer .footer-box .language-box {
  position: absolute;
  right: 0;
  top: 15px;
}
footer .valign {
  min-height: 230px;
}
@media screen and (max-width: 1200px) {
  body.open header .menu-button {
    background-image: url(/Image/close2.png);
  }
  body.open header .menu-box {
    display: block;
  }
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
  header .box {
    height: 100px;
  }
  header .logo-box {
    left: 53px;
  }
  header .menu-button {
    display: block;
  }
  header .menu-box {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 100px;
    width: 100%;
    padding-left: 0;
  }
  header .menu-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/Image/mobilemenubackground.png) repeat-y center top;
    background-size: contain;
  }
  header .menu-box ul {
    height: 100%;
    position: relative;
    overflow: auto;
    display: block;
    padding: 48px 0;
    text-align: center;
    margin-top: 0;
    box-sizing: border-box;
  }
  header .menu-box ul li {
    display: block;
  }
  header .menu-box ul li.halign {
    display: none;
  }
  header .menu-box ul li + li {
    margin-left: 0;
    margin-top: 48px;
  }
  header .menu-box ul li + li a:before {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -50px;
    opacity: 0.5;
  }
  header .menu-box ul li a {
    font-size: 30px;
    position: relative;
  }
  header .menu-box .valign {
    display: none;
  }
  #body {
    margin-top: 100px;
  }
  #body .title-box h1,
  #body .title-box h2,
  #body .title-box-alt h1,
  #body .title-box-alt h2 {
    font-size: 40px;
  }
  #body .title-box h1:before,
  #body .title-box h2:before,
  #body .title-box-alt h1:before,
  #body .title-box-alt h2:before {
    left: -34px;
  }
  #body .title-box h1:after,
  #body .title-box h2:after,
  #body .title-box-alt h1:after,
  #body .title-box-alt h2:after {
    right: -34px;
  }
  #body .title-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #body .title-box-alt {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  #body .filter-box {
    position: relative;
    right: auto;
    top: auto;
    margin: 32px auto 0;
    text-align: center;
  }
  footer .footer-box {
    text-align: center;
    margin-top: 0;
    padding-top: 46px;
    padding-bottom: 46px;
    border-bottom: 0 none;
  }
  footer .footer-box p {
    margin-right: 0;
    padding-left: 0;
  }
  footer .footer-box .menu-box {
    display: block;
    margin-top: 18px;
    padding-bottom: 17px;
    border-bottom: 2px solid #939393;
  }
  footer .footer-box .language-box {
    position: static;
    margin-top: 17px;
  }
  footer .valign {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #body .title-box {
    padding-top: 37px;
    padding-bottom: 37px;
  }
}
@media screen and (max-width: 599px) {
  .box {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .logo-box {
    left: 20px;
  }
  header .menu-button {
    right: 20px;
  }
}
#body .title-box {
  background-color: #b3b3b3;
  padding-bottom: 54px;
}
#body .title-box-alt {
  padding-top: 33px;
  padding-bottom: 32px;
}
#body .filter-box .select {
  width: 262px;
}
.artists-box .artists-block {
  background-color: #4d4d4d;
}
@media screen and (max-width: 1200px) {
  #body .title-box {
    padding-bottom: 38px;
  }
  #body .title-box-alt {
    padding-top: 17px;
    padding-bottom: 20px;
  }
  #body .filter-box {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  #body .title-box {
    padding-top: 50px;
  }
}
.banner-box {
  position: relative;
}
.banner-box .prev,
.banner-box .next {
  position: absolute;
  top: 0;
  height: 100%;
  width: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.banner-box .prev {
  left: 0;
  background-image: url(/Image/prev.png);
}
.banner-box .next {
  right: 0;
  background-image: url(/Image/next.png);
}
.banner-box .banner-block {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.banner-box .banner-block .slide,
.banner-box .banner-block .banner-body {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}
.banner-box .banner-block .banner-body {
  background-color: #000;
}
.banner-box .banner-block .banner-body img {
  width: 100%;
  height: auto;
}
.banner-box .banner-block .banner-body video,
.banner-box .banner-block .banner-body iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.artists-box .artists-block {
  padding: 65px 0 220px;
}
.artists-box .artists-block .back-box a {
  display: inline-block;
  width: 215px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 28px;
}
.artists-box .artists-block .artists-body {
  margin-top: 60px;
  position: relative;
}
.artists-box .artists-block .artists-body:before {
  content: '';
  width: 2px;
  background-color: #606060;
  height: 100%;
  position: absolute;
  left: 64.5%;
  top: 0;
}
.artists-box .artists-block .artists-body .left-box,
.artists-box .artists-block .artists-body .right-box {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.artists-box .artists-block .artists-body .left-box {
  width: 61.4%;
  position: relative;
}
.artists-box .artists-block .artists-body .left-box .bottom-box {
  padding: 51px 46px 83px;
  background: url(/Image/artists-bg2.png) no-repeat center center;
  background-size: cover;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .info-box .line + .line {
  margin-top: 12px;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .info-box .line * {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  line-height: 26px;
  font-size: 20px;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .info-box .line h3 {
  font-weight: 400;
  width: 17.7%;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .info-box .line p {
  width: 82.3%;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .social-box {
  margin-top: 23px;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .social-box a {
  display: inline-block;
  vertical-align: middle;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .social-box a + a {
  margin-left: 11px;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .submenu {
  margin-top: 37px;
  text-align: justify;
  position: relative;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .submenu:after {
  content: '';
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b3b3b3;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .submenu a {
  display: inline-block;
  vertical-align: top;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .submenu a:hover,
.artists-box .artists-block .artists-body .left-box .bottom-box .submenu a.active {
  color: #fff;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box {
  margin-top: 34px;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box > div {
  display: none;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box > div.active {
  display: block;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .slide + .slide {
  margin-top: 74px;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .film-box a,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .tv-box a,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .video-box a,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .music-box a,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .event-box a {
  display: inline-block;
  vertical-align: top;
  width: 240px;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .film-box a img,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .tv-box a img,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .video-box a img,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .music-box a img,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .event-box a img {
  width: 100%;
  height: auto;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .film-box a h4,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .film-box a h5,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .tv-box a h4,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .tv-box a h5,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .video-box a h4,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .video-box a h5,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .music-box a h4,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .music-box a h5,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .event-box a h4,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .event-box a h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 16px;
  padding: 0 3px;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .film-box a time,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .tv-box a time,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .video-box a time,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .music-box a time,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .event-box a time {
  display: block;
  font-size: 17px;
  color: #bababa;
  line-height: 26px;
  padding: 0 3px;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .music-box .slide + .slide {
  margin-top: 90px;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .music-box a img {
  border-radius: 0 68px 0 20px;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .music-box a h4 {
  margin-top: 11px;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .music-box a h5 {
  margin-top: 6px;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .preview-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  display: none;
  background-color: #000;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .preview-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .preview-box img {
  width: 100%;
  height: auto;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .preview-box .preview-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .preview-box .preview-block video,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .preview-box .preview-block iframe {
  width: 100%;
  height: 100%;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .video-box .video-block a {
  display: inline-block;
  vertical-align: top;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .video-box .video-block a.active span:before,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .video-box .video-block a.active span:after,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .video-box .video-block a:hover span:before,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .video-box .video-block a:hover span:after {
  display: block;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .video-box .video-block a span {
  display: block;
  position: relative;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .video-box .video-block a span:before,
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .video-box .video-block a span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .video-box .video-block a span:before {
  background: url(/Image/play-bg.png);
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .video-box .video-block a span:after {
  background: url(/Image/play2.png) no-repeat center center;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .video-box .video-block a span img {
  width: 100%;
  height: auto;
}
.artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .video-box .video-block a h4 {
  margin-top: 20px;
}
.artists-box .artists-block .artists-body .right-box {
  width: 38.6%;
  padding: 0 2.9% 32px 5.8%;
}
.artists-box .artists-block .artists-body .right-box .photo-box img {
  width: 100%;
  height: auto;
  border-radius: 0 70px;
}
.artists-box .artists-block .artists-body .right-box .bottom-box {
  margin-top: 52px;
}
.artists-box .artists-block .artists-body .right-box .bottom-box .info-box + .info-box {
  margin-top: 57px;
}
.artists-box .artists-block .artists-body .right-box .bottom-box .info-box > h3,
.artists-box .artists-block .artists-body .right-box .bottom-box .info-box > h4 {
  font-weight: 400;
  color: #fff;
}
.artists-box .artists-block .artists-body .right-box .bottom-box .info-box > h3 {
  display: inline-block;
  font-size: 20px;
  border-bottom: 2px solid #606060;
  padding-bottom: 8px;
}
.artists-box .artists-block .artists-body .right-box .bottom-box .info-box > h4 {
  font-size: 16px;
  padding: 0 3px;
  margin-top: 13px;
}
.artists-box .artists-block .artists-body .right-box .bottom-box .info-box .writer {
  margin-top: 15px;
}
.artists-box .artists-block .artists-body .right-box .bottom-box .info-box .writer * {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}
.banner-box .prev,
.banner-box .next {
  background-size: 20px;
}
.banner-box:after {
  content: '';
  height: 9px;
  display: block;
  background: url(/Image/border-bg.jpg) repeat-y center top;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .artists-box .artists-block {
    padding-top: 31px;
  }
  .artists-box .artists-block .artists-body {
    margin-top: 26px;
  }
  .artists-box .artists-block .artists-body:before {
    display: none;
  }
  .artists-box .artists-block .artists-body .left-box {
    width: 71.4%;
  }
  .artists-box .artists-block .artists-body .left-box .bottom-box {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 41px;
  }
  .artists-box .artists-block .artists-body .left-box .bottom-box .info-box .line h3 {
    width: 26.7%;
  }
  .artists-box .artists-block .artists-body .left-box .bottom-box .info-box .line p {
    width: 73.3%;
  }
  .artists-box .artists-block .artists-body .right-box {
    width: 28.6%;
    padding-left: 3.2%;
    padding-right: 0;
  }
  .artists-box .artists-block .artists-body .right-box .bottom-box {
    margin-top: 43px;
  }
}
@media screen and (max-width: 900px) {
  .artists-box .artists-block {
    padding-bottom: 49px;
  }
  .artists-box .artists-block .box {
    padding-left: 0;
    padding-right: 0;
  }
  .artists-box .artists-block .back-box {
    text-align: center;
  }
  .artists-box .artists-block .artists-body {
    margin-top: 33px;
  }
  .artists-box .artists-block .artists-body .left-box,
  .artists-box .artists-block .artists-body .right-box {
    display: block;
    width: 100%;
  }
  .artists-box .artists-block .artists-body .left-box .bottom-box {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 20px;
  }
  .artists-box .artists-block .artists-body .left-box .bottom-box .info-box .line h3 {
    width: 28%;
  }
  .artists-box .artists-block .artists-body .left-box .bottom-box .info-box .line p {
    width: 72%;
  }
  .artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .video-box .video-block {
    margin-top: 20px;
  }
  .artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .video-box .video-block .slide + .slide {
    margin-top: 69px;
  }
  .artists-box .artists-block .artists-body .left-box .bottom-box .relate-box .video-box .video-block a {
    width: 240px;
  }
  .artists-box .artists-block .artists-body .right-box {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 45px;
  }
  .artists-box .artists-block .artists-body .right-box .photo-box {
    max-width: 354px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .artists-box .artists-block .artists-body .left-box .bottom-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .artists-box .artists-block .artists-body .right-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
