@charset "UTF-8";
/**
* 葫芦岛市公共资源交易平台二期
* date:2024-4-19
* author: hcong;
 */
.info-search {
  width: 218px;
  height: 32px;
  border-radius: 4px;
  background: #EFF3FA;
  margin-top: -8px;
  position: relative;
}
.info-text {
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  border: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px 0 12px;
  background: none;
}
.info-text::-webkit-input-placeholder {
  color: #8B99A9;
}
.info-text::-moz-placeholder {
  color: #8B99A9;
}
.info-text:-ms-input-placeholder {
  color: #8B99A9;
}
.info-text::-ms-input-placeholder {
  color: #8B99A9;
}
.info-text::placeholder {
  color: #8B99A9;
}
.info-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/search_icon2.png") center center no-repeat;
  right: 10px;
  top: 6px;
}
.info-kinds {
  padding: 22px 0 10px 0;
  border-bottom: 1px solid #ECECEC;
}

.kinds-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 26px;
  font-size: 14px;
  color: #333;
  margin-top: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kinds-item:first-child {
  margin-top: 0;
}
.kinds-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kinds-type {
  margin-left: 12px;
}
.kinds-type.active a {
  background: #187AEE;
  color: #fff;
}
.kinds-type.current a {
  background: #187AEE;
  color: #fff;
}
.kinds-type a {
  display: block;
  width: 100px;
  height: 26px;
  font-size: 14px;
  color: #333;
  border-radius: 2px;
  background: #F0F2F7;
  text-align: center;
}
.time-name {
  color: #3A6FEE;
  margin-left: 12px;
}
.time-date {
  width: 220px;
  height: 32px;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  margin-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/date_icon.png") right 12px center no-repeat;
  padding: 0 12px;
  font-size: 14px;
  color: #333;
}



.ewb-page {
	margin-top: 24px;
	height: 22px;
	line-height: 22px;
    text-align: center;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    margin: 0 10px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    float: left;
    color: #999;
}

.ewb-page-li a{
	color: #999;
}

.ewb-page-li.current a{
	color: #4a6dcb;
}

.ewb-page-next a{
	color: #333;
}

.wb-data-list{
	padding-left: 22px;
	line-height: 25px;
	font-size: 16px;
	background: url('../images/dot.png') no-repeat 4px center;
}

.wb-data-infor{
	margin-right: 115px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wb-data-date{
    margin: -29px 14px 0 0;
    float: right;
    color: #555;
}


.ewb-footer{
	margin-top: 10px;
}

.morefont{font-size:14px}