
body {
  width: 100%;
}
.xhc-header,
.nav-all,
.xhc-footer,
.xgxw {
    display: none;
}

.header-container {
    height: 70px;
}
.logo {
    height: 70px;
    display: block;
    float: left;
}
.navUl {
    float: left;
    height: 70px;
    line-height: 70px;
}

.navbar-li {
    float: left;
}
.navbar-li a:hover, .navbar-li a:focus{
    text-decoration: none;
    background-color: transparent !important;
}
.xhc-footer {
    padding-top: 30px;
    padding-bottom: 80px;
    font-size: 14px;
}
.xhc-footer p {
    margin: 0 0 5px;
}
.xhc-footer a {
    color: #333;
}
.clearfix{
    height: auto;
}
.download-fade{
    height: auto;
}
.code{
    width:150px;
    height: 150px;
}
.title {
    text-align: center;
}
.links a {
    display: inline-block;
    margin: 2px 10px;
}
.links a:hover {
    color: #ffbc4d;
}
.article-title {
  display:none
}
.tip{
    display: none;
}
/*ipad*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .xhc-wrapper {
      width: 750px;
      margin: auto;
      padding-bottom:25px;
    }
  .header-container {
        height: 70px;
    }
    .xhc-wrapper {
      width: 750px;
      margin: auto;
    }
    .xhc-header,
    .nav-all,
    .xhc-footer,
    .xgxw {
        display: none;
    }
    .full-show-container {
      height: 600px !important;
    }
    .col-sm-8 {
        width: 100% !important;
    }
    .article-title {
      font-size: 0.8rem;
      line-height: 1.45067rem;
      color: rgba(34, 34, 34, 1);
      display: block;
      width: 750px;
      margin:0 auto 0.96rem auto;
    }
}

@media only screen and (min-width: 992px) {
    [data-dpr="1"] body {
        width: 100%!important;
    }
    .article-title {
      margin-top: 0.96rem;
      font-size: 0.8rem;
      line-height: 1.45067rem;
      color: rgba(34, 34, 34, 1);
      display: block;
      width: 750px;
      margin:0 auto 0.96rem auto;
    }
    .tip{
        display: block;
    }
    .download-fade {
        display: none;
    }
    .xhc-header,
    .xhc-footer,
    .xgxw {
        display: block;
    }
    .xhc-wrapper {
      width: 750px;
      margin: auto;
      padding-top: 15px;
      padding-bottom:25px;
    }
    .full-show-container {
      height: 600px !important;
    }
    .header-container {
      height: 70px;
    }
    .article-broadcast {
        margin: 0;
    }
    .article-broadcast.clearfix {
        height: 0;
    }
    .article-detail {
        margin: 0 auto;
    }
    .article-content {
        font-size: 0.52533rem !important;
        margin-top: 1rem;
    }
    .article-content>* {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .broadcast-container {
        display: none;
    }
}