.header{
    height:250px;
}
.header_info p {
    font-family: '微软雅黑';
    font-weight: 400;
    font-size: 12px;
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.header_info h1{
    font-family: '微软雅黑 Bold', '微软雅黑';
    font-weight: 700;
    font-size: 50px;
    padding-top: 30px;
    -webkit-line-clamp: 1;
    background-image: -webkit-linear-gradient(bottom, #0d64ad,#00c1e7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header_info_title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.header_info{
    position: relative;
    padding-top: 20px;
    height: 250px;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
}
.new_zt_title a{
    font-size: 18px;
    margin-bottom: 10px;
    color: #333333;
    word-break: break-word;
}
.new_zt_title a span{

    color: #FF6600;
}
.new_zt_title{
    margin-bottom: 10px;
}
.new_zt_img{
    width: 134px;
    height: 81px;
    margin-right: 20px;
}
.new_zt_contetn_text{
    font-size: 14px;
    color:#333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.new_zt_contetn_text span{

    color: #FF6600;
}
.new_zt_time{
    color:#666;

}
.new_zl_text_style{
    display:inline-block;
    padding: 2px 4px;
    color: #FF6600;
    background: rgba(255,102,0,0.3);
    margin-right:20px;
}
.new_zt_person_logo{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right:   20px;
}
.new_zt_person_name{
    display: inline-block;
    margin-right: 40px;
    color: #1890FF;
}
.new_zt_style{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    padding-top: 20px;
}
.new_zl_prize_style{
    color: #d20000;
    display: inline-block;
    margin-right: 20px;
}
.new_course_detail{
    padding-top: 20px;
}
.new_article_content{
    margin-bottom: 10px;
}
.new_art_info_left{
    margin-top:20px;
}
.new_art_info_left .art_info_left{
    box-sizing: border-box;
}
.new_art_info_left .art_info_left .ai-container {
  padding: 20px 30px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
  background: #fff;
  color: #333;
  font-family: 微软雅黑;
}
.new_art_info_left .art_info_left .ai-container ul li,
.new_art_info_left .art_info_left .ai-container ol li {
  margin-left: 1em !important;
}
.new_art_info_left .art_info_left .ai-container ul>li{
  list-style: disc;
}
.new_art_info_left .art_info_left .ai-container ol>li{
  list-style: decimal !important;
}
.new_art_info_left .art_info_left .ai-container table {
  border-collapse: collapse; 
}
.new_art_info_left .art_info_left .ai-container table,
.new_art_info_left .art_info_left .ai-container th,
.new_art_info_left .art_info_left .ai-container td {
  padding: 0 10px;
  border: 1px solid #c5c5c5; 
}
.new_art_info_left .art_info_left .ai-container h1,
.new_art_info_left .art_info_left .ai-container h2, 
.new_art_info_left .art_info_left .ai-container h3, 
.new_art_info_left .art_info_left .ai-container h4{
  font-weight: bold;
  line-height: 40px;
}
.new_art_info_left .art_info_left .ai-container ul {
  padding-left: 2em;
  padding-bottom: 1em;
}
.new_art_info_left .art_info_left .ai-container pre {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  border-radius: 5px;
  display: block;
  overflow: auto;
  white-space: pre;
  background-size: 20px 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8AgMAAABHkjHhAAAACVBMVEWAgIBaWlo+Pj7rTFvWAAAAA3RSTlMHCAw+VhR4AAAA+klEQVQoz4WSMW7EQAhFPxKWNh2FCx+HkaZI6RRb5DYbyVfIJXLKDCFoMbaTKSw/8ZnPAPjaH2xgZcUNUDADD7D9LtDBCLZ45fbkvo/30K8yeI64pPwl6znd/3n/Oe93P3ho9qeh72btTFzqkz0rsJle8Zr81OLEwZ1dv/713uWqvu2pl+k0fy7MWtj9r/tN5q/02z89qa/L4Dc2LvM93kezPfXlME/O86EbY/V9GB9ePX8G1/6W+/9h1dq/HGfTfzT3j/xNo7522Bfnqe5jO/fvhVthlfk434v3iO9zG/UOphyPeinPl1J8Gtaa7xPTa/Dk+RIs4deMvwGvcGsmsCvJ0AAAAABJRU5ErkJggg==);
  word-break: initial;
  word-wrap: normal;
  padding: 1em;
}
.new_art_info_left .art_info_left .arc-container {
  padding: 20px 30px;
  padding-top: 20px;
  background: #fff;
}
.art_info_tabs {
    font-size: 0;
    border-bottom: solid 2px #e6e6e6;
}
.art_info_tabs li {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    padding: 0 8px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #333;
}
.art_info_tabs li.is-active {
    color: #FF6600;
}
.art_info_tabs li.is-active::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -2px;
    background-color: #FF6600;
}
.art_info_content {
    display: none;
}
.art_info_content.is-active {
    display: block;
}
.new_article_content{
    display: flex;
}
.new_zt_more{
    display: block;
    padding: 8px 10px ;
    border-radius:4px;
    border:1px solid #999;
    margin:0 auto;
    margin-top:30px;
    width: 120px;
    text-align:center;
    text-decoration: none;
    color: #333;

}
.new_zt_more:hover{
    color:#c00;
}
.new_hot_topics,.new_zt_label{
    background:#fff;
    padding: 15px;
    margin-bottom: 20px;
}
.new_hot_topics{
    margin-bottom: 20px;
}
.art_info_right{
    margin-top: 0px;
}
.topic_title{
    display: flex;
    justify-content: space-between;
}
.topic_title.has-tabs {
    justify-content: flex-start;
}
.topic_title.has-tabs .topic_title_text {
    margin-right: 20px;
    cursor: pointer;
}
.topic_title_text.is-active {
    color: #333333;
    position: relative;
}
.topic_title_text.is-active::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 2px;
    background-color:#D00000;
}
.topic_title_text{
    font-size:16px;
    font-weight: 700;
}
.topic_title .change_style{
    color: #3399FF;
    cursor: pointer;
}
.related-topics-list {
  padding-top: 20px;
  font-size: 16px;
}
.related-topics-list .related-topics-list_item {
  position: relative;
  padding: 0 20px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
  word-break: break-word;
  text-decoration: none;
}
.related-topics-list .related-topics-list_item:hover {
  color: #fff;
  background: #d00000;
}
.related-topics-list .related-topics-list_item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #e6e6e6;
}

