/**!
 * 二级页
 * author: fxyue;
 * date:2019-09-17
 */

.ewb-info {
    padding: 20px;
    min-height: 550px;
}

.ewb-info-search {
    height: 90px;
    padding: 20px;
    border:2px solid #ffffff;
}

/* .ewb-info-node { */
    /* float: right; */
    /* width: 380px; */
/* } */


.ewb-info-sub { 
    float:left;
    width: 230px;
    height: 28px;
    border: 1px solid #d2d2d2;
    padding: 0 10px;
	border-radius: 5px; 
}

.ewb-info-sub>input {
    display: block;
    width: 100%;
    height: 100%;
	background-color:transparent;
}

.ewb-info-sub2 { 
    float:left;
    width: 90px;
    height: 28px;
    border: 1px solid #d2d2d2;
    padding: 0 10px;
	border-radius: 5px;
	background: url(../images/date_icon.png) 90px center no-repeat;
}
.ewb-info-sub2>input {
    display: block;
    width: 100%;
    height: 100%;
	background-color:transparent;
}

.ewb-info-sub-title { 
     float:left;
	 width: 100px;
     height: 28px;
	 line-height:28px;
	 padding-left:10px;
	 text-align: right;
}

.ewb-info-sub-z { 
     float:left;
	 width: 20px;
     height: 28px;
	 line-height:28px;
	 padding-left:10px;
}


.ewb-info-btn {
    width: 120px;
    height: 50px;
    float: right;
	margin-right:400px; 
    background: #0f4781;
    padding: 0;
    font-size: 16px;
    color: #fff;
	position: absolute;
    right: -380px;
    top: 20px;
    border-radius: 5px;
}



.ewb-info-hd {
    margin-top: 20px;
    text-align: center;
    padding: 0;
}

.ewb-info-bd {
    text-align: center;
    padding: 10px 0;
}

.info4 {
    float: left;
    width: 72px;
}

.info5 {
    float: left;
    width: 314px;
}

.info6 {
    float: left;
    width: 225px;
}

.info7 {
    float: left;
    width: 174px;
}

.info8 {
    float: left;
    width: 124px;
}

.infot{
	width:95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-info-sub-tj{
	padding-top:10px;
	height:30px;
}

.ewb-info-node {
    position: relative;
}