﻿.row
{
    padding-left:0px;
}
.v_sm {
    display: none;
}

.v_xl, .v_md {
    display: block;
}
.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 a {
    font-size: 0.8rem;
    color: #000;
    margin: 0;
}

.bi-caret-right-fill::before {
    color: #0e3d8e;
}

.nav_toggle {
    min-height: 4.5rem;
}

.hy_item {

    background: #fff7ea;
    height:19rem;
    text-align: center;
    padding-top:2rem;
    padding-bottom:2rem;
}
.hy_item_box {
  
    height: auto;
    max-width: 80%;
    margin: 0 auto;
}

.hy_item_1 {
}
.hy_item_2 {
}
.hy_item_3 {
}
.hy_item_4 {
}
.hy_item_box i,
.hy_item_box .title {
    font-size: 1.6rem;
    color: #c19b61;
    line-height: 1.6rem;
    margin-top: 15px;
    margin-bottom: 6px;
    font-weight: 700;
}
.hy_item_box i {
    font-size: 2.6rem;
    line-height: 2.6rem;
}
.introduce {
    font-size: 0.9rem;
    color: #666;
    letter-spacing: 0;
    line-height: 1.5rem;
    min-height: 7rem;
    align-content:start;
    text-align: left;
}

.entrance {
    display: flex;
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
    height: 3rem;
    z-index: 100;
    justify-content: center;
}

.en-item {
    width: 180px;
    height: 48px;
    background: #ffffff;
    border-radius: 3px;
    font-size: 1rem;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    cursor: help; /* pointer;*/
    /*  opacity: 0.9;
    */
}

    .en-item:hover {
        background: #d90a16;
        color: #ffffff;
    }

.en-item:hover svg g 
{
            stroke: #fff;
            fill: #fff;
}

.en-item .icon {
        margin-right: 10px;
    }
.cont_box_0, .cont_box_1 {
    background: #fff;
    padding: 1rem;
    min-height: 17rem;
}
    .cont_box_1{
        padding-top:1.6rem;
    }
    .h_20rem {
        height: 18rem;
        overflow-y: scroll;
    }
.nav-pills .nav-link {
    font-size: 0.9rem;
}
.cont_box_1 li
{
    line-height:inherit;
    margin-bottom:0.8rem;
}
.num_list {
    counter-reset: article-counter; 
    list-style: none;
}

    .num_list li {
        counter-increment: article-counter; 
        margin-bottom: 0.8rem;       
    }

        .num_list li::before {
           
            content: "第 " counter(article-counter) " 条"; 
            width: 4em;
            text-align: left;
            vertical-align:top;
            padding-right: 0.5em;
            display: inline-block; 
        }

    .num_list li span {
 
        width: calc(100% - 4.2em);
        display: inline-block; 
        white-space: pre-wrap; 
    }

@media only screen and (max-width: 766.98px) {
    .nav_bg {
        min-height: 3rem;
    }

    .navbar_brand_image {
        height: 2.6rem;
    }

    .entrance {
        bottom: 0.1rem;
        height: 2rem;
        display: flex;
        position: unset;     
        width: 100%;
        justify-content: center;
    }
    .en-item {
        font-size: 0.8rem;
        height: 2rem;
        margin: 0 8px;
        white-space: nowrap;
    }
    .h_20rem {
        height:auto;
        
    }
    .v_sm {
        display: block;
    }

    .v_xl, .v_md {
        display: none;
    }
}


