/*INDEX CSS*/
@charset "UTF-8";
@font-face {
    font-family: 'icomoon';
    src: url('../icon/icomoon.eot?b71vqy');
    src: url('../icon/icomoon.eot?b71vqy#iefix') format('embedded-opentype'),
    url('../icon/icomoon.ttf?b71vqy') format('truetype'),
    url('../icon/icomoon.woff?b71vqy') format('woff'),
    url('../icon/icomoon.svg?b71vqy#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

body,h1, ul, li, p {
    margin: 0;
    padding: 0;
}

/*头部*/
header {
    position: relative;

    .logo{
        position: absolute;
    }
    .background-img{
        width: 100%;
        height: 175px;
    }

    .title {
        top: 80px;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        font-family: 'Ma Shan Zheng', cursive;
        font-size: 70px;
        text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
        margin-bottom: 10px;
        background: white;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .login-box{
        top: 30px;
        position: absolute;
        right: 30px;
        font-size:16px;
        font-weight: 600;
        line-height: 25px;
    }

    .icon {
        font-size: 18px;
        font-family: 'icomoon';
        color: white;
        vertical-align: bottom;
    }
}

/*中部主容器内容*/
.main-container {
    margin: auto;
    width: 80%;
    clear: both;
    overflow: hidden;
    margin-top: 10px !important;
}

/*统计容器*/
.statistics-container{
    gap: .57rem;
    display: flex;
    align-items: center;
    justify-content: space-between;

    .card{
        transition-duration: .5s;
        transition-property: background-color, flex;
        flex: 1;
        width: 100%;
        padding-top: 3.6rem;
        padding-left: 2.8rem;
        position: relative;
        border-radius: .857143rem;
        background-repeat: no-repeat;
        background-size: 100% 100%;

        .title{
            color: rgb(255, 255, 255);
            font: 500 1.71429rem / 2rem 思源黑体;
            font-size: 24px !important;
        }

        .info{
            position: relative;
            z-index: 2;
            font: 400 0.857143rem / 1.42857rem 思源黑体;
        }

        .info .count{
            margin-right: 0.142857rem;
            color: rgb(255, 255, 255);
            font: 700 3rem 思源黑体;
        }

        .info .unit{
            color: #6d7b98;
            color: #fff;
            font-size: 1.4rem;
            font-weight: 400;
            margin-top: 2rem;
        }
    }
}

.content-container{

    /*导航栏标题*/
    .nav {
        margin-top: 10px;

        div{
            background: #daeefe;

            nav {
                font-size: 28px;
                color: #6A8FE2;
                display: flex;
                align-items: center;
                font-weight: bold;
                height: 100%;

                span {
                    display: flex;
                }

                span:first-of-type img {
                    margin-top:3px;
                    width: 42px;
                }
            }
        }
    }

    .container{
        margin-top: 5px;
        overflow: hidden;
    }

    .col-2{
        width: 50%;
    }

    .col-3{
        width: 33.3%;
    }

    .container-box{
        float: left;

        .content-nav{
            border-bottom: 2px solid #3AA9F8;
            float: left;
            width: 99%;

            span{
                float: left;
                height: 36px;
                line-height: 36px;
                font-size: 22px;
                font-weight: bold;
                margin: 0 35px 0px 0px;
                text-align: center;
                cursor: pointer;
                color: #0060D1;
            }

            a{
                float: right;
                width: 100px;
                height: 36px;
                line-height: 36px;
                font-size: 22px;
                font-weight: bold;
                /*margin: 0 35px 0px 0px;*/
                text-align: center;
                cursor: pointer;
            }
        }

        .content-box{
            margin-top: 15px;
            float: left;
            width: 100%;
            display: block;

            ul li{
                line-height: 28px;
                border-bottom: 1px dashed #ddd;
                width: 99%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                padding: 8px 0px 8px 0px
            }
            ul li i{
                background: #005FD0;
                width: 7px;
                height: 7px;
                border-radius: 50%;
                display: block;
                float: left;
                margin-left: -21px;
                margin-top: 16px;
                border:2px solid #9BB4D3;
                margin-right: 14px;
            }

            ul li p{
                margin-left: 3px;
                display: block;
                color: #C1C3C2;
                font-size: 12px;
                height: 25px;
                line-height: 25px;
            }
            ul li a:hover{
                color:#0060D1
            }
            ul li p span a{
                color:#C1C3C2;
                font-weight: normal;
            }
            ul li span {
                float: right;
                color: #C1C3C2 !important;
            }

            .text-date{
                font-size: 18px;
                margin-right: 20px;
            }
        }
    }
}

a {
    color: #333333;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
    font-size: 18px;
    text-decoration: none;
}