.home-item-one .mask {
    height: 55px;
}
.home-item-one .mask span.main-title {
    font-weight: bold;
    font-size: 28px;
    color: #ffffff;
    display: inline-block;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pagination {
    padding: 10px;
    text-align: center;
}

.pagination .page-numbers {
    padding: 5px 10px;
    border: 1px solid #5486f5;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
}

.pagination .page-numbers.current, .pagination .page-numbers.current:hover {
    color: #fff;
    background: #1874FF;
}

.pagination .page-numbers:hover {
    color: #1874FF;
}
strong{
    font-weight: bold;
}
.header-logo-text {
    color: #000;
    font-size: 36px;
    margin-right: 50px;
    font-weight: bold;
}

.BMap_cpyCtrl.anchorBL,.anchorBL img{
    display: none;
}
.BMap_scaleCtrl.BMap_noprint.anchorBL {
    inset: revert !important;
    bottom: 10px !important;
    left: 10px !important;
}
.content-item{
    padding: 20px 0 20px 0;
}

.typicalCase a:hover {
    color: #333 !important;
}
.nav-area {
    margin-bottom: 30px;
    display: flex;
    padding: 20px 0;
    background: #fafafa;
    justify-items: center;
}
.nav-area span{
    width: 50%;
    padding: 0 10px;
}