.zhandian{
    width: 1200px;
    margin: 20px auto;
    
}
.line{
    border: 1px solid #999;
    background: #fff;
    padding-bottom: 30px;
}
.line ul{
    width: 1198px;
    height: 50px;
    overflow: hidden;
    background: #F2F2F2;
    position: relative;
    border-bottom: 0;
}
.line ul li{
    width: 120px;
    float: left;
    height: 45px;
    padding: 0 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 45px;
    border: 1px solid #999;
    margin: 3px 0 0 3px;
    border-radius: 4px 4px 0 0;
    text-align: center;
}
.line ul .lineitem{
    width: 1198px;
    height: 49px;
    border-bottom: 1px solid #999;
}
.line ul li.select{
    border-bottom: 0;
    height: 46px;
    background: #fff;
    color: #f00;
}
.line ul li:hover{
    background: #fff;
    color: #f00;
}
.line ul li a{
    display: block;
}



.line dl{
    margin:30px 30px 0 30px;
    background: #C4D3FA;
}

.line dl dt{
    height: 50px;
    line-height: 50px;
    background: #0036B2;
    padding-left: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.line dl dd{
    padding:20px 30px;
}
.line dl dd span{
    display: block;
}




/*

<dl>
	                <dt>临沂{$vo.attr}{$vo.name}</dt>
	                <dd>
	                    <span>卸货点：{$vo.sheng}-{$vo.shi}-{$vo.xian}-{$vo.address}</span>
	                    <span>时效：{$vo.day}天</span>
	                    <span>联系人：{$vo.man}</span>
	                    <span>联系电话：{$vo.phone}</span>
	                </dd>
	            </dl>*/