html,
body {
    padding: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #f7f9fd;
}

* {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #666;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #0886c8;
    cursor: pointer;
}

a:hover {
    color: #c5292a;
}

img {
    border: 0;
}



textarea {
    line-height: 30px;
    border: 1px solid #dfdfdf;
}

table {
    width: 100%;
    border-collapse: collapse
}

.els-box {
    background-color: #fff;
}

.els-box-body {
    padding: 15px;
    overflow: hidden;
}

.els-header {
    width: 100%;
    min-width: 1200px;
    height: 600px;
    background: url(../css/img/yljg.jpg) center;
    background-size: cover;
}
.els-header1 {
    width: 100%;
    min-width: 1200px;
    height: 600px;
    background: url(../css/img/ys1.jpg) center;
    background-size: cover;
}
.els-header2 {
    width: 100%;
    min-width: 1200px;
    height: 600px;
    background: url(../css/img/hs1.jpg) center;
    background-size: cover;
}
.els-all {
    min-width: 1200px;
    /* max-width: 1200px; */
    width: 80%;
    margin: 0 auto;
}
.els-header-title {
    min-width: 1200px;
    width: 80%;
    margin: 0 25px;
    font-size:36px;
    font-weight: 900;
    color:#03446d;
    line-height: 100px;
}
.els-header-title label{
    font-size:36px;
    font-weight: 900;
    color:#cc810a;
}
.els-row {
    width: 100%;
    margin-top: 15px;
    overflow-y: hidden;
}

.els-margin-right {
    margin-right: 15px;
}

.els-float-left {
    float: left;
}

.els-float-right {
    float: right;
}

.els-title {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}
.els-title i {
    display: block;
    width:70px;
    height:70px;
    background: url(img/titleIcon.png)

}
.els-title label {
    display: block;
    float: left;
    line-height: 22px;
    font-size: 16px;
    font-weight: 900;
    color: #444;
    margin-bottom: 15px;
}

.els-title a {
    display: block;
    float: right;
    line-height: 30px;
}

.els-infoContent li {
    list-style-image: url(img/listStyle.png);
    padding: 7px 0;
    float: left;
    width: 100%;
    margin-left: 10px;
}

.els-infoContent label {
    display: block;
    float: left;
    width: 80%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1d82b7;
}

.els-infoContent label:hover {
    color: #c5292a;
}

.els-infoContent span {
    float: right;
    font-size: 12px;
    width: 17%;
    text-align: right;
    color: #666;
    margin-right: 10px;
}

.els-login-container {
    margin: 0 auto;
    width: 1100px;
}
.els-login-tab {
    margin:20px 40px 10px 40px;
    overflow: auto;
}
.els-login-tab li {
    width:50%;
    float:left;
    text-align: center;
}
.els-login-tab li label {
    display: block;
    border-bottom: 3px solid #dfdfdf;
    line-height: 35px;
    font-size: 16px;
    cursor: pointer;
}
.els-login-tab li label.active {
    border-bottom:3px solid #2094c9;
}
.els-login-inputArea {
    float: right;
    width: 370px;
    height: 365px;
    margin-right: 40px;
    margin-top:130px;
    background-color: #fff;
    border-radius: 0px;
}

.els-login-inputArea-user {
    color: #005a77;
    font-size: 22px;
    line-height: 65px;
    font-weight: 400;
    margin-left:40px;
}

.els-login-inputArea-input {
    margin: 20px 40px 0;
}

.els-login-inputArea-input input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 25px;
    border-radius: 3px;
    padding-left: 5px;
    border: 1px solid #dfdfdf;
}

.els-login-inputArea-input img {
    position: absolute;
    margin-left: 10px;
    height: 40px;
    width: 120px;
    color: #fff;
    border: 0px;
    cursor: pointer;
}

.els-login-inputArea-button {
    margin: 0 40px;
    overflow: hidden;
}

.els-login-inputArea-button a {
    display: block;
    float: left;
    width: 49%;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    border: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.loadButton,
.loadButton:link,
.loadButton:visited {
    background-color: #2094c9;
}

.loadButton:hover,
.loadButton:active {
    background-color: #3773bb;
}

.resButton,
.resButton:link,
.resButton:visited {
    background-color: #eea93d;
    margin-left: 5px;
}

.resButton:hover,
.resButton:active {
    background-color: #ce911e;
}

.els-footer {
    width: 100%;
    line-height: 80px;
    background-color: #fff;
    text-align: center;
    margin-top:20px;
    bottom: 0;
}

.errorTips {
    color: red;
    font-size: 14px;
    margin:10px 40px;
}

.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 50px 10px 50px;
    font-size: 16px;
    line-height: 25px;
}
.contentCon p {
    text-indent: 2em;
    line-height: 2em;
}
.fujian {
    padding: 0px 50px 10px 50px;
}
.fujian p {
    line-height: 30px;
}
.fujian a {
    display: block;
    margin-bottom: 5px;
}