/* 路径导航 */
.path {
   font-size: 14px;
   /* width: 100%; */
   /* margin: 0 auto; */
   padding: 20px 0 5px;
   line-height: 150%;
}
.path #PathID1, .path #PathID2 {
   display: none;
}
.path a {
   color: #000;
}
/* 新闻列表页 */
.new_list {
   background: #fff;
   padding: 20px;
   margin-top: 18px;
}
.new_list ul {
   margin-bottom: 20px;
}
.new_list li {
   line-height: 42px;
   height: 42px;
   font-size: 16px;
   color: #818080;
   position: relative;
}
.new_list li::before {
   content: "";
   background: #dc090a;
   width: 4px;
   height: 4px;
   position: absolute;
   top: 20px;
   left: 5px;
}
.new_list li a {
   color: #141414;
   padding-left: 18px;
}
.new_list li #ReportIDIssueTime {
   float: right;
}
/* 新闻详细页 */
.specialNewsCon {
   padding: 20px 48px;
   background: #fff;
   margin-top: 18px;
}
.specialNewsCon #ReportIDname {
   display: block;
   line-height: 150%;
   padding: 10px 0px;
   font-size: 30px;
   text-align: center;
}
.specialNewsCon #ReportIDLocus {
   display: none;
}
.specialNewsCon .fun {
   line-height: 20px;
   text-align: center;
   font-size: 14px;
}
.specialNewsCon #ReportIDtext {
   display: block;
   line-height: 150%;
   font-size: 16px;
   padding-bottom: 20px;
}
.specialNewsCon #NodeIDClick {
   display: none;
}
.specialNewsCon #PN_Link {
   display: block;
   color: #606060;
   font-size: 16px;
   line-height: 150%;
   padding: 20px 0px;
}
.specialNewsCon #PN_Link a {
   color: #606060;
}
/* 带图列表 */
.listpic {
   width: 100%;
   float: left;
   padding: 30px 0;
   background: #fff;
}
.listpic ul.ul1 li {
   width: 25%;
   float: left;
   margin-bottom: 10px;
   position: relative;
}
.listpic ul.ul1 li span.pic {
   width: 100%;
   height: 110px;
   float: left;
   display: block;
   text-align: center;
}
.listpic ul.ul1 li span.pic img {
   width: 160px;
   height: 110px;
}
.listpic ul.ul1 li span#NodeTitle {
   width: 100%;
   height: 28px;
   display: block;
   float: left;
   font-size: 16px;
   text-align: center;
   padding-top: 10px;
}
.listpic ul.ul1 li a {
   color: #000;
}

.vd_list {
   width: 1200px;
   margin: 0px auto;
}