a:hover{
    color:#154fa1;
    text-decoration: none;
}
.bl-bgclor{
    background-color: #154fa1;
}
.bl-bgcolor-secondary{
    background-color: #154fa1;
}
.bl-color{
    color: #0050B3;
}
.bl-text-secondary{
    color:#999;
}
.bl-border-none{
    border:none;
}
.bl-light-color{
    color:#fff;
}
.bl-banner{
    height: 500px;
    position: relative;
    margin-bottom:0;
}
.bl-banner p{
    text-align: center;
    color: #fff;
    font-size:30px;
    padding-top:120px;
}
.jpress-img{
    position: absolute;
    left:5%;
    top:190px;
    text-align: center;
    width: 90%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow:0 10px 40px rgba(51,51,51,0.5);
    -webkit-box-shadow:0 10px 40px rgba(51,51,51,0.5);
    -moz-box-shadow:0 10px 40px rgba(51,51,51,0.5);
}

.jpress-img img{
    max-width: 100%;
    border-radius: 10px;
}
.bl-img-size{
    width: 20px;
    height: 20px;
}
.bl-portrait-size{
    width: 64px;
    height: 64px;
}

.bl-product-img{
    height: 300px;
    background-color:#f9f9f9;
}
.bl-circle{
    width: 100px;
    height: 100px;
    border: 2px solid #0050B3;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 100px;
}
.bl-md-size{
    font-size:16px;
}
.slide IMG {
    z-index: 1;
    border-bottom: 0px;
    position: relative;
    border-left: 0px;
    width: 100%;
    display: block;
    height: auto;
    border-top: 0px;
    border-right: 0px;
}
/*article list*/
.bl-card-content{
    position: relative;
}
/*a.cl-list-item{*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    margin-bottom:1rem;*/
/*    padding:1rem;*/
/*    border-bottom:1px solid #f2f2f2;*/
/*}*/
/*a.cl-list-item:hover{*/
/*    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);*/
/*    background: #fff;*/
/*    -webkit-transition: all .2s linear;*/
/*    transition: all .2s linear;*/
/*    border-radius: 2px;*/
/*    text-decoration: none;*/

/*}*/
.list-content{
    padding:2rem 0;
}
.bl-list-card{
    margin-bottom:1rem;
    padding:1rem;
    border-bottom:1px dashed #eee;

}
.bl-label{

    display: flex;
    width: 100%;
    background-color: #fff;
}
.bl-label-position{
    position: absolute;
    bottom:10px;
    left:0;
    font-size: 0.9rem;
}

.bl-tag{
    display: flex;
    width: 70%;

}
.bl-label-item{
    width: 30%;
    text-align: right;
    padding-right:20px;
    box-sizing: border-box;
}
.bl-label .bl-label-item,.bl-tag .bl-tag-item{
    font-weight: 300;
    color:#999;
}
.bl-tag-item{
    margin-left:20px;
}
.bl-label-item img{
    border:1px solid #eee;
}

.bl-list-card .bl-content-title{
    color:#333;
    font-size:1.2rem;
    font-weight: 400;
    margin-bottom:10px;
    line-height: 1.4em;
}
.bl-content-title a{
    color:#27282d;
}
.bl-content-title a:hover{
    color:#154fa1;
    text-decoration: none;
}

.bl-card-image{
    overflow: hidden;
    
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px #e5e5e5 solid;
    border-radius: 5px;
}
.bl-card-image img{
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    transition:0.4s ease-out;
    -webkit-transition:0.4s ease-out;
    -moz-transition:0.4s ease-out;
    -o-transition:0.4s ease-out;
}
.bl-card-image img:hover{
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}
/*page*/
.pagination .page-item.active .page-link{
    background-color:#154fa1;
    border-color:#154fa1;
    color:#fff;
}
.pagination .page-item .page-link{
    color:#154fa1;
}
.pagination{
    margin:5rem 0 0 0;
}
.pagination li.disabled .page-link{
    background-color: #eee;
    color:#999;
}
.pagination li.disabled{
    cursor: not-allowed;
}

