﻿html {
}

body {
    font-family: Arial,"微软雅黑";
}

.header {
    width: 100%;
    height: 10rem;
    position: fixed;
    background: #ecf5ff;
    top: 0;
    z-index: 999;
}

    .header .content {
        width: 90%;
        height: 10rem;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .header .content .logo {
            display: flex;
            align-items: center;
            width: 30%;
        }

            .header .content .logo .el-image {
                height: 5.6rem;
            }

        .header .content .menu {
            width: 70%;
            display: flex;
            text-align: right;
            align-items: center;
            justify-content: space-between;
        }

        .header .content .el-sub-menu__title {
            font-size: 18px !important;
            font-family: Arial,"微软雅黑" !important;
        }

        .header .content .menu .el-menu--horizontal {
            background: inherit;
        }

        .header .content .menu .el-menu-item {
            font-size: 15px !important;
            font-family: Arial,"微软雅黑" !important;
        }

.banner {
    margin-top: 10rem;
}

.news {
    margin: 2rem;
    height: 50rem;
    display: flex;
    justify-content: space-between;
}

    .news .left {
        width: 47vw;
        height: 100%;
    }

        .news .left .el-card {
            border: none !important;
            height: 50rem !important;
        }

        .news .left .el-card__header {
            font-size: 20px !important;
            font-weight: bold;
        }

        .news .left .el-card__body {
            padding: 0px !important;
            height: 45rem !important;
        }

            .news .left .el-card__body .el-carousel__container {
                height: 45rem !important;
            }

        .news .left .item {
            width: 100%;
            height: 45rem !important;
            font-size: 1.2rem !important;
            font-family: Arial,"微软雅黑";
        }

            .news .left .item .el-text {
                font-size: 1.2rem !important;
                font-family: Arial,"微软雅黑";
            }

            .news .left .item .el-card {
                border: none !important;
            }

            .news .left .item .el-card__header {
                font-size: 15px !important;
                font-weight: normal !important;
                font-family: Arial,"微软雅黑";
                border-bottom: none !important;
                height: 5rem !important;
            }

            .news .left .item .el-card__body {
                padding: 0px !important;
                height: 40rem !important;
            }

    .news .right {
        width: 47vw;
        height: 100%;
    }

        .news .right .el-tabs__header .el-tabs__item {
            font-size: 18px !important;
            font-weight: normal;
            font-family: Arial,"微软雅黑";
        }

        .news .right .el-tabs__new-tab {
            width: auto !important;
            border: none !important;
        }

        .news .right .line_data {
            margin-top: 15px;
            line-height: 3rem;
            width: 47vw;
            display: flex;
            justify-content: space-between;
            cursor: pointer;
            border-bottom: 1px solid #E6E6E6;
        }

            .news .right .line_data .title:before {
                content: '';
                display: inline-block;
                width: 3px;
                height: 3px;
                border-radius: 5px;
                background: #aaa;
                vertical-align: middle;
                margin-right: 6px;
            }

            .news .right .line_data .date {
                font-weight: lighter;
            }

            .news .right .line_data .el-text {
                font-size: 1.2rem !important;
                font-family: Arial,"微软雅黑";
            }

.certificate {
    height: 40rem;
    margin: 0 2rem;
}

    .certificate .el-card {
        margin: 0 1rem;
        height: 40rem !important;
    }

    .certificate .el-card__header {
        font-family: Arial,"微软雅黑";
        height: 5rem !important;
    }

    .certificate .el-card__body {
        padding: 0px !important;
        height: 35rem !important;
    }

        .certificate .el-card__body .el-image {
            width: 100%;
            height: 34rem;
        }

.link {
    min-height: 8rem;
    margin: 2rem;
}

    .link .el-card {
        border: none !important;
        min-height: 10rem !important;
    }

    .link .el-card__header {
        font-size: 20px !important;
        font-weight: bold;
        font-family: Arial,"微软雅黑";
        height: 5rem !important;
    }

    .link .el-card__body {
        padding: 0px !important;
        min-height: 3rem !important;
    }

.site {
    min-height: 10rem;
    background: #ecf5ff;
}

    .site .top {
        padding-top: 10px;
        height: 80%;
        display: flex;
        justify-content: space-between;
    }

        .site .top .left {
            padding-left: 5vw
        }

            .site .top .left div {
                font-size: 13px !important;
                font-weight: normal;
                font-family: Arial,"微软雅黑";
            }

        .site .top .right {
            text-align: right;
            width: 50vw;
            height: 80%;
            padding-top: 10px;
            padding-right: 5vw
        }

    .site .bottom {
        height: 2.4rem;
        line-height: 2.4rem;
        vertical-align: central;
        width: 100vw;
        text-align: center;
        background: #CDD0D6;
    }

.drawer_div {
    /*text-align: center;*/
}

.drawer_news {
    margin: 0 10%;
    border: solid;
    width: 80% !important;
}

    .drawer_news .el-drawer__header {
        text-align: center;
    }

    .drawer_news .el-drawer__title {
        font-size: 20px !important;
        font-weight: bold;
        font-family: Arial,"微软雅黑";
    }

    .drawer_news .el-upload__tip {
        font-size: 16px !important;
        font-weight: bold;
        font-family: Arial,"微软雅黑";
    }

.drawer_list {
    margin: 0 10%;
    border: solid;
    width: 80% !important;
}

    .drawer_list .el-drawer__header {
        text-align: center;
    }

    .drawer_list .el-drawer__title {
        font-size: 20px !important;
        font-weight: bold;
        font-family: Arial,"微软雅黑";
    }

    .drawer_list .el-table {
        font-size: 16px !important;
    }

    .drawer_list .el-table__row {
        height: 4rem !important;
    }

.subDrawer_div {
    margin: 0 15%;
    border: solid;
    width: 70% !important;
}

.drawer_sub {
    margin: 0 8%;
    border: solid;
    width: 84% !important;
}

    .drawer_sub .el-drawer__header {
        text-align: center;
    }

    .drawer_sub .el-drawer__title {
        font-size: 20px !important;
        font-weight: bold;
        font-family: Arial,"微软雅黑";
    }

    .drawer_sub .el-upload__tip {
        font-size: 16px !important;
        font-weight: bold;
        font-family: Arial,"微软雅黑";
    }
