/**!
 * 交易详情
 * author: wuzhou;
 * date:2019-11-11
 */


.fujian{
	clear: both;
}
.ewb-route {
    padding: 17px 0 16px 31px;
    line-height: 28px;
    background: url("../images/crumbs_ico.png") left 21px no-repeat;
}

.ewb-route>a {
    color: #333;
}

.ewb-route-last {
    color: #d8120f;
}

/* 内容 */
.ewb-list-main {
    padding-bottom: 28px;
}
 

.ewb-gov-wrap {
    padding:0 30px;
    min-height: 615px;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 5px #e7e6e6;
    overflow: hidden;
}
 

.ewb-trade-title {
    margin-top: 16px;
    line-height: 34px;
    padding:20px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
}

.ewb-trade-info {
    margin-top: 35px;
    min-height: 368px;
    line-height: 25px;
}

/* 倒计时 */
.ewb-file-countdown {
    width: 250px;
    margin:34px auto 0;
}

.ewb-file-title {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    border-radius: 7px;
    background-color: #d8120f;
	cursor: pointer;
}

.ewb-file-times {
    margin-top: 5px;
    height: 142px;
    border-radius: 7px;
    background-color: #d8120f;
	display:none;
}

.ewb-times-title {
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}


.ewb-times-items {
    padding-top: 9px;
    margin:0 9px;
}


.ewb-times-items>li {
    float:left;
    width: 33.3%;
    text-align: center;
}


 .ewb-times-wrap {
     margin:0 11px;
     border-radius: 4px;
     height: 48px;
     line-height: 48px;
     font-size: 24px;
     font-weight: bold;
     background-color: #fff;
 }

 .ewb-times-txt {
     color: #fff;
     font-size: 16px;
     line-height: 27px;
     text-align: center;
 }

 .countdown_section {
    display: block;
    margin-left: 22px;
    float: left;
    text-align: center;
    line-height: 27px;
    color: #fff;
 }

 .countdown_amount {
   display: block;
     width: 48px;
     height: 48px;
     line-height: 48px;
     font-size: 24px;
     border-radius: 7px;
     color: #333;
     font-weight: bold;
     background-color: #fff;
 }
 /*20191217修改*/
 .ewb-article-sources {
    margin-top: 10px;
    line-height: 36px;
    text-align: center;
    color: #999;
    /* background-color: #f7f7f7; */
}
.ewb-article-sources p {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.ewb-article-sources a {
    color: #999;
}
.ewb-trade-info{
	margin-top: 10px;
	position: relative;
}

.ewb-trade-info table{
	max-width: 1140px;
}
.ewb-gov-wrap{
	min-height: 200px;
	padding-bottom: 0; 
	width:100%;
	overflow-x: auto;
	overflow-y: hidden;
	
}

.ewb-trade-info{
	min-height: 200px;
}
/*20200210*/
.sub-loc{
	margin-top: -5px;
    margin-bottom: 15px;
}


/* 2002-12-17 */

.relation{
	margin: 20px 0px;
}
.relation table{
	width:100%;
}

.first{
	width: 10%;
	text-align: center;
	height: 40px;
    line-height: 40px;
}

.secold{
	padding-left: 20px;
	    height: 40px;
    line-height: 40px;
}

.secold a{
	color:#1969be;
}