/* 公共样式 */

h5,
.font-l5 {
  font-size: 18px;
}
.nh-wrap {
    width: 1200px;
    margin: 0 auto;
}
/*查询*/
.conditionSearch {
    padding: 10px;
}
.keys{
    padding: 10px;
    font-size: 15px;
    border-radius: 3px;
    cursor: pointer;
    color: #4a4a4a;
    border: 1px solid #e0e0e0;
}
.sBtn {
    background: #338afd;
    color: white;
    padding: 9px 20px;
    font-size: 15px;
    border: 0;
    border-radius: 5px;
    user-select: none;
    vertical-align: top;
}
/*查询end*/

/* 竖线 高度在使用的模块定义 */

.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: #444;
  height: 50px;
  line-height: 50px;
  background-color: #FAFAFA;
  padding-left: 20px;
  font-size: 20px;
  margin-bottom: 10px;
}
.np-title-line {
  height: 4px;
  background-color: #FAFAFA;
  margin-bottom: 30px;
}
.np-title .fl-r {
  margin-right: 10px;
}
.nh-proj-item {
    min-height: 152px;
}
ol {
    padding: 20px;
}

/*須知*/
.np_btn {
    display: inline-block;
    margin: 5px;
    background: #ffffff;
    font-size: 18px;
    padding: 8px;
    line-height: 18px;
    border: 1px solid #dedbdb;
    cursor: pointer;
    user-select: none;
}
p.notice {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 25px;
    color: #222;
}
span.np_btn.hov {
        color: #338afd;
}

.null-text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    transform: translate(-50%, -50%);
    color: #a2a1a1;
}