@charset "UTF-8";
/**
* 山东港口电子招投标系统升级建设项目
* date:2024-6-26
* author: hcong;
 */
.main {
  padding-top: 32px;
}

.menu {
  float: left;
  width: 246px;
  border-radius: 4px;
  background: #fff;
}
.menu-hd {
  height: 60px;
  line-height: 60px;
  border-radius: 4px;
  background: url("../images/sales/menu_hd.png") center top no-repeat;
}
.menu-hd h3 {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.menu-bd {
  padding: 26px 16px;
}
.menu-item {
  margin-top: 16px;
}
.menu-item:first-child {
  margin-top: 0;
}
.menu-item a {
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #4e5463;
  padding: 0 16px;
}
.menu-item a:hover {
  color: #1661d8;
}
.menu-item.active a {
  background: -webkit-gradient(linear, left top, right top, from(#dce7f9), to(#f6f9fe));
  background: linear-gradient(90deg, #dce7f9 0%, #f6f9fe 100%);
  border-radius: 4px;
  font-weight: bold;
  color: #1661d8;
}

.info-content {
  width: 930px;
  float: right;
}
.info-box {
  border-radius: 4px;
  background: #fff;
  padding: 16px;
}
.info-title {
  height: 42px;
  border-bottom: 1px solid #e9e9e9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info-title h3 {
  height: 30px;
  line-height: 30px;
  padding-left: 30px;
  background: url("../images/sales/hd_icon.png") left center no-repeat;
  font-weight: bold;
  font-size: 20px;
  color: #2e3033;
}

.choose-search {
  margin-top: 22px;
  padding: 13px 0;
  background-color: #eee;
}

.chosen-input {
  height: 40px;
  line-height: 38px;
  padding: 0 12px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chose-btn {
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  margin-left: 15px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  background-color: #1661d8;
  cursor: pointer;
}

.choose-search .chosen-input {
  width: 370px;
}

.choose-search.overflow-hidden {
  overflow: hidden;
}

.choose-search > label {
  width: 67px;
  height: 40px;
  line-height: 40px;
  text-align: right;
}

.choose {
  overflow: hidden;
  padding-left: 8px;
}

.input-tt {
  width: 130px;
  text-align: right;
  line-height: 40px;
}

.choose + .choose {
  margin-top: 15px;
}

.choose .chosen-input {
  width: 300px;
}

.choose .to {
  display: inline-block;
  margin: 0 9px;
  line-height: 40px;
}

.choose .datetime {
  background: #fff url("../images/date_ico.png") no-repeat 268px center;
}

.chose {
  padding: 10px 0 10px 50px;
  border-bottom: 1px dashed #eaebed;
  overflow: hidden;
}

.chose-item {
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  margin-left: 15px;
  font-size: 16px;
  color: #666;
  border-radius: 4px;
  cursor: pointer;
}

.chose-item.active {
  color: #fff;
  background-color: #cba97d;
}

.table-box {
  width: 100%;
  table-layout: fixed;
  margin-top: 15px;
}

.table-box > thead > tr {
  height: 45px;
  line-height: 45px;
  color: #333;
  font-size: 16px;
  background-color: #f0f0f1;
}

.table-box > thead th {
  text-align: center;
}

.table-box > tbody > tr {
  border-bottom: 1px dashed #eaebed;
}

.table-box > tbody > tr > td:first-child {
  text-align: center;
}

.table-box td {
  position: relative;
  line-height: 56px;
  /* font-size: 16px; */
  vertical-align: top;
  border-bottom: 1px dashed #eaebed;
  text-align: center;
}

.text-overflow {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pager {
  margin-top: 16px;
}
.pager .m-pagination-page {
  padding-right: 0;
}
.pager .m-pagination-page > li {
  margin-right: 0;
}
.pager .m-pagination-page > li > a {
  height: 30px;
  line-height: 30px;
  padding: 0 11px;
}
.pager .m-pagination-page > li > a,
.pager .m-pagination-size > select,
.pager .m-pagination-group > input,
.pager .m-pagination-group > button {
  border-radius: 2px;
  border: 1px solid #E6E6E6;
  color: #666;
  margin-right: 8px;
}
.pager .m-pagination-page > li.active > a,
.pager .m-pagination-page > li:hover > a,
.pager .m-pagination-group > button:hover {
  border-color: #1661D8;
  background: #fff;
  color: #1661D8;
  font-weight: normal;
}
.pager .m-pagination-info {
  height: 32px;
  line-height: 32px;
  padding-left: 0;
  margin-right: 8px;
}
.pager .m-pagination-info span {
  color: #1661D8;
  font-weight: 400;
  margin: 0;
}
.pager .m-pagination-jump {
  width: auto;
}
.pager .m-pagination-group > input {
  width: 51px;
  height: 30px;
  margin-right: 0;
}
.pager .m-pagination-group > button {
  width: 45px;
  height: 32px;
  border-left: none;
}