﻿html,
body {
    padding: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    min-width: 1200px;
    position: absolute;
    background: url(../images/index-bg.png) no-repeat top center #eaf4fc;
}

* {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    padding: 0;
    margin: 0;
    /*color: #666;*/
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    /*color: #666;*/
    color: #303133;
    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;
}

/* ???? */

.els-row {
    margin-top: 15px;
    width: 100%;
    overflow-y: hidden;
    background-color: #fff;
}

.els-box-body {
    /* padding: 0 10px;*/
    /* overflow-y: hidden;*/
}

/* ???? */

.els-boxTitle, .els-title {
    height: 50px;
    border-bottom: 1px solid #c5c5c5;
}

.els-boxTitle1 {
    width: 96%;
    height: 50px;
    border-bottom: 1px solid #c5c5c5;
    margin-left: 25px;
}


.els-boxTitle3 {
    width: 62%;
    height: 50px;
    border-bottom: 1px solid #c5c5c5;
    margin-left: 25px;
}

.els-boxTitle label, .els-boxTitle3 label {
    font-size: 18px;
    color: #0b51c1;
    font-weight: 600;
    line-height: 50px;
    border-bottom: 3px solid #0b51c1;
    padding: 0 15px;
    display: inline-block;
}


.els-boxTitle4 {
    width: 34%;
    height: 50px;
    border-bottom: 1px solid #c5c5c5;
    margin-left: 25px;
}

.els-boxTitle label, .els-boxTitle4 label {
    font-size: 18px;
    color: #0b51c1;
    font-weight: 600;
    line-height: 50px;
    border-bottom: 3px solid #0b51c1;
    padding: 0 15px;
    display: inline-block;
}


.els-boxcontent {
    width: 96%;
    margin-left: 25px;
}

.els-boxTitle label, .els-boxTitle1 label {
    font-size: 18px;
    color: #0b51c1;
    font-weight: 600;
    line-height: 50px;
    border-bottom: 3px solid #0b51c1;
    padding: 0 15px;
    display: inline-block;
}

.els-title a {
    font-size: 18px;
    line-height: 50px;
    padding: 0 15px;
    display: inline-block;
}

    .els-title a.active {
        border-bottom: 3px solid #0b51c1;
        color: #0b51c1;
        font-weight: 600;
    }

    .els-title a:hover {
        color: #0b51c1;
    }

.els-boxTitle .moreButton {
    margin-top: 6px;
}

.els-title li {
    float: left;
    margin-right: 20px;
}

.els-messageTab ul {
    overflow-y: hidden;
}

.els-messageTab li {
    float: left;
    margin: 15px 10px 5px 0;
}

    .els-messageTab li a {
        display: block;
        background-color: #f2f2f2;
        padding: 0 30px;
        line-height: 36px;
    }

        .els-messageTab li a:hover {
            color: #0b51c1;
        }

        .els-messageTab li a.active {
            background-color: #0b51c1;
            color: #fff;
        }

/* ???? */
.els-messagelist ul {
    margin: 20px 0;
}

.els-messagelist li {
    padding: 6px 0 8px 0;
    float: left;
    width: 90%;
    list-style: disc;
    margin-left: 20px;
}

