.search-wrap {
  padding: 20px;
  margin: 20px 0;
  background: #f4f9ff;
  border: 1px solid #D4E7FF;
}

.search-wrap .row {
  position: relative;
}

.search-wrap .row + .row {
  margin-top: 20px;
}

.search-wrap .form-item {
  float: left;
  width: 370px;
  height: 36px;
}

.search-wrap .form-item + .form-item { margin-left: 24px; }

.search-wrap .form-item label {
  display: inline-block;
  width: 75px;
  text-align: right;
}

.search-wrap .form-item .item-select,
.search-wrap .form-item .item-input {
  width: 290px;
  height: 36px;
  line-height: 36px;
  padding: 8px;
  border: 1px solid #ccc;
  color: #999;
}

.search-wrap .btns {
  padding-top: 10px;
  text-align: center;
}

.search-wrap .btns .btn {
  display: inline-block;
  width: 108px;
  height: 30px;
  line-height: 28px;
  margin: 0 15px;
  background: #fff;
  border: 1px solid #959595;
  border-radius: 2px;
}

.search-wrap .btns .btn:hover {
  background: #959595;
  color: #fff;
}

.search-wrap .btns button {
  background: none;
}

.search-wrap .btns .btn.btn-submit {
  background: #fe8431;
  border-color: #fe8431;
  color: #fff;
}

.search-wrap .btns .btn.btn-submit:hover {
  background: #e74c3c;
  border-color: #e74c3c;
}

.search-wrap .result-info {
  display: none;
  position: absolute;
  bottom: 0;
  right: 4px;
  height: 30px;
  line-height: 30px;
  color: #959595;
}

.result-wrap { margin-bottom: 30px; }

.result-wrap .content-error .error-txt {
  line-height: 30px;
  font-size: 20px;
  text-align: left;
}

.ad-banner {
  margin: 20px 0;
  border: 1px solid #e8e8e8;
}

.new-table tr {
  cursor: pointer;
}

.new-table tr:hover td { color: #fe8431; }

.search-table {
  display: none;
}

.search-table tbody td { min-width: 90px; }

.search-table .tm-img {
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
}

.search-table .tm-img img {
  max-width: 100px;
  max-height: 100px;
  border: 1px solid #ECECEC;
}

.search-table .operate a + a { margin-top: 8px; }

/* notice-detail */
.detail-head {
  height: 40px;
  line-height: 40px;
  margin-top: 30px;
}

.detail-head .name {
  float: left;
  width: 80%;
  font-size: 18px;
  font-weight: 600;
}

.detail-head .download {
  float: right;
  width: 20%;
  text-align: right;
}

.detail-body {
  width: 800px;
  padding: 10px;
  margin: 30px auto;
  border: 1px solid #ECECEC;
}

.detail-body img {
  width: 100%;
}

.detail-foot {
  margin-bottom: 30px;
  text-align: center;
}

.notice-detail .download-url {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #fe8431;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.notice-detail .download-url .iconfont {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}

.notice-detail .download-url:hover {
  background: #e74c3c;
  border-color: #e74c3c;
}

.notice-detail .empty-txt {
  line-height: 400px;
  font-size: 28px;
  text-align: center;
  color: #c52121;
}
