@charset "UTF-8";
/**
* 葫芦岛市公共资源交易平台二期
* date:2024-4-19
* author: hcong;
 */
.main {
  padding-top: 40px;
}

.menu {
  float: left;
  width: 220px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}
.menu-hd {
  height: 84px;
  line-height: 84px;
  font-size: 20px;
  font-weight: bold;
  color: #187aee;
  padding-left: 30px;
  background: url("../images/menu_hd.png") no-repeat;
}
.menu-item {
  border-bottom: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 50px 16px 30px;
  border-left: 3px solid transparent;
  line-height: 22px;
  min-height: 62px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  color: #333;
}
.menu-item a:hover {
  color: #187aee;
}
.menu-item.active a {
  border-color: #187aee;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.39%, #f0f8ff), color-stop(99.89%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #f0f8ff 2.39%, rgba(255, 255, 255, 0) 99.89%);
  font-weight: bold;
  color: #187aee;
}
.menu-item.current a {
  border-color: #187aee;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.39%, #f0f8ff), color-stop(99.89%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #f0f8ff 2.39%, rgba(255, 255, 255, 0) 99.89%);
  font-weight: bold;
  color: #187aee;
}

.info {
  float: right;
  width: calc(100% - 240px);
  padding: 20px 20px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.info-hd {
  height: 30px;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info-hd h3 {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 11px;
  position: relative;
}
.info-hd h3::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 14px;
  left: 0;
  top: 2px;
  background: #187aee;
}
.info-bd {
  min-height: 608px;
  position: relative;
  padding-bottom: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.info-notice-content {
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info-notice-content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info-notice-content .item-name {
  max-width: 800px;
  font-size: 15px;
  line-height: 20px;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  position: relative;
}
.info-notice-content .item-name:hover {
  color: #187aee;
}
.info-notice-content .item-name:hover::before {
  background-color: #187aee;
}
.info-notice-content .item-name::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background: #333;
  border-radius: 50%;
  left: 3px;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.info-notice-content .item-time {
  font-size: 15px;
  line-height: 20px;
  color: #999;
}

.pager {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.pager .m-pagination-page {
  padding-right: 0;
}
.pager .m-pagination-page > li {
  margin-right: 0;
}
.pager .m-pagination-page > li > a {
  height: 34px;
  line-height: 30px;
  font-size: 14px;
  color: #4E5463;
  padding: 0 5px;
  min-width: 34px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pager .m-pagination-page > li > a,
.pager .m-pagination-size > select,
.pager .m-pagination-group > input,
.pager .m-pagination-group > button {
  border-radius: 1px;
  border: 2px solid #ECEDF2;
  color: #4E5463;
  margin-right: 6px;
}
.pager .m-pagination-page > li.active > a,
.pager .m-pagination-page > li:hover > a,
.pager .m-pagination-group > button:hover {
  border-color: #187AEE;
  color: #187AEE;
  background: #fff;
  font-weight: normal;
}
.pager .m-pagination-info {
  height: 32px;
  line-height: 32px;
  padding-left: 0;
  margin-right: 8px;
}
.pager .m-pagination-info span {
  color: #187AEE;
  font-weight: 700;
  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;
}