/*comment panel*/
.comment-panel{
    padding-bottom:0.5rem;
    margin-top:2rem;
    border-bottom:1px solid #dee2e6;
    position: relative;
}
.bl-comment-form{
    margin-bottom:4rem;
}
.bl-comment-form button{
    float: right;
    background-color: #154fa1;
    color:#fff;
    padding:0.5rem 1rem;
    border:1px solid #154fa1;
    border-radius: 2px;
}
.comment-panel .comment-panel-portrait{
    position: absolute;
    top:0;
    left:0;
    border:1px solid #eee;
    border-radius: 50%;
    overflow: hidden;
    width: 3rem;
    height: 3rem;
}
.comment-panel-portrait img{
    max-width: 100%;
}
.comment-panel-content-item span{
    color:#666;
    margin:0 1rem 0 0;
}
.comment-panel-content p{
    font-size:16px;
    margin:0;
}
.comment-panel .bl-reply{
    text-align: right;
    color:#154fa1;
    font-size: 1rem;
    margin-bottom: 0;
}
.comment-panel .comment-panel-content{
    padding:0 0 0 3.5rem;
    width: 100%;
}
.comment-panel .comment-panel-content .comment-panel-content-item div{
    display: inline;
    padding:0 0.5rem 0 0;
    color:#999;
    font-size: 0.9rem;
}
.comment-panel .comment-panel-secondary{
    border:1px solid #e5e5e5;
    padding:0.5rem 1rem;
    margin:1rem 0;
    background-color: #fffffb;
}
.comment-panel-secondary span{
    color:#17a2b8;
}
.comment-vcode{
    float: left;
    font-size:1rem;

}
.form-group{
    margin-bottom:0.5rem;
}
.comment-vcode .vcode-img{
    height: 2.3rem;
    margin-top:-3px;
}
.comment-vcode input{
    padding:0 0.5rem;
    height: 2.6rem;
    border:1px solid #dfdfdf;
    outline: none;
}
/*recommend aritical*/
.recommend-panel-top{
    height: 10rem;
    overflow: hidden;
    line-height: 10rem;
}
.recommend-panel-top img,.card-right-body img{
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    transition:0.4s ease-out;
    -webkit-transition:0.4s ease-out;
    -moz-transition:0.4s ease-out;
    -o-transition:0.4s ease-out;
}
.card-right-body a{
    display: block;
    text-decoration: none;
}
.recommend-panel-top img:hover,.card-right-body img:hover{
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}
.recommend-panel,.comment{
    padding:1.5rem 0 0 0;
}
.recommend-panel-bottom{
    padding:0.5rem;
}
.bl-panel a{
    display: block;
    font-size:14px;
    color: #333;
}
.bl-panel a:hover{
    text-decoration: none;

}
@media (min-width: 576px){
    .bl-panel{
        max-width: 30%;
    }
}
.comment-page-title{
    font-size: 1rem;
}
/*right-card*/
.card-right{
    padding:1rem;
}
.card-right .card-right-body p{
    margin:0.5rem 0 1rem 0;
    color:#666;
    line-height: 1.2rem;
    font-size:14px;
    height: 2.4rem;
    overflow: hidden;
}
.card-right-body div{
    border:1px solid #eee;
    overflow: hidden;
    height: 5rem;
}
.card-right-body div img{
    width: 100%;
}
/*index advantage*/
.bl-card{
    padding:0;
}
.padding-0{
    padding:0;
}

.bl-slide{
    display: inline-block;
    width: 3rem;
    height: 1px;
    background-color: #333;
}

.bl-title{
    margin:1rem 0 1rem 0;
    border-left:3px solid #0050B3;
    padding:0 0 0 0.5rem;
    color:rgba(255,255,255,1);
    background: #ff2d01;
    font-size: 1.2rem;
    height: 40px;
}
.bl-card .card{
    background-color: #fbfbfb;
}
.bl-card .card-body{
    font-size:1rem;
    font-weight: 300;
    color:#666;
}
.bl-card .card-title{
    font-size: 1.2rem;
}
.product-card-content p{
    font-size: 1rem;
    font-weight: 300;
}
.product-card-image img{
    width: 80%;
}
.bl-card .text-muted{
    font-size:0.9rem;
    font-weight: 300;
}
.bl-card-title{
    margin:3rem 0;
    text-align: center;
    font-size:30px;
}
.bl-card-body{
    border:none;

}
.product-card-body{
    align-items: center;
    border-bottom:1px dashed #eee;
}
.bl-card-body .card-body-item{
    border:none;
    text-align: center;
    padding:1rem 0 0 0;
}
.bl-card-body .item-icon{
    margin:0 auto;
    width: 100px;
    height: 100px;
    border: 2px solid #0050B3;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color:#0050B3;
    line-height: 100px;
}
/*product box*/

