.new-policy {
  width: 271px;
  height: 240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 18px;
}
.new-policy .policy-header {
  width: 100%;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("../../imgs/home/home_bg_notice@2x.png");
  background-size: 100% 100%;
  padding: 0 12px 0 22px;
}
.new-policy .policy-header .header-title {
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.new-policy .policy-header .more-btn {
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
}
.new-policy .policy-header .more-btn:hover {
  text-decoration: underline;
}
.new-policy .notice-content {
  width: 100%;
  height: 201px;
  background: #FFFFFF;
  box-shadow: 0px 2px 3px 0px rgba(216, 216, 216, 0.5);
  border-radius: 0px 0px 10px 10px;
  padding: 0 10px;
}
.new-policy .notice-content .notice-item {
  border-bottom: 1px dashed #E9E9E9;
  height: 38px;
  display: flex;
  align-items: center;
}
.new-policy .notice-content .notice-item:last-child {
  border: none;
}
.new-policy .notice-content .notice-item:nth-child(2) .serial-number {
  background: #F34438;
}
.new-policy .notice-content .notice-item:nth-child(3) .serial-number {
  background: #7187F7;
}
.new-policy .notice-content .notice-item:nth-child(4) .serial-number {
  background: #499BFD;
}
.new-policy .notice-content .notice-item:nth-child(5) .serial-number {
  background: #FD7E49;
}
.new-policy .notice-content .notice-item .serial-number {
  width: 16px;
  height: 15px;
  background: #FD7E49;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 3px;
  margin-right: 13px;
}
.new-policy .notice-content .notice-item .item-title {
  width: 181px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333333;
}
.new-policy .notice-content .notice-item .item-date {
  font-size: 14px;
  color: #999999;
}
/*# sourceMappingURL=newestPolicy.css.map */