html,
body {
    padding: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
}

* {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #0886c8;
}

a * {
    cursor: pointer;
}

a:hover {
    color: #c5292a;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

input,
select {
    height: 30px;
    line-height: 30px;
    border: 1px solid #dfdfdf;
}

textarea {
    line-height: 30px;
    border: 1px solid #dfdfdf;
}

table {
    width: 100%;
    border-collapse: collapse
}

.els-box {
    background-image: linear-gradient(#f0f5fb, #fff);
    box-shadow: 2px 1px 2px rgba(0, 0, 0, .05)
}

.els-box-body {
    padding: 10px 0;
}

.els-all {
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.els-row {
    width: 100%;
    margin-top: 25px;
    overflow-y: hidden;
}

.els-margin-right {
    margin-right: 20px;
}

.els-margin-left {
    margin-left: 20px;
}

.els-float-left {
    float: left;
}

.els-float-right {
    float: right;
}

input.els-blueBtn,
.els-blueBtn {
    height: 30px;
    padding: 0 15px !important;
    background-color: #0272c3;
    border: 1px solid #0272c3 !important;
    cursor: pointer;
    color: #fff;
}

.els-blueOrange {
    height: 30px;
    padding: 0 15px;
    background-color: #e9861b;
    border: 1px solid #e9861b;
    cursor: pointer;
    color: #fff;
}

.els-title {
    width: 100%;
    height: 45px;
}

.els-title label {
    display: block;
    float: left;
    padding: 0 24px;
    line-height: 46px;
    font-size: 20px;
    font-weight: 900;
    background-image: linear-gradient(to right, #006bdc, #3ab9fb);
    color: #fff;
    border-radius: 3px 0 3px 0;
}

.els-title a {
    display: block;
    float: right;
    margin-right: 10px;
    line-height: 42px;
    font-size: 16px;
}

.els-title2 {
    width: 100%;
    height: 47px;
    border-bottom: 1px solid #dfdfdf;
}

.els-title2 label {
    display: block;
    float: left;
    line-height: 44px;
    font-size: 20px;
    font-weight: 900;
    color: #006bdc;
    border-bottom: 3px solid #f6b000;
}

.els-title2 a {
    display: block;
    float: right;
    margin-right: 10px;
    line-height: 42px;
    font-size: 16px;
}

.els-infoContent li {
    padding: 9px 0;
    float: left;
    width: 100%;
}

.els-infoContent a {
    display: block;
    width: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444;
}

.els-infoContent label {
    display: block;
    float: left;
    width: 80%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1167b7;
}

.els-infoContent label:hover {
    color: #c5292a;
}

.els-infoContent span {
    float: right;
    font-size: 14px;
    width: 17%;
    text-align: right;
    color: #999;
    margin-right: 10px;
}

.els-tab {
    float: right;
    margin-right: 15px;
}

.els-tab li {
    float: left;
    margin-bottom: 8px;
}

.els-tab li a {
    display: block;
    padding: 0 35px;
    text-align: center;
    line-height: 42px;
    color: #666;
    margin: 0;
}

.els-tab li:last-child a {
    margin-right: 0;
}

.els-tab li a:hover,
.els-tab li a.active {
    border-bottom: 3px solid #0a90d6;
}

.els-tab2 {
    float: left;
    margin-top: 10px;
    border-right: 1px solid #dfdfdf;
}

.els-tab2 li a {
    display: block;
    width: 130px;
    padding: 0 20px;
    margin-bottom: 13px;
    text-align: right;
    line-height: 30px;
    color: #666;
    border-right: 3px solid #f0f5fb;
}

.els-tab2 li a:hover,
.els-tab2 li a.active {
    color: #1167b7;
    border-right: 3px solid #f6b000;
}

.els-oper {
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    height: 80px;
}

.els-systemName {
    float: left;
}

.els-systemName img {
    display: block;
    float: left;
}

.els-systemName label {
    display: block;
    float: left;
    margin-left: 10px;
    color: #1369b8;
    font-size: 28px;
    font-weight: 900;
    line-height: 80px;
}

.systemSearch {
    float: right;
    margin-left: 50px;
    margin-top: 20px;
    margin-right: 10px;
}

.systemSearch input {
    width: 300px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 0;
    border: 1px solid #e6e7e8;
    background-color: #fff;
    float: left;
}

.systemSearch .searchIcon {
    height: 40px;
    padding: 0 30px;
    background-color: #f6b000;
    border: 1px solid #f6b000;
    float: left;
    cursor: pointer;
    color: #fff;
}

.els-header {
    width: 100%;
    height: 200px;
    background: url(images/banner1.jpg) center bottom;
    background-size: cover;
}

.els-header p {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}

.els-header p span {
    display: block;
    width: 1179px;
    height: 89px;
    margin: 0 auto;
    background: url(images/els-header-title.png)
}

.els-mainmenu {
    height: 80px;
    background-image: linear-gradient(to right, #0b58ca, #84aae3, #0b58ca);
    width: 100%;
    min-width: 1200px;
}

.els-menu {
    min-width: 1200px;
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px;
}

.els-menu ul {
    overflow: hidden;
}

.els-menu li {
    float: left;
    height: 80px;
    width: 16.666%;
}

.els-menu a,
.els-menu a:link,
.els-menu a:visited {
    display: block;
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 80px;
    text-align: center;
    font-size: 20px;
    line-height: 80px;
    font-weight: 900;
}

.els-menu a:hover,
.els-menu a:active,
.els-menu a.active {
    line-height: 80px;
    border-bottom: 4px solid #f6b000;
}

.els-login-inputArea {
    height: 220px;
    border-radius: 3px;
    background: url(images/loadImg.jpg) center;
}

.els-login-inputArea2 {
    margin-bottom: 15px;
    height: 103px;
    border-radius: 3px;
    background: url(images/loadImg2.jpg) center;
}

.els-login-inputArea3 {
    margin-bottom: 15px;
    height: 103px;
    border-radius: 3px;
    background: url(images/ydbm2.jpg) center;
}

.els-login-inputArea4 {
    margin-bottom: 15px;
    height: 103px;
    border-radius: 3px;
    background: url(images/loadImg3.jpg) center;
}

.els-login-inputArea5 {
    margin-bottom: 15px;
    height: 103px;
    border-radius: 3px;
    background: url(images/loadImg4.jpg) center;
}

.loadButton,
.loadButton:link,
.loadButton:visited {
    background-color: #3378cf;
}

.loadButton:hover,
.loadButton:active {
    background-color: #3773bb;
}

.resButton,
.resButton:link,
.resButton:visited {
    background-color: #e75d0a;
    margin-left: 10px;
}

.resButton:hover,
.resButton:active {
    background-color: #da5809;
}

.els-login-inputArea-input img {
    position: absolute;
    margin-left: 10px;
    height: 34px;
    width: 80px;
    color: #fff;
    border: 0px;
    cursor: pointer;
}

.els-link a {
    text-align: center;
    margin: 4px;
}

.els-footer {
    width: 100%;
    height: 150px;
    margin-top: 40px;
    padding: 30px 0;
    background: url(images/footerBg.png) center no-repeat;
    background-color: #3378cf;
    text-align: center;
}

.els-footer-box {
    min-width: 850px;
    max-width: 850px;
    margin: 0 auto;
}

.els-footer-left {
    float: left;
    width: 30%;
    margin-top: 10px;
}

.els-footer-right {
    float: left;
    text-align: left;
}

.els-footer p {
    color: #fff;
    line-height: 35px;
}

.els-contact-box {
    float: left;
    width: 33.33%;
}

.els-contact {
    margin-right: 20px;
    height: 130px;
    background-color: #0098ee;
    color: #fff;
    border-radius: 3px;
}

.els-contact-box:nth-child(2) .els-contact {
    background-color: #1ebc8a;
}

.els-contact-box:nth-child(3) .els-contact {
    background-color: #ff9c76;
    margin-right: 0;
}

.els-contact>i {
    position: absolute;
    display: block;
    width: 130px;
    height: 130px;
    background: url(images/contactIcon.png);
    background-position: 0 -80px;
    z-index: 10;
}

.els-contact-con {
    float: left;
    margin-left: 20px;
    position: relative;
    z-index: 20;
}

.els-contact-right {
    float: right;
    margin-right: 20px;
    padding: 25px 0;
}

.els-contact-right>i {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: url(images/contactIcon.png)
}

.els-contact-con label {
    display: block;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #fff;
}

.els-contact-con span {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.els-daohang {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #666;
    line-height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf;
}

.els-guide li {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding: 10px;
    margin: 10px 0 15px 0;
}

.els-guide li label {
    color: #444;
}

.els-guide li i {
    margin-right: 6px;
}

.els-guide li span {
    float: right;
    margin-top: 2px;
    display: block;
    width: 24px;
    height: 17px;
    background: url(images/guideIcon.png);
}

.els-daohang span {
    width: 26px;
    height: 21px;
    display: block;
    background: url(images/homeIcon.png);
    float: left;
    margin: 12px 10px 5px 10px;
}

.els-daohang a {
    color: #4388b6;
}

.els-leftMenu {
    float: left;
    width: 15%;
}

.els-tabCon li {
    float: left;
    width: 100%;
    height: 52px;
}

.els-tabCon li a {
    display: block;
    line-height: 52px;
    font-size: 16px;
    background-color: #edf6ff;
    text-align: center;
    color: #666;
}

.els-tabCon li a:hover,
.els-tabCon li a.active {
    background-image: linear-gradient(to right, #006bdc, #3ab9fb);
    color: #fff;
}

.els-rightCon {
    float: right;
    width: 83%;
}

.els-rightCon .els-infoContent {
    margin-left: 20px;
}

.els-rightCon .els-infoContent li {
    border-bottom: 1px dashed #dfdfdf;
    padding: 10px 0;
}

.detailPage {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.contentTitle {
    text-align: center;
    font-size: 25px;
    color: #0d4f7f;
    margin-top: 30px;
    font-weight: 700;
}

.content-source {
    text-align: center;
    margin-top: 15px;
}

.content-source span {
    margin-right: 30px;
}

.contentCon {
    padding: 0px 20px 10px 20px;
    font-size: 16px;
    line-height: 25px;
}

.contentCon p {
    text-indent: 2em;
    line-height: 2em;
}

.els-question {
    background-color: #f3f5f7;
    padding: 0 15px 10px 15px;
    margin-bottom: 20px;
}

.els-question-title {
    border-bottom: 1px solid #dfdfdf;
}

.els-question-title label {
    margin-right: 60px;
    line-height: 35px;
}

.els-question-title span {
    display: block;
    float: right;
    line-height: 35px;
    font-size: 12px;
}

.els-question-con {
    margin-top: 15px;
}

.els-question-con h3 {
    font-weight: 900;
}

.els-question-con h3 b {
    display: inline-block;
    width: 20px;
    margin-right: 4px;
    text-align: center;
    height: 20px;
    background-color: #0a90d6;
    color: #fff;
    border-radius: 3px;
}

.els-question-con p {
    margin-top: 5px;
    line-height: 25px;
    font-size: 12px;
    color: #898a8a;
}

.els-question-con-time {
    margin-top: 8px;
    overflow: auto;
}

.els-question-con-time span {
    float: right;
    font-size: 12px;
}

.els-question-button {
    overflow: hidden;
    margin-bottom: 10px;
}

.els-tableStyle th {
    width: 16%;
    border: 1px solid #dfdfdf;
    background-color: #f7f7f7;
    padding: 18px 10px;
    text-align: right;
    color: #555;
    font-weight: 400;
}

.els-tableStyle td {
    padding: 10px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}

.els-tableStyle td input,
.els-tableStyle td select,
.els-tableStyle td textarea {
    width: 80%;
    padding-left: 10px;
}

.els-search {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 20px;
    background-color: #fff;
}

.els-search th {
    width: 10%;
    text-align: right;
    font-weight: 400;
    min-width: 120px;
    color: #3d3c3c;
}

.els-search td {
    width: 20%;
}

.els-search td input,
.els-search td select {
    width: 90%;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    border: 1px solid #dfdfdf;
}

.els-static-table th {
    text-align: center;
    background-color: #f2f2f2;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-weight: 400;
    border: 1px solid #dfdfdf;
}

.els-static-table td {
    color: #555;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-weight: 400;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    text-align: center;
}

.els-introduce {
    overflow: auto;
}

.els-introduce img {
    float: left;
    width: 400px;
}

.els-introduce p {
    margin-left: 430px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}

.searchText {
    background-color: #f3f4f5;
    padding: 10px;
}

.searchText span {
    font-weight: 900;
    color: #0272c3;
    margin: 0 5px;
}

.searchText i {
    display: block;
    float: left;
    width: 12px;
    height: 13px;
    background: url(images/searchIcon.png);
    margin-top: 4px;
    margin-right: 5px;
}

.fujian {
    padding: 0px 20px 10px 20px;
}

.fujian p {
    line-height: 30px;
}

.fujian a {
    display: block;
    margin-bottom: 5px;
}

.els-messagelist li {
    padding: 13px 0;
    width: 97%;
    list-style: disc;
    margin-left: 20px;
    border-bottom: 1px dashed #dfdfdf;
}

.els-messagelist li a {
    width: 70%;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.els-messagelist li span {
    float: right;
    font-size: 13px;
}