.common-content-breadcrumb {
  width: 100%;
  height: 100px;
  background: #ffffff;
}

.common-content-breadcrumb .breadcrumb-box {
  width: 1270px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.common-content-breadcrumb .breadcrumb-box .breadcrumb-items {
  display: flex;
  align-items: center;
}

.common-content-breadcrumb .breadcrumb-box .breadcrumb-items a {
  font-size: 20px;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

.common-content-breadcrumb .breadcrumb-box .breadcrumb-items a:hover {
  color: #0F315A;
  font-weight: bold;
}

.common-content-breadcrumb .breadcrumb-box .breadcrumb-items img {
  margin: 0 25px;
  width: 8px;
  height: 14px;
}

.common-content-breadcrumb .breadcrumb-box .breadcrumb-items:last-child a {
  color: #0F315A;
  font-weight: bold;
  pointer-events: none;
  cursor: not-allowed;
}
