@charset "UTF-8";
/**!
* 流程展示 
* date:2022-05-18
* author: qcn;
*/
/* 主区域 */
.title-list {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid rgba(22, 120, 211, 0.2);
  margin-top: 33px;
}

.title-item {
  color: #888;
  font-size: 18px;
  padding-top: 6px;
  cursor: pointer;
}

.title-item + li {
  margin-left: 214px;
}

.title-item.active {
  color: #3775EF;
  font-size: 24px;
  border-bottom: 3px solid #3775EF;
  padding: 0;
}

.affairs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 38px 0 55px 0;
}

.affairs-item {
  width: 381px;
  height: 48px;
  background: #F3FAFE url("../images/arrow.png") no-repeat right 16px center;
  color: #666;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 28px;
}

.affairs-item:nth-child(3n+1) {
  margin-left: 0;
}

.affairs-item:nth-child(n+4) {
  margin-top: 19px;
}

.affairs-item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px 0 12px;
  background: url("../images/affairs-item-bg1.png") no-repeat 12px center;
}

.affairs-item-num {
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-right: 21px;
  background: url("../images/step-item-ico.png") no-repeat center;
}

.affairs-item-name {
  font-size: 18px;
  max-width: 240px;
  margin-left: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.affairs-item:nth-child(2) a {
  background-image: url("../images/affairs-item-bg2.png");
}

.affairs-item:nth-child(3) a {
  background-image: url("../images/affairs-item-bg4.png");
}

.affairs-item:nth-child(4) a {
  background-image: url("../images/affairs-item-bg3.png");
}

.affairs-item:nth-child(5) a {
  background-image: url("../images/affairs-item-bg6.png");
}

.affairs-item:nth-child(6) a {
  background-image: url("../images/affairs-item-bg1.png");
}

.affairs-item:nth-child(7) a {
  background-image: url("../images/affairs-item-bg2.png");
}

.affairs-item:nth-child(8) a {
  background-image: url("../images/affairs-item-bg1.png");
}

.affairs-item:nth-child(9) a {
  background-image: url("../images/affairs-item-bg6.png");
}

.affairs-item:nth-child(10) a {
  background-image: url("../images/affairs-item-bg1.png");
}

.affairs-item:nth-child(11) a {
  background-image: url("../images/affairs-item-bg2.png");
}

.affairs-item:nth-child(12) a {
  background-image: url("../images/affairs-item-bg4.png");
}

.affairs-item:nth-child(13) a {
  background-image: url("../images/affairs-item-bg4.png");
}

.affairs-item:nth-child(14) a {
  background-image: url("../images/affairs-item-bg6.png");
}

.affairs-item:nth-child(15) a {
  background-image: url("../images/affairs-item-bg8.png");
}

.affairs-item:hover {
  background-image: url("../images/arrow-a.png");
}

.affairs-item:hover a {
  -webkit-box-shadow: 4px 4px 10px 1px rgba(74, 113, 190, 0.2);
          box-shadow: 4px 4px 10px 1px rgba(74, 113, 190, 0.2);
}

.affairs-item:hover .affairs-item-name {
  font-weight: bold;
  color: #3775ef;
}
