﻿.mobile_menu_box {
 margin-right: 0; 
}
.cat_title_box {
    background-image: linear-gradient(to top, #f1f1f1, #ffffff);
    border: solid 1px #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.4rem;
    padding-left: 1.2rem;
    margin: 0;
}

.cat_title_box span {
    font-size: 1.2rem;
    font-weight: bold;
    color: #0e3d8e;
    margin: 0;
}
    .cat_title_box span {
        color: #d30b15;
    }
.cat_title_box a {
    font-size: 0.8rem;
    color: #000;
    margin: 0;
}

.bi-caret-right-fill::before {
    color: #0e3d8e;
}

.cont_box {
    background: #fff;
    padding: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 17rem;
}

.cont_box ul {
    /* height: 240px;*/
    display: block;
}

.cont_box ul li {
    line-height: 2rem;
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cont_box ul li a {
}

.cont_box li span {
    position: absolute;
    right: 0px;
    color: #999;
    font-size: 0.7rem;
}

.cell {
    justify-content: center;
}

.cell h3 {
    margin-bottom: 0;
    font-size: 1rem;
}

.cell a {
    width: 252px;
    height: 90px;
    box-sizing: border-box;
    /* 			background: url(/images/home/party_bg1.jpg) no-repeat; */
    text-align: center;
    color: #fff;
    display: block;
    padding-top: 1.5rem;
    margin: 0 auto;
}

.d1, .d3 {
    background: url(//hpjs.org.cn/dist/images/ddjs/party_bg1.jpg) center no-repeat;
}

.d2, .d4 {
    background: url(//hpjs.org.cn/dist/images/ddjs/party_bg2.jpg) center no-repeat;
}

.cell a span {
    display: inline-block;
    font-size: 0.8rem;
    width: 180px;
    text-align: left;
    background: url(//hpjs.org.cn/dist/images/ddjs/mores4.png) 55px center no-repeat;
}

.cell_box {
    max-width: 33.5rem;
    margin: 0 auto;
    padding: 0rem;
    margin-top: 1rem;
}

.cont_box {
    vertical-align: middle;
}

.nav_toggle {
    min-height: 4.5rem;
}
.navbar-brand
{
    width:auto !important;
}
@media only screen and (max-width: 575.98px) {
    .nav_bg {
            min-height: 3rem;
        }

        .navbar_brand_image {
            height: 2.6rem;
        }

        .cell_box {
            padding-bottom: 1.2rem;
        }
    }


