html,
body {
    left: 0px;
    top: 0px;
    width: 100%;
    position: absolute;
    background-color: #f7f7f7;
}

* {
    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: #3d3c3c;
    cursor: pointer;
}

a:hover {
    color: #c5292a;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

input,
select {
    box-sizing: border-box;
    border: 0;
}

table {
    width: 100%;
    border-collapse: collapse
}

.els-all {
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.els-row {
    margin-top: 25px;
    width: 100%;
}

.blueButton {
    border: 0;
    padding: 2px 20px;
    color: #fff;
    background-color: #298adc;
}
.els-margin-top{
    margin-top:10px;
}
.redButton {
    border: 0;
    padding: 2px 20px;
    color: #fff;
    background-color: #e51317;
}

.els-box {
    background-color: #fff;
    overflow-y: hidden;
}

.els-box-body {
    padding: 10px;
    overflow-y: hidden;
}

.marginRight {
    margin-right: 15px;
}

.els-header {
    width: 100%;
    min-width: 1200px;
    height: 140px;
    padding: 30px 0;
    background-color: #fff;
}

.els-header>div {
    width: 1200px;
    margin: 0 auto
}

.els-header-systemName {
    float: left;
    padding-left: 390px;
    font-size: 40px;
    color: #2253c4;
    font-weight: 900;
    line-height: 74px;
    background: url(../image/els-logo.png) no-repeat
}

/*.els-header>div>span {
    float: right;
    display: block;
    width: 325px;
    height: 110px;
    background: url(../image/headerImg.png)
}*/

.els-mainmenu {
    height: 60px;
    background-color: #2352c4;
    width: 100%;
    min-width: 1200px;
}

.els-mainmenu ul {
    width: 1200px;
    margin: 0px auto;
    padding: 0px;
}


.els-mainmenu li {
    float: left;
    height: 60px;
    width: 16.666%;
    border-right: 1px solid rgba(255, 255, 255, .3)
}

.els-mainmenu li:last-child {
    border: 0;
}

.els-mainmenu a,
.els-mainmenu a:link,
.els-mainmenu a:visited {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
}

.els-mainmenu a:hover,
.els-mainmenu a:active {
    background-color: rgba(0, 0, 0, .2);
}

.els-systemSearch {
    position: relative;
    width: 1200px;
    height: 80px;
    padding: 20px 0;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
}

.els-systemSearch>div {
    width: 600px;
    margin: 0 auto;
}

.els-systemSearch input {
    width: 380px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background-color: #fafafa;
    float: left;
    border: 1px solid #dfdfdf;
}


.els-systemSearch .searchIcon {
    float: left;
    display: block;
    width: 100px;
    height: 40px;
    margin-right: 10px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #2352c4;
    background-color: #2352c4;
    color: #fff;
    font-size: 16px;
}


.els-systemSearch>.els-advanced-search {
    display: none;
    position: absolute;
    z-index: 990;
    width: 100%;
    /*height: 250px;*/
    top: 80px;
    background-color: #eaeaea;
}

.els-advanced-search table {
    width:70%;
    margin:10px auto 0;
}

.els-advanced-search table th {
    padding: 8px;
    width: 200px;
    text-align: right;
    font-weight: 400;
    font-size: 14px;
}

.els-advanced-search table th input,
.els-advanced-search table th select {
    width:100%;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    background-color: #fff;
    border:1px solid #dfdfdf;
}


.els-advanced-search table td {
    padding: 8px;
    font-size: 14px;
}


.els-advanced-search table td input,
.els-advanced-search table td select {
    width:100%;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    background-color: #fff;
    border:1px solid #dfdfdf;
}
.els-advanced-search table td input[type="radio"] {
    width:20px;
    height:20px;
}


.els-img {
    float: left;
    width: 319px;
    height: 298px;
    background: url(../image/video.png)
}


.els-messageTitle {
    height: 44px;
    border-bottom: 2px solid #dfdfdf;
}


.els-messageTitle label {
    float: left;
    display: block;
    padding: 0 20px;
    border-bottom: 2px solid #2352c4;
    font-size: 16px;
    color: #444;
    font-weight: 900;
    line-height: 42px;
}

.els-messageTitle .moreButton {
    margin-top: 9px;
}
.contentTitle {
    text-align: center;
    font-size: 25px;
    color: #0d4f7f;
    margin-top: 30px;
    font-weight: 700;
}

.detailPage {
    margin: 0 auto;
    margin-bottom: 20px;
    padding:0 4.16%;
}

.contentCon {
    font-size: 16px;
}

.moreButton {
    float: right;
    font-size: 15px;
    color: #004681;
    line-height: 30px;
    cursor: pointer;
    width: 85px;
    background: url(../image/moreIcon1.png) no-repeat right;
    margin-right: 15px;
    position: relative;
}

.moreButton:hover,
.moreButton:active {
    color: #c5292a;
    background: url(../image/moreIcon2.png) no-repeat right;
}
.loginButton {
    float: right;
    font-size: 15px;
    color: #004681;
    line-height: 30px;
    cursor: pointer;
    width: 110px;
    margin-right: 15px;
    position: relative;
}

.loginButton:hover,
.loginButton:active {
    color: #c5292a;
}


.els-webInfo {
    width: 866px;
    height: 298px;
    float: right;
}

.els-webInfo-con {
    padding: 30px 40px;
}

.els-webInfo-con p {
    font-size: 18px;
    font-weight: 900;
    line-height: 30px;
    color: #666;
}

.els-fileDown {
    border-top: 1px solid #2352c4;
    float: left;
    width: 100%;
    height: 255px;
    background-color: #fff;
    margin-top: 30px;
}


.els-fileDown-title {
    height: 41px;
    background: url(../image/linkAll.png) no-repeat;
    margin-top: -8px;
}

.els-fileDown-title label {
    margin-left: 28px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
}

.els-fileDown-con {
    position: relative;
    z-index: 999;
    margin-top: 15px;
    overflow: hidden;
}

.els-fileDown-con li {
    float: left;
    width: 209px;
    height: 215px;
    margin-left: 25px;
    text-align: center;
}

.els-fileDown-con li a span {
    display: block;
    width: 100%;
    height: 130px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-bottom: 0;
}

.els-fileDown-con li a i {
    display: block;
    width: 100px;
    height: 90px;
    background: url(../image/fileDownIcon.png);
    margin: 0 auto;
    margin-top: 25px;
}

.els-fileDown-con li a label {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #f1f1f1;
    border: 1px solid #dfdfdf;
    border-top: 0;
    font-size: 18px;
    line-height: 60px;
}

.els-fileDown-con li a:hover span {
    background-color: #2352c4;
    border: 1px solid #2352c4;
}

.els-fileDown-con li a:hover label {
    background-color: #fff;
}

.els-fileDown-con li:nth-child(1) a:hover span i {
    background-position: 0 -90px
}

.els-fileDown-con li:nth-child(2) a span i {
    background-position: -100px 0;
}

.els-fileDown-con li:nth-child(2) a:hover span i {
    background-position: -100px -90px
}

.els-fileDown-con li:nth-child(3) a span i {
    background-position: -200px 0;
}

.els-fileDown-con li:nth-child(3) a:hover span i {
    background-position: -200px -90px
}

.els-fileDown-con li:nth-child(4) a span i {
    background-position: -300px 0;
}

.els-fileDown-con li:nth-child(4) a:hover span i {
    background-position: -300px -90px
}

.els-fileDown-con li:nth-child(5) a span i {
    background-position: -400px 0;
}

.els-fileDown-con li:nth-child(5) a:hover span i {
    background-position: -400px -90px
}


.els-footer {
    width: 100%;
    min-width: 1200px;
    height: 180px;
    margin-top: 40px;
    background-color: #fff;
    border-top: 3px solid #2253c4;
    text-align: center;
}

.els-footer-link {
    margin-top: 20px;
}

.els-footer-link a {
    color: #2178c2;
    margin: 0 20px;
}

.els-footer-con {
    margin-top: 20px;
    line-height: 25px;
}

.els-infoContent li {
    padding: 15px 0;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #dfdfdf;
}

.els-infoContent li:last-child {
    border: 0;
}

.els-infoContent a {
    display: block;
    float: left;
    width: 75%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1d82b7;
    font-size: 16px;
}

.els-infoContent a span {
    float: right;
    font-size: 14px;
    width: 17%;
    text-align: right;
    color: #666;
    margin-right: 10px;
}

.els-info-box {
    width: 100%;
    line-height: 25px;
    padding: 8px 10px;
    background-color: #fcf2f2;
    border: 1px solid #dfdfdf;
    overflow: hidden;
}

.els-info-box-left {
    float: left;
}

.els-info-box-left b {
    font-weight: 900;
}

.els-info-box-left label {
    margin-left: 10px;
    font-weight: 900;
    color: #c5292a;
}

.els-info-box-right {
    float: right;
    color: #1d82b7
}

.els-table-info {
    margin-top: 20px;
}

.els-table-info th {
    height: 50px;
    padding: 5px;
    border: 1px solid #dfdfdf;
    background-color: #edf4f7;
    text-align: right;
    font-weight: 400;
    width: 15%;
}

.els-table-info th.els-table-info-th {
    background-color: #fff;
    text-align: left;
    font-weight: 900;
}

.els-table-info td {
    height: 50px;
    padding: 5px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    background-clip: padding-box;
    width: 18%;
}

.els-table-info-con {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-top: 0;
}

.els-table-info-con th {
    height: 50px;
    padding: 5px;
    border: 1px solid #dfdfdf;
    background-color: #edf4f7;
    font-weight: 400;
    width: 25%;
    text-align: center;
}

.els-table-info-con td {
    height: 50px;
    padding: 5px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    background-clip: padding-box;
    text-align: center;
}


.els-info-box-noresults {
    width: 100%;
    height: 450px;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-top: 0;
}

.els-info-box-noresults-left {
    float: left;
    margin-right: 80px;
    width: 444px;
    height: 333px;
    background: url(../image/noresults.png);
}

.els-info-box-noresults-right p {
    font-weight: 900;
    font-size: 15px;
    margin-top: 50px;
}

.els-info-box-noresults-right ul {
    margin-left: 20px;
}

.els-info-box-noresults-right li {
    list-style: disc;
    line-height: 30px;
}

.els-question-tab {
    width: 240px;
    float: left;
    margin-top:10px;
}

.els-question-tab li {
    margin-bottom: 10px;
    text-align: center;
}

.els-question-tab li a {
    display: block;
    line-height: 38px;
    background-color: #f6f6f6;
    color: #666;
}

.els-question-tab li a.active {
    background-color: #2352c4;
    color: #fff;
}

.els-question-right {
    width: 920px;
    float: right;
}

.els-question {
    padding: 0 15px 10px 15px;
    margin-bottom: 20px;
    border-bottom:1px solid #dfdfdf;
}
.els-question:last-child {
    border-bottom: 0;
}
.els-question-title {
    background-color: #f6f6f6;
    padding:0 10px;
}

.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;
}

/*
 * Component: modal
 * ----------------
 */
.modal {
    background: rgba(0, 0, 0, 0.3);
}

.modal-content {
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
    border: 0;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
    }
}

