/*子页面列表页样式开始*/
.child_panel .child_body .child_content .section_body .section_content .news_page_panel{
  width: auto;
  height: auto;
  overflow: hidden;  
}
.child_panel .child_body .child_content .section_body .section_content .news_page_panel .news_content{
  width: auto;
  height: auto;
  overflow: hidden;
}
.news_content ul{
  width: auto;
  height: auto;
  overflow: hidden;
  margin-top: 15px;  
}
.news_content ul li{
  position: relative;
  width: auto;
  height: 43px;
  overflow: hidden; 
  position: relative;
  text-indent: 24px;
}
.news_content ul li div,.news_content ul li div a {
  color: #000;
  font-size: 16px;
  line-height: 43px;
}
.news_content ul li div a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 2px solid #000;
  top: 50%;
  margin-top: -2px;
  left: 0px;
}
/*子页面列表页样式结束*/