html {
    color: #000;
    background: #FFF;
}

*,
:before,
:after {
    background-repeat: no-repeat;
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
    outline: none
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer;
}

legend {
    color: #000
}

iframe {
    display: block;
}

body {
    font: 14px "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
}

select,
input,
button,
textarea {
    font-family: inherit;
    font-size: 99%;
    line-height: inherit;
}

table {
    font-size: inherit;
    font: 100%
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}

a {
    text-decoration: none;
    color: inherit;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}


.fade,
.fadein>*,
.fadeall * {
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.container {
    width: 998px;
    margin-left: auto;
    margin-right: auto;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    padding-bottom: 90px;
    background-color: #eff5fb;
    position: relative;
}

.header {
    height: 102px;
    border-bottom: 2px solid #1e73c6;
    background-color: #eff5fb;
}

.header .logo {
    float: left;
    margin-top: 23px;
}

.header-nav {
    margin-top: 30px;
    float: right;
}

.header-nav li {
    float: left;
    height: 46px;
    padding: 0 26px;
    line-height: 46px;
    border-radius: 23px;
    font-size: 18px;
}

.header-nav li.active {
    background-color: #005bab;
    color: #fff;
}

.breadcrumb-nav {
    height: 42px;
    padding-left: 26px;
    line-height: 42px;
    background: url('../images/icon-location.png') no-repeat left center;
}

.breadcrumb-nav span {
    font-weight: bold;
}

.breadcrumb-nav i {
    color: #ff0000;
}

.sidebar {
    float: left;
    width: 233px;
    height:530px;
    background-color: #fff;
    padding-bottom: 12px;
}

.sidebar .title {
    cursor: pointer;
}

.sidebar-level1>.title {
    height: 48px;
    line-height: 48px;
    padding-left: 64px;
    font-size: 18px;
    background: url('../images/sidebartitle.png') no-repeat center;
    color: #fff;
}

.sidebar-level1.open .sidebar-level2 {
    display: block;
}

.sidebar-level2 {
    padding: 12px 12px 0;
    display: none;
}

.mini-pager-num {
    line-height: 20px;
}

.sidebar-level2>.title {
    height: 42px;
    padding-left: 52px;
    padding-right: 34px;
    line-height: 42px;
    border-radius: 21px;
    font-size: 16px;
    color: #005bab;
    position: relative;
    background-color: #e7f0f8;
    background-position: 25px center;
    background-repeat: no-repeat;
    background-image: url('../images/icon-sidebar2.png');
}

.sidebar-level2>.title:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: url('../images/icon-sidebar2arrow.png') no-repeat center;
}

.sidebar-level2.open>.title {
    background-image: url('../images/icon-sidebar2open.png');
    background-color: #2f7dd5;
    color: #fff;
}

.sidebar-level2.open>.title:after {
    background: url('../images/icon-sidebar2arrowopen.png') no-repeat center;
}

.sidebar-level2.open .sidebar-level3 {
    display: block;
}

.sidebar-level3 {
    padding: 6px 0;
    display: none;
}

.sidebar-level3 p {
    padding-left: 56px;
    line-height: 30px;
    font-size: 15px;
}

.sidebar-level3 p a:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 6px;
}

.sidebar-level3 p a:hover,
.sidebar-level3 p.active a {
    color: #ff0000;
}

.sidebar-level3 p a:hover:before,
.sidebar-level3 p.active a:before {
    background-color: #ff0000;
}

.main {
    margin-left: 255px;
    overflow: hidden;
    background-color: #fff;
}

.main-head {
    height: 49px;
    padding: 0 20px;
    line-height: 48px;
    border-top: 1px solid #1a77c9;
    position: relative;
    background-color: #f8f8f8;
}

.main-head::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border: 4px solid transparent;
    border-left-color: #1a77c9;
    border-top-color: #1a77c9;
}

.main-head h2 {
    color: #2f7dd5;
    font-size: 16px;
    font-weight: bold;
}

.main-head h2:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 16px;
    border-radius: 3px;
    background-color: #2f7dd5;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 12px;
}

.main-list {
    padding-top: 10px;
}

.main-list li {
    line-height: 32px;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-list li a::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 6px;
}

.main-list li span {
    position: absolute;
    top: 0;
    right: 20px;
    color: #999999;
}

.main-list li a:hover::before {
    background-color: #ff0000;

}

.main-list li a:hover,
.main-list li a:hover span {
    color: #f00;
}

.pager {
    margin: 16px 0;
    color: #666666;
    text-align: center;
}

.pager * {
    display: inline-block;
}

.m-pagination-page li a {
    height: 26px;
    border: 1px solid #dedede;
    line-height: 24px;
    padding: 0 8px;
    margin: 0 2px;
}

.m-pagination-page li.active a {
    border-color: transparent;
    color: #0030cc;
    font-weight: bold;
}

.m-pagination-info {
    margin-left: 10px;
}

.m-pagination-jump input {
    width: 40px;
    height: 24px;
    border: 1px solid #dedede;
    text-align: center;
}

.m-pagination-jump button {
    background: none;
    border: 1px solid #dedede;
    margin-left: 6px;
    width: 30px;
    height: 24px;
    color: #666666;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 71px;
    padding-top: 16px;
    border-top: 2px solid #e4e6e8;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    color: #566572;
    line-height: 20px;
}
