html,
body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  background: #eee;
}
* {
  box-sizing: border-box;
}
.color-999 {
  color: #999999;
}
.color-666 {
  color: #666666;
}
.font16 {
  font-size: 16px;
}
.r-div {
  width: 80%;
  margin: 0 auto;
}
.header {
  background: #4b4b4b;
  width: 100%;
  height: 70px;
  color: white;
}
.header a {
  color: white;
}
.header .r-div {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .r-div .left {
  display: flex;
  align-items: center;
}
.header .r-div .left .link a {
  margin-left: 30px;
  font-size: 20px;
}
section {
  min-height: 600px;
  height: auto;
  overflow: hidden;
  background: white;
  padding: 20px;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
section .dl {
  background: #eee;
  padding: 15px;
  margin: 0 0 15px 0;
}
section .dl .dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 200%;
}
section .dl .dd {
  line-height: 200%;
  overflow: hidden;
  font-size: 16px;
}
section .ul .li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
section .ul .li .title {
  display: flex;
}
section .ul .li .title .span {
  background: #ffa500;
  padding: 10px 20px;
  color: white;
  border-radius: 5px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*# sourceMappingURL=css.css.map */