/* yui3 reset.css */
html
{
    color: #000;
    background: #FFF;
}

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
{
    margin: 0;
    padding: 0;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img
{
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var
{
    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%;
}

legend
{
    color: #000;
}

iframe
{
    display: block;
}

/* yui3 fonts */
body
{
    font: 12px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
    background: url("imagesbg.jpg") no-repeat center top;
    min-width: 998px;
}

select,
input,
button,
textarea
{
    font: 99% arial, helvetica, clean, sans-serif;
}

table
{
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt
{
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a
{
    text-decoration: none;
}

/* utilities */
.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;
}

/*! grid system 24栅格 998px */
.container
{
    width: 998px;
    margin: 0 auto;
}

.row
{
    overflow: hidden;
}

.span24
{
    width: 998px;
    float: left;
}

.span23
{
    width: 956px;
    float: left;
}

.span22
{
    width: 914px;
    float: left;
}

.span21
{
    width: 872px;
    float: left;
}

.span20
{
    width: 830px;
    float: left;
}

.span19
{
    width: 788px;
    float: left;
}

.span18
{
    width: 746px;
    float: left;
}

.span17
{
    width: 704px;
    float: left;
}

.span16
{
    width: 662px;
    float: left;
}

.span15
{
    width: 620px;
    float: left;
}

.span14
{
    width: 578px;
    float: left;
}

.span13
{
    width: 536px;
    float: left;
}

.span12
{
    width: 494px;
    float: left;
}

.span11
{
    width: 452px;
    float: left;
}

.span10
{
    width: 410px;
    float: left;
}

.span9
{
    width: 368px;
    float: left;
}

.span8
{
    width: 326px;
    float: left;
}

.span7
{
    width: 284px;
    float: left;
}

.span6
{
    width: 242px;
    float: left;
}

.span5
{
    width: 200px;
    float: left;
}

.span4
{
    width: 158px;
    float: left;
}

.span3
{
    width: 116px;
    float: left;
}

.span2
{
    width: 74px;
    float: left;
}

.span1
{
    width: 32px;
    float: left;
}

.ml10
{
    margin-left: 10px;
}

.ml15
{
    margin-left: 15px;
}


.mt10
{
    margin-top: 10px;
}
.mt15{
    margin-top:15px;
}

.mt20
{
    margin-top: 20px;
}


.ml20
{
    margin-left: 20px;
}

input::-moz-focus-inner
{
    border: 0;
    padding: 0;
}

/*#region 头部 */
.header
{
    height: 285px;
}

.header > .top
{
    line-height: 40px;
    background: url("imagestop-bg.png") repeat;
    font-size: 14px;
    color: #000;
    height: 40px;
}

.header .date-wrap
{
    height: 40px;
}

.header .date-wrap > span,
.header .date-wrap > img
{
    vertical-align: middle;
}

.header .date-wrap > img
{
    margin: 0 5px;
}

.user-center a
{
    color: #000;
}

.user-center .split
{
    margin: 0 8px;
}

.header .logo-wrap
{
    height: 200px;
}

.header .logo
{
    display: block;
    float: left;
    margin-top: 46px;
    margin-left: 8px;
}
/*#endregion */

/*#region 导航 */
.navbar
{
    line-height: 45px;
    background: #1371a4;
    text-align: center;
    position: relative;
    z-index: 100;
}

.navbar > li
{
    float: left;
    width: 140px;
    position: relative;
}

.navbar > li.active,
.navbar > li:hover,
.sub-nav > li.active,
.sub-nav > li:hover
{
    background: #24db40;
}

.navbar > li > a
{
    display: block;
    font-size: 18px;
    color: #fff;
}

.sub-nav
{
    background: #fff;
    width: 140px;
    display: none;
    padding-top: 1px;
    position: absolute;
    z-index: 100;
    left: 0;
}

.sub-nav li
{
    margin-bottom: 1px;
    background: #1371a4;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
}

.sub-nav > li > a
{
    display: block;
    font-size: 14px;
    color: #fff;
}

.navbar > li:hover > .sub-nav
{
    display: block;
}

/*#endregion */

/*#region 底部 */
.footer
{
    height: 147px;
    width: 998px;
    margin: 0 auto;
}

.footer-foot
{
    background-color: #1371a4;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.footer-foot a
{
    color: #fff;
    font-size: 14px;
    margin: 0 10px;
}

.coyright
{
    position: relative;
}

.coyright .webtype
{
    position: absolute;
    top: 15px;
    right: 100px;
}

.coyright p
{
    color: #333;
    line-height: 22px;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 30px;
}

.coyright .visitcnt
{
    border: 1px solid #b9b9b9;
    background: #000;
    color: #fff;
    padding: 0 5px;
    margin: 0 10px;
    font-style: italic;
    font-family: "Monotype Corsiva";
    font-weight: bold;
    font-size: 14px;
}
/*#endregion */

/*#region 左右布局 */
.left-col
{
    border: 1px solid #cbcbcb;
    height: 702px;
    background: url("images/left-bg.png") no-repeat center bottom;
}

.left-colcategory
{
    border: 1px solid #cbcbcb;
    height: 1580px;
    background: url("images/left-bg.png") no-repeat center bottom;
}


.left-colcategory> .head{
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    padding-left: 94px;
    background: url("imagesleft-head.png") no-repeat 74px center #1371a4;
}

.left-col > .head  
{
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    padding-left: 94px;
    background: url("imagesleft-head.png") no-repeat 74px center #1371a4;
}

.left-nav
{
    font-size: 14px;
    width: 182px;
    margin: 18px auto 0 auto;
}

.left-nav > li
{
    width: 180px;
    margin: 0 auto 15px auto;
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
    background: url("imagesleft-nav.png") no-repeat 156px center #1371a4;
}

.left-nav > li a
{
    color: #fff;
    display: block;
    padding-left: 43px;
}

.left-nav > li.active
{
    border: 1px solid #1371a4;
    background: url("imagesleft-nav-active.png") no-repeat 156px center #fff;
}

.left-nav > li.active a
{
    color: #1371a4;
}

.pos-bar
{
    background: url("imagespos-bg.png") repeat-x;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    border: 1px solid #d1d6d2;
}

.pos-bar > .lbl
{
    background: url("imagespos-icon.png") no-repeat 15px center;
    padding-left: 28px;
    color: #000;
    font-weight: bold;
}

.pos-bar > a
{
    color: #555;
    margin: 0 5px;
}

.pos-bar > .curr
{
    margin: 0 5px;
    color: #24db40;
}

.right-col
{
    height: 660px;
    border: 1px solid #d1d6d2;
    margin-top: 12px;
}

.right-col > .panel-title
{
    height: 33px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    border-bottom: 2px solid #1371a4;
}

.right-col > .panel-title > h2
{
    background: #1371a4;
    padding: 0 10px 0 27px;
    position: relative;
    top: -1px;
    left: -1px;
    height: 36px;
    float: left;
}

.txtsearch
{
    height: 24px;
    line-height: 24px;
    padding-left: 10px;
    width: 250px;
    font-size: 12px;
    border: 1px solid #aaaaaa;
    vertical-align: middle;
    margin-left: 10px;
}


.btnexport,
.btnsearch
{
    width: 60px;
    height: 26px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    outline: 0 none;
    border: 0 none;
    cursor: pointer;
    vertical-align: middle;
}

.btnexport
{
    background: #24db40;
}

.btnsearch
{
    background: #24db40;
}

/*#endregion */

/*#region 信息列表 */
.datalist
{
    font-size: 12px;
    font-family: "SimSun";
    padding: 5px 13px 15px 10px;
}

.datalist-item
{
    line-height: 28px;
    overflow: hidden;
    vertical-align: middle;
}

.datalist-item p
{
    background: url("imageslistimg.png") no-repeat scroll 2px center;
    float: left;
    overflow: hidden;
    padding-left: 12px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
}

.datalist-item p a
{
    color: #333;
}

.datalist-item span
{
    float: right;
    display: block;
    color: #999;
}

.datalist-item a:hover
{
    color: #24db40;
}
/*#endregion */

/*#region 表格 */
.info-table
{
    width: 714px;
    margin: 0 auto;
    text-align: center;
}

.info-table thead th
{
    height: 30px;
    background: #edf5ff;
    border-right: 1px solid #fff;
    color: #1371a4;
    text-align: center;
}

.info-table tbody tr.even
{
    background: #f7f7f7;
}

.info-table tbody tr:hover
{
    
    color: #24db40;
}

.info-table tbody td
{
    height: 28px;
}


/*#endregion */


.popupbg
{
    background: #fff;
    min-width: 0;
}

.popup-title
{
    text-align: center;
    font-size: 26px;
    color: #24db40;
    padding-bottom: 20px;
}


::-webkit-input-placeholder
{
    color: #999;
}

:-moz-placeholder
{
    color: #999;
}

::-moz-placeholder
{
    color: #999;
}

:-ms-input-placeholder
{
    color: #999;
}

.placeholder
{
    color: #999;
}
