@charset "UTF-8";
/**
* 山东港口电子招投标系统升级建设项目-交易信息
* date:2024-6-17
* 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;
}

.chosen-mod {
  margin-top: 12px;
}
.chosen-title {
  float: left;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #646464;
}
.chosen-items {
  float: left;
  margin-left: 4px;
}
.chosen-item {
  float: left;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  padding: 0 6px;
  margin: 2px 0 2px 12px;
  color: #4E5463;
  cursor: pointer;
}
.chosen-item.active {
  background: #ECF2FB;
  color: #1661D8;
}
.chosen-time {
  float: left;
}
.chosen-time .time-name {
  float: left;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #646464;
  padding: 0 16px;
  margin-left: 16px;
}
.chosen-datetime {
  float: left;
  width: 146px;
  border: 1px solid #E9E9E9;
  vertical-align: top;
  border-radius: 4px;
  height: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 26px;
  font-size: 14px;
  padding: 0 22px 0 12px;
  background: url("../images/sales/date_icon.png") right 7px center no-repeat;
}
.chosen-datetime::-webkit-input-placeholder {
  color: #B8BECC;
}
.chosen-datetime::-moz-placeholder {
  color: #B8BECC;
}
.chosen-datetime:-ms-input-placeholder {
  color: #B8BECC;
}
.chosen-datetime::-ms-input-placeholder {
  color: #B8BECC;
}
.chosen-datetime::placeholder {
  color: #B8BECC;
}

.time-line {
  float: left;
  margin: 14px 6px 0;
  width: 12px;
  height: 1px;
  background: #E6E6E6;
}

.info-search {
  width: 257px;
  height: 32px;
  float: right;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.info-search > input {
  width: 206px;
  padding: 0 10px 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 30px;
  height: 30px;
  font-size: 13px;
  box-sizing: border-box;
  background: none;
}
.info-search > input::-webkit-input-placeholder {
  color: #B8BECC;
}
.info-search > input::-moz-placeholder {
  color: #B8BECC;
}
.info-search > input:-ms-input-placeholder {
  color: #B8BECC;
}
.info-search > input::-ms-input-placeholder {
  color: #B8BECC;
}
.info-search > input::placeholder {
  color: #B8BECC;
}
.info-btn {
  width: 50px;
  height: 32px;
  line-height: 32px;
  background: #1661D8;
  border-radius: 2px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: -1px;
  top: -1px;
  cursor: pointer;
}
.info-list {
  padding: 15px 11px;
  border: 1px solid #FFF;
  border-radius: 4px;
  line-height: 22px;
  font-size: 14px;
  margin-top: 16px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(169, 169, 169, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(169, 169, 169, 0.25);
}
.info-list:hover {
  background: #F6F9FE;
  border-color: #C2D6F9;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.list-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-hd .list-link {
  max-width: 800px;
  color: #4E5463;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-hd .list-link:hover {
  color: #1661D8;
}
.list-status {
  height: 22px;
  border-radius: 4px;
  padding: 0 8px;
}
.list-status.status1 {
  background: #E6F3F1;
  color: #058E86;
}
.list-tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
}
.list-tips > p {
  padding-left: 18px;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 14px;
  color: #535353;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list-name {
  color: #8A8F99;
  margin-right: 6px;
}
.list-num {
  background-image: url("../images/sales/info_icon1.png");
}
.list-kind {
  background-image: url("../images/sales/info_icon2.png");
}
.list-person {
  background-image: url("../images/sales/info_icon3.png");
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-time {
  background-image: url("../images/sales/info_icon4.png");
}

.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;
}



/* 20241116 调整 */

.menu-item a {
  color: #333;
  background: rgba(22, 141, 250, 0.08);
  background: linear-gradient(360deg, rgba(137, 199, 255, 0.08) 0%, rgba(22, 141, 250, 0.08) 97.92%);
  border-radius: 4px;
  text-align: center;
}

.menu-item a:hover {
  color: #168DF9;
}

.menu-item.active a {
  color: #168DF9;
  background: rgba(137, 199, 255, 0.28);
  background: linear-gradient(360deg, rgba(137, 199, 255, 0.28) 0%, rgba(22, 141, 250, 0.28) 97.92%);
}

.info-box + .info-box {
  margin-top: 24px;
}

.chosen-title {
  height: 32px;
  line-height: 32px;
}

.chosen-item {
  min-width: 100px;
  padding: 0 4px;
  margin: 4px 0 4px 12px;
  box-sizing: border-box;
  text-align: center;
}

.chosen-item.active {
  background: #168DFA;
  background: linear-gradient(180deg, #89C7FF 0%, #168DFA 97.92%);
  color: #fff;
}

#chosen-mod-time>.chosen-items {
  margin-left: 0;
}

.chosen-time .time-name {
  margin-left: 12px;
  margin-right: 6px;
  padding: 0 4px;
}

.chosen-datetime {
  width: 140px;
}

.info-btn {
  background: #168DFA;
  background: linear-gradient(180deg, #89C7FF 0%, #168DFA 97.92%);
}

.list-hd {
  display: block;
  font-weight: bold;
}

.list-hd .list-link {
  display: block;
  max-width: none;
  color: #333;
}

.list-tips > p,
.list-name {
  color: #999;
}

.info-list:hover {
  border-color: #168DF9;
}

.list-hd .list-link:hover {
  color: #168DF9;
}

.pager .m-pagination-info span {
  color: #168DF9;
}

.pager .m-pagination-page > li.active > a, .pager .m-pagination-page > li:hover > a, .pager .m-pagination-group > button:hover {
  border-color: #168DF9;
  color: #168DF9;
}

.info-title h3 {
  font-size: 22px;
  letter-spacing: 3px;
}

.menu-hd h3 {
  font-size: 20px;
}