.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;
  }
}
.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%;
}
.banner-box .banner-block .banner-body img {
  position: relative;
  z-index: 1;
}
.about-box {
  position: relative;
  text-align: center;
  background-color: #ccc;
  padding: 83px 0 60px;
}
.about-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 23px;
  background: url(/Image/border-bg.jpg) repeat-y center top;
  background-size: contain;
}
.about-box .about-block {
  display: inline-block;
  vertical-align: middle;
  max-width: 1150px;
  text-align: left;
}
.about-box .valign {
  min-height: 764px;
}
.section-box .section-menu {
  background: url(/Image/border-bg.jpg) repeat-y center top;
  background-size: contain;
  text-align: center;
}
.section-box .section-menu ul {
  display: inline-block;
  vertical-align: middle;
}
.section-box .section-menu ul li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  position: relative;
  margin: 0 55px;
}
.section-box .section-menu ul li:before,
.section-box .section-menu ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -29.5px;
  width: 40px;
  height: 59px;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
.section-box .section-menu ul li:before {
  left: -40px;
  background-image: url(/Image/left-border2.png);
}
.section-box .section-menu ul li:after {
  right: -40px;
  background-image: url(/Image/right-border2.png);
}
.section-box .section-menu ul li.active:before,
.section-box .section-menu ul li.active:after,
.section-box .section-menu ul li:hover:before,
.section-box .section-menu ul li:hover:after {
  display: block;
}
.section-box .section-menu ul li a {
  display: block;
  color: #fff;
  font-size: 30px;
  min-width: 100px;
}
.section-box .section-menu .valign {
  min-height: 120px;
}
.section-box .section-block {
  display: none;
  background-color: #ccc;
}
.section-box .section-block.active {
  display: block;
}
.section-box .section-block .left-box,
.section-box .section-block .right-box {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.section-box .section-block .left-box {
  width: 48%;
  position: relative;
}
.section-box .section-block .left-box .gallery-box {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.section-box .section-block .left-box .gallery-box .slide {
  display: inline-block;
  vertical-align: top;
}
.section-box .section-block .left-box .gallery-box img {
  width: 100%;
  height: auto;
}
.section-box .section-block .left-box .prev,
.section-box .section-block .left-box .next {
  position: absolute;
  bottom: 30px;
  width: 35px;
  height: 47px;
  background-repeat: no-repeat;
}
.section-box .section-block .left-box .prev {
  background-image: url(/Image/prev.png);
  right: 113px;
}
.section-box .section-block .left-box .next {
  background-image: url(/Image/next.png);
  right: 27px;
}
.section-box .section-block .right-box {
  width: 52%;
  padding: 90px;
  margin-top: 95px;
}
.section-box .section-block .right-box .writer-box {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 100%;
  max-width: 655px;
}
.section-box .section-block .right-box .writer-box .writer + .more-box {
  margin-top: 170px;
}
.section-box .section-block .right-box .writer-box .more-box {
  text-align: right;
}
.section-box .section-block .right-box .writer-box .more-box a {
  display: inline-block;
  line-height: 33px;
  font-size: 15px;
  position: relative;
}
.section-box .section-block .right-box .writer-box .more-box a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: url(/Image/border-bg.jpg) repeat-y center top;
  background-size: contain;
}
.song-box {
  padding-top: 10px;
  background-color: #ccc;
  text-align: center;
  position: relative;
}
.song-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  background: url(/Image/border-bg.jpg) repeat-y center top;
  background-size: contain;
}
.song-box .song-block {
  display: inline-block;
  vertical-align: middle;
  max-width: 652px;
  margin-top: 14px;
}
.song-box .song-block .song-body {
  position: relative;
  display: block;
  margin-top: 82px;
}
.song-box .song-block .song-body:before {
  content: '';
  position: absolute;
  width: 101.4%;
  height: 100.9%;
  left: 16px;
  top: -24px;
  background: url(/Image/song-bg2.png) no-repeat;
  background-size: contain;
}
.song-box .song-block .song-body:after {
  content: '';
  position: absolute;
  left: 16px;
  top: 25px;
  background: url(/Image/movie-play.png) no-repeat;
  width: 58px;
  height: 58px;
}
.song-box .song-block .song-body img {
  width: 100%;
  height: auto;
  position: relative;
}
.song-box .song-block .song-body audio {
  display: none;
}
.song-box .song-block h2,
.song-box .song-block h3 {
  font-weight: 400;
}
.song-box .song-block h2 {
  font-size: 40px;
  margin-top: 16px;
}
.song-box .valign {
  min-height: 1098px;
}
.news-box {
  background: url(/Image/news-bg.jpg) repeat-y center top;
  background-size: contain;
  padding: 105px 0 215px;
}
.news-box .news-block .news-title {
  position: relative;
  text-align: center;
}
.news-box .news-block .news-title .prev,
.news-box .news-block .news-title .next {
  position: absolute;
  top: 0;
  width: 35px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.news-box .news-block .news-title .prev {
  background-image: url(/Image/prev.png);
  left: 57px;
}
.news-box .news-block .news-title .next {
  background-image: url(/Image/next.png);
  right: 57px;
}
.news-box .news-block .news-title h2 {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  position: relative;
  font-weight: 400;
}
.news-box .news-block .news-title h2:before,
.news-box .news-block .news-title h2:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -29.5px;
  width: 40px;
  height: 59px;
  background-repeat: no-repeat;
  background-position: center center;
}
.news-box .news-block .news-title h2:before {
  left: -75px;
  background-image: url(/Image/left-border2.png);
}
.news-box .news-block .news-title h2:after {
  right: -75px;
  background-image: url(/Image/right-border2.png);
}
.news-box .news-block .news-body {
  margin-top: 145px;
}
.news-box .news-block .news-body .box {
  padding: 44px 32px;
  background: url(/Image/news-bg2.png);
  max-width: 1408px;
}
.news-box .news-block .news-body .box .news-inner {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.news-box .news-block .news-body .box .news-inner .slide,
.news-box .news-block .news-body .box .news-inner .news-slide {
  display: inline-block;
  vertical-align: top;
}
.news-box .news-block .news-body .box .news-inner .news-slide {
  white-space: normal;
  width: 25.6%;
}
.news-box .news-block .news-body .box .news-inner .news-slide img {
  width: 100%;
  height: auto;
}
.news-box .news-block .news-body .box .news-inner .news-slide h3 {
  color: #fff;
  margin-top: 18px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.news-box .news-block .news-body .box .news-inner .news-slide .news-date {
  position: relative;
  margin-top: 38px;
  display: block;
}
.news-box .news-block .news-body .box .news-inner .news-slide .news-date time {
  display: block;
  padding: 0 8px;
  line-height: 26px;
  color: #fff;
  margin-right: 131px;
  border: 1px solid #fff;
  border-right: 0 none;
  box-sizing: border-box;
}
.news-box .news-block .news-body .box .news-inner .news-slide .news-date span {
  position: absolute;
  right: 0;
  top: -1px;
  width: 132px;
  line-height: 30px;
  background: url(/Image/detail2.png) no-repeat;
  box-sizing: border-box;
  padding-left: 20px;
  color: #fff;
  font-size: 15px;
}
.message-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  text-align: center;
  z-index: 4;
  background-color: rgba(0,0,0,0.3);
}
.message-box .message-block {
  position: relative;
  background-color: #fff;
  padding: 50px;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
.message-box .message-block .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  z-index: 1;
  background: url(/Image/close2.png) no-repeat center center;
}
.message-box .message-block .prev,
.message-box .message-block .next {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.message-box .message-block .prev {
  background-image: url(/Image/prev5.png);
  left: 0;
}
.message-box .message-block .next {
  background-image: url(/Image/next5.png);
  right: 0;
}
.message-box .message-block .message-body {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.message-box .message-block .message-body .message-inner,
.message-box .message-block .message-body .slide {
  display: inline-block;
  vertical-align: top;
}
.message-box .message-block .message-body .message-inner {
  white-space: normal;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .banner-box .banner-block .banner-body img {
    position: static;
  }
  .about-box {
    padding-top: 94px;
    padding-bottom: 164px;
  }
  .about-box:before {
    height: 10px;
  }
  .about-box .about-block {
    margin-top: 0;
  }
  .about-box .about-block .writer {
    margin-top: 65px;
  }
  .about-box .valign {
    display: none;
  }
  .section-box .section-menu ul li {
    margin-left: 40px;
    margin-right: 40px;
  }
  .section-box .section-block .left-box,
  .section-box .section-block .right-box {
    display: block;
    width: 100%;
  }
  .section-box .section-block .left-box .prev,
  .section-box .section-block .left-box .next {
    right: 50%;
    bottom: 37px;
  }
  .section-box .section-block .left-box .prev {
    margin-right: 25px;
  }
  .section-box .section-block .left-box .next {
    margin-right: -60px;
  }
  .section-box .section-block .right-box {
    margin-top: 12px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 52px;
  }
  .section-box .section-block .right-box .writer-box {
    display: block;
    max-width: 100%;
  }
  .section-box .section-block .right-box .writer-box .writer + .more-box {
    margin-top: 60px;
  }
  .section-box .section-block .right-box .valign {
    display: none;
  }
  .song-box {
    background-size: 89%;
    padding-bottom: 53px;
  }
  .song-box .song-block {
    position: relative;
    z-index: 1;
    max-width: 378px;
    margin-top: 0;
  }
  .song-box .song-block .song-body {
    margin-top: 73px;
  }
  .song-box .song-block .song-body:before {
    margin-top: -14px;
  }
  .song-box .song-block h2 {
    margin-top: 34px;
  }
  .song-box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/Image/song-bg3.png) repeat-y center center;
    background-size: contain;
  }
  .song-box .valign {
    display: none;
  }
  .news-box {
    padding-top: 47px;
    padding-bottom: 30px;
  }
  .news-box .news-block .news-body {
    margin-top: 38px;
  }
  .news-box .news-block .news-body .box {
    padding-left: 62px;
    padding-right: 62px;
    padding-bottom: 48px;
  }
  .news-box .news-block .news-body .box .news-inner .news-slide {
    width: 44.4%;
  }
  .news-box .news-block .news-body .box .news-inner .news-slide h3 {
    margin-top: 21px;
  }
}
@media screen and (max-width: 900px) {
  .about-box {
    padding-top: 34px;
    padding-bottom: 52px;
  }
  .about-box .about-block .writer {
    margin-top: 32px;
  }
  .section-box .section-menu ul li {
    margin-left: 4px;
    margin-right: 4px;
  }
  .section-box .section-menu .valign {
    min-height: 110px;
  }
  .section-box .section-block .right-box {
    margin-top: 0;
    padding-top: 75px;
  }
  .section-box .section-block .right-box .writer-box .writer + .more-box {
    margin-top: 0;
  }
  .song-box {
    background-size: 132%;
    padding-bottom: 105px;
  }
  .song-box .song-block .song-body {
    margin-top: 144px;
  }
  .song-box .song-block .song-body:before {
    top: 0;
  }
  .news-box .news-block .news-body .box .news-inner .news-slide {
    width: 73%;
  }
}
@media screen and (max-width: 599px) {
  .section-box .section-block .right-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-box .news-block .news-title .prev {
    left: 20px;
  }
  .news-box .news-block .news-title .next {
    right: 20px;
  }
}
