body{
    background: #fff;
    width: 100%;
    height: 100%;
}
.container{
    width: 100%;
    height: 100%;
}
.row-header{
    width: 100%;
    height: 33px;
    line-height: 33px;
    border-top: 1px solid #c1d3de;
    border-bottom: 1px solid #c1d3de;
    background: url(../../images/righttitlebig.png) repeat-x scroll 0% 0% transparent;
    text-align: left;
}

.row-header span{
    margin-left: 7px;
    padding-left: 22px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    background: url(../../images/titleico.png) no-repeat left center;
    text-align: left;
}

.row-cont{
    width: 100%;
    /* height: 100px; */
    padding: 10px 10px 30px 10px;
    background: url(../../images/duanxin.gif) no-repeat left center;
    /* border-left: 1px solid #c1d3de; */
}
.row-cont2{
    border-bottom: 1px solid #c1d3de;
    background: url(../../images/caiwu.gif) no-repeat left center;
}

.row-cont ul{
    margin: 8px 0 0 120px;
}

.row-cont li{
    background: url(../../images/icon/arrow.gif) no-repeat left center;
    height: 30px;
    line-height: 30px;
    width: 200px;
    /* float: left; */
    font-size: 14px;
    padding-left: 15px;
    text-align: left;
}
.divspan {
    text-align: left;
    line-height: 36px;
    color: red;
}


