/* style */
/* style */
.hd-nav li>a { color: #a50b04;}
@media screen and (max-width: 768px) {
.inner-ban img { object-fit: fill;}
.inner-ban { height: 42vw;}
}
@media screen and (max-width: 800px) {
.top-bar .crumb { line-height: .24rem; padding-top: .03rem; padding-bottom: .03rem; overflow: visible;
    text-overflow: clip;
    white-space: initial; background-position-y: 8px;}
}
.nylj ul {
    /* display: flex
; */
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
    text-align: center;}
 
    .nylj li {
         text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #666666;
    line-height: 35px;
    padding-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    margin-left: 20px;}

    .nylj li a::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0.06rem;
        height: 0.06rem;
        border: 1px solid #c90229;
        border-radius: 50%;
        margin-right: 0.12rem;
          display:none;}

    .nylj li a:hover {
        color: #c90229;
        border-color: #c90229;}
    .nylj li a:hover::before {
    border-color: #c90229;
    background-color: #c90229;}@media screen and (max-width: 768px) {
     .nylj li {
      
               width: 100%;
        margin: 0;
        padding: 0;}
}
/* style */
