.container {
    --bs-gutter-x: 30px;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-right: auto;
    margin-left: auto;
}
.h1-size{
font-size: larger;
    font-weight: 600;padding-bottom: 10px
}
.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row>* {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-top: var(--bs-gutter-y);
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 49%;
      }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }

    .col-lg-6-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 49%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

}

@media (min-width: 1600px) {
    .container {
        max-width: 1300px;
    }
}

.l-menu-list {
    height: 100%;
    color: white;
    padding-right: 30px;
}

.l-menu-list .title1 {
    background: #00508e;
    text-align: center;
    padding: 17px 0 17px 5px;
}

.l-menu-list .title1 h3 {
    font-size: 0.9rem;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 0px !important;
    display: inline-block;
}

.erjicaidan ul li {
    line-height: 50px;
    border-bottom: #ccc 1px solid;
    border-top: #fff 1px solid;
    position: relative;
}

.erjicaidan>ul>li>a {
    padding: 6px 3.7vw;
    display: block;
    font-size: 0.85rem;
    text-align: center;
}

.erjicaidan>ul>.active>a {
    /* border-left: orange 4px solid;*/
    font-weight: 600;
    color: #0676cd !important;
}

.menu-t-b-p {
    padding-bottom: 30px;
    padding-top: 30px;
}

.r-menu-content {
    height: 100%;
}

.r-top {
    padding-left: 0px;
    border-bottom: 1px solid #ccc;
}

.cur-menu-item {
    display: inline-block;
    line-height: 33px;
    font-size: 0.9rem;
    padding: 4px;
    padding-left: 0px;
    border-bottom: 3px solid orange;
}

.top-address{
    float: right;
    margin-top: 18px;
font-size: 0.8rem;
    color: #666666
}
@media (max-width: 720px) {
    .top-address {
        display: none;
    }
}

.col-sm-s-3 {
    display: none;
    padding: 0;
}

@media (min-width: 1024px) {

    /*768px*/
    .col-sm-s-3 {
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-s-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
}

.menu-b {
    position: absolute;
    top: 2px;
    right: 10px;
    cursor: pointer;
    display: none;
}

/*屏幕像素过小时折叠菜单*/
@media (max-width: 991px) {

    /*767*/
    .menu-t-b-p {
        padding-top: 0;
    }

    .title>.menu-a {
        display: block;
    }

    .l-menu-list .title1 {
        padding: 2px 0;
        position: relative;
        display: none;
    }

    .l-menu-list {
        padding-right: 0;
    }

    .erjicaidan>ul {
        display: none;
    }

    .erjicaidan>ul>li {
        line-height: 28px;
        margin: 0 15px;
    }
}

.r-top-two {
    width: 100%;
    height: auto;
    text-align: justify;
    line-height: 1.5;
    font-size: 0.8rem;
}

.db {
    display: block !important;
}

.dn {
    display: none !important;
}

@media (min-width: 992px) {

    /*768*/
    .db,
    .dn {
        display: none !important;
    }

    .erjicaidan>ul {
        display: block !important;
    }
}

.lililili {
    display: list-item;
    text-align: -webkit-match-parent;
    height: 50px;
    border-bottom: 1px dashed #a39e9e;
    position: relative;
}

.lililili:after,
.lililili:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -2;
    border-radius: 3px;
}

.lililili:hover {
    z-index: 1;
    background: transparent;
    animation: mymovelist 0.3s ease forwards;
}

.lililili:before {
    transition: .5s;
    background-color: rgba(219, 227, 236, 0.2);
    z-index: -1;
}

.lililili:hover:after,
.lililili:hover:before {
    width: 100%;
}

@-webkit-keyframes mymovelist {

    /* Safari and Chrome */
    from {
        left: 0px;
    }

    to {
        left: 10px;
    }
}

@keyframes mymovelist {
    from {
        left: 0px;
    }

    to {
        left: 10px;
    }
}

.lililili>a>span {
    display: inline-block;
    width: 24%;
    text-align: right;
    margin-right: 0px;
    font-size: 0.75rem;
    color: #636363;
    line-height: 50px;
}

.lililili>a>p {
    color: #333;
    width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    line-height: 50px;
    padding-left: 0px;
    margin-bottom: 0;
}

.lililili>a>p:hover {
    color: #62aade;
}

.xy-box {
    float: left;
    position: relative;
    padding: 10px 7px 10px 0;
    text-align: center;
}

.xy-box>img {
    position: absolute;
    width: 150px;
    height: 200px;
left: 0
}

.xy-box>div {
    /*width: 100%;*/
    height: 215px;
    float: left;
    overflow: hidden;
    border-radius: 5px;
    padding: 0 7px 0 160px;
    line-height: 1.5;
    font-size: 0.75rem;
}

/* .leader_p_l {
    padding: 10px 7px 10px 0;
}

.leader_p_r {
    padding: 10px 0 10px 7px;
} */

@media (max-width: 767px) {
    .pl0 {
        padding-left: 0 !important;
    }
}