/*页面初始化样式*/
html {
    position: relative;
    min-height: 100%;
}

body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0
}

body {
    font-size: 14px;
    font-family: "MicrosoftYaHei-Bold";
    color: #333;
    background: #fff;
    margin-bottom: 60px;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover {
    color: #013066;
    cursor: pointer;
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

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

p {
    word-wrap: break-word
}

/*页面样式*/
#container {
    width: 100%;
    min-width: 1000px;
    margin: auto;
    height: 100%;
}

/*Title Style*/
.header {
    width: 1000px;
    margin: auto;
    height: 100px;
    line-height: 100px;
}

.header h1 {
    font-size: 31px;
    letter-spacing: 5px;
    font-weight: 800;
}

/*Nav Style*/
.nav-container {
    border-top: 1px solid #f9f9f9;
    width: 100%;
    background: #166bbe;
    height: 60px;
}

.nav-title {
    width: 1000px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
}

.nav-title > span {
    font-size: 16px;
    color: #ffffff;
}

.nav-title > span span {
    height: 8px;
    width: 8px;
    position: relative;
    top: -2px;
    margin-right: 5px;
    display: inline-block;
    background-color: #3399ff;
}

/*Main Style*/
.main-container {
    width: 100%;
}

/*Filter Style*/
.filter-container {
    width: 1000px;
    margin: 10px auto;
}

.filter-container p {
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

.filter-container select, .filter-container input {
    font-size: 14px;
    width: 200px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #c8cccf;
    text-indent: 10px;
    margin: 5px 10px 3px 0px;
}

.filter-container > div button {
    float: right;
    width: 60px;
    height: 30px;
    color: #fff;
    margin-left: 15px;
    margin-top: 5px;
    border-radius: 4px;
    border: 1px solid #c8cccf;
    background-color: #2B7DE1;
}

/*Table,Content Style*/
.content-container {
    width: 1000px;
    margin: auto;
    border: 1px solid #dedee1;
}

.content-container table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    list-style: none;
}

.content-container table th {
    height: 35px;
    font-size: 12px;
    color: #495060;
    background: #f8f8f9;
    text-align: left;
    padding: 0 5px 0px 12px;
    border-bottom: 1px solid #dedee1;
    text-overflow: ellipsis;
}

.content-container .table-law th {
    padding-left: 80px;
}

.content-container .table-unit th {
    padding-left: 60px;
}

.content-container table td {
    font-size: 12px;
    width: 140px;
    overflow: hidden;
    color: #333;
    height: 40px;
    padding: 0 5px 0px 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-container .table-law td {
    padding-left: 80px;
}

.content-container .table-unit td {
    padding-left: 60px;
}

.content-container table a {
    text-decoration: none;
    cursor: pointer;
    color: #337ab7;
}

.content-container table a:hover {
    color: #013066;
}

.page-container {
    width: 1000px;
    margin: auto;
    height: 60px;
}

.page-container > div {
    margin-top: 10px;
    width: 616px;
    float: left
}

.page-container > span {
    width: 300px;
    float: right;
    height: 32px;
    line-height: 32px;
    margin-top: 10px;
    color: #555;
}

/*危废需求公开信息*/
.demand-detail-title {
    text-align: center;
    font-size: 24px;
    padding: 15px;
    width: 1000px;
    margin: auto;
    box-sizing: border-box;
}

.demand-detail-item {
    padding-left: 100px;
    width: 1000px;
    margin: auto;
    box-sizing: border-box;
}

.demand-detail-item li {
    margin: 15px;
}

.demand-detail-item > div {
    width: 96%;
    margin: 15px;
    margin-top: 40px;
    height: 1px;
    background-color: #ccc;
}

.demand-detail-item li span {
    color: #555;
    display: inline-block;
    width: 70px;
    position: absolute;
}

.demand-detail-item li div {
    margin-left: 90px;
    display: inline-block;
    word-wrap: break-word;
    width: calc(100% - 90px);
}

/*Footer Style*/
.footer-container {
    width: 100%;
    min-width: 1000px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

.footer-container p {
    width: 1000px;
    margin: auto;
    text-align: center;
    color: #777;
}

.footer-container p span {
    margin-right: 25px;
}

/*文件服务样式覆盖*/
.preview {
    padding: 0px !important;
    width: 60% !important;
    margin: auto !important;
}

.preview li {
    float: none !important;
    display: block !important;
    margin: 10px !important;
    padding: 7px !important;
    background-color: #f0f0f0 !important;
    font-size: 14px !important;
    border-radius: 4px !important;
}

.preview li a {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #337ab7 !important;
}

.preview li a:hover {
    color: #013066 !important;
}

/*经营单位查询TabCSS样式*/
/* 内容部分 */
ul, li {
    list-style-type: none;
}

#tab {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

#tab .tab_title {
    width: 1000px;
    height: 45px;
    overflow: hidden;
    left: 0;
    top: 0;
    clear: both;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
}

#tab .tab_title .u {
    width: 966px;
    overflow: hidden;
    position: relative;
}

#tab .tab_title ul {
    margin: 0 5px;
    position: absolute;
    float: left;
    width: 1392px;
}

#tab .tab_title div {
    float: left;
    width: 15px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

#tab .tab_title .vright {
    height: 43px;
    border: 1px solid #3b8af1;
    line-height: 43px
}

#tab .tab_title .vleft {
    height: 43px;
    border: 1px solid #3b8af1;
    line-height: 43px
}

#tab .tab_title li {
    overflow: hidden;
    float: left;
    width: 63.5px;
    height: 43px;
    line-height: 21px;
    text-align: center;
    margin-right: 3px;
    border: 1px #3b8af1 solid;
    cursor: pointer;
}

#tab .tab_title li:hover {
    color: #3b8af1
}

#tab .tab_title li.selected {
    background-color: #fff;
    color: #000
}

#tab .tab_title li.selecteds {
    background-color: #2b74fb;
    color: #fff
}

#tab .tab_content {
    width: 998px;
    height: 440px;
    overflow: hidden;
}

/* #tab .tab_content div{ border:1px #999999 dotted; } */
#tab .tab_content div p {
    line-height: 1.5;
    text-indent: 25px;
    color: #333333;
}

#tab .tab_content .none {
    display: none;
}

#div1 {
    width: 120px;
    height: 15px;
    border: 1px #CCCCCC solid;
    position: absolute;
    display: none;
    background: #CCCCCC;
    font-size: 5px;
    padding: 2px;
    color: #999999;
}

#div2 {
    width: 120px;
    height: 15px;
    border: 1px #CCCCCC solid;
    position: absolute;
    display: none;
    background: #CCCCCC;
    font-size: 5px;
    padding: 2px;
    color: #999999;
}

/*Dialog 悬浮层样式覆盖*/
.el-tooltip__popper {
    padding: 10px 30px !important;
}

.el-dialog__body {
    max-height: 400px;
    overflow-y: scroll;
}

.short-text {
    float: left;
    width: calc(100% - 50px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.licence-info {
    color: #999;
    text-align: left;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.licence-info span {
    color: #333;
}

.licence-info-base {
    margin: 5px auto;
}

.licence-info-content {
    margin: 5px auto;
}

.licence-info-content > div span {
    color: #999;
    position: absolute;
}

.licence-info-content > div div {
    color: #333;
    margin-left: 70px;
}