.els-messagelist a {
    display: block;
    /*word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    float: left;
}

.els-messagelist span {
    float: right;
    font-size: 14px;
}

/* ???? */

.moreButton {
    float: right;
    font-size: 14px;
    color: #303133;
    line-height: 50px;
    cursor: pointer;
    margin-right: 15px;
    z-index: 999;
    position: relative;
}

    .moreButton:hover,
    .moreButton:active {
        color: #0b51c1;
    }

/* ////////////////////// */

/* ???? */

.els-header {
    width: 100%;
    min-width: 1200px;
    width: 100%;
    height: 100px;
    background: url(../images/banner.png) center;
    background-size: cover;
    position:relative;
}
    .els-header .entrance{
        position:absolute;
        top:25%;
        left:5%;
    }
    .els-header  a {
        font-size: 16px;
        color: #fff;
        width: 140px;
        height: 38px;
        line-height: 40px;
        border-radius: 5px;
        border: 1px solid #fff;
        display: inline-block;
        text-align: center;
        margin-right:20px;
    }

    /* ????? */
    .els-operation {
        min-width: 1200px;
        max-width: 1200px;
        margin: 0 auto;
        height: 190px;
    }

.els-header-systemName {
    float: left;
    margin-top: 60px;
}

.els-systemSearch {
    float: right;
    margin-right: 20px;
    margin-top: 30px;
}

    .els-systemSearch label {
        float: left;
        line-height: 30px;
    }

    .els-systemSearch input {
        float: left;
        width: 200px;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        background-color: #fff;
        border: 1px solid #dfdfdf;
    }

    .els-systemSearch .els-searchButton {
        float: left;
        width: 60px;
        height: 30px;
        padding: 0 15px;
        line-height: 30px;
        background-color: #0b51c1;
        border: 0;
        color: #fff;
    }

/* ////////////////////// */

/* ////////////////////// */

/* ???? */

.els-menuBlock {
    height: 55px;
    background-color: #0b51c1;
    width: 100%;
    min-width: 1200px;
}

.els-menu {
    max-width: 1200px;
    min-width: 1200px;
    margin: 0px auto;
    padding: 0px;
}

    .els-menu ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        /*overflow-y: hidden;*/
        border-right: 1px solid #00528e;
        border-left: 1px solid #0f85da
    }

    .els-menu li {
        float: left;
        height: 55px;
    }

    .els-menu a,
    .els-menu a:link,
    .els-menu a:visited {
        display: block;
        text-decoration: none;
        color: #fff;
        width: 133px;
        font-size: 18px;
        line-height: 55px;
        /*border-left: 1px solid #00528e;
    border-right: 1px solid #0f85da;*/
        text-align: center;
    }

        .els-menu a:hover,
        .els-menu a:active {
            background-color: #0768ae;
        }

    .els-menu .active {
        color: #084c9a !important;
    }
/* ////////////////////// */

.els-message {
    width: 63%;
    float: left;
    display: inline-block;
}
.els-message2 {
    width: 100%;
    float: left;
    display: inline-block;
}

.els-messageNews {
    width: 35%;
    float: left;
    padding-left: 10px;
}

.els-messageNews1 {
    width: 49%;
    float: left;
    height: 245px;
    background-color: #fff;
}

.els-messageNews2 {
    width: 32%;
    float: left;
    padding-left: 10px;
}

.els-messageNews3 {
    width: 64%;
    float: left;
    padding-left: 10px;
}

.els-messageNews4 {
    width: 34%;
    float: left;
   
}
.els-message .els-banner, .els-box .els-banner {
    margin: 20px;
    position: relative;
}

    .els-message .els-banner span, .els-box .els-banner span {
        color: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        line-height: 50px;
        width: 100%;
        background-color: rgb(0,0,0,0.3);
        font-weight: bold;
    }

    .els-message .els-banner span {
        padding-left: 15px;
    }
/* ///////////////////////////// */
.els-allLink ul {
    margin-left: 15px;
}

