*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: 0px;
}

li {
    list-style: none;
}

body {
    text-align: left;
    font-family: '微软雅黑' !important;
    color: #333333;
    /* background: #f5f5f5 !important; */
    background: url('./num_bg.png') no-repeat;
}

input {
    font-family: '微软雅黑' !important;
}

html {
    font-size: 16px;
}

a,
ins {
    text-decoration: none;
}

a {
    color: #333333;
}

a:hover {
    text-decoration: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

a:visited,
a:active,
a:focus {
    text-decoration: none;
}

.lf {
    float: left;
}

.rf {
    float: right;
}

.hidden {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

/* 内容 */

.main {
    width: 1200px;
    min-height: 758px;
    margin: 0 auto 20px;
    padding: 0 26px;
    background: #fff;
}

.modul {
    width: 100%;
    height: auto;
    float: left;
}

/* 第一模块 */
.modulTitle {
    width: 100%;
    height: 68px;
    line-height: 68px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #2550a4;
    border-bottom: 1px solid #cccccc;
}

.listTitle {
    width: 255px;
    height: auto;
    border-right: 1px solid #eeeeee;
    position: relative;
    float: left;
}

.listTitle li {
    width: 240px;
    height: 50px;
    line-height: 50px;
    margin-top: 11px;
    font-size: 16px;
    text-align: center;
    color: #333333;
    background: #f5f5f5;
    cursor: pointer;
}

.listTitle li:first-child {
    margin-top: 0;
}

.listTitle>.listOn {
    background: #2550a4;
    color: #fff;
    font-weight: bold;
}

.listTitle>.listOn::before {
    content: "";
    position: absolute;
    right: -3px;
    width: 5px;
    height: 50px;
    background: #999999;
}

/* 图表 */
.chartList {
    width: 880px;
    height: auto;
    float: right;
}

#charts {
    width: 880px;
    height: 294px;
}

/* 第二模块 */
.data {
    width: 50%;
}

.lineR {
    padding-right: 30px;
    border-right: 1px solid #e0e0e0;
}

.lineL {
    padding-left: 30px;
}

.dataTitle {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    padding-left: 22px;
    background: url('./shu.png') no-repeat left;
}

.dataList li a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #333;
    padding-left: 22px;
    border-bottom: 1px dashed #e4e4e4;
    background: url('./drop.png') no-repeat left;
    float: left;
}

.date {
    color: #999;
    float: right;
}

.iconList li {
    margin-left: 11px;
    margin-bottom: 10px;
    float: left;

}

.iconList li:first-child {
    margin-left: 0;
}

.iconList li a {
    width: 100px;
    height: 100px;
    padding: 20px 0;
    font-size: 16px;
    color: #333;
    text-align: center;
    background: #e9f4fd;
    float: left;
}

.iconList li a p{
    margin-top: 10px;
}