.modal-header {
    border-bottom-color: #f4f4f4;
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-footer {
    border-top-color: #f4f4f4;
}

.modal-primary .modal-header,
.modal-primary .modal-footer {
    border-color: #307095;
}

.modal-warning .modal-header,
.modal-warning .modal-footer {
    border-color: #c87f0a;
}

.modal-info .modal-header,
.modal-info .modal-footer {
    border-color: #0097bc;
}

.modal-success .modal-header,
.modal-success .modal-footer {
    border-color: #00733e;
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
    border-color: #c23321;
}

.els-tableStyle th {
    padding:5px;
    border:1px solid #dfdfdf;
    background-color: #f6f6f6;
}
.els-tableStyle td {
    padding:5px;
    border:1px solid #dfdfdf;
    background-color: #fff;
   background-clip: padding-box;
    text-align: center;

}
.els-tableStyle tr:nth-child(2n+1) {
    background-color: #f6f6f6;
}
#pages span {
    display: inline-block;
    padding:3px 10px;
    border:1px solid #dfdfdf;
    background-color: #fff;
    cursor: pointer;
}
#pages input {
    height:27px !important;
    line-height: 27px;
    border:1px solid #dfdfdf;
    padding:0 3px;
}


.els-down-box * {
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.els-down-box {
    width: auto;
    margin: 0 auto;
}

.els-down-int p {
    line-height: 30px;
}

.els-down-explain {
    margin-top: 20px;
}

.els-down-explain {
    padding: 8px;
    background-color: #fdf5f5;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    line-height: 30px;
}

.els-down-explain a {
    color: #3683be;
    margin: 0 5px;
}

.els-down-con {
    margin-top: 30px;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    line-height: 30px;
}

.els-down-con-title {
    height: 40px;
    border-bottom: 1px solid #dfdfdf;
}

.els-down-con-title p {
    font-size: 15px;
    margin: 0 10px;
    line-height: 40px;
}

.els-down-con-info {
    margin: 10px;
    padding-bottom: 13px;
    border-bottom: 1px dashed #dfdfdf;
}

.els-down-con-info p {
    color: #3683be;
    font-weight: 900;
    line-height: 35px;
}

.els-down-con-info>div label {
    line-height: 35px;
}

.els-down-con-info>div span {
    color: #444;
    line-height: 35px;
    margin-right: 30px;
}

.els-down-con .els-down-con-info:last-child {
    border-bottom: 0;
}