html {
    font-family: "microsoft yahei";
}

.header-sec {
    margin-bottom: 70px;
}

    .header-sec > img {
        width: 100%;
        display: block;
    }

    .header-sec > .inner-menu {
        width: 100%;
        height: 84px;
        background: #EFEFEF;
    }

        .header-sec > .inner-menu > div {
            width: 1326px;
            margin: auto;
            height: 100%;
        }

            .header-sec > .inner-menu > div > ul:first-child {
                float: left;
                padding-top: 6px;
                width: 100%;
                height: 100%;
                font-size: 18px;
                font-weight: 500;
                color: #274A76;
                text-align: center;
                line-height: 36px;
            }

                .header-sec > .inner-menu > div > ul:first-child > li {
                    float: left;
                    width: 16.6%;
                }

                    .header-sec > .inner-menu > div > ul:first-child > li.active,
                    .header-sec > .inner-menu > div > ul:first-child > li:hover {
                        /* text-decoration: underline; */
                        color: #C11422;
                    }

            .header-sec > .inner-menu > div > ul > li:last-child {
                margin: 3px 0;
                height: 30px;
                color: #FFFFFF;
                font-size: 14px;
                font-weight: 400;
                color: #FFFFFF;
                line-height: 30px;
                text-align: center;
            }

                .header-sec > .inner-menu > div > ul > li:last-child > a {
                    display: inline-block;
                    width: 90px;
                    background: #C11422;
                    border-radius: 4px;
                }

                .header-sec > .inner-menu > div > ul > li:last-child:hover {
                    text-decoration: underline;
                    color: #FFFFFF;
                }

                .header-sec > .inner-menu > div > ul > li:last-child > a > img {
                    margin-right: 12px;
                    vertical-align: middle;
                    width: 14px;
                    height: 14px;
                }

    /* .header-sec>.inner-menu>div>ul:last-child {
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.header-sec>.inner-menu>div>ul:last-child>li {
    margin: 8px 0;
    padding: 0 10px;
    height: 30px;
    background: #C11422;
    border-radius: 4px;
    text-align: center;
}

.header-sec>.inner-menu>div>ul:last-child>li>a>img {
    margin-right: 12px;
    vertical-align: middle;
    width: 14px;
    height: 14px;
} */

    .header-sec > .login-box {
        position: absolute;
        right: 50px;
        top: 50px;
        cursor: pointer;
    }

        .header-sec > .login-box > .login-float-btn {
            font-size: 16px;
            color: #FFFFFF;
        }

        .header-sec > .login-box > .user-info {
            display: none;
            font-size: 16px;
            color: #FFFFFF;
        }

            .header-sec > .login-box > .user-info > span::after {
                margin-left: 6px;
                width: 14px;
                height: 12px;
                display: inline-block;
                content: "";
                background-image: url(../images/down-white.png);
                background-repeat: no-repeat;
                background-size: cover;
                transition: all 0.5s;
            }

            .header-sec > .login-box > .user-info:hover > span::after {
                background-image: url(../images/up-white.png);
            }

            .header-sec > .login-box > .user-info > ul {
                margin-top: 6px;
                display: none;
                font-size: 16px;
                color: #FFFFFF;
                border-radius: 4px;
                overflow: hidden;
            }

                .header-sec > .login-box > .user-info > ul > li {
                    text-align: center;
                    background-color: rgba(255, 255, 255, 0.2);
                    padding: 5px 0;
                }

            .header-sec > .login-box > .user-info:hover > ul {
                display: block;
            }

