head,body{
    margin:0;
    padding:0;
}
#body_div {}

#tradeTypeDiv span, #areaDiv span,#infoDiv span, .spanspanSearchBtn{
    display: inline-block;
    padding:5px 10px;
    border-radius: 5px;
}

#tradeTypeDiv span:first-child, #areaDiv span:first-child,#infoDiv span:first-child{
    margin-right:10px;
}

.spanSel, .spanspanSearchBtn{
    background-color: #0096f5;
    color:white;
}

.self_searchDiv > div{
    margin:9px 0;
}

#tradeTypeDiv span:hover, #areaDiv span:hover, .spanspanSearchBtn:hover{
    cursor: pointer;
}

#projectName{
    margin-left: 5px;
    width: 50%;
    padding: 5px;
}


/* 流程样式 */
.flow {
    margin: 10px auto;
    border-bottom: 1px dashed #eee;
    padding-bottom: 20px;
}
.flow .flow_tit {
    line-height: 40px;
    margin-left: 10px;
    margin-right: 10px;
}
.flow .flow_tit span {
    float: right;
    font-size: 13px;
}
.flow .flow_tit a {
    font-size: 16px;
    color: #333;
}
.flow .flow_txt {
    padding: 0 0 10px 0;
    margin-left: 10px;
}
/*.clearfix {
    zoom: 1;
}*/
.liucheng span{
    position:relative;
    display: inline-block;
    padding:0 5px 0 10px;
    height:30px;
    line-height:30px;
    width: 14.3%;
    text-align: center;
}
.liucheng span.span2 {
    color: #fff;
    background: #0096f5;
}
.liucheng span.span2:before {
    position: absolute;
    content: '';
    right: -25px;
    top: -4px;
    border-left: 25px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 19px solid transparent;
    z-index: 9;
}
.liucheng span.span2:after {
    position: absolute;
    content: '';
    right: -20px;
    top: 0;
    border-left: 20px solid #0096f5;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    z-index: 10;
}
.liucheng span.span1 {
    color: #999;
    background: #f5f5f5;
}
.liucheng span.span1:before {
    position: absolute;
    content: '';
    right: -25px;
    top: -4px;
    border-left: 25px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 19px solid transparent;
    z-index: 9;
}
.liucheng span.span1:after {
    position: absolute;
    content: '';
    right: -20px;
    top: 0;
    border-left: 20px solid #f5f5f5;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    z-index: 10;
}
.liucheng span.span3 {
    color: #0096f5;
    background: #deeefd;
}
.liucheng span.span3:before {
    position: absolute;
    content: '';
    right: -25px;
    top: -4px;
    border-left: 25px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 19px solid transparent;
    z-index: 9;
}
.liucheng span.span3:after {
    position: absolute;
    content: '';
    right: -20px;
    top: 0;
    border-left: 20px solid #deeefd;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    z-index: 10;
}
.liucheng span.last:after, .liucheng span.last:after{
    display: none;
}
.liucheng{
    margin-left: 5%;
}

#withoutDataDiv{
    text-align: center;
    padding-top:20px;
}
.dataDiv{
    min-height:440px;
    border: 1px solid #D5D5D5;
    margin-top: 10px;
    margin-bottom: 8px;
}

.dataDiv table{
    table-layout: fixed;
    width:100%;
}
.dataDiv table td{
    -ms-word-break: break-all;
    word-break: break-all;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding:8px 0;
    border-bottom: 1px dashed #e5e5e5;
}
.dataDiv table tr td:first-child{
    width:150px;
}
.dataDiv table tr td:last-child{
    width:190px;
}
.Symbol{
    color: #0096F5;
    margin-left: 25px;
}
.areaEm{
    background:#0096F5;
    color: #fff;
    padding:3px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space:nowrap;
    word-break:break-all;
}
#titleS{
    margin-left: 10px;
}
#tableHeader{
    text-align: center;
    background-color:#DEEEFD;
}
#firstSpan{
    margin-left: -8px;
}
#content{
    text-align: center;
}