/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
/*为了照顾ie6 链接图片有边框*/
ul,
ol,
li {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  border: 0 none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
i,
b {
  font-style: normal;
}
body {
  font-size: 16px;
  color: #000000;
  font-family: "微软雅黑", "MicrosoftYaHei";
}
a {
  color: #000000;
  text-decoration: none;
  font-family: "微软雅黑", "MicrosoftYaHei";
  font-size: 16px;
}
a:hover {
  text-decoration: none;
}
.list {
  overflow: hidden;
  float: left;
  width: 780px;
}
.list .title {
  height: 48px;
  border-bottom: 1px solid #dcdcdc;
}
.list .title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  float: left;
  height: 47px;
  line-height: 47px;
  border-bottom: 2px solid #bd1a2d;
  padding: 0 15px;
}
.list .title .more {
  float: right;
  line-height: 48px;
  padding-right: 18px;
  background: url("http://www.bjfsh.gov.cn/2020/common/images/more.png") no-repeat center right;
  cursor: pointer;
}
.list .module li {
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  background: url(http://www.bjfsh.gov.cn/2020/common/images/list-bg.png) no-repeat center left 8px;
}
.list .module li a {
  line-height: 45px;
  display: block;
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.list .module li .warn {
  width: 42px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  background: #bd1a2d;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  margin-top: 14px;
  margin-right: 40px;
}
.list .module li span {
  float: right;
  color: #757575;
}
