﻿body,h1,html {
    margin:0px;
    padding:0px;
    font-size:16px;
    font-family: "微软雅黑";
}
.head {
    background: url('image/logo-s.jpg') no-repeat;
    width:100%;
    height:70px;
    line-height:70px;
    position:fixed;
    top:0px;
    box-shadow: 1px 1px 3px #ccc;
}
.content {
    margin-top:70px;
    margin-bottom:60px;
}
.footer {
    border-top: 1px solid #424141;
    background:#424141;
    position:absolute;
    bottom:0px;
    width:100%;
    height:60px;
    line-height:60px;
}
.head h1 {
    text-align:center;
}
.item_row {
    width:100%;
    float:left;
    line-height:40px;
    margin-top:10px;
    word-break: break-all;
    word-wrap:break-word;
}
.col_one {
    width:30%;
    height:40px;
    line-height:40px;
    float:left;
    margin:0px 5%;
    border-bottom: #dcdcdc solid 1px;
    text-align:center;
}
.col_values {
    width:55%;
    float:left;
    height:40px;
    line-height:40px;
    margin-right:5%;
    border-bottom: #dcdcdc solid 1px;
}
.col_all_one {
    width:90%;
    float:left;
    margin:0 5%;
    border-bottom: #dcdcdc solid 1px;
    text-align:left;
    text-indent:10px;
}
.col_all {
    width:90%;
    text-align:center;
    float:left;
    margin:0 5%;
    margin-top:10px;
    border-bottom: #dcdcdc solid 1px;
}
