@charset "UTF-8";
body {
  font-size: 14px;
  color: #333;
}
.attention-wrap {
  box-sizing: border-box;
  width: 960px;
  flex: 0 0 auto;
}
.attention-wrap .attention-wrap-top {
  box-sizing: border-box;
  width: 960px;
  min-height: 548px;
  border: 1px #ededed solid;
  background-color: #fff;
}
.attention-wrap .attention-wrap-top .attention-header-nav-wrap {
  box-sizing: border-box;
  background-color: #fcfcfc;
  height: 51px;
  border-bottom: 1px #ededed solid;
  padding-left: 24px;
}
.attention-wrap .attention-wrap-top .attention-header-nav-wrap > p {
  box-sizing: border-box;
  float: left;
  font-size: 16px;
  color: #666;
  line-height: 48px;
  text-align: center;
  height: 50px;
  border-bottom: 2px transparent solid;
  margin-right: 28px;
  cursor: pointer;
}
.attention-wrap .attention-wrap-top .attention-header-nav-wrap > p:hover {
  color: #0d86ff;
  border-bottom: 2px #0d86ff solid;
}
.attention-wrap .attention-wrap-top .attention-header-nav-wrap > p.ac {
  color: #0d86ff;
  border-bottom: 2px #0d86ff solid;
}
.attention-wrap .attention-wrap-top .attention-header-nav-wrap .fdruite {
  float: right;
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 48px;
}
.attention-wrap .attention-wrap-top .attention-header-nav-wrap .fdruite span {
  color: #fff;
  background: #0d86ff;
  padding: 5px 15px;
  border-radius: 4px;
  margin-right: 15px;
}
.attention-wrap .attention-wrap-top .no-tender-attention-main-wrap {
  position: relative;
  height: 495px;
  background: url("../img/attention/attention-bc.png") no-repeat center;
  background-size: cover;
}
.attention-wrap .attention-wrap-top .no-tender-attention-main-wrap > p {
  position: absolute;
  top: 206px;
  left: 50%;
  transform: translateX(-50%);
  height: 66px;
  font-size: 13px;
  color: #999;
  line-height: 66px;
  text-align: center;
}
.attention-wrap .attention-wrap-top .no-tender-attention-main-wrap > a {
  display: inline-block;
  position: absolute;
  top: 272px;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  width: 186px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  border-radius: 2px;
  background-color: #0d86ff;
}
.attention-wrap .attention-wrap-top .no-tender-attention-main-wrap > a:hover {
  background-color: #0b78e5;
}
.attention-wrap .attention-wrap-top .no-tender-attention-main-wrap.active {
  display: block;
}
.attention-wrap .attention-wrap-top .has-tender-attention-main-wrap {
  display: none;
}
.attention-wrap .attention-wrap-top .has-tender-attention-main-wrap .item {
  cursor: pointer;
  box-sizing: border-box;
  height: 99px;
  padding: 0 44px 0 23px;
  border-bottom: 1px #ededed solid;
  display: block;
  /* &:nth-last-child(1){
          border-bottom: none;
        }*/
}
.attention-wrap .attention-wrap-top .has-tender-attention-main-wrap .item .item-left {
  width: 650px;
  padding-top: 8px;
}
.attention-wrap .attention-wrap-top .has-tender-attention-main-wrap .item .item-left .left-top {
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 48px;
  height: 48px;
  width: 650px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.attention-wrap .attention-wrap-top .has-tender-attention-main-wrap .item .item-left .left-top img {
  width: 40px;
  vertical-align: middle;
}
.attention-wrap .attention-wrap-top .has-tender-attention-main-wrap .item .item-left .left-top .icon {
  z-index: 2;
  display: inline-block;
  box-sizing: border-box;
  width: 40px;
  height: 18px;
  background: url(../img/attention/icon-bc_03.png) no-repeat 0 0;
}
.attention-wrap .attention-wrap-top .has-tender-attention-main-wrap .item .item-left .left-bot {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
}
.attention-wrap .attention-wrap-top .has-tender-attention-main-wrap .item .item-left .left-bot > span {
  float: left;
  display: block;
  margin-right: 16px;
  text-align: center;
  border-radius: 2px;
}
.attention-wrap .attention-wrap-top .has-tender-attention-main-wrap .item .item-left .left-bot .local {
  position: relative;
  color: #0d86ff;
  background-color: #f0f7ff;
  padding: 0 8px 0 21px;
}
.attention-wrap .attention-wrap-top .has-tender-attention-main-wrap .item .item-left .left-bot .local > img {
  position: absolute;
  top: 3px;
  left: 8px;
  width: 9px;
}
.attention-wrap .attention-wrap-top .has-tender-attention-main-wrap .item .item-left .left-bot .title {
  padding: 0 8px;
  text-align: center;
  background-color: #fff1eb;
  color: #ef6a2c;
}
.attention-wrap .attention-wrap-top .has-tender-attention-main-wrap .item .item-left .left-bot .time {
  color: #999;
}
.attention-wrap .attention-wrap-top .has-tender-attention-main-wrap .item .item-right {
  padding-top: 40px;
  font-size: 14px;
  line-height: 16px;
  color: #0d86ff;
}
.attention-wrap .attention-wrap-top .has-tender-attention-main-wrap .item .item-right > img {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  cursor: pointer;
}
.attention-wrap .attention-wrap-top .has-tender-attention-main-wrap .item .item-right > span {
  cursor: pointer;
}
.attention-wrap .attention-wrap-top .has-tender-attention-main-wrap .item .item-right > span:hover {
  text-decoration: underline;
}
.attention-wrap .attention-wrap-top .has-tender-attention-main-wrap .item .dshdety {
  color: #e24e30;
}
.attention-wrap .attention-wrap-top .has-tender-attention-main-wrap .item .btgcodrt {
  color: #d1462a;
}
.attention-wrap .attention-wrap-top .has-tender-attention-main-wrap .item:hover {
  box-shadow: 0px 1px 4px 0px #e5e5e5;
}
.attention-wrap .attention-wrap-top .has-tender-attention-main-wrap .item:hover .item-left .left-top {
  color: #0d86ff;
}
.attention-wrap .attention-wrap-top .has-tender-attention-main-wrap.active {
  display: block;
}
.attention-wrap .attention-wrap-top .suiejidee {
  padding: 0 24px;
  margin-top: 20px;
}
.attention-wrap .attention-wrap-top .suiejidee .main-header-nav-wrap {
  position: relative;
  box-sizing: border-box;
  height: 44px;
  border: 1px #e4ecf5 solid;
  background-color: #f2f7fc;
  font-size: 14px;
  color: #333;
  line-height: 42px;
  padding-left: 60px;
}
.attention-wrap .attention-wrap-top .suiejidee .main-header-nav-wrap > .items {
  float: left;
}
.attention-wrap .attention-wrap-top .suiejidee .main-header-nav-wrap > .items:nth-child(1) {
  width: 320px;
}
.attention-wrap .attention-wrap-top .suiejidee .main-header-nav-wrap > .items:nth-child(2) {
  width: 300px;
}
.attention-wrap .attention-wrap-top .suiejidee .main-header-nav-wrap > .items:nth-child(3) {
  width: 210px;
}
.attention-wrap .attention-wrap-top .suiejidee .main-content-wrap .content-item {
  box-sizing: border-box;
  height: 84px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px #ededed solid;
  display: flex;
  align-items: center;
}
.attention-wrap .attention-wrap-top .suiejidee .main-content-wrap .content-item > .items:nth-child(1) {
  width: 378px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 60px;
  cursor: pointer;
}
.attention-wrap .attention-wrap-top .suiejidee .main-content-wrap .content-item > .items:nth-child(2) {
  width: 300px;
}
.attention-wrap .attention-wrap-top .suiejidee .main-content-wrap .content-item > .items:nth-child(3) {
  width: 210px;
  color: #0d86ff;
  cursor: pointer;
}
.attention-wrap .attention-wrap-top .suiejidee .main-content-wrap .content-item:hover {
  box-shadow: -1px 0px 1px 1px #ededed, 1px 0px 1px 1px #ededed, 0px 1px 1px 1px #ededed;
}
.attention-wrap .attention-wrap-top .no-firm-attention-main-wrap {
  position: relative;
  height: 495px;
  background: url("../img/attention/attention-bc.png") no-repeat center;
  background-size: cover;
}
.attention-wrap .attention-wrap-top .no-firm-attention-main-wrap > p {
  position: absolute;
  top: 206px;
  left: 50%;
  transform: translateX(-50%);
  height: 66px;
  font-size: 13px;
  color: #999;
  line-height: 66px;
  text-align: center;
}
.attention-wrap .attention-wrap-top .no-firm-attention-main-wrap > a {
  display: inline-block;
  position: absolute;
  top: 272px;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  width: 186px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  border-radius: 2px;
  background-color: #0d86ff;
}
.attention-wrap .attention-wrap-top .no-firm-attention-main-wrap > a:hover {
  background-color: #0b78e5;
}
.attention-wrap .attention-wrap-top .no-firm-attention-main-wrap.active {
  display: block;
}
.attention-wrap .attention-wrap-top .has-firm-attention-main-wrap {
  display: none;
}
.attention-wrap .attention-wrap-top .has-firm-attention-main-wrap .item {
  box-sizing: border-box;
  padding: 0 44px 0 24px;
  height: 92px;
  border-bottom: 1px #ededed solid;
  cursor: pointer;
  display: block;
  /* &:nth-last-child(1){
          border-bottom: none;
        }*/
}
.attention-wrap .attention-wrap-top .has-firm-attention-main-wrap .item .item-left {
  padding-top: 15px;
  font-size: 14px;
  line-height: 30px;
}
.attention-wrap .attention-wrap-top .has-firm-attention-main-wrap .item .item-left .left-bot-wrap {
  height: 30px;
}
.attention-wrap .attention-wrap-top .has-firm-attention-main-wrap .item .item-left .left-bot-wrap > P {
  float: left;
  margin-right: 90px;
  color: #999;
}
.attention-wrap .attention-wrap-top .has-firm-attention-main-wrap .item .item-left .left-bot-wrap > P > span {
  margin-left: 8px;
  display: inline-block;
  width: 24px;
  text-align: left;
  color: #0d86ff;
}
.attention-wrap .attention-wrap-top .has-firm-attention-main-wrap .item .item-right {
  padding-top: 36px;
  font-size: 14px;
  line-height: 16px;
  color: #0d86ff;
}
.attention-wrap .attention-wrap-top .has-firm-attention-main-wrap .item .item-right > img {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  cursor: pointer;
}
.attention-wrap .attention-wrap-top .has-firm-attention-main-wrap .item .item-right > span {
  cursor: pointer;
}
.attention-wrap .attention-wrap-top .has-firm-attention-main-wrap .item .item-right > span:hover {
  text-decoration: underline;
}
.attention-wrap .attention-wrap-top .has-firm-attention-main-wrap .item:hover {
  box-shadow: 0px 1px 4px 0px #e5e5e5;
}
.attention-wrap .attention-wrap-top .has-firm-attention-main-wrap .item:hover .item-left .name {
  color: #0d86ff;
}
.attention-wrap .attention-wrap-top .has-firm-attention-main-wrap.active {
  display: block;
}
.attention-wrap .attention-wrap-top .no-get-attention-main-wrap {
  position: relative;
  height: 495px;
  background: url("../img/attention/attention-bc.png") no-repeat center;
  background-size: cover;
}
.attention-wrap .attention-wrap-top .no-get-attention-main-wrap > p {
  position: absolute;
  top: 206px;
  left: 50%;
  transform: translateX(-50%);
  height: 66px;
  font-size: 13px;
  color: #999;
  line-height: 66px;
  text-align: center;
}
.attention-wrap .attention-wrap-top .no-get-attention-main-wrap > a {
  display: inline-block;
  position: absolute;
  top: 272px;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  width: 186px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  border-radius: 2px;
  background-color: #0d86ff;
}
.attention-wrap .attention-wrap-top .no-get-attention-main-wrap > a:hover {
  background-color: #0b78e5;
}
.attention-wrap .attention-wrap-top .no-get-attention-main-wrap.active {
  display: block;
}
.attention-wrap .attention-wrap-top .has-get-attention-main-wrap {
  display: none;
}
.attention-wrap .attention-wrap-top .has-get-attention-main-wrap .item {
  box-sizing: border-box;
  padding: 0 44px 0 24px;
  height: 128px;
  border-bottom: 1px #ededed solid;
  cursor: pointer;
  display: block;
  /* &:nth-last-child(1){
          border-bottom: none;
        }*/
}
.attention-wrap .attention-wrap-top .has-get-attention-main-wrap .item .item-left {
  padding-top: 16px;
  width: 650px;
}
.attention-wrap .attention-wrap-top .has-get-attention-main-wrap .item .item-left .left-top {
  position: relative;
  height: 30px;
  width: 650px;
  padding-left: 68px;
  font-size: 14px;
  line-height: 30px;
}
.attention-wrap .attention-wrap-top .has-get-attention-main-wrap .item .item-left .left-top .icon {
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 2;
  display: block;
  box-sizing: border-box;
  width: 63px;
  height: 16px;
  background: url(../img/attention/icon.png) no-repeat 0 0;
}
.attention-wrap .attention-wrap-top .has-get-attention-main-wrap .item .item-left .left-mid {
  height: 30px;
  width: 650px;
  font-size: 14px;
  line-height: 30px;
  color: #999;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.attention-wrap .attention-wrap-top .has-get-attention-main-wrap .item .item-left .left-bot {
  width: 650px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
}
.attention-wrap .attention-wrap-top .has-get-attention-main-wrap .item .item-left .left-bot > span {
  float: left;
  display: block;
  margin-right: 16px;
  text-align: center;
  border-radius: 2px;
}
.attention-wrap .attention-wrap-top .has-get-attention-main-wrap .item .item-left .left-bot .local {
  position: relative;
  color: #0d86ff;
  background-color: #f0f7ff;
  padding: 0 8px 0 21px;
}
.attention-wrap .attention-wrap-top .has-get-attention-main-wrap .item .item-left .left-bot .local > img {
  position: absolute;
  top: 3px;
  left: 8px;
  width: 9px;
}
.attention-wrap .attention-wrap-top .has-get-attention-main-wrap .item .item-left .left-bot .money {
  padding: 0 8px;
  text-align: center;
  background-color: #fff1eb;
  color: #ef6a2c;
}
.attention-wrap .attention-wrap-top .has-get-attention-main-wrap .item .item-left .left-bot .phone {
  padding: 0 8px;
  text-align: center;
  background-color: #ebfff3;
  color: #35ae6a;
}
.attention-wrap .attention-wrap-top .has-get-attention-main-wrap .item .item-left .left-bot .time {
  color: #999;
}
.attention-wrap .attention-wrap-top .has-get-attention-main-wrap .item .item-right {
  padding-top: 55px;
  font-size: 14px;
  line-height: 16px;
  color: #0d86ff;
}
.attention-wrap .attention-wrap-top .has-get-attention-main-wrap .item .item-right > img {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  cursor: pointer;
}
.attention-wrap .attention-wrap-top .has-get-attention-main-wrap .item .item-right > span {
  cursor: pointer;
}
.attention-wrap .attention-wrap-top .has-get-attention-main-wrap .item .item-right > span:hover {
  text-decoration: underline;
}
.attention-wrap .attention-wrap-top .has-get-attention-main-wrap .item:hover {
  box-shadow: 0px 1px 4px 0px #e5e5e5;
}
.attention-wrap .attention-wrap-top .has-get-attention-main-wrap .item:hover .item-left .left-top {
  color: #0d86ff;
}
.attention-wrap .attention-wrap-top .has-get-attention-main-wrap.active {
  display: block;
}
.attention-wrap .page-wrap {
  display: none;
  height: 32px;
  margin-top: 32px;
  text-align: right;
}
.attention-wrap .page-wrap .page-inner-wrap {
  height: 32px;
}
.attention-wrap .page-wrap .page-inner-wrap > span {
  font-size: 14px;
  line-height: 32px;
  color: #0d86ff;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  height: 32px;
  margin-right: 10px;
  background-color: #fff;
  border: 1px #ededed solid;
  text-align: center;
  cursor: pointer;
}
.attention-wrap .page-wrap .page-inner-wrap > span:hover {
  background-color: #0d86ff;
  border-color: #0d86ff;
  color: #fff;
}
.attention-wrap .page-wrap .page-inner-wrap .ac {
  background-color: #0d86ff;
  border-color: #0d86ff;
  color: #fff;
}
.attention-wrap .page-wrap .page-inner-wrap .dian {
  font-size: 14px;
  display: inline-block;
  box-sizing: border-box;
  width: 14px;
  height: 32px;
  margin-right: 10px;
  text-align: center;
}
.attention-wrap .tender-page-wrap.active {
  display: block;
}
.attention-wrap .firm-page-wrap.active {
  display: block;
}
.attention-wrap .get-page-wrap.active {
  display: block;
}
/*# sourceMappingURL=attention.css.map */