
    body, html {
        overflow: hidden;
        min-width:1279px;
    }


@media only screen and (max-width: 1279px) {
    body, html {
        overflow: scroll;
    }
}
/*招聘助手时的特殊css*/
@media only screen and (max-width: 400px) {
    body, html {
        min-width:0;
    }
    .main-boxs {
        border-radius:0!important;
    }
    .left-bg-boxs,#loginqr,.line {
        display:none!important;
    }
    .loginBoxs{
        margin-left:-10px;
    }
}
/*招聘助手时的特殊css*/
body, dd, div, dl, dt, h1, h2, h3, h4, input, li, ol, p, table, ul {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

input {
    outline: 0;
}

table {
    width: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

li {
    list-style: none;
    vertical-align: bottom;
}

em, i {
    font-style: normal;
}

a {
    outline: 0;
    text-decoration: none;
}

    a:hover {
        outline: 0;
        text-decoration: underline;
    }

img {
    border: 0;
}

.hidden {
    display: none;
}

.hide_txt {
    text-indent: -9999em;
    font-size: 0;
    line-height: 0;
}

.clearfixed:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both;
    height: 0;
}

.clearfixed {
    zoom: 1;
}

.content {
    width: 755px;
    margin: 0 auto;
    zoom: 1;
    display: none;
    position: absolute;
}

.events_list {
    padding-top: 200px;
}

    .events_list ul {
        position: relative;
    }

    .events_list li {
        position: relative;
        height: 90px;
    }

    .events_list .ic_events {
        position: absolute;
        width: 30px;
        height: 90px;
        bottom: 0;
    }

    .events_list .txt_events {
        font-size: 12px;
        line-height: 22px;
        color: #fff;
        position: absolute;
        white-space: normal;
        top: -18px;
        text-shadow: 0 0 8px #1890ff;
    }

        .events_list .txt_events .fs14 {
            font-size: 14px;
        }

        .events_list .txt_events strong {
            display: block;
            font-size: 22px;
            line-height: 34px;
            font-weight: 400;
        }

    .events_list .right_li {
        margin-left: 50%;
    }

        .events_list .right_li .ic_events {
            left: -15px;
            background: url("../Images/eHR/loginline.png") no-repeat;
        }

        .events_list .right_li .txt_events {
            left: 40px;
        }

        .events_list .right_li .circle {
            position: absolute;
            top: -19px;
            left: -6.5px;
            width: 30px;
            height: 90px;
            background: url("../Images/eHR/logincircle.png") no-repeat;
        }

    .events_list .ic_events .triangle {
        position: absolute;
        top: -19px;
        left: -3px;
        width: 30px;
        height: 90px;
        background: url("../Images/eHR/logintriangle.png") no-repeat;
    }

    .events_list .left_li {
        text-align: right;
        width: 50%;
    }

        .events_list .left_li .ic_events {
            right: -15px;
        }

            .events_list .left_li .ic_events .png {
                position: absolute;
                top: 0;
                right: 0;
                width: 30px;
                height: 90px;
                background: url("../Images/eHR/loginline.png") no-repeat;
            }

            .events_list .left_li .ic_events .circle {
                position: absolute;
                top: -19px;
                right: 6.5px;
                width: 30px;
                height: 90px;
                background: url("../Images/eHR/logincircle.png") no-repeat;
            }

        .events_list .left_li .txt_events {
            right: 40px;
        }

    .events_list li:nth-child(6) .ic_events {
        animation: entic_effect .8s 1s linear both;
        -webkit-animation: entic_effect .8s 1s linear both;
    }

    .events_list li:nth-child(5) .ic_events {
        animation: entic_effect .8s 1.8s linear both;
        -webkit-animation: entic_effect .8s 1.8s linear both;
    }

    .events_list li:nth-child(4) .ic_events {
        animation: entic_effect .8s 2.6s linear both;
        -webkit-animation: entic_effect .8s 2.6s linear both;
    }

    .events_list li:nth-child(3) .ic_events {
        animation: entic_effect .8s 3.4s linear both;
        -webkit-animation: entic_effect .8s 3.4s linear both;
    }

    .events_list li:nth-child(2) .ic_events {
        animation: entic_effect .8s 4.2s linear both;
        -webkit-animation: entic_effect .8s 4.2s linear both;
    }

    .events_list li:nth-child(1) .ic_events {
        animation: entic_effect .8s 5s linear both;
        -webkit-animation: entic_effect .8s 5s linear both;
    }

@keyframes entic_effect {
    0% {
        height: 0;
        opacity: 0;
    }

    100% {
        height: 90px;
        opacity: 1;
    }
}

@-webkit-keyframes entic_effect {
    0% {
        height: 0;
        opacity: 0;
    }

    100% {
        height: 90px;
        opacity: 1;
    }
}

.events_list li:nth-child(6) .txt_events {
    animation: enttxt_effect .8s 1s linear both;
    -webkit-animation: enttxt_effect .8s 1s linear both;
}

.events_list li:nth-child(5) .txt_events {
    animation: enttxt_effect .8s 1.8s linear both;
    -webkit-animation: enttxt_effect .8s 1.8s linear both;
}

.events_list li:nth-child(4) .txt_events {
    animation: enttxt_effect .8s 2.6s linear both;
    -webkit-animation: enttxt_effect .8s 2.6s linear both;
}

.events_list li:nth-child(3) .txt_events {
    animation: enttxt_effect .8s 3.4s linear both;
    -webkit-animation: enttxt_effect .8s 3.4s linear both;
}

.events_list li:nth-child(2) .txt_events {
    animation: enttxt_effect .8s 4.2s linear both;
    -webkit-animation: enttxt_effect .8s 4.2s linear both;
}

.events_list li:nth-child(1) .txt_events {
    animation: enttxt_effect .8s 5s linear both;
    -webkit-animation: enttxt_effect .8s 5s linear both;
}

@keyframes enttxt_effect {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes enttxt_effect {
    0% {
        -webkit-transform: translateY(20px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

.events_list .txt_events.future {
    animation: enttxt_effect .8s 5s linear both;
    -webkit-animation: enttxt_effect .8s 5s linear both;
    top: 125px;
    width: 300px;
    left: calc(50% - 150px);
    text-align: center;
}