.new_zt_label_list{
    padding-top: 15px;
}
.new_zt_label_list.is-tabs {
    display: none;
}
.new_zt_label_list.is-tabs:nth-of-type(2) {
    overflow: hidden;
    max-height: 125px;
}
.new_zt_label_list.is-tabs.is-active {
    display: block;
}
.new_zt_label_list li{
    display: inline-block;
    padding:5px 10px;
    border-radius: 20px;
    background: rgba(242, 242, 242, 1);
    margin-bottom: 15px;
    margin-right: 10px;
}

.new_zt_label_list li a{
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.new_zt_label_list li a:hover{
    text-decoration: none;
}
.no_data{
    text-align:center;
    padding: 80px 0px;
}
.no_data p{
    font-weight: 700;
    padding-top: 20px;

}
.shareBox{
    width:1200px;
    margin:0 auto;
}
.bdsharebuttonbox {
    position: absolute;
    right: 0px;
    bottom: 22px;
}
/*
.bdsharebuttonbox{
    position: absolute;
    right: 0px;
    top: 82px;
}*/
/*百度分享*/
.bdsharebuttonbox .share-need-vfy { width: 266px; height: 34px; display: block; margin: 0; padding: 0; background: none; position: absolute; left: auto; right: 0; z-index: 1000; }
.bdshare-button-style0-16::after { clear: both; content: ''; display: block; height: 0; visibility: hidden; }
.bdsharebuttonbox { margin: 0px 0 0; font-size: 14px; color: #fff; line-height: 34px; z-index: 2; }
.bdshare-button-style0-16 .bds_weixin { background-position: 0 -1612px; }
.bdshare-button-style0-16 .bds_tsina { background-position: 0 -104px; }
.bdshare-button-style0-16 .bds_qzone { background-position: 0 -52px; }
.bdsharebuttonbox .bds_sqq {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../img/share1.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: auto;
    background-repeat: no-repeat;
    height: 34px;
    margin: 0 0 0 9px;
    padding: 0;
    width: 34px;
}
.bdsharebuttonbox .bds_weixin {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../img/share4.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: auto;
    background-repeat: no-repeat;
    height: 34px;
    margin: 0 0 0 9px;
    padding: 0;
    width: 34px;
}
.bdsharebuttonbox .bds_tsina {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../img/share3.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: auto;
    background-repeat: no-repeat;
    height: 34px;
    margin: 0 0 0 9px;
    padding: 0;
    width: 34px;
}
.bdsharebuttonbox .bds_qzone {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../img/share2.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: auto;
    background-repeat: no-repeat;
    height: 34px;
    margin: 0 0 0 9px;
    padding: 0;
    width: 34px;
}
.bdsharebuttonbox a, .bdsharebuttonbox .bds_more{
    cursor: pointer;
    float: left;
    font-size: 12px;
    line-height: 16px;
}
/*申请样式*/
.apply_fixed_top{
    position: fixed;
    top: 56px;
    left:0px;
    right:0px;
    z-index: 99;
}
.bbs_apply_user_box{
     background: #f5d5d2;
     line-height: 42px;   
     display: block;
     cursor: pointer;
     display: none;
}
.bbs_apply_user_box .bbs_apply_user_content{/*
    width: 1200px;*/
    display: block;
    margin:0 auto;
    position: relative;
}
.apply_user_lunbo_box{
     position: relative;
     width: 100%;
     height: 42px;
     overflow: hidden;
}
 .apply_user_lunbo_box ul{
     position:absolute;
     left: 0;
     top:0;
     width: 100%;
     height: auto;
 }
 .apply_user_lunbo_box ul li{
     width: 100%;
     height: 42px;
     height: 42px;
     font-size:14px;
     color:#333;
 }
  .apply_user_lunbo_box ul .apply_use_text{
    font-style: normal;
    display: block;
    width: 1200px;
    margin:0 auto;
  }
  .apply_user_lunbo_box ul .apply_use_text i{

    color:#FF6600;
    font-weight: 700;
    font-style: normal;
  }
  .close_apply_box{
    width: 1200px;
    margin:0 auto;
    position: relative;
  }
  .close_apply{
    position: absolute;
    top: -42px;
    right:0px;

    font-style: normal;
    color:#FF6600;
  }
/*申请样式*/

/*广告链接*/
.aside_adv{
    position: fixed;
    bottom: 15%;
    right: 20px;
}
.close_adv{
    position: absolute;
    bottom:0;
    left: 50%;
    transform: translate(-50%,0);
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.aside_adv1{
    width: 178px;
    height: 202px;
    right:  0rem;
    bottom: 14%;
    background: url(../img/ad_aside1.png) center no-repeat;
    background-size: 178px 202px;
    display: none;
}

.aside_adv2{
    width: 152px;
    height:137px;
    right:  10px;
    bottom: 17%;
    background: url(../img/ad_aside2.png) center no-repeat;
    background-size: 152px 137px;
    display: none;
}
.aside_adv3{
    width: 150px;
    height: 170px;
    right:  0rem;
    background: url(../img/ad_aside3.png) center no-repeat;
    background-size:150px 170px;
    display: none;
}
.aside_adv4{
    width: 143px;
    height: 170px;
    right:  20px;
    background: url(../img/ad_aside4.png) center no-repeat;
    background-size:143px 170px;
    display: none;
}
.aside_adv5{
    width: 180px;
    height: 200px;
    right:  0rem;
    bottom: 14%;
    background: url(../img/ad_aside.png) center no-repeat;
    background-size: cover;
    display: none;
}
/*广告链接*/

/* 新增企业模块 */
/* 新增企业模块 */
@media screen and (min-width: 768px) {
    .art_info_box.has_evip_list_box {
      display: grid;
      grid-template-columns: auto 300px;
      gap: 20px;
      align-items: flex-start;
    }
    .art_info_box.has_evip_list_box > * {
      margin: 0;
    }
    .has_evip_list_box .art_info_right {
      grid-row-start: 1;
      grid-row-end: 5;
      grid-column-start: 2;
    }
  }
  .evip_list_box {
    padding: 40px 30px 20px;
    padding-top: 20px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
  }
  .evip_list_box a {
    color: #333;
  }
  .evip_list_box a:hover {
    text-decoration: none;
  }
  .evip_list_box svg {
    width: 1em;
    height: 1em;
    margin: 0 0.2em;
    color: inherit;
    display: inline-block;
    vertical-align: middle;
  }
  .evip_list_box .evip_list_head {
    display: grid;
    grid-template-columns: auto minmax(0, 100%) auto;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #ececec;
  }
  .evip_list_box .evip_list_tit {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
  }
  .evip_list_box .evip_list_more_link {
    margin-left: 2em;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    display: inline-flex;
    align-items: center;
  }
  .evip_list_box .evip_list_more_link svg {
    fill: #999;
  }
  .evip_list_box .evip_list_more_link:hover {
    color: #c00;
  }
  .evip_list_box .evip_list_more_link:hover svg {
    fill: #c00;
  }
  .evip_list_box .evip_list_btn_link {
    padding: 0 1em;
    font-size: 14px;
    line-height: 2;
    border-radius: 1.6em;
    color: #fff;
    background-color: #c00;
  }
  .evip_list_box .evip_list_btn_link svg {
    fill: #fff;
  }
  .evip_list_box .evip_list_btn_link:hover {
    color: #fff;
  }
  .evip_list_box .evip_list_con {
    padding-top: 20px;
    line-height: 1.5;
    font-size: 14px;
    color: #333;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1em 2em;
  }
  .evip_list_box .evip_list_item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .evip_list_box .evip_list_item_link:hover {
    color: #c00;
    text-decoration: underline;
  }
/* 新增企业模块 */