/* 公共样式 */

h5,
.font-l5 {
  font-size: 18px;
}

/* 竖线 高度在使用的模块定义 */

.v-line {
  width: 1px;
  background-color: #d2d2d2;
  display: inline-block;
}

.v-line-r li::after {
  content: '';
  display: inline-block;
  width: 1px;
  background-color: #ccc;
  font-size: 0;
}

li.v-line-none::after {
  display: none;
}

h3,
.font-l3 {
  font-size: 26px;
}

.com-title-bar {
  height: 26px;
  margin-bottom: 28px;
  border-left: 2px solid #338afd;
  position: relative;
}

.com-title-bar::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  z-index: -1;
}

.com-title-bar .left {
  background-color: #fff;
  padding-left: 10px;
  position: absolute;
  left: 0;
  top: -1px;
}

.com-title-bar h3,
.com-title-bar .v-line,
.com-title-bar .tab {
  margin-right: 20px;
}

.com-title-bar h3 {
  display: inline-block;
  vertical-align: top;
}

.com-title-bar .v-line {
  height: 23px;
  margin-top: 1px;
}

.com-title-bar .tab {
  line-height: 26px;
  vertical-align: top;
  cursor: pointer;
}

.com-title-bar .tab.active,
.com-title-bar .tab:hover {
  color: #338afd;
}

.com-title-bar .right {
  height: 26px;
  line-height: 26px;
  padding-left: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  cursor: pointer;
}

/* 雪碧图 */

.sprites-icon {
  background-image: url('/Platform_N/nhos/images/sprites/icon.sprites.png');
  background-repeat: no-repeat;
}

.si-more {
  width: 48px;
  height: 16px;
  background-position: -19px -1px;
  display: inline-block;
  cursor: pointer;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}
.mr-70 {
  margin-right: 70px;
}

/* 公共样式 end */

.nh-pro-card h4 strong {
  font-size: 20px;
}

.project-card {
  position: relative;
  margin-top: 40px;
  min-height: 250px;
}
.np-title {
  color: #222;
  height: 50px;
  line-height: 50px;
  background-color: #FAFAFA;
  padding-left: 20px;
  font-size: 20px;
  margin-bottom: 30px;
}
.np-title-line {
  height: 4px;
  background-color: #FAFAFA;
  margin-bottom: 30px;
}
.np-title .fl-r {
  margin-right: 10px;
}
.nh-proj-item {
    min-height: 300px;
}
ol {
    padding: 20px;
}

.null-text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    transform: translate(-50%, -50%);
    color: #a2a1a1;
}