/*css reset.css*/
html,
body,
div,
span,
applet,
object,
,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}
body {
    font-family: 'microsoft yahei', Arial, sans-serif;
    font-size: 14px;
    color: #333;
}
ol,
ul {
    list-style: none
}
table {
    border-collapse: collapse;
}
caption,
th,
td {
    font-weight: normal
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ''
}
blockquote,
q {
    quotes: """"
}
a {
    text-decoration: none;
    color: inherit;
}
cite,
b,
em,
i {
    font-style: normal;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}
.clear {
    clear: both;
}


.cb {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}
.inlineblock {
    display: inline-block;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.w1000 {
    width: 1000px;
    margin: 0 auto;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.tc {
    text-align: center;
}
/* 边距*/
.m0 {
    margin: 0;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}

.p0 {
    padding: 0;
}
.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pb5 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pl20 {
    padding-left: 20px;
}
.pr5 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pr20 {
    padding-right: 20px;
}

/* 文字颜色*/
.c3 {
    color: #333;
}
.c6 {
    color: #666;
}
.c9 {
    color: #999;
}
.cf {
    color: #fff;
}
.color-orange {
    color: #ffb000;
}
.blue-color {
    color: #0e76cd;
}
.red-color {
    color: #e84a4a;
}

/* 文字排列*/
.tal {
    text-align: left;
}
.tac {
    text-align: center;
}
.tar {
    text-align: right;
}
.fb {
    font-weight: bold;
}

/* 鼠标类型*/
.cp {
    cursor: pointer;
}
.cm {
    cursor: move;
}

/* 背景颜色*/
.bgf {
    background: #fff;
}
.bgf2 {
    background: #f2f2f2;
}

/* 内容溢出*/
.of {
    overflow: auto;
}
.ofh {
    overflow: hidden;
}
.ofx {
    overflow: auto;
    overflow-x: hidden;
}
.ofy {
    overflow: auto;
    overflow-y: hidden;
}


body {
    background: url(../img/new_bg.jpg) repeat-x top center;
    width: 100%;
    background-size: 100%;
}
.top-box {
    width: 380px;
    margin: 10px auto;
    color: #fff;
}
.search-box {
    margin-top: 110px;
}
.input-text {
    width: 300px;
    height: 35px;
    background: #fff;
    padding: 0 10px;
}
.search-btn {
    height: 35px;
    background: #0a4b74;
    padding: 0 12px;
    color: #fff;
    font-size: 16px;
    border: 0;
    margin-left: -4px;
    vertical-align: top;
}
.current {
    background: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
}
.span-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.leader-box {
    width: 270px;
    padding: 10px 15px;
    background: #e9f4fe;
    height: 355px;
    overflow-y: auto;
}
.h-title {
    background: url(../img/big-line.png) no-repeat right center;
    height: 38px;
}
.h-title span {
    font-size: 18px;
    font-weight: bold;
    color: #0163a9;
    background: #e9f4fe;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    vertical-align: text-bottom;
    padding-right: 8px;
}
.name-box {
    width: 88%;
    margin: 10px auto
}
.leader-name {
    font-size: 16px;
    font-weight: bold;
    width: 25%;
}
.leader-list {
    width: 75%;
}
.leader-list span {
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.info-box {
    width: 650px;
    padding: 10px 15px;
    background: #e9f4fe;
    height: 355px;
    overflow-y: auto;
}
.info-table {
    border: 1px solid #cfdce8;
    margin-top: 10px;
}
.info-table tr {
    height: 35px;
    border-bottom: 1px solid #cfdce8;
}
.info-table tr td.td-name {
    background: #f0f7fe;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.info-table tr td {
    padding: 0 10px;
    background: #fff;
    border-right: 1px solid #cfdce8;
}
.introduce {
    height: 110px;
    padding: 10px 0;
    overflow-y: auto;
}
.left-cont {
    width: 270px;
    padding: 15px;
    background: #f2f2f2;
}
.tree-name {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background: #0163a9;
    color: #fff;
    font-size: 18px;
}
.tree-box {
    background: #fff;
    padding: 10px;
    height: 320px;
    overflow-y: auto;
}
.ul-list li {
    border: 1px solid #4178be;
    background: #f5faff;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 15px;
}
.ul-list li:last-child {
    margin-bottom: 0;
}
.right-cont {
    padding: 15px;
    width: 650px;
}
.cate-table {
    border: 1px solid #d7d7d7;
}
.table-search {
    background: #f2f2f2;
    padding: 10px;
}
.table-input {
    width: 148px;
    height: 35px;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
    background: #fff;
    margin: 0 10px;
}
.tables thead tr td {
    background: #e9f4fe;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #0163a9;
    border-top: 1px solid #4178be;
}
.tables tbody tr td {
    text-align: center;
    height: 35px;
}
.tables tbody tr:nth-child(2n) {
    background: #f2f2f2;
}
.ul-tap li {
    float: left;
}
.select-main {
    background: #f5f5f5;
    padding: 10px 15px;
}
.bottom-select {
    border: 1px solid #b0b0b0;
    background: #fff;
    height: 28px;
    width: 200px;
    padding: 0 10px;
    margin-right: 56px;
}
.bottom-select.last-one {
    margin-right: 0;
}


.page {
    height: 30px;
    margin: 20px 0 0;
    overflow: hidden;
    line-height: 30px;
}
.page ul li {
    padding-left: 8px;
    padding-right: 8px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    margin-left: 5px;
    color: #333333;
    border: 1px solid #4178be;
    float: left;
    font-size: 16px;
}
.page ul li a {
    color: #4178be;
}
.page ul li.slh {
    border: 0;
    line-height: 20px;
}
.page ul li.act {
    background-color: #4d87be;
    color: #fff;
}
.page ul li.act a {
    color: #fff;
}
.page ul li.pageto {
    margin-left: 20px;
    margin-right: 10px;
    background-color: #4d87be;
    color: #fff;
}
.page ul li.pageto a {
    color: #fff;
}

.footer {
    border-top: 4px solid #9c0000;
    background: #316699;
    color: #c0ebe9;
    position: relative;
    text-align: center;
}
.f-nav a {
    padding: 0 5px;
}
.footer p {
    margin: 5px 0;
}
.dzjg {
    position: absolute;
    right: 155px;
    top: 35px;
}
.zfwz {
    position: absolute;
    right: 35px;
    top: 35px;
}