@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: 12px;
}
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: 10px;
}
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;
  font-family:'宋体';
}
body div.plat-form > div dl dt a:hover {
  color: #0066cd;
}
html div.plat-form > div dl dd,
body div.plat-form > div dl dd {
  margin: 0;
  padding: 0;
  min-height: 183px;
}
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: 890px;
  /*padding: 10px 10px;*/
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
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: 78px;
  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.bidOpen,
body div.plat-form div.right dd.bidOpen {
  height:403px;
}
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 */

/** 2020-11-23 **/
div.plat-form div.left dl dt,
div.plat-form div.right dl dt {
  background-color: #CDD6E4;
}

div.plat-form div.left dl dt a,
div.plat-form div.right dl dt a {
  color: #0066CD;
}

div.plat-form div.left dl dt a:hover,
div.plat-form div.right dl dt a:hover {
  text-decoration: underline;
}
.plat-form .right .notify a:hover {
  color: #0066CD;
  text-decoration: underline;
}

div.plat-form div.left dl dd .todo-content {
  position: relative;
  display: block;
  height: 74px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 2px #ddd;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  cursor: pointer;
  /*margin-bottom: 10px;*/
  border-radius: 5px;
  margin-top: 10px;
}

div.plat-form div.left dl dd .todo-content:hover  {
  border: 1px solid #0066CD;
}

div.plat-form div.left dl dd .todo-content:hover .todo-content-bottom  {
  color: #000;
}

div.plat-form div.left dl dd .todo-content .todo-content-top,
div.plat-form div.left dl dd .todo-content .todo-content-bottom {
  height: 36px;
  line-height: 36px;
  width: 642px;
  margin-left: 8px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}

div.plat-form div.left dl dd .todo-content .todo-content-top {
  border-bottom: 1px dashed #ddd;
}

div.plat-form div.left dl dd .todo-content .todo-content-bottom {
  color: #333;
}

div.plat-form div.left dl dd .todo-content .todo-content-top div {
  display: inline-block;
  height: 35px;
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


div.plat-form div.left dl dd .todo-content .todo-content-top i img {
  height: 19px;
  width: 18px;
}

div.plat-form div.left dl dd .todo-content .todo-content-top .div-img {
  width: 5%;
}

div.plat-form div.left dl dd .todo-content .todo-content-top .i-img {
  height: 26px;
  width: 26px;
  display: block;
  text-align: center;
  background-color: #187BCE;
  border-radius: 5px;
  margin-left: 2px;
  margin-top: 4px;
}

div.plat-form div.left dl dd .todo-content .todo-content-top .div-icon {
  width: 50%;

}
div.plat-form div.left dl dd .todo-content .todo-content-top .div-user-name {
  width: 27%;
  text-align: right;
  color: #999999;
}

div.plat-form div.left dl dd .todo-content .todo-content-top .div-date {
  width: 18%;
  text-align: right;
  color: #999999;
}
div.plat-form div.left dl dd .todo-content .todo-content-top .icon-title {
  display: inline-block;
  line-height: 23px;
  color: #0066CD;
  border-radius: 20px;
  padding: 0 8px;
  margin: 0 8px;
  font-size: 12px;
  background-color: #E6F0FA;
}


/** 2020-11-23 **/