.circle-timeline {
    position: relative;
    margin: 70px 0;
    width: 100%;
    list-style: none;
    overflow: hidden;
}

    .circle-timeline > ul {
        width: 410px;
        height: 445px;
        background-image: url(../images/timeline-circle.png);
        background-repeat: no-repeat;
        /* background-size: cover; */
    }


        .circle-timeline > ul > li {
            width: 280px;
            height: 38px;
            font-size: 18px;
            font-weight: 400;
            color: #274A76;
            /* line-height: 73px; */
            cursor: pointer;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            background-image: url(../images/短虚线.png);
            background-repeat: no-repeat;
            background-position-y: 12px;
        }

            .circle-timeline > ul > li:hover {
                color: #DA251E;
                background-image: url(../images/短虚线-红.png);
                background-repeat: no-repeat;
                background-position-y: 12px;
            }

            .circle-timeline > ul > li::before {
                margin-right: 60px;
                display: inline-block;
                width: 12px;
                height: 12px;
                border-radius: 50%;
                content: "";
                background-color: #274A76;
            }

            .circle-timeline > ul > li:hover::before {
                background-color: #DA251E;
            }

            .circle-timeline > ul > li:nth-child(1) {
                margin-left: 250px;
            }

            .circle-timeline > ul > li:nth-child(2) {
                margin-left: 320px;
            }

            .circle-timeline > ul > li:nth-child(3) {
                margin-left: 357px;
            }

            .circle-timeline > ul > li:nth-child(4) {
                margin-left: 380px;
            }

            .circle-timeline > ul > li:nth-child(5) {
                margin-left: 393px;
            }

            .circle-timeline > ul > li:nth-child(6) {
                margin-left: 400px;
            }

            .circle-timeline > ul > li:nth-child(7) {
                margin-left: 400px;
            }

            .circle-timeline > ul > li:nth-child(8) {
                margin-left: 393px;
            }

            .circle-timeline > ul > li:nth-child(9) {
                margin-left: 379px;
            }

            .circle-timeline > ul > li:nth-child(10) {
                margin-left: 355px;
            }

            .circle-timeline > ul > li:nth-child(11) {
                margin-left: 318px;
            }

            .circle-timeline > ul > li:nth-child(12) {
                margin-left: 247px;
            }

.vertical-timeline {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 55px;
    overflow: auto;
}

    .vertical-timeline > ul {
        padding-left: 24px;
        padding-bottom: 24px;
        overflow: hidden;
        border-left: 1px solid #274A76;
    }

        .vertical-timeline > ul > li {
            margin-top: 24px;
            width: 788px;
            /* height: 132px; */
            background: #F8F8F8;
            border-radius: 4px;
            overflow: hidden;
        }

            .vertical-timeline > ul > li::before {
                position: absolute;
                left: 50px;
                display: block;
                content: "";
                width: 10px;
                height: 10px;
                background: #274A76;
                border-radius: 50%;
            }

            .vertical-timeline > ul > li > .date {
                position: absolute;
                left: -2px;
                margin-top: -6px;
                padding-right: 5px;
                width: 44px;
                height: 22px;
                /* background: #F8F8F8; */
                border-radius: 4px;
                background-image: url(../images/tag.png);
                background-repeat: no-repeat;
                background-size: cover;
                font-size: 14px;
                font-weight: bold;
                color: #FFFFFF;
                text-align: center;
                line-height: 22px;
            }

            .vertical-timeline > ul > li > .text {
                padding: 12px 28px;
                background: #F8F8F8;
                border-radius: 4px;
            }

                .vertical-timeline > ul > li > .text > .title {
                    font-size: 18px;
                    font-weight: bold;
                    color: #333333;
                }

                .vertical-timeline > ul > li > .text > .content {
                    margin-top: 5px;
                    font-size: 14px;
                    font-weight: 400;
                    color: #888888;
                    line-height: 26px;
                }


.tag-red {
    margin-right: 8px;
    padding: 2px 6px;
    background: rgba(255, 23, 23, 0.12);
    border: 1px solid #CC0000;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #C11422;
    /* line-height: 30px; */
}

.tag-yellow {
    margin-right: 8px;
    padding: 2px 6px;
    background: rgba(255, 170, 23, 0.12);
    border: 1px solid #ffaa17;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #ffaa17;
    /* line-height: 30px; */
}

.highlight {
    color: #C11422;
}




[v-cloak] {
    display: none !important;
}
/* 第三方插件样式修改 begin */
.layui-layer {
    border-radius: 16px !important;
    overflow: hidden !important;
}

.layui-layer-setwin .layui-layer-close2 {
    right: -8px !important;
    top: -8px !important;
    width: 20px !important;
    height: 20px !important;
    background-position: 4px -36px !important;
    transform: scale(1.2);
}

/* 第三方插件样式修改 end */