.product-box-body{
    margin:2rem 0;
    padding:2rem 0;
    border-bottom:1px solid #f2f2f2;
}
.product-box-body .product-box-image{
    vertical-align: middle;
    overflow: hidden;
}
.card-img-left{
    max-width: 100%;
}
.product-box-body .product-box-content{
    padding:7rem 0 0 2.5rem;
}
.product-box-content p{
    color:#666;
    font-weight: 300;
    font-size: 1.2rem;
}
.product-box-content .card-title{
    font-size: 1.4rem;
    margin-bottom:1rem;
}
@media(max-width: 576px) {
    .card-title{
        text-align: center;
    }
    .product-box-body .product-box-content{
        padding:1rem;
    }
    .product-box-body{
        border:dashed #ccc;
        border-width: 0 0 1px 0;
    }
    .jpress-img{
        width: 100%;
        left: 0;
    }
    .bl-list-card{
        padding:1rem;
    }
}
@media(min-width: 576px){
    .recommend-panel-top{
        height: 5rem;
        line-height: 5rem;
    }
}
@media(max-width: 768px) {
    .card-title{
        text-align: center;
    }
    .product-box-body .product-box-content{
        padding:1rem;
    }
    .product-box-body{
        border:dashed #ccc;
        border-width: 0 0 1px 0;
    }
    .card-right{
        display: none;
    }

}
@media(min-width: 768px) {
    .bl-banner{
        height: 400px;
        margin-bottom:13rem;
    }
}
@media(min-width: 992px) {
    .bl-card{
        padding:5rem 0 0 0;
    }
    .bl-banner{
        margin-bottom:14rem;
    }
    .recommend-panel-top{
        height: 9rem;
        line-height: 9rem;
    }
    .card-right-body div{
        height: 8rem;
    }
    .padding-0{
        padding:0;
    }
}
@media(max-width: 768px) {
    .bl-card{
        padding:1rem;
    }
}
@media(min-width: 1200px) {
    .bl-banner {
        margin-bottom: 19rem;
    }
}
/*footer*/
.bl-footer{
    padding:1rem;
    margin:2.5rem 0 0 0;
    background-color:#f2f2f2;
}
.bl-footer a,.bl-footer .copyright{
    color: #999;
    font-size: 0.8rem;
    line-height: 1rem;
    margin-bottom: 0.2rem;
}
.bl-footer .copyright{
    text-align: center;
}
.bl-footer .bl-footer-list{
    text-align: center;
    padding:0;
    margin-bottom:0.5rem;
}
.bl-footer-list .bl-footer-item{
    display: inline-block;
    padding:0 1rem;
}
/*header*/
.bl-header{
    background-color: #154fa1;
}
.icon-item a{
    display: inline-block;
    padding:1rem 2rem;
    color:#cedced;
}

.icon-item a:hover{
    color:#fff;
}
.bl-nav-color{
    color:#cedced;
}
a.nav-prand{
    margin:0 1rem 0 0;
    font-size:22px;
    color:#fff;
}
a.nav-prand:hover{
    text-decoration: none;
}
.bl-nav .nav-item.active a{
    color:#fff;
}
.bl-nav .nav-item a{
    padding:0 1rem;
    color:#b2c8e5;
}
.bl-nav .nav-item a:hover{
     color:#fff;
     text-decoration: none;
 }
