/**!
 * 安吉县公共资源交易平台
 * author: wuzhou
 * date:2019-01-26
 */
 
 .ewb-list-main {
     padding:11px 20px 0;
     min-height: 583px;
     background-color: #fff;
 }

 .ewb-route {
     padding-left: 22px;
     height: 36px;
     line-height: 36px;
     background: url("../images/route_ico.jpg") left center no-repeat;
 }

 .ewb-route>a {
     color: #333;
 }
 

/* 内容 */
.ewb-list-main {
    margin-top: 20px;
    padding: 20px 10px 10px;
    border-top:1px solid #eee;
    background-color: #fff;
    min-height: 500px;
}
 

.detail-tt {
    font-size: 22px;
    padding-bottom: 22px;
    text-align: center;
    color: #4e4e4e;
    line-height: 24px;
  }
  
  .detail-info {

    line-height: 29px;
    min-height: 29px;
    text-align: center;
    color: #666;
    background-color: #eee;
  }

  .detail-info-link {
    color: #666;
  }
  
  .detail-body {
	  	overflow-x:auto;
	/* min-height:400px; */
    /* text-indent: 28px; */
    line-height: 26px;
    padding: 20px;
	background-color: #fff;
    color: #333;
  }
  
  .detail-body-p {
    margin-bottom: 23px;
    text-indent: 28px;
  }
  
  .detail-img {
    text-align: center;
  }
  
  /*大*/
  .big{
	  line-height: 50px;
	  font-size:40px;
  }
  /*中*/
  .middle{
	  line-height: 36px;
	  font-size:26px;
  }
  /*小*/
  .small{
	  line-height: 12px;
	  font-size:12px;
  }
  
    
#view_iframe{
	
	width:100%;
	height:1000px;
}  















/* 2021-04-17 */
.yjzq{
	    text-align: center;
    cursor: pointer;
}
.consult-input-cont {
	padding-top: 10px;
    float: left;
    width: 50%;
    height: 46px;
    line-height: 46px;
}

.consult-text-cont {
    line-height: 46px;
}

.consult-input-cont>span,
.consult-text-cont>span {
    width: 144px;
    text-align: right;
    padding-right: 11px;
    font-size: 16px;
}

.consult-input-cont>input {
    /* width: calc(100% - 144px); */
	    width: 66%;
    height: 100%;
    padding: 0 10px;
    line-height: 44px;
    border: 1px solid #c1ccd6;
    border-radius: 4px;
}
.consult-text-cont>textarea {
    /* width: calc(100% - 144px); */
	margin-top: 10px;
	width: 83%;
    height: 156px;
    padding: 0 10px;
    line-height: 22px;
    resize: none;
    border: 1px solid #c1ccd6;
    border-radius: 4px;
}

.consult-btn-cont {
    margin-top: 30px;
    text-align: center;
    font-size: 0;
    font-size-adjust: none;
}

.consult-btn-cont>a {
    /* display: inline-block; */
	display:inline-flex;
    vertical-align: top;
    width: 80px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #666;
    border-radius: 4px;
    background: #ededed;
}

.consult-btn-cont>a:first-child {
    /* margin-right: 10px; */
    color: #fff;
    background: #8a3413;
}