/*
 * @Author: lminjuan 
 * @Date: 2022-04-06 08:40:52 
 * @Last Modified by: lminjuan
 * @Last Modified time: 2022-04-20 09:13:08
 */
.main {
  background: url("../images/information/bg.png") left bottom no-repeat;
  min-height: 692px;
  padding-bottom: 20px;
}

.center {
  margin: 0 auto;
  width: 1280px;
}

.content {
  position: relative;
  margin-top: 19px;
}

.breadcrumb {
  margin-left: 6px;
  margin-top: 19px;
}

.search-bar {
  padding: 20px;
  border-top: 2px solid #cb0b0b;
  background-color: #fff;
}

.searchitem {
  width: 1109px;
  height: 38px;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px #e5e5e5;
}

.searchitem.spe {
  width: 360px;
  margin-left: 15px;
}

.searchitem.spe:first-child {
  margin-left: 0;
}

.label {
  width: 112px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  border-right: 1px solid #e5e5e5;
  margin-top: 7px;
}

.search-box {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  margin-left: 113px;
  height: 38px;
  font-size: 16px;
}

.search-box .input-box {
  width: 100%;
  height: 38px;
  line-height: 37px;
  border: 0;
  background: 0 0;
}

.search-box .input-placeholder {
  position: absolute;
  top: 0;
  left: 10px;
  height: 38px;
  line-height: 37px;
  color: #c7c6c6;
  z-index: -1;
  cursor: text;
}

.search-btn {
  width: 70px;
  height: 40px;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: url(../images/search-btn.png) no-repeat;
}

.infotable {
  background-color: #fff;
  padding-bottom: 20px;
}

.info-table {
  width: 100%;
  text-align: center;
  table-layout: fixed;
}

.info-table th {
  height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.info-table thead {
  background-color: #ae000e;
}

.info-table tbody tr:first-child td {
  border: 0;
}

.info-table td {
  height: 64px;
  border-top: 1px dashed #e5e5e5;
  font-size: 16px;
  color: #333;
}

.info-table tbody tr:hover td {
  color: #cb0b0b;
}

.info-table td span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.th1 {
  width: 132px;
}

.th2 {
  width: 240px;
}

.th3 {
  width: 240px;
}

.th4 {
  width: 150px;
}

.th5 {
  width: 120px;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}
