.main {
  margin-bottom: 40px;
}
.main .breadcrumbs {
  display: flex;
  align-items: center;
  height: 75px;
}
.main .breadcrumbs .title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #999;
}
.main .breadcrumbs .title img {
  width: 14px;
  height: 18px;
  margin-right: 11px;
}
.main .breadcrumbs .path {
  font-size: 20px;
}
.main .breadcrumbs .path a {
  color: #333;
}
.main .breadcrumbs .path a:hover {
  color: #366fca;
}
.main .service {
  display: flex;
  height: 187px;
  background: url(../images/bg_interaction_top.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 40px;
  box-shadow: 0 0 9px 1px #405a9d1f;
}
.main .service .service_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  font-size: 42px;
  color: #fff;
}
.main .service .service_item img {
  margin-right: 35px;
}
.main .service .right {
  color: #333;
}
.main .online {
  height: 223px;
  margin-top: 42px;
  background: url(../images/bg_online.png) no-repeat;
  background-size: 100% 100%;
  padding: 29px 38px 0 38px;
}
.main .online .desc {
  font-size: 18px;
  color: #333;
  margin-bottom: 44px;
}
.main .online .bottom {
  display: flex;
  align-items: center;
}
.main .online .bottom .btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 349px;
  height: 66px;
  border-radius: 30px 0 30px 0;
  background: #366fca;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin-right: 170px;
}
.main .online .bottom .btn2 {
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #366fca;
}
.main .online .bottom .btn2 img {
  margin-right: 20px;
}
.main .collect {
  margin-top: 40px;
}
.main .collect .collect_head {
  display: flex;
  padding-bottom: 24px;
  border-bottom: 4px solid #f6fafe;
  font-size: 36px;
  color: #666;
}
.main .collect .collect_head li {
  position: relative;
  margin-right: 30px;
}
.main .collect .collect_head li::before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 144px;
  height: 4px;
  background-color: transparent;
}
.main .collect .collect_head li a {
  color: #666;
}
.main .collect .collect_head li.on::before {
  background-color: #366fca;
}
.main .collect .collect_head li.on a {
  color: #366fca;
}
.main .collect .collect_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.main .collect .collect_list li {
  width: 48%;
  line-height: 50px;
}
.main .collect .collect_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #333;
}
.main .collect .collect_list li a:hover {
  color: #366fca;
}
.main .collect .collect_list li a:hover .date {
  color: #366fca;
}
.main .collect .collect_list li a .left {
  display: flex;
  align-items: center;
}
.main .collect .collect_list li a .left .state {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59.5px;
  height: 29px;
  border-radius: 8px 8px 8px 8px;
  background-color: #366fca;
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
}
.main .collect .collect_list li a .left .ended {
  background-color: #cfcfcf;
}
.main .collect .collect_list li a .date {
  font-size: 20px;
  color: #666;
}
.main .collect .result_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.main .collect .result_list li {
  width: 48%;
  line-height: 50px;
}
.main .collect .result_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #333;
}
.main .collect .result_list li a:hover {
  color: #366fca;
}
.main .collect .result_list li a:hover .date {
  color: #366fca;
}
.main .collect .result_list li a .left {
  display: flex;
  align-items: center;
}
.main .collect .result_list li a .left .state {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59.5px;
  height: 29px;
  border-radius: 8px 8px 8px 8px;
  background-color: #366fca;
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
}
.main .collect .result_list li a .left .ended {
  background-color: #cfcfcf;
}
.main .collect .result_list li a .date {
  font-size: 20px;
  color: #666;
}
.main .count {
  display: flex;
  align-items: center;
  height: 42px;
  border: 1px solid #366fca;
  margin-top: 40px;
  padding: 0 20px;
}
.main .count .inner {
  flex: 1;
  color: #366fca;
}
.main .count .more {
  font-size: 18px;
  color: #999;
}
.main .count .more:hover {
  color: #366fca;
}
