.m_page .m_position_info{
  width: 100%;
  position: absolute;
  top: 0;
  padding: 0 0.15rem;
  line-height: 0.2rem;
  background: none;
}
.m_page .text_info,
.m_page .m_text_icon {
  color: #666;
}
.m_page .m_content_title{
  margin-top: 0.15rem;
}
.m_page .m_position_info{
  position: unset;
  font-size: 0.13rem;
  padding:0;
}

.m_page .m_content_bl{
  background-color: #D0D0D0;
}
.m_page .m_content_detail_path{
  font-size: 0.1rem;
  margin-top: 0.1rem;
}
.m_bitmap_img_vx{
  width: 1rem;
  height: auto;
}

/* 简介 */
.m_content_test{
  color: #333;
  font-size: 0.1rem;
}
.m_content_test p{
  margin-bottom: 0.15rem;
  line-height: 0.16rem;
}
.m_content_test b{
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.1rem;
}

/* 公告正文 */
.m_cont_notice{
  font-size: 0.12rem;
  display: inline-block;
  padding-bottom: 0.1rem;
  color: #333;
}
.m_page .m_content_title{
  font-size: 0.12rem;
  font-weight: 600;
  color: #333;
  margin-top: 0.2rem;
}
.m_page .m_cont_notice_tn{
  color: #999;
  font-size: 0.1rem;
  font-weight: 200;
  margin-top: 0.15rem;
  margin-bottom: 0.1rem;
}
.m_cont_notice_tt{
  font-size: 0.12rem;
}

/* 业务办法 */
.m_page .m_blue_tt{
  color: #224397;
}

.m_content_list{
  font-size: 0.1rem;
  color: #333;
}
.m_list_items{
  margin-top: 0.25rem;
}
.m_list_tt{
  font-size: 0.12rem;
  color: #224397;
  border-bottom: #ddd solid 0.01rem ;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
}
.m_list_i{
  border-bottom: #ddd dashed 0.01rem ;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_list_iTest{
  width: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m_list_iDate{
  color: #999;
}
.m_list_more{
  text-align: center;
  margin-top: 0.05rem;
  display: inline-block;
  width: 100%;
}
.m_list_more a{
  color: #224397;
  font-weight: 400;
}

/* 标准仓库指引 */
.m_page .m_sg_title{
  font-size: 0.12rem;
  font-weight: 600;
  color: #224397;
  margin-top: 0rem;
}
.m_page .m_sg_title:nth-child( n+2 ) {
  margin-top: 0.1rem
}
.m_content_test .TRS_Editor div {
  margin-bottom: 0.1rem;
}

.m_sg_conts{
  display: flex;
  flex-wrap: wrap;
}
.m_sg_conts_item2{
  flex-basis: 50%;
  /* line-height: 0.4rem; */
}
.m_sg_conts_item2 span{
  display: inline-block;
  width: 100%;
  line-height: 0.24rem;
  padding-right: 0.2rem;
}
.m_sg_dowload_files{
  display: flex;
  flex-wrap: wrap;
}
.m_sg_dowload_files>a{
  color: #224397;
  flex-basis: 100%;
  display: inline-block;
  margin-bottom: 0.12rem;
  /* line-height: 0.28rem; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
}


