
@media screen and (min-width: 1240px) {
  .show-mobile {
    display: none !important;
  }
  .bg-gray {
    width: 100%;
    margin-top: 117px;
    height: 50px;
    background-color: #f5f5f5;
  }
  /* 面包屑 */
  .breadcrumb {
    margin-top: 10px;
  }
  .main-box {
    position: relative;
  }
  .main-box .show-mobile {
    display: none !important;
  }
  .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* 右侧 */
  }
  .main .detail-wrap {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .main .detail-wrap .info-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main .show-mobile {
    display: none !important;
  }
  .main hr {
    background-color: #ccc;
    height: 1px;
    border: none;
  }
  .main h2.title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
  }
  .main .info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #666;
    font-weight: 100;
    margin-top: 5px;
  }
  .main .info-wrap .ml-10 {
    margin-left: 15px;
  }
  .main .info-wrap img {
    height: 14px;
    margin-right: 8px;
  }
  .main .detail {
    margin-top: 10px;
    padding: 20px 0;
    border-top: 1px solid #eee;
  }
  .main .share-wrap {
    text-align: right;
  }
  .main .share-wrap .icon-box {
    margin-left: 10px;
    display: inline-block;
  }
  .main .share-wrap .icon-box .show-mobile {
    display: none;
  }
  .main .change-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px 0;
  }
  .main .change-articles .change-item {
    font-weight: 200;
    font-size: 16px;
    -ms-flex-preferred-size: 20%;
    /* flex-basis: 20%; */
    cursor: pointer;
  }
  .main .change-articles .change-item .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main .change-articles .change-item p {
    font-size: 18px;
    margin-top: 5px;
  }
  .main .change-articles .change-item.prev {
    color: #666;
  }
  .main .change-articles .change-item.prev img {
    margin-right: 5px;
  }
  .main .change-articles .change-item.next {
    color: #618ce6;
  }
  .main .change-articles .change-item.next img {
    margin-left: 5px;
  }
  .main .right {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    /* 热门资讯 */
    /*体验宝航区域开始*/
  }
  .main .right .con-title {
    font-size: 16px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc;
  }
  .main .right .hot-news {
    width: 100%;
  }
  .main .right .hot-news .hot-news-item {
    margin-bottom: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .main .right .hot-news .hot-news-item:first-child {
    margin-top: 30px;
  }
  .main .right .hot-news .hot-news-item .img-wrap {
    width: 180px;
    height: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
  }
  .main .right .hot-news .hot-news-item .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .right .hot-news .hot-news-item .flex1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 0;
  }
  .main .right .hot-news .hot-news-item .title,
  .main .right .hot-news .hot-news-item .desc,
  .main .right .hot-news .hot-news-item .time {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main .right .hot-news .hot-news-item .title {
    font-size: 18px;
  }
  .main .right .hot-news .hot-news-item .desc {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
  }
  .main .right .hot-news .hot-news-item .time {
    font-size: 12px;
    font-weight: 200;
    color: #666;
    margin-top: 14px;
  }
  .main .right .experience-bh {
    padding: 30px 30px 50px;
    background-color: #437bf4;
    margin: 40px 0;
  }
  .main .right .experience-bh .experience-bh-tit {
    text-align: center;
    font-size: 25px;
    color: #fff;
  }
  .main .right .experience-bh .experience-info {
    margin-top: 25px;
    padding: 20px;
    border-radius: 10px;
    background: #f2f2f2;
  }
  .main .right .experience-bh .experience-ipt {
    height: 50px;
    padding: 10px 20px;
    line-height: 50px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #fff;
    font-size: 16px;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .main .right .experience-bh .experience-ipt:focus {
    border-color: #437bf4;
  }
  .main .right .experience-bh .experience-btn {
    height: 50px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    border: none;
    border-radius: 10px;
    background: #437bf4;
    letter-spacing: 10px;
    cursor: pointer;
    width: 100%;
  }
  .main .right .experience-bh .experience-btn:hover {
    background: #007aff;
  }
}
/*# sourceMappingURL=news-detail-pc.css.map */