.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;
  }
}
.news-box .news-block .news-body .small-box + .small-box {
  margin-top: 4.6%;
  border-top: 2px solid #606060;
  padding-top: 4.6%;
}
.news-box .news-block .news-body .small-box .left-box,
.news-box .news-block .news-body .small-box .right-box {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
}
.news-box .news-block .news-body .small-box .left-box img,
.news-box .news-block .news-body .small-box .right-box img {
  width: 100%;
  height: auto;
}
.news-box .news-block .news-body .small-box .left-box {
  width: 56.2%;
}
.news-box .news-block .news-body .small-box .left-box a {
  display: block;
}
.news-box .news-block .news-body .small-box .right-box {
  width: 43.8%;
  position: relative;
}
.news-box .news-block .news-body .small-box .right-box .small-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 9.2%;
  padding-bottom: 30px;
}
.news-box .news-block .news-body .small-box .right-box .small-block h3,
.news-box .news-block .news-body .small-box .right-box .small-block time {
  font-size: 12px;
}
.news-box .news-block .news-body .small-box .right-box .small-block h3 {
  font-weight: 400;
  color: #fff;
}
.news-box .news-block .news-body .small-box .right-box .small-block time {
  color: #bababa;
  display: block;
  margin-top: 25px;
}
.news-box .news-block .news-body .small-box .right-box .small-block a {
  position: absolute;
  bottom: 0;
  left: 9.2%;
  box-sizing: border-box;
  width: 98px;
  line-height: 30px;
  background: url(/Image/detail3.png) no-repeat;
  padding-left: 24px;
  color: #fff;
  font-size: 15px;
}
.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%;
}
.share-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  text-align: center;
  z-index: 3;
  display: none;
}
.share-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #666;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity = 80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.share-box .share-block {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: url(/Image/A2.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  max-width: 1400px;
  height: 543px;
  box-sizing: border-box;
  padding: 30px 45px;
  text-align: left;
}
.share-box .share-block .close-share {
  position: absolute;
  right: 38px;
  top: 30px;
  width: 26px;
  height: 26px;
  background: url(/Image/A1.png) no-repeat center center;
}
.share-box .share-block h3 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
.share-box .share-block .share-body {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  padding: 0 45px;
  box-sizing: border-box;
}
.share-box .share-block .share-body a,
.share-box .share-block .share-body .share-button {
  display: inline-block;
  vertical-align: middle;
}
.share-box .share-block .share-body > a + a {
  margin-left: 20px;
}
.share-box .share-block .share-body .share-button {
  margin-left: 253px;
}
.share-box .share-block .share-body .share-button .text {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 0 46px;
  color: #fff;
  height: 36px;
  font-size: 20px;
  width: 464px;
  text-overflow: ellipsis;
}
.share-box .share-block .share-body .share-button .copy {
  color: #fff;
  margin-left: 22px;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .share-box .share-block .share-body .share-button {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .share-box .share-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .share-box .share-block .share-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .share-box .share-block .share-body .share-button .text {
    width: 100%;
    max-width: 464px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .share-box .share-block .share-body .share-button .copy {
    display: block;
    margin-top: 20px;
    margin-left: 0;
  }
}
.news-box {
  background-color: #4d4d4d;
  padding-bottom: 89px;
}
.news-box .back-box {
  background: url(/Image/border-bg.jpg) repeat-y center top;
  background-size: contain;
  padding: 17px 0;
}
.news-box .back-box a {
  display: inline-block;
  width: 215px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 28px;
}
.news-box .news-block {
  padding-top: 120px;
}
.news-box .news-block .news-body {
  position: relative;
}
.news-box .news-block .news-body:before {
  content: '';
  width: 2px;
  background-color: #606060;
  height: 100%;
  position: absolute;
  left: 64.5%;
  top: 0;
}
.news-box .news-block .news-body .header-box h2 {
  color: #fff;
  display: inline-block;
  background: url(/Image/arrow.png) no-repeat right center;
  padding-right: 25px;
  font-weight: 400;
  font-size: 30px;
}
.news-box .news-block .news-body > .header-box {
  display: none;
}
.news-box .news-block .news-body > .left-box,
.news-box .news-block .news-body > .right-box {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.news-box .news-block .news-body > .left-box {
  width: 61.4%;
}
.news-box .news-block .news-body > .left-box .banner-box {
  position: relative;
  background-color: #000;
}
.news-box .news-block .news-body > .left-box .banner-box .banner-block {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.news-box .news-block .news-body > .left-box .banner-box .banner-block .slide,
.news-box .news-block .news-body > .left-box .banner-box .banner-block .banner-body {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}
.news-box .news-block .news-body > .left-box .banner-box .banner-block .banner-body {
  background-color: #000;
}
.news-box .news-block .news-body > .left-box .banner-box .banner-block .banner-body img {
  width: 100%;
  height: auto;
}
.news-box .news-block .news-body > .left-box .banner-box .banner-block .banner-body video,
.news-box .news-block .news-body > .left-box .banner-box .banner-block .banner-body iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-box .news-block .news-body > .left-box .bottom-box {
  background: url(/Image/news-bg3.png) no-repeat center top;
  background-size: cover;
  padding: 38px 45px;
  min-height: 750px;
}
.news-box .news-block .news-body > .left-box .bottom-box .subheader-box {
  position: relative;
  padding-right: 70px;
}
.news-box .news-block .news-body > .left-box .bottom-box .subheader-box h2 {
  font-weight: 400;
  color: #fff;
  font-size: 24px;
}
.news-box .news-block .news-body > .left-box .bottom-box .subheader-box .share {
  position: absolute;
  right: 20px;
  top: 4px;
}
.news-box .news-block .news-body > .left-box .bottom-box .subheader-box time {
  display: block;
  margin-top: 80px;
  font-size: 18px;
  color: #bababa;
}
.news-box .news-block .news-body > .left-box .bottom-box .writer {
  margin-top: 55px;
}
.news-box .news-block .news-body > .left-box .bottom-box .writer * {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
}
.news-box .news-block .news-body > .right-box {
  width: 38.6%;
  padding: 0 0 32px 5.8%;
}
.news-box .news-block .news-body > .right-box .relate-box {
  margin-top: 39px;
}
#body .title-box h1 {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  #body .title-box {
    padding-bottom: 38px;
  }
  .news-box .news-block .news-body:before {
    display: none;
  }
  .news-box .news-block .news-body > .header-box {
    display: block;
  }
  .news-box .news-block .news-body > .left-box,
  .news-box .news-block .news-body > .right-box {
    margin-top: 32px;
  }
  .news-box .news-block .news-body > .left-box {
    width: 68.7%;
  }
  .news-box .news-block .news-body > .left-box .bottom-box {
    padding: 44px 23px;
    min-height: 738px;
  }
  .news-box .news-block .news-body > .left-box .bottom-box .subheader-box {
    padding-right: 65px;
  }
  .news-box .news-block .news-body > .left-box .bottom-box .subheader-box h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .news-box .news-block .news-body > .left-box .bottom-box .subheader-box time {
    margin-top: 13px;
    font-size: 12px;
  }
  .news-box .news-block .news-body > .left-box .bottom-box .subheader-box .share {
    top: -4px;
    right: 15px;
  }
  .news-box .news-block .news-body > .left-box .bottom-box .writer {
    margin-top: 42px;
  }
  .news-box .news-block .news-body > .left-box .bottom-box .writer * {
    font-size: 20px;
    line-height: 32px;
  }
  .news-box .news-block .news-body > .right-box {
    width: 31.3%;
    padding-left: 2.8%;
  }
  .news-box .news-block .news-body > .right-box .header-box {
    display: none;
  }
  .news-box .news-block .news-body > .right-box .relate-box {
    margin-top: 0;
  }
  .news-box .news-block .news-body .small-box + .small-box {
    margin-top: 10%;
    padding-top: 10%;
  }
  .news-box .news-block .news-body .small-box .left-box,
  .news-box .news-block .news-body .small-box .right-box {
    display: block;
    width: 100%;
  }
  .news-box .news-block .news-body .small-box .right-box {
    margin-top: 12px;
  }
  .news-box .news-block .news-body .small-box .right-box img {
    display: none;
  }
  .news-box .news-block .news-body .small-box .right-box .small-block {
    position: relative;
    padding-left: 0;
    padding-bottom: 0;
  }
  .news-box .news-block .news-body .small-box .right-box .small-block time,
  .news-box .news-block .news-body .small-box .right-box .small-block a {
    margin-top: 6px;
  }
  .news-box .news-block .news-body .small-box .right-box .small-block a {
    display: inline-block;
    position: relative;
    left: auto;
    width: 88px;
    line-height: 27px;
    background-size: cover;
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  #body .title-box {
    padding-top: 50px;
  }
  .news-box {
    padding-bottom: 41px;
  }
  .news-box .back-box {
    text-align: center;
  }
  .news-box .news-block .box {
    padding-left: 0;
    padding-right: 0;
  }
  .news-box .news-block .news-body > .header-box {
    padding-left: 60px;
    padding-right: 60px;
  }
  .news-box .news-block .news-body > .left-box,
  .news-box .news-block .news-body > .right-box {
    display: block;
    width: 100%;
  }
  .news-box .news-block .news-body > .left-box {
    margin-top: 27px;
  }
  .news-box .news-block .news-body > .left-box .bottom-box {
    padding: 31px 60px 40px;
    min-height: 0;
  }
  .news-box .news-block .news-body > .left-box .bottom-box .subheader-box {
    padding-right: 60px;
  }
  .news-box .news-block .news-body > .left-box .bottom-box .subheader-box .share {
    top: 0;
    right: 0;
  }
  .news-box .news-block .news-body > .left-box .bottom-box .subheader-box time {
    margin-top: 27px;
  }
  .news-box .news-block .news-body > .right-box {
    padding-left: 0;
    margin-top: 48px;
  }
  .news-box .news-block .news-body > .right-box .relate-box {
    padding-left: 60px;
    padding-right: 60px;
  }
  .news-box .news-block .news-body > .right-box .relate-box .small-box {
    display: inline-block;
    vertical-align: top;
    width: 47%;
  }
  .news-box .news-block .news-body > .right-box .relate-box .small-box + .small-box {
    margin-top: 0;
    padding-top: 0;
    border-top: 0 none;
  }
  .news-box .news-block .news-body > .right-box .relate-box .small-box:nth-child(2n + 2) {
    margin-left: 6%;
  }
  .news-box .news-block .news-body > .right-box .relate-box .small-box:nth-child(n + 3) {
    margin-top: 37px;
  }
}
@media screen and (max-width: 599px) {
  .news-box .news-block .news-body > .header-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-box .news-block .news-body > .left-box .bottom-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-box .news-block .news-body > .right-box .relate-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
