.main-content {
  width: 100%;
  min-height: calc(100% - 504px);
}
.list-outer {
  width: 100%;
  height: 100%;
  padding: 35px 30px 90px 35px;
  border-radius: 10px;
  background-color: #e9f8ff;
}
.list-title {
  position: relative;
  width: 100%;
  padding-top: 22px;
  padding-left: 20px;
  padding-bottom: 25px;
  line-height: 24px;
  font-size: 26px;
  font-weight: bold;
  color: #1f8fea;
}
.list-title::before {
  position: absolute;
  left: 0;
  top: 22px;
  width: 6px;
  height: 24px;
  background-color: rgb(31, 143, 234);
  content: '';
}
.welfare-lists {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  height: calc(100% - 83px);
  box-sizing: border-box;
}
.welfare-lists::-webkit-scrollbar {
  width: 4px;
}
.welfare-lists::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(31, 143, 234,0.2);
  background: rgba(31, 143, 234,0.2);
}
.welfare-lists::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(31, 143, 234,0.2);
  border-radius: 0;
  background: rgba(31, 143, 234,0.1);
}

.welfare-title {
  width: 100%;
  list-style: none;
}
.welfare-entrance {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 20px;
  font-size: 16px;
  color: #383838;
  line-height: 57px;
  text-decoration: none;
  box-sizing: border-box;
}
.welfare-entrance:hover {
  color: #1f8fea;
}
.welfare-entrance:hover .welfare-time {
  color: #1f8fea;
}
.welfare-entrance::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #889bbf, #889bbf 1px, #ddecf7 1px, #ddecf7 2px, transparent 2px, transparent 5px, #cbdbeb 5px, #cbdbeb 6px, #a4b6d1 6px ,#a4b6d1 7px, transparent 7px, transparent) repeat-x left center/8px 100%;
  content: '';
}
.welfare-time {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 14px;
  color: #999;
}
.bread-menu {
  width: 100%;
  height: 17px;
  color: #585858;
  font-size: 14px;
}
.loaction-icon {
  position: relative;
  left: -4px;
  float: left;
  width: 15px;
  height: 17px;
  background: url('../images/location.png') no-repeat center;
}
.bread-title {
  float: left;
  padding-left: 6px;
  color: #383838;
}
.bread-content {
  float: left;
  color: #585858;
  text-decoration: none;
}
.bread-content.bread-link:hover {
  color: #1f8fea;
}
.bread-arrow {
  padding-left: 3px;
  padding-right: 3px;
}