.breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #999;
}
.breadcrumbs img {
  margin-right: 10px;
}
.breadcrumbs a {
  color: #999;
}
.breadcrumbs a:hover {
  color: #015293;
}
.main {
  margin-top: 54px;
  margin-bottom: 50px;
}
.main .collect_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #015293;
  font-weight: 700;
  background: url(../images/collect_bg_title.png) no-repeat;
  background-size: 100% 33px;
  background-position: center;
}
.main .collect_list {
  margin-top: 68px;
}
.main .collect_list li {
  height: 145px;
  background-color: #ffffff;
  border: solid 1px #cee7ff;
  margin-bottom: 52px;
}
.main .collect_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 32px;
}
.main .collect_list li a .inner {
  display: flex;
  align-items: center;
}
.main .collect_list li a .inner .state {
  display: flex;
  align-items: center;
  width: 128px;
  height: 75px;
  background-color: #eff1f3;
  border-radius: 6px;
  font-size: 18px;
  color: #333;
  margin-right: 42px;
  background: url(../images/collect_bg_state.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 74px;
}
.main .collect_list li a .inner .state img {
  margin-right: 16px;
}
.main .collect_list li a .inner .state .doing_img {
  display: none;
}
.main .collect_list li a .inner .state.doing {
  background-image: url(../images/collect_bg_state_doing.png);
  color: #fff;
}
.main .collect_list li a .inner .state.doing .default_img {
  display: none;
}
.main .collect_list li a .inner .state.doing .doing_img {
  display: inline-block;
}
.main .collect_list li a .inner .info {
  flex: 1;
  min-width: 0;
}
.main .collect_list li a .inner .info .info_title {
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
}
.main .collect_list li a .inner .info .info_date {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #666;
}
.main .collect_list li a .inner .info .info_date img {
  margin-right: 10px;
}
.main .collect_list li a .check {
  display: none;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 50px;
  background-color: #f2f8ff;
  border-radius: 7px;
  font-size: 22px;
  color: #2468a7;
}
.main .collect_list li:hover a .inner .info_title {
  color: #015293;
}
