﻿﻿
@charset "utf-8";
/* CSS Document */

/*基本信息*/
html, body {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 1.5em;
    height: 100%;
    width: 100%;
}
body {
    background-color: #fff;
}
html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
button {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
* {
    padding: 0;
    margin: 0;
    font-family: Arial, Microsoft Yahei;
    font-size: 12px;
}

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    letter-spacing: 0px;
}

ol, ul {
    list-style: none;
}

a {
    cursor: hand;
}

ins, a {
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}

input {
    border: none;
    border-radius: 0;
}


/*IE CSS3 兼容性*/
.IE_CSS3 {
    position: relative \9;
    behavior: url(PIE.htc) \9;
}

.no_border {
    border: none;
}

/*阴影*/
.box_shdow_A {
    box-shadow: -1px 2px 3px #e3e3e3;
    position: relative \9;
    behavior: url(PIE.htc) \9;
}

/*圆角*/
.border_radius_A {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative \9;
    behavior: url(../PIE.htc) \9;
}

/*文字超出省略号*/
.textOverflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

/*文字对齐*/
.alignText {
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    text-align: right \9;
}

/*文本框边框*/
.input_text {
    border: 1px solid #e0e0e0;
}

/*透明度*/
.filter_bg:hover{
    filter:alpha(opacity:90);
    opacity:0.9;
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);/*兼容ie8及以下*/
}

/*文字间距*/
.text_spacing{
    letter-spacing: 8px;
}

.clr{
    clear: both;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    height: inherit;
    line-height: inherit;
    width: 100%;
    font-size: 14px;
    color: #999;
    background: none;
    line-height: 10px \9;
}


/*未报送样式开始*/

.not_data1{
    width:100%;
    height:600px;
    margin-top:20px;
}
.not_data2 {
    width: 100%;
    height: 600px;
    margin-top: 20px;
}
.not_data_title{
    width:100%;
    height:50px;
    border-bottom: 1px solid #2877d8;
    line-height: 50px;

}
.not_data_title h3{
    width:14%;
    height:50px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    float: left;
    background-color: #2877d8;
    text-align: center;
    float: left;
}
.not_data_title a{
    float: right;
    font-size: 14px;
    color: #999;
    margin-right: 20px;
}
.not_data_title a:hover{
    color: #2877d8;
}
.not_data1 table thead tr th {
    height: 46px;
    line-height: 46px;
    color: #999;
    font-size: 14px;
    border-bottom: #ddd 1px solid;
    text-align: center;
}
.not_data1 table tbody tr td{
    border-bottom: #ddd 1px dashed;
    border-right: #ddd 1px dashed;
    height: 46px;
    font-size: 16px;
    color: #666;
    line-height: 46px;
    text-align: center;
}
.not_data2 table thead tr th {
    height: 46px;
    line-height: 46px;
    color: #999;
    font-size: 14px;
    border-bottom: #ddd 1px solid;
    text-align: center;
}

.not_data2 table tbody tr td {
    border-bottom: #ddd 1px dashed;
    border-right: #ddd 1px dashed;
    height: 46px;
    font-size: 16px;
    color: #666;
    line-height: 46px;
    text-align: center;
}


/*未报送样式结束*/
