@charset "UTF-8";
/*
  样式规范表
*/
/* ****首页**** */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* ******** */
/* 通用字体混入 */
/* 不同板块标题字体混入 */
/* 通用按钮混入 */
/* 通用按钮混入选中 */
/* 新闻容器 */
/* PC端下内容容器 */
@media screen and (max-width: 800px) {
  .news2_main .news2_plate_title {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .news2_main .news2_plate_title p {
    color: #333333;
    font-size: 7.733vw;
    line-height: 1;
    font-weight: normal;
    font-family: "Microsoft YaHei";
  }
  .news2_main .news2_list .news2_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news2_main .news2_list .news2_item .news2_pic {
    height: auto;
    width: 100%;
  }
  .news2_main .news2_list .news2_item .news2_introduce {
    width: 100%;
    padding: 20px;
    padding-bottom: 0;
    min-height: auto;
  }
  .news2_main .news2_list .news2_item .news2_introduce .news2_text .news2_time {
    margin-bottom: 5px;
  }
  .news2_main .news2_list .news2_item .news2_introduce .news2_text .news2_time p {
    color: #3a48f0;
    font-size: 4.8vw;
    line-height: 1;
    font-weight: normal;
    font-family: "Microsoft YaHei";
  }
  .news2_main .news2_list .news2_item .news2_introduce .news2_text .news2_title p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333333;
    font-size: 6.133vw;
    line-height: 1.692;
    font-weight: normal;
    font-family: "Microsoft YaHei";
  }
  .news2_main .news2_list .news2_item .news2_introduce .news2_text .news2_remark {
    margin-bottom: 40px;
  }
  .news2_main .news2_list .news2_item .news2_introduce .news2_text .news2_remark p {
    color: #666666;
    font-size: 4.667vw;
    line-height: 1.867;
    font-weight: normal;
    font-family: "Microsoft YaHei";
  }
  .news2_main .news2_paging .prev,
  .news2_main .news2_paging .next {
    padding: 0 8px;
    margin: 0 8px;
  }
  .news2_main .news2_paging .news2_paging_list .news2_paging_item {
    width: 30px;
    height: 30px;
  }
  .news2_main .news2_paging .news2_paging_list .news2_paging_item a {
    color: #999999;
    font-size: 4.8vw;
    line-height: 1;
    font-weight: normal;
    font-family: "Microsoft YaHei";
  }
}
/*# sourceMappingURL=news2_mobile.css.map */