.table-column-sort table > thead > tr th, .table-column-sort table > tbody > tr > td.detail-column {

    white-space: nowrap;
}


@media (min-width: 320px) and (max-width: 991px) {
	.map-links {
    left: 533px;
    position: absolute;
    top: 18px;
	}
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-social-box {
    float: right;
    line-height: 20px;
    height: 40px;
    margin-bottom: 10px;
  }

  .social-icon {
    margin-bottom: 10px;
  }

  .navbar ul.nav li .active {
    margin: 10px 8px 0px 8px;
    font-size: 14px;
  }
  .navbar ul.nav li a {
    margin: 10px 8px 0px 8px;
    font-size: 14px;
  }
  .navbar ul.nav li a:hover {
    margin: 10px 8px 0px 8px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .navbar ul.nav li .active {
    font-size: 16px;
  }
  .navbar ul.nav li a {
    font-size: 16px;
  }
  .navbar ul.nav li a:hover {
    font-size: 16px;
  }
}

.logo-img img{
  width: 122px!important;
    height: 50px;
    display: block;
}


@media (max-width : 767px){
.table-column-sort td:nth-of-type(1):before {
	content: "项目名称:";
}

.table-column-sort td:nth-of-type(2):before {
	content: "项目编号:";
}

.table-column-sort td:nth-of-type(3):before {
	content: "承诺额 *:";
}

.table-column-sort td:nth-of-type(4):before {
	content: "状态:";
}

.table-column-sort td:nth-of-type(5):before {
	content: "批准日期:";
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .main-search input[type=search]:focus {
      padding: 10px 35px 10px 10px;
    }
}