@media screen and (max-width:1115px) {
 
  .content .article .article-detail-content .article-detail-content-left {
    display: none;
    width: 100%;
    background: #fff
  }
  .content .article .article-detail-content .article-detail-content-left .content-left-top {
    height: 47px;
    background: #1a6ac1;
    position: relative
  }
  .content .article .article-detail-content .article-detail-content-left .content-left-top .content-left-top-title {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 212px;
    height: 35px;
    background: #5e98f3;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 35px
  }
  .content .article .article-detail-content .article-detail-content-left .content-left-content {
    background-color: #fff;
    padding-bottom: 7px
  }
  .content .article .article-detail-content .article-detail-content-left .content-left-content .content-left-content-block {
    width: 175px;
    height: 29px;
    background: #d5e4f7;
    margin: 0 auto
  }
  .content .article .article-detail-content .article-detail-content-left .content-left-content .active {
    background-color: #5e98f3;
    color: #fff!important
  }
  .content .article .article-detail-content .article-detail-content-left .content-left-content .active span {
    background-color: #fff!important
  }
  .content .article .article-detail-content .article-detail-content-left .content-left-content .content-left-content-item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    color: #1a6ac1;
    position: relative;
    margin: 0 auto;
    width: 235px;
    padding-left: 7px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    border-bottom: 1px solid #d2d3d5;
    line-height: 29px
  }
  .content .article .article-detail-content .article-detail-content-left .content-left-content .content-left-content-item span {
    display: inline-block;
    line-height: 29px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #1a6ac1
  }
  .content .article .article-detail-content .article-detail-content-right {
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px
  }
  .content .article .article-detail-content .detail-title {
    font-size: 22px;
    font-family: FZCuSong-B09S;
    font-weight: 400;
    color: #1a6ac1;
    text-align: center;
    margin-bottom: 10px
  }
  .content .article .article-detail-content .article-detail-content-right .detail-line,.content .article .article-detail-content .article-detail-content-full .detail-line{
    width: 100%;
    height: 1px;
    background: #1a6ac1;
    margin-bottom: 8px
  }
  .content .article .article-detail-content .detail-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    font-family: NSimSun;
    font-weight: 400;
    color: #777;
    margin-bottom: 20px
  }

.detail-content p img,.detail-content div img,.xcsys{
  width: 100%;
}

.xcsys .tabs-item{padding-left: 6px; padding-right: 6px;}
}