﻿@charset "UTF-8";

/* yui3 reset.css */

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 0 1px 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
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 {
    min-width: 1200px;
    color: #333;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    background: #f2f2f2;
}

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;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

    input[type=text]::-ms-clear,
    input[type=password]::-ms-reveal {
        display: none;
    }

    textarea::-webkit-input-placeholder,
    input::-webkit-input-placeholder {
        color: #999;
    }

    textarea::-moz-placeholder,
    input::-moz-placeholder {
        color: #999;
    }

    textarea:-moz-placeholder,
    input:-moz-placeholder {
        color: #999;
    }

    textarea:-ms-input-placeholder,
    input:-ms-input-placeholder {
        color: #999;
    }

.placeholder {
    color: #999;
}

/* 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;
}

/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.tran {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    margin: 49px 10px 0;
}

/*! grid system 17 1200px */

.ewb-container {
    width: 1200px;
    margin: 0 auto;
}

.ewb-row {
    overflow: hidden;
}

.ewb-span1 {
    float: left;
    width: 48px;
}

.ewb-span2 {
    float: left;
    width: 120px;
}

.ewb-span3 {
    float: left;
    width: 192px;
}

.ewb-span4 {
    float: left;
    width: 264px;
}

.ewb-span5 {
    float: left;
    width: 336px;
}

.ewb-span6 {
    float: left;
    width: 408px;
}

.ewb-span7 {
    float: left;
    width: 480px;
}

.ewb-span8 {
    float: left;
    width: 552px;
}

.ewb-span9 {
    float: left;
    width: 624px;
}

.ewb-span10 {
    float: left;
    width: 696px;
}

.ewb-span11 {
    float: left;
    width: 768px;
}

.ewb-span12 {
    float: left;
    width: 840px;
}

.ewb-span13 {
    float: left;
    width: 912px;
}

.ewb-span14 {
    float: left;
    width: 984px;
}

.ewb-span15 {
    float: left;
    width: 1056px;
}

.ewb-span16 {
    float: left;
    width: 1128px;
}

.ewb-span17 {
    float: left;
    width: 1200px;
}

.ewb-mt24 {
    margin-top: 24px;
    background: #fff;
}

.ewb-ml24 {
    margin-left: 24px;
}

/* 信息列表 */

.wb-data-list {
    height: 60px;
    line-height: 60px;
    vertical-align: top;
}

.wb-data-infor {
    margin-right: 20px;
    padding-left: 11px;
    display: block;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url('../images/dot.png') no-repeat left center;
}

.wb-data-list:hover .wb-data-infor {
    background-image: url('../images/doth.png');
    color: #e91409;
}

/* header */

#header {
    height: 192px;
}

.ewb-head-toolbar {
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    background: #f2f2f2;
}

.ewb-head-banner {
    background: #fff;
}

    .ewb-head-banner .ewb-container {
        background: url('../images/header_bg.png') no-repeat right bottom;
    }

.ewb-head-logo {
    float: left;
    padding: 26px 0 28px;
}

.ewb-head-ser {
    position: relative;
    z-index: 1;
    margin: 36px 0 0 88px;
    padding: 0 37px 0 17px;
    float: left;
    width: 374px;
    height: 35px;
    background: #fff;
    border: 1px solid #6991e6;
    border-radius: 18.5px;
}

.ewb-head-label {
    position: absolute;
    top: 0;
    left: 17px;
    height: 35px;
    line-height: 34px;
    font-size: 14px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.ewb-head-input {
    width: 100%;
    height: 35px;
    line-height: 34px;
    border: 0;
    background: 0 0;
}

.ewb-head-btn {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
    width: 37px;
    height: 35px;
    background: url('../images/search.png') no-repeat left center;
    cursor: pointer;
}

.ewb-head-admin {
    float: right;
    margin: 23px 10px 0 0;
    padding-top: 40px;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    background: url('../images/admin.png') no-repeat center top;
}

    .ewb-head-admin a {
        color: #333;
    }

/* 导航栏 */

.ewb-nav {
    background: #0038b0;
}

.ewb-nav-item {
    display: block;
    width: 177px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.ewb-nav li:first-child a {
    width: 138px;
}

.ewb-nav li.cur a,
.ewb-nav-item:hover {
    background: #3263cd;
}

/* footer */

.ewb-footer {
    padding: 25px 0 17px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #0c255b;
}

    .ewb-footer .ewb-container {
        position: relative;
    }

    .ewb-footer p {
        line-height: 34px;
    }

        .ewb-footer p b {
            padding: 0 24px;
        }

        .ewb-footer p span {
            padding: 0 33px;
        }

.ewb-footer-red {
    position: absolute;
    top: 24px;
    left: 41px;
}

.ewb-footer-error {
    position: absolute;
    top: 28px;
    right: 20px;
}

.FileUpload {
    display: none;
}

#Proposer_Name {
    width: 100px;
    text-align: center;
}

.ewb-table-item label:hover {
    background: #0038b0;
    color: #fff;
}

.center {
    text-align: center;
}

.no_b {
    font-weight: 100;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/


}
  .ewb_table td {
        border: 1px solid #000;
        min-width:80px;
        }