@charset "UTF-8";
/**!
 * 宁夏公共资源交易中心信息化系统
 * date:2021-06-02
 * author: wppei;
 */
.loc {
  padding: 25px 0 25px 29px;
  line-height: 34px;
  color: #666;
  background: url("../images/address_icon.png") no-repeat left 31px;
}

.loc-nav {
  color: #666;
}

.loc-current {
  color: #cf9138;
}

.box-shadow {
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 29px 0px rgba(11, 21, 69, 0.09);
          box-shadow: 0px 4px 29px 0px rgba(11, 21, 69, 0.09);
}

.mbfifty-five {
  margin-bottom: 55px;
}

.second-nav {
  width: 230px;
  min-height: 600px;
}

.second-nav-tt {
  height: 58px;
  padding-top: 12px;
  color: #fff;
  text-align: center;
  background: url("../images/transa_bg.jpg") no-repeat;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(217, 160, 78, 0.71);
          box-shadow: 1px 1px 8px 0px rgba(217, 160, 78, 0.71);
}

.second-nav-tt h2 {
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
}

.second-nav-tt p {
  line-height: 21px;
  font-size: 12px;
}

.second-nav-list {
  padding-top: 10px;
}

.second-nav-list li {
  border-top: 1px dashed #e7e7e7;
}

.second-nav-list li:nth-child(1) .second-nav-name {
  background-image: url("../images/transa_icon1.png");
}

.second-nav-list li:nth-child(2) .second-nav-name {
  background-image: url("../images/transa_icon2.png");
}

.second-nav-list li:nth-child(3) .second-nav-name {
  background-image: url("../images/transa_icon3.png");
}

.second-nav-list li:nth-child(4) .second-nav-name {
  background-image: url("../images/transa_icon4.png");
}

.second-nav-list li:nth-child(5) .second-nav-name {
  background-image: url("../images/transa_icon5.png");
}

.second-nav-list li:nth-child(6) .second-nav-name {
  background-image: url("../images/transa_icon6.png");
}

.second-nav-list li:hover, .second-nav-list li.active {
  background: url("../images/list_hover.png") no-repeat;
  background-size: 100% 100%;
  border-color: transparent;
}

.second-nav-list li:hover .second-nav-name, .second-nav-list li.active .second-nav-name {
  color: #cf9138;
  font-weight: bold;
}

.second-nav-list li:hover + li, .second-nav-list li.active + li {
  border-color: transparent;
}

.second-nav-list li:first-child {
  border-color: transparent;
}

.second-nav-name {
  display: block;
  height: 60px;
  line-height: 60px;
  padding-left: 78px;
  color: #333;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: 41px center;
}

.second-main {
  padding-bottom: 40px;
  -webkit-box-shadow: -1px 2px 16px 0px rgba(76, 83, 116, 0.15);
          box-shadow: -1px 2px 16px 0px rgba(76, 83, 116, 0.15);
  border-radius: 3px;
  overflow: hidden;
}

.second-hd {
  height: 67px;
  padding: 0 18px;
  background-color: #fcfcfc;
  border-bottom: 1px solid #e9edf9;
}

.second-hd-tt {
  line-height: 67px;
  padding-left: 54px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  background: url("../images/transa_tt.png") no-repeat 10px center;
}

.second-hd .second-search {
  width: 230px;
  height: 27px;
  margin-top: 19px;
  padding-left: 14px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

.second-hd .second-search-input {
  width: calc(100% - 40px);
  height: 27px;
  line-height: 27px;
}

.second-hd .second-search-btn {
  width: 40px;
  height: 27px;
  background: url("../images/transa_search.png") no-repeat center;
}

.second-bd-list {
  padding: 3px 18px 0;
}

.second-bd-box {
  display: block;
  position: relative;
  height: 59px;
  padding-left: 9px;
  line-height: 59px;
  color: #666;
  font-size: 16px;
  border-bottom: 1px dashed #dedede;
}

.second-bd-box:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background-color: #666;
  border-radius: 50%;
}

.second-bd-box:hover {
  color: #cf9138;
}

.second-bd-box:hover:before {
  background-color: #cf9138;
}

.second-bd-box:hover .second-bd-time {
  color: #cf9138;
}

.second-bd-time {
  width: 238px;
  color: #999;
  text-align: right;
}

.second-bd-name {
  margin-right: 238px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pager {
  margin-top: 35px;
}

.m-pagination-page > li.active > a {
  border-color: #cf9138;
  background-color: #cf9138;
}

.m-pagination-page > li:hover > a,
.m-pagination-group > button:hover {
  border-color: #cf9138;
}

.open-search {
  height: 48px;
  line-height: 48px;
  padding-left: 64px;
  border: 1px solid #dadada;
  border-radius: 5px;
  background: url("../images/header_search.png") no-repeat 25px center;
  background-size: 21px 21px;
  overflow: hidden;
}

.open-search-btn {
  width: 105px;
  height: 48px;
  color: #fff;
  font-size: 18px;
  font-family: "SourceHanSansCN-Medium";
  background: #cf9138;
  background: -webkit-gradient(linear, left top, right top, from(#CF9138), to(#EEC180));
  background: linear-gradient(90deg, #CF9138, #EEC180);
  background: -webkit-gradient(linear, left top, right top, from(#cf9138), to(#eec180));
  background: linear-gradient(to right, #cf9138, #eec180);
  background: -moz-linear-gradient(left, #cf9138, #eec180);
  outline: none;
  border-radius: 5px;
  cursor: pointer;
}

.open-search-input {
  width: calc(100% - 115px);
  height: 48px;
  font-size: 16px;
  font-family: "SourceHanSansCN-Medium";
  color: #999;
}

.open-search-input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: "SourceHanSansCN-Medium";
}

.open-search-input::-moz-placeholder {
  font-size: 16px;
  font-family: "SourceHanSansCN-Medium";
}

.open-search-input:-moz-placeholder {
  font-size: 16px;
  font-family: "SourceHanSansCN-Medium";
}

.open-search-input:-ms-input-placeholder {
  font-size: 16px;
  font-family: "SourceHanSansCN-Medium";
}
