/*PC端 屏幕宽度大于960px的时候执行的样式*/
@media screen and (min-width: 960px) {
* {
    margin: 0;
    padding: 0;
    list-style: none;
}
body{
    background-color: #e5f2ff;
}
.container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /*position: relative;*/
}
.header {
    border-bottom: 0px dashed #156099;
    padding: 0 0 10px 0;
    height: auto;
    width: 100%;
}
.logo1 {
    margin: 0 auto;
    height: 40px;
    width: 100%;
    border: 0px solid #333;
    background: #166299;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: "Microsoft Yahei",Helvetica,tahoma,arial,Verdana,sans-serif;
    line-height: 40px;
}
.logo {
    margin: 10px auto;
    height: auto;
    width: 90%;
    border: 0px solid #333;
    text-align: center;
}
img {
    border: 0;
    vertical-align: middle;
    width: 300px;
    height: 200px;
}

/*显示表格*/
.page {
    width: 720px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.jieguo {
    margin: 0 auto;
    padding: 5px 0 0 0;
    border: 0px solid #f00;
    width: 720px;
    height: 330px;
}
.jieguo p {
    margin: 0 auto;
    padding: 0;
    border: 0px solid #f00;
    width: 720px;
    height: 40px;
    font-size: 26px;
    color: #166299;
    letter-spacing: 4px;
    text-align: center;
}
#container {
    padding-top: 5px;
    width: 720px;
    margin: 0 auto;
    margin-left: 0px;
}
.zebra {
    border: 0px solid #dbdbdb;
    background-color: #555;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    -webkit-box-shadow: 0px 2px 1px 5px rgba(242, 242, 242, 0.1);
    box-shadow: 0px 2px 1px 5px rgba(242, 242, 242, 0.1);
    text-align: center;
}
tbody {
    display: table-row-group;/*属性规定元素应该生成的框的类型　：　此元素会作为一个或多个行的分组来显示（类似 <tbody>）。*/
    vertical-align: middle;/*属性设置元素的垂直对齐方式 :　把此元素放置在父元素的中部。*/
    border-color: inherit;/*属性设置四条边框的颜色。此属性可设置 1 到 4 种颜色　：　规定应该从父元素继承边框颜色。*/
}
.zebra tr {
    background: #fff;
    color: #166299;
}
.zebra td {
    background-color: #e5f2ff;
    border-left: 1px solid #166299;
    border-top: 1px solid #166299;
    border-bottom: 1px solid #166299;
    border-right: 1px solid #166299;
    padding: 18px 10px;
    text-align: center;
    font-size: 17px;
    font-family: "微软雅黑", "宋体", "新宋体";
    color: #166299;
    letter-spacing: 2px;
}
.zebra td>span {
    font-size: 22px;
}
.jieguo .gz {
    margin: -156px 10px 0 0;
    padding: 0;
    border: 0px solid #f00;
    width: 150px;
    height: 150px;
    float: right;
    background: url(../images/gz.png);
    background-repeat: no-repeat;
    z-index: 9999;
}

/*尾部*/
.footer { /*position: absolute;*/ bottom: 0; width: 100%; height: 80px; clear: both; }
.c_right { margin: 0 auto; height: 80px; width: 100%; border-top: 1px solid #156099; }
.c_right .list_one {margin: 4px auto 0 -30px;height: 76px;width: 100%;border: 0px solid #fff; }
.list_one>li { padding-top: 10px; list-style: none; height: 18px; line-height: 18px; width: 94%; border: 0px solid #f0f; color: #8d8d8d; font-size: 12px; text-align: center; margin: 0 auto; }
.list_one .ic{color: #3366ff;}
.list_one .ic span{color: #808080;}

}