html,body{
    height:100%;
}
.wrapper{
    min-height:100%;
    margin-bottom:-220px;
}
.footer,.push{
    height:220px;
}
.layui-card-header {
    background-color: rgb(89, 127, 196) !important;
    height: 60px;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 3px;
}

.layui-card-body {
    font-size: 16px !important;
    line-height: 30px !important;
}

.layui-nav {
    background-color: rgb(89, 127, 196);
}

.header {
    padding: 50px 20px 0 20px;
    height: 120px
}

.logo {
    display: inline-block;
}

    .logo img {
        width: 80px;
        padding-bottom: 20px;
    }

    .logo p {
        font-size: 60px;
        color: rgb(89, 127, 196);
        font-family: 华文行楷;
        display: inline;
        /*text-shadow: 0px 0px 5px #ffffff;*/
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5), 0px -1px 0px rgba(255, 255, 255, 0.5), 1px 0px 0px rgba(255, 255, 255, 0.5), -1px 0px 0px rgba(255, 255, 255, 0.5);
    }

.search {
    width: 320px;
    float: right;
    margin-right: 40px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
}

    .search p {
        line-height: 40px;
    }

.banner img {
    width: 100%;
    height: 100%;
}

.main {
    padding: 30px 0;
}

.news {
    padding-bottom: 20px;
}

    .news img {
        width: 100%;
        height: 100%;
    }

.title {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.card1 {
    padding-left: 20px;
}

.more {
    float: right;
    font-size: 10px;
    color: #fff;
    font-weight: normal;
}

    .more:hover {
        color: #ccc;
    }

.caption {
    display: inline-block;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.date {
    display: inline;
    float: right;
}

.left {
    padding-right: 10px;
}

.module {
    width: 77%;
    padding: 20px;
    height: 135px;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    border-radius: 5px;
}

    .module a {
        text-align: center
    }

    .module img {
        width: 100px;
        height: 100px;
    }

    .module p {
        color: #fff;
        font-size: 20px;
        font-weight: 550;
        letter-spacing: 2px;
        padding-top: 5px;
    }

.module1 {
    background-color: #fc97af;
}

.module2 {
    background-color: #87f7cf;
}

.module3 {
    background-color: #d2f5a6;
}

.module4 {
    background-color: #72ccff;
}

.banner-m {
    height: 100px;
    background: url(../img/banner.jpg) no-repeat;
    color: #fff;
    text-align: center;
    line-height: 100px;
}

.headerpage {
    background: url(../img/bg5.png) no-repeat 100% 100%;
}

.bd {
    padding: 21px 0;
    overflow: hidden;
    width: 100%;
}

#demo1 {
    background: #e4e2e2;
}

    #demo1 td,
    #demo2 td {
        width: 150px;
        height: 100px;
        margin-left: 10px;
        padding: 0 20px;
    }

    #demo1 tr td img,
    #demo2 tr td img {
        width: 150px;
        height: 100%;
        /* border: #8f949c 1px solid; */
    }

.flow {
    background: #e4e2e2;
    margin-top: 20px;
}

.footer {
    background-color: rgb(89, 127, 196);
    margin-top: 10px;
    height: 220px;
}

.footerImg {
    text-align: right;
}

    .footerImg img {
        width: 40px;
    }

.footerText {
    padding-left: 10px;
}

.dropdownBottom {
    display: flex;
    justify-content: space-around;
    padding: 60px 100px 0px;
}

.copyRight {
    padding-top: 50px;
}

.nav-bottom dl {
    max-height: 120px;
    overflow: auto;
}

.layui-btn-primary {
    border-color: #fff;
    color: #fff !important;
}

    .layui-btn-primary:hover {
        border-color: #fff;
        color: #fff !important;
    }
.searchResult a {
    font-size: 16px;
}

.searchResult .content p {
    padding-left: 10px;
    margin-top: 10px;
    text-indent: 2em;
    line-height: 30px;
}

.searchResult ul li {
    border-bottom: 2px dotted #CCCCCC;
    line-height: 50px;
}

.searchResult .NewsListDiv {
    display: flex;
    justify-content: space-between;
}

    .searchResult .NewsListDiv span:nth-of-type(1) {
        overflow: hidden;
        width: 80%;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        margin-left: 20px;
    }
