@charset "UTF-8";
/**
 * CA办理
 * date: 2025-4-10
 * author: jyxuan
 */
.transact-item + .transact-item {
  margin-top: 36px;
}
.transact-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}
.transact-text {
  color: #666;
  line-height: 25px;
}
.transact-link {
  color: #666;
}
.transact-link:hover {
  color: #1c65ee;
}