.els-allLink li {
    float: left;
    margin: 10px 0 0 5px;
}

    .els-allLink li a {
        display: block;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .els-allLink li a label {
            margin-left: 37px;
        }

/* ////////////////////////////////// */

.els-contact {
    padding: 10px 0 10px 0;
    overflow-y: hidden;
}

.els-contact-con {
    float: left;
    padding-left: 25px;
    padding-right: 35px;
    border-right: 1px solid #dfdfdf;
}

    .els-contact-con:last-child {
        border: 0;
    }

    .els-contact-con p {
        line-height: 33px;
    }

/* ?? */

.els-footer {
    width: 100%;
    min-width: 1200px;
    background-color: #0b51c1;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    line-height: 30px;
}

/* ////////////////////////////////// */

/* 导航 */

.els-navigation {
    width: 100%;
    height: 40px;
    background-color: #fff;
    color: #666;
    line-height: 40px;
}

    .els-navigation span {
        width: 26px;
        height: 21px;
        display: block;
        background: url(image/homeIcon.png);
        float: left;
        margin: 8px 10px 5px 10px;
    }

/* /////////////////////// */

/* 左侧tab */

.els-leftMenu {
    float: left;
    width: 240px;
    position: relative;
    z-index: 888;
    padding: 15px;
}

    .els-leftMenu li {
        width: 230px;
        height: 70px;
        margin-bottom: 5px;
    }

        .els-leftMenu li a {
            display: block;
            line-height: 70px;
            font-size: 16px;
            background-color: #f1f1f1;
            text-align: center;
        }


            .els-leftMenu li a.active {
                background-color: #0b51c1;
                color: #fff;
            }


.els-leftMenu1 {
    float: left;
    width: 270px;
    position: relative;
    z-index: 888;
    padding: 15px;
}

    .els-leftMenu1 li {
        width: 260px;
        height: 40px;
        margin-bottom: 5px;
    }

        .els-leftMenu1 li a {
            display: block;
            line-height: 40px;
            font-size: 16px;
            background-color: #f1f1f1;
            text-align: center;
        }


            .els-leftMenu1 li a.active {
                background-color: #0b51c1;
                color: #fff;
            }


.els-rightCon {
    overflow-y: hidden;
    padding: 10px 0
}

    .els-rightCon .els-messagelist a {
        width: 85%;
        display: inline-block;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .els-rightCon .els-messagelist li {
        padding: 13px 0;
        border-bottom: 1px dashed #dfdfdf;
    }

.els-contentTitle {
    text-align: center;
    font-size: 25px;
    color: #cc0202;
    margin-top: 30px;
}

.els-content-source {
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    line-height: 45px;
}

    .els-content-source span {
        line-height: 45px;
    }

.els-contentCon {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 25px;
}

    .els-contentCon p {
        /*text-indent: 2em;*/
    }

.els-site {
    display: inline-block;
    float: left;
    margin-top: 15px;
}

.els-infoSearch {
    overflow-y: hidden;
    margin: 10px 15px 20px 0;
    float: right;
}

    .els-infoSearch label {
        float: left;
        line-height: 30px;
    }


    .els-infoSearch .els-select {
        float: left;
        width: 100px;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        background-color: #fff;
        border: 1px solid #dfdfdf;
        margin-right: 5px;
        background: url("../images/arrow.png") no-repeat 90% center transparent;
    }

    select::-ms-expand {
        display: none;
    }


    .els-infoSearch input {
        float: left;
        width: 250px;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        background-color: #fff;
        border: 1px solid #dfdfdf;
    }

    .els-infoSearch .els-searchButton {
        float: left;
        width: 60px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #0b51c1;
        border: 0;
        color: #fff;
    }

.fenye {
    margin: 10px 10px 25px;
    text-align: center;
}



/* ???? */
.els-menu-item {
    position: relative;
}

.els-menu-submenu {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 9;
    background-color: #fff;
}

    .els-menu-submenu .els-menu-submenu {
        width: 131px;
        right: -131px;
        top: 0;
        left: auto;
    }

.els-menu-item > a {
    display: block;
    box-sizing: border-box;
}

.els-menu-item ul li {
    float: none;
    height: 35px;
}

.els-menu > ul {
    font-size: 0;
}

.els-menu {
    font-size: 0;
}


    .els-menu ul li ul {
        border: 0;
    }

        .els-menu ul li ul a,
        .els-menu ul li ul a:link,
        .els-menu ul li ul a:visited {
            border: 0;
            font-size: 15px;
            color: #666;
            line-height: 35px;
        }

            .els-menu ul li ul a:hover {
                color: #fff;
            }






.els-linkCon2 {
    float: left;
    margin-top: 13px;
    margin-left: 10px;
    height: 230px;
    width: 415px;
}

    .els-linkCon2 li {
        float: left;
        width: 121px;
        height: 230px;
        background-color: #edf7fc;
        text-align: center;
        margin: 0 8px;
    }

        .els-linkCon2 li span {
            display: block;
            width: 125px;
            height: 125px;
            margin: 30px auto 0;
            background: url(image/linkConAll2.png);
        }

.els-contentCon * {
    font-size: 18px;
}
/* /////////////////////////////// */

.QAtable td {
    border: 1px solid #dfdfdf;
    background-color: #fff;
    line-height: 25px;
    padding: 8px;
}

.QAtable-page {
    margin-top: 10px;
}

    .QAtable-page select {
        width: 60px;
        border: 1px solid #dfdfdf;
    }

.els-border {
    border: 1px solid #e8e8e8;
}
