@charset "UTF-8";
html,
body {
  padding: 0;
  margin: 0;
}
html *,
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html div.plat-form,
body div.plat-form {
  padding-right: 330px;
}
html div.plat-form:after,
body div.plat-form:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
html div.plat-form > div,
body div.plat-form > div {
  float: left;
  min-height: 600px;
}
html div.plat-form > div dl,
body div.plat-form > div dl {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  margin-bottom: 20px;
}
html div.plat-form > div dl dt,
body div.plat-form > div dl dt {
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
html div.plat-form > div dl dt span,
body div.plat-form > div dl dt span {
  font-weight: bold;
  color: #1d1d1d;
  display: inline-block;
  padding-left: 16px;
}
html div.plat-form > div dl dt a,
body div.plat-form > div dl dt a {
  color: #1d1d1d;
  float: right;
  text-decoration: none;
  padding-right: 10px;
}
html div.plat-form > div dl dd,
body div.plat-form > div dl dd {
  margin: 0;
  padding: 0;
  min-height: 219px;
}
html div.plat-form div.left,
body div.plat-form div.left {
  width: 100%;
}
html div.plat-form div.left dd,
body div.plat-form div.left dd {
  min-height: 900px;
  padding: 0 20px;
}
html div.plat-form div.left dd a,
body div.plat-form div.left dd a {
  position: relative;
  text-align: left;
  display: block;
  padding-right: 150px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  line-height: 68px;
  padding-left: 40px;
  background: url("../images/time.png") 0 50% no-repeat;
  border-bottom: dashed 1px #ccc;
  cursor: pointer;
}
html div.plat-form div.left dd a:hover,
body div.plat-form div.left dd a:hover {
  color: #000;
}
html div.plat-form div.left dd a span,
body div.plat-form div.left dd a span {
  display: inline-block;
  line-height: 20px;
  color: #0066CD;
  border: 1px solid #0066CD;
  border-radius: 20px;
  padding: 0 8px;
  margin: 0 8px;
  font-size: 13px;
  vertical-align: middle;
}
html div.plat-form div.left dd a i,
body div.plat-form div.left dd a i {
  font-style: normal;
  position: absolute;
  right: 30px;
  color: #999;
}
html div.plat-form div.right,
body div.plat-form div.right {
  width: 330px;
  margin-right: -330px;
  padding: 0 0 0 10px;
}
html div.plat-form div.right dd.notify,
body div.plat-form div.right dd.notify {
  padding: 10px 10px 10px 16px;
}
html div.plat-form div.right dd.notify a,
body div.plat-form div.right dd.notify a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  line-height: 32px;
  display: block;
}
html div.plat-form div.right dd.usually-download,
body div.plat-form div.right dd.usually-download {
  padding: 10px 10px 10px 16px;
}
html div.plat-form div.right dd.usually-download a,
body div.plat-form div.right dd.usually-download a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  padding-left: 40px;
  line-height: 30px;
  display: block;
}
html div.plat-form div.right dd.usually-download a.word,
body div.plat-form div.right dd.usually-download a.word {
  background: url("../images/wd.png") 0 50% no-repeat;
}
html div.plat-form div.right dd.usually-download a.xls,
body div.plat-form div.right dd.usually-download a.xls {
  background: url("../images/exl.png") 0 50% no-repeat;
}
html div.plat-form div.right dd.usually-download a.ppt,
body div.plat-form div.right dd.usually-download a.ppt {
  background: url("../images/pp.png") 0 50% no-repeat;
}
html div.plat-form div.right dd.usually-download a span,
body div.plat-form div.right dd.usually-download a span {
  color: #999;
}
html div.plat-form div.right dd.usually-download a i,
body div.plat-form div.right dd.usually-download a i {
  font-style: normal;
  padding: 0;
  color: #0066CD;
  display: block;
  line-height: 16px;
  padding-bottom: 10px;
}
/*# sourceMappingURL=home.css.map */