﻿.section-block.card {
    display: flex;
    justify-content: space-between;
}

.section-block .el-carousel__button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.list-block {
    width: 47%;
    margin: 30px 0;
}

    .list-block .el-card {
        border: 0;
    }

        .list-block .el-card .el-card__header {
            position: relative;
            padding: 20px 0;
        }

        .list-block .el-card h1 {
            display: inline-block;
            font-size: 18px;
            font-weight: 700;
            color: #333;
            line-height: 24px;
            padding-left: 20px;
        }

            .list-block .el-card h1::after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                width: 5px;
                height: 40%;
                background-color: #0A83E3;
            }

        .list-block .el-card .el-card__body {
            padding: 20px 0;
        }

        .list-block .el-card .news-list .list-item {
            position: relative;
            min-height: 60px;
            margin-bottom: 20px;
        }

            .list-block .el-card .news-list .list-item .date {
                position: absolute;
                top: 0;
                left: 0;
                height: 70px;
                width: 70px;
                background-color: #EBEFF3;
            }

                .list-block .el-card .news-list .list-item .date .day {
                    margin: 10px 0 0 0;
                    line-height: 30px;
                    font-size: 24px;
                    text-align: center;
                    color: #666;
                    font-weight: bolder;
                }

                .list-block .el-card .news-list .list-item .date .month {
                    text-align: center;
                    color: #999;
                    margin: 2px auto;
                }

            .list-block .el-card .news-list .list-item .title {
                margin: 2px 0 14px 90px;
                width: calc(100% - 90px);
            }

                .list-block .el-card .news-list .list-item .title a {
                    display: block;
                    line-height: 22px;
                    font-size: 16px;
                    color: #333;
                    margin-bottom: 10px;
                    max-height: 44px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

            .list-block .el-card .news-list .list-item .intro {
                width: calc(100% - 90px);
                max-height: 40px;
                line-height: 20px;
                color: #999;
                font-size: 12px;
                margin-left: 90px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }

    .list-block .notice-list {
        height: 397px;
    }

    .list-block .notice-list .list-item {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px dashed #EBEEF5;
        padding: 12px 0;
        margin: 3px auto;
    }

        .list-block .notice-list .list-item a {
            display: block;
            line-height: 22px;
            font-size: 16px;
            color: #333;
            max-height: 44px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            position: relative;
            padding-left: 20px;
        }

        .list-block .notice-list .list-item a::after {
               content: "";
               position: absolute;
               top: 50%;
               left: 0;
               transform: translateY(-50%);
               width: 5px;
               height: 5px;
               border-radius: 500px;
               background-color: #0A83E3
        }


.header-bottom .inner .el-menu--horizontal .el-menu-item a {
    width: 70px
}

.el-menu--horizontal {
    width: 109px
}


.header .header-top .inner .head-right .searchbox a {
    /*color: #337ab7;*/
    text-decoration: none;
    font-size: 14px;
}

