
ul {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
.content-wrap {
  margin: 0 auto;
  padding: 20px;
  width: 1160px;
  background-color: #fff;
}
.content-wrap .dqwz {
  width: 100%;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
.content-wrap .dqwz p {
  text-indent: 25px;
  background: url(../images/list/mbx.png;vpn_img) no-repeat 0 12px;
}
.content-wrap .listInfo {
  margin-top: 20px;
  width: 100%;
}
.content-wrap .listInfo .title {
  width: 100%;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #eee;
  color: #fff;
}
.content-wrap .listInfo .title p {
  width: 150px;
  font-size: 20px;
  background: #205B93;
}
.content-wrap .listInfo .list {
  padding: 20px;
  list-style-type: unset;
    margin-left: 20px;
}
.content-wrap .listInfo .list li {
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.content-wrap .listInfo .list li span {
  float: right;
}
.content-wrap .listInfo .list li p {
  overflow: hidden;
  float: left;
  width: 60%;
  text-indent: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-wrap .listInfo .list .sep {
  margin: 20px 0;
  width: 100%;
  height: 0px;
  border-bottom: 1px dashed #ccc;
}
.fgx0{
  border: none;
  border-bottom: #8d8d8d dashed 1px;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .content-wrap {
    padding: 0;
    width: 100%;
    font-size: 14px;
  }
  .content-wrap .dqwz p {
    font-size: 14px;
  }
  .content-wrap .listInfo .list li p {
    width: 60%;
  }
}
