.row-a1 {
  padding: 50px 0;
}

.row-a1 .con {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.row-a1 .con .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.row-a1 .con .title .tit {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.row-a1 .con .title .txt {
  font-size: 14px;
  color: #b1b1b2;
}

.row-a1 .con .tab_navs {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  border-bottom: solid 1px#E5E5E5;
  margin-bottom: 20px;
}

.row-a1 .con .tab_navs .li {
  font-size: 20px;
  margin: 0 50px;
  border-bottom: solid 2px #fff;
  padding: 5px 0;
}

.row-a1 .con .tab_navs .li:hover {
  cursor: pointer;
}

.row-a1 .con .tab_navs .li.current {
  border-bottom: solid 2px #304fff;
  color: #304fff;
}

.row-a1 .con .tab_cons {
  margin-bottom: 30px;
}

.row-a1 .con .tab_cons .item {
  display: none;
}

.row-a1 .item .list {
  display: flex;
  flex-direction: column;
}

.row-a1 .item .list .li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: solid 1px #b2b2b2;
  padding: 30px 0;
}

.row-a1 .item .list .li .date {
  display: flex;
  flex-direction: column;
  width: 120px;
}

.row-a1 .item .list .li .date .day {
  font-size: 24px;
  font-weight: 700;
}

.row-a1 .item .list .li .date .year {
  color: #797979;
}

.row-a1 .item .list .li .text {
  display: flex;
  flex-direction: column;
  padding-right: 30px;
}

.row-a1 .item .list .li .text .tit {
  font-size: 26px;
  margin-bottom: 10px;
}

.row-a1 .item .list .li .text .desc {
  font-size: 14px;
  color: #797979;
  margin-bottom: 10px;
}

.row-a1 .item .list .li .text .btn {
  display: block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: solid 1px #b2b2b2;
}

.row-a1 .item .list .apply {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: dashed 1px #333;
}

.row-a1 .pages {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.row-a1 .pages .prev {
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px;
  border: solid 1px #b2b2b2;
  padding: 0 5px;
}

.row-a1 .pages .next {
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px;
  border: solid 1px #b2b2b2;
  padding: 0 5px;
}

.row-a1 .pages .num {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  border: solid 1px #b2b2b2;
  line-height: 30px;
  text-align: center;
}




.apply .con .form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.apply .con .form .title {
  font-size: 24px;
  margin-bottom: 20px;
}

.apply .con .form .inp {
  width: 350px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.apply .con .form .inp span {
  color: #ff0000;
}

.apply .con .form .inp input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  border-radius: 3px;
  border: solid 1px #e7e7e7;
}

.apply .con .form .inp span {
  color: #ad2a4a;
  margin-right: 20px;
}

.apply .con .form .btn {
  width: 100%;
  background: linear-gradient(to right, #2b9efb, #3ab9e8);
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
}

.apply .con .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.apply .con .text .txt {
  font-size: 12px;
  color: #c3c3c3;
  margin-bottom: 10px;
}

.apply .con .text .tel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #2fa6f7;
}