﻿/**!
 * 巴彦淖尔市公共资源交易中心
 * author: wuzhou
 * date:2018-12-20
 */

/* 面包屑 */

.ewb-route {
    color: #5b5b5b;
    line-height: 53px;
}

.ewb-route>a {
    color: #5b5b5b;
}

.ewb-route-home {
    font-weight: bold;
}

.ewb-route-last {
    color: #f7694d;
}

/* 内容 */
.ewb-list-main {
    padding: 35px 50px 0;
    background-color: #fff;
    min-height: 500px;
    color: #545454;
	padding-bottom:20px;
	position: relative;
}

.detail-tt {
    line-height: 36px;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 30px;
    text-align: center;
  }
  
  .detail-info {
    line-height: 43px;
    min-height: 43px;
    text-align: center;
    color: #666;
    border-bottom: 1px solid #bce9f5;
  }

  .ewb-sub-info {
    padding:15px 0 5px;
    line-height: 33px;
    text-align: center;
    border-bottom: 1px solid #bce9f5;
  }

  .ewb-sub-title {
    font-size: 24px;
    font-weight: bold;
  }

  .ewb-other-title {
    text-align: center;
    padding-top: 28px;
    line-height: 36px;
    font-weight: bold;
    font-size: 30px;
  }
  
  .detail-info-link {
    color: #666;
  }
  
  .detail-body {
    line-height: 32px;
    padding-top: 33px;
    color: #333;
    font-size: 16px;
	position:relative;
  }
  
  .detail-body-p {
    padding-bottom: 29px;
    text-indent: 28px;
  }
  
  .detail-img {
    text-align: center;
    padding-bottom: 50px;
  }

  /* 地区 */
  .ewb-area-items {
    margin-right: -6px;
  }
  .ewb-area-items>li {
    float:left;
    width: 132px;
    margin-right: 6px;
	cursor:pointer;
  }

  .ewb-area-items>li.tab-item {
    display: block;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #37bce0;
  }
  .ewb-area-items>li.tab-item:hover {
    background-color: #379ee0;
  }
   .ewb-area-items>li.tab-item.cur {
    background-color: #379ee0;
  }
 #JSGC .ewb-area-items
 {
	 padding-left:56px;
 }
  #ZFCG .ewb-area-items
 {
	 padding-left:140px;
 }
  #GTZY .ewb-area-items
 {
	 padding-left:350px;
 }
  #GYCQ .ewb-area-items
 {
	 padding-left:210px;
 }
 .DSDiv{ position:absolute;}
 
 
 

/*区块链*/
.chain {
    position: absolute;
    right: 80px;
    top: 350px;
    width: 99px;
	z-index: 9999;
}

.chain-box {
    width: 99px;
    height: 99px;
    overflow: hidden;
    border-radius: 50%;
}

.chain:hover .chain-box {
    background: rgba(172, 203, 238, .62);
    background: linear-gradient(to top, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -webkit-linear-gradient(bottom, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -o-linear-gradient(top, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -moz-linear-gradient(bottom, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
}

.chain-box>img {
    width: 100%;
    height: 100%;
}

.chain:hover .chain-list {
    display: block;
}

.chain-list {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    width: 253px;
    padding-top: 8px;
}

.chain-list::before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 16px;
    height: 9px; 
}

.chain-list-box {
    height: 100%;
    padding: 7px 0 12px 0;
    background-color: #f3f9ff;
    border: 1px solid #3e63b7;
}

.chain-tt {
    margin: 0 10px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background-color: #3e63b7;
}

.chain-tt>h3 {
    display: inline-block;
    padding-left: 20px;
    max-width: 95%;
    color: #fff;
    vertical-align: top;
   /* background: url("../images/subPage/new_yes.png") no-repeat left center;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 100% !important;
	line-height: 36px !important;
}

.chain-intro {
    padding: 0 16px;
}

.chain-intro-box {
    padding-top: 8px;
    line-height: 19px;
    word-wrap: break-word;
}

.chain-label {
    color: #666;
}

.chain-con {
    color: #3e63b7;
}

@media (max-width: 979px) {
    .chain {
        right: 60px;
    }
}

@media (max-width: 767px) {
    .chain {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        top: 150px;
    }
    .ewb-say-box {
        margin-bottom: 100px;
    }
}

@media (max-width: 480px) {
    .do-end {
        width: 100%;
        background-size: 100% 100%;
    }
}