/*about*/
.bl-cloumn-nav{
    padding:1.5rem 0;
    margin:0 2.5rem 0 0;
    border-right:1px solid #dfdfdf;
}
.bl-cloumn-nav .bl-cloumn-nav-item{
    padding:1rem;
    color:#333;
}
.bl-cloumn-nav .bl-cloumn-nav-item.active{
    background-color:#0050B3 ;
    color:#fff;
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
}
.bl-about-banner{
    height: 180px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size:30px;
    line-height: 180px;
}
.bl-title-center{
    text-align: center;
    padding:2.5rem 0 0 0;
}
.bl-title-left{
    padding:2.5rem 0 0 0;
}
.bl-container{
    min-height: 100vh;
}
@media (max-width: 768px) {
    .bl-cloumn-nav{
        border:none;
    }
    .bl-cloumn-nav .bl-cloumn-nav-item{
        float: left;
        border-bottom:1px solid #dfdfdf;
        padding-bottom:1rem;
    }
    .bl-cloumn-nav .bl-cloumn-nav-item.active{
        border-top-left-radius: .25rem!important;
        border-top-right-radius: .25rem!important;
        border-bottom-left-radius: 0!important;
    }
    .bl-header .navbar-dark .navbar-nav .active>.nav-link, .bl-header .navbar-dark .navbar-nav .nav-link.active{
        color: rgba(255,255,255,.5);
    }
    .bl-header .navbar-dark .navbar-nav .navbar-nav .nav-link{
        color: rgba(255,255,255,.5);
    }
}
/*article*/

.article-item{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 14px;
    color: #666666;
    border-bottom: 1px solid #E2E2E2;
    cursor: pointer;
}
.article-content{
    text-align: justify;
    flex: 1;
}
}
.bl-article-title{
    margin: 3rem 0 0 0;
    font-size: 1.2rem;
    font-weight: 400;
    color: #27282d;
    line-height: 1.4em;
    text-align: center;
}
.article-label-item{
    color:#999;
    margin-right:20px;
    margin-top:10px;
    font-weight: 300;
    margin-left:5px;
}
.bl-article-label{
    display: flex;
}
.bl-article h1,.bl-article h2,.bl-article h3,.bl-article h4,.bl-article h5{
    padding:1.5rem 0 0.5rem 0;
}
.bl-article h1{
    font-size:1.6rem;
    color:#c7254e;
}
.bl-article h2{
    font-size:1.4rem;
}
.bl-article h3{
    font-size:1.2rem;
}
.bl-article h4{
    font-size:1rem;
}
.bl-article h5{
    font-size:1rem;
}
.bl-article{
    padding:2.5rem 0 2.5rem 0;
}
.bl-article blockquote{
    padding:1rem 1rem 1rem 2rem;
    border-left:4px solid #dfdfdf;
    background-color: #f3f3f3;
    /*font-style: italic;*/
    font-weight: bold;
}
.bl-article blockquote span{
    font-size:36px
}
.bl-article img{
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.bl-article p{
    padding: 0.5rem 0 0.5rem 0;
    line-height: 1.4rem;
    font-weight: 300;
    color: #666;
    font-size: 1rem;
}
.bl-content-info{
    color:#666;
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-weight: 300;
    margin-bottom:2.8rem;
}
/*animation*/

/*job*/
.job-desc-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2rem 0;
    color: #222831;
    font-size: 16px;
}

.job-desc-title-divider {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 12px;
    height: 1px;
    background-color: #f4f4f5;
}

.job-apply-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 2rem auto;
}

.job-apply-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.job-apply-detail .form-group {
    width: 45%;
}


.job-verification-code {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5rem;
    justify-content: space-between;
}

.job-verification-code .btn {
    padding: 0;
}

.job-verification-code .btn {
    border: 1px solid #ced4da;
}

.job-group-mobile1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.joblist-card{
    border-bottom:1px solid #eee;
}
.joblist-card-link{
    display:inline-block;
    width:100%;
    height:100%;
    padding:10px 20px;
}
.joblist-card-link:hover{
    background-color: #fafafa;
}
.cl-card-tag{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    font-size:1rem;
    color:#999;
}
.cl-job-title{
    padding: 20px 0 0 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4em;
}

.job-title-group{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items:center;
    padding:10px 0;
    }

.job-title-group span{
    display:inline-block;
    width:1.4rem;
    height:1.4rem;
    line-height:1.4rem;
    margin:0;
    padding:0;
    text-align:center;
    color:#fff;
    background-color:#ff6b6b;
    margin-right:5px;
}
.job-title-group .cl-article-title{
    padding:0;
    margin:0;
}

.job-right-title{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding:20px 0;
}
.job-right-title-group{
    border-bottom:1px dashed #eee;
    padding:10px 0;
}

.job-right-title-group span{
    padding:1px 3px;
    color: #fff;
    background-color: #ff6b6b;
    margin-right:2px;
    font-size: 12px;
}
.job-right-title-group a{
    font-size:14px;
}