.df{

    display: flex;

}



.pager{



    margin-top: 20px;

    display: flex;

    justify-content: center;

}




.hide{

    display: none !important;

}



.pager a{

    padding: 5px 10px;

    border:1px solid #e4e4e4;

    font-size: 14px;

    color: #666666;

    margin-right: 5px;
    line-height: 20px;

}

.pager a.current{

    /*background: #133f5c;*/
    background: #F08300;

    color: #fff;

}

.pager a:last-child{

    margin-right: 0;

}

/*  ----position  start------*/

.position {
    padding: 40px 0;
}
.position a {
    color: #484848;
}

@media (max-width: 1200px) {
    .position {
        padding: 20px 0;
    }
}

/*  ----position  end------*/

main, header, nav, article, section, aside, footer {

    display: block;

}



.collapse {

    display: none;

}

a{

    text-decoration: none;

}

img{

    vertical-align: middle;

}



.p-l-5 {

    padding-left: 5px !important;

}



.jquery-lightbox-background IMG{

    max-height: 100% !important;

    height: auto !important;

}



.hide{

    display: none;

}



/* 加载更多*/

.load_more{

    background: #133f5c;

    color: #fff;

    font-size: 15px;

    line-height: 35px;

    height: 35px;

    width: 100%;

    text-align: center;

    cursor: pointer;

}



/*   用户登录   */

.login-wrap{

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;



    z-index: 9032;

    margin: 0;

    padding: 0;

}

.login-hint{



    position: absolute;

    width: 100%;

    height: 100%;

    overflow: auto;

    background: rgba(0,0,0,0.5);

}



.login-hint .login{

    position: relative;

    margin-top: -200px;

    margin-left: -200px;

    width: 400px;

    height: 400px;

    background: #f2f3f7;

    top: 50%;

    left: 50%;

    padding: 15px;



}



.login-hint .close{

    position: absolute;

    right: 20px;

    top: 20px;

    font-size: 24px;;

    cursor: pointer;

}



.login .hint{

    text-align: center;

    margin: 0;

    padding: 20px 0px;

}



.login form{

    /*padding: 15px;*/

}



.login form .form-group{

    background: #fff;



    height: 30px;

    margin-bottom: 15px;

    line-height: 30px;

    padding: 5px 15px;

    display: flex;

    align-items: center;

    border: 2px solid #f3f3f3;

    border-radius: 5px;

}

.login form .form-group:nth-child(3){

    margin-bottom: 0;

}



.login form img.code{

    height: 50px;

    margin-bottom: 15px;

}



.login form .form-group .fa{

    color: #999;

}



.login form .form-group span{

    padding-right: 10px;

    border-right: 1px solid #ccc;

}



.login form .form-group input{

    border: none;

    margin-left: 10px;

    width: 100%;

    flex: 1;

}

.login form button.btn{

    background: #F08300;

    color: #fff;

    text-align: center;

    width: 100%;

    height: 40px;

    line-height: 40px;

    border-radius: 5px;

    border: none;

    cursor: pointer;

}

.login_link{

    /* display: flex; */

    justify-content: space-between;

    align-items: center;

    margin-top: 10px;

}

.login_link a{

    color: #342c2a;

}



.login-hint .login .sub-title{

    /*margin-top: 30px;*/

    line-height: 24px;

    font-size: 14px;

    text-align: center;

}



.red {

    color: #fc703e !important;

}

.mt30{

    margin-top: 30px !important;

}



.upload-resume-wrap {

    display: block;

    position: relative;

    font-size: 15px;

    overflow: hidden;

    width: 100%;

    height: 100%;

    text-align: center;



    color: #fff;

    letter-spacing: 1px;

    background: #5dd5c8;



    flex: 1;

    margin-left: 10px;



}

#fileupload{

    position: absolute;

    width: 100%;

    height: 200%;

    top: -100%;

    left: 0;

    background: 0 0;

    opacity: 0;

    cursor: pointer;

}

.danger{

    color: #f00 !important;

}



@media (max-width: 1200px) {

    .pager{

        display: none;

    }



    .login-hint .login{

        width: 80%;

        margin-left: -45%;

        height: 330px;

    }





}




.allcate{

    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.allcate li {
    /* width: 160px; */
    width: 250px;
    height: 381px;
    float: left;
    /* margin-right: 60px;
    margin-left: 60px; */
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    display: block;
}
.allcate li .tem_a_wrap{
    position: relative;
    /* width: 141px;
    height: 141px; */

    width: 100%;
    /*height: 235px;*/
    height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.allcate li .tem_a_wrap > a{

    width: 100%;
    height: 100%;

    display: block;

}
.word_wrap{
    height: 26px;
}

.allcate li .tem_a_wrap .programme_filer{
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    /*background: rgba(128,128,128,0.65);*/
    background: rgba(128,128,128,0.35);
}
.allcate li .tem_a_wrap .word{
    position: absolute;
    padding: 0 10px;
}
.allcate li .tem_a_wrap .word p{
    color: #fff !important;
    height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}
/*.allcate li .tem_a_wrap:hover  .programme_filer{*/
/*    background: rgba(248,134,0,0.8);*/
/*}*/

.allcate li a img{
    display: inline-block;
    border: none;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.allcate li div h4 {
    padding-top: 2px;
    /*margin-left: 25px;*/
    display: block;
    font-weight: bold;
    /*color: #005AAB;*/
    /*color: #005869;*/
    color: #000;
    font-size: 16px;
    margin-bottom:  0;
    margin-top: 15px;
}

.allcate li div p {
    line-height: 1.5;
    letter-spacing: 1.5px;
    margin-top: 10px;
    margin-bottom: 10px;
    /* font-size: 14px; */
    font-size: 15px;
    color: #333;
    /* max-height: 126px; */
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.icon-r {
    /*width: 26px;*/
    width: 13px;
    height: 26px;
    /* background-image: url("/static/home/images/ticon.png"); */
    /*background: url("/static/home/images/t11.png") no-repeat;*/
    background: url("/static/home/images/t12.png") no-repeat;
    float: left;
    background-size: 100%;
    margin-right: 10px;

}

.el-button--primary{

    background-color: #F08300 !important;
    border-color: #F08300 !important;

}

.el-input.is-active .el-input__inner, .el-input__inner:focus{
    border-color: #F08300 !important;
}

.el-textarea__inner:focus{
    border-color: #F08300 !important;
}