/* 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;}
}
.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}
.strategy-list .box2 .txt * { color: #fff;}
.strategy-list .item2 .txt { line-height: .32rem; -webkit-line-clamp: 8;}
.strategy-list .item5 .txt { line-height: .38rem; -webkit-line-clamp: 7;}
.strategy-list .box2 .txt { max-height: none;}
.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 */
