.mb {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  max-width: 1920px;
  background: #f5f5f5;
  overflow: hidden;
}
.mb-1 {
  min-width: 1200px;
  max-width: 1200px;
  margin: auto;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}
.mb-2 {
  padding: 0 30px;
}
.new-title {
  padding-top: 10px;
}
.new-title h2 {
  font-size: 16px;
  color: #3a4045;
  font-weight: 800;
  letter-spacing: 1px;
}
.new-title .new-a {
  color: #1E5494;
  height: 38px;
  margin-bottom: 3px;
}
.new-title .new-a a {
  height: 35px;
  display: inline-block;
  line-height: 35px;
  font-size: 16px;
  margin-right: 20px;
  text-decoration: none;
}
.new-title .new-a a:link {
  color: #1E5494;
}
.new-title .new-a a:visited {
  color: #1E5494;
}
.new-title .new-a a:hover {
  color: #1E5494;
  border-bottom: 2px solid #00a0e9;
}
.new-title .new-a a:active {
  color: #1E5494;
  border-bottom: 2px solid #00a0e9;
}
.list-title {
  height: 30px;
  line-height: 30px;
  background: #f1f1f1;
}
.list-title-right {
  float: right;
}
.list-contents .list-ul {
  list-style: none;
}
.list-contents .list-ul li {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border-bottom: 1px solid #f5f5f5;
  color: #787777;
}
.list-contents .list-ul li span {
  float: right;
}
