.ny_banner {
    width: 100%;
    margin-top: 5.625rem;
}
.ny_banner img{
    width: 100%;
}

.ny_menu{
    height: 4.125rem;
    border-bottom: 2px solid #ededed;
    margin: .9375rem 0 0;
}
.ny_menu .center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ny_menu ul{
    display: flex;
}
.ny_menu ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.125rem;
    margin-right: 4.375rem;
}
.ny_menu ul li a{
    font-size: 1.5rem;
    color: #666666;
}
.ny_menu ul li.on{
    border-bottom: 3px solid #000266;
}
.ny_menu ul li.on a{
    color: #000266;
}
.ny_menu .lj{
    font-size: 1.25rem;
    line-height: 1;
    color: #666666;
}
.ny_menu .lj .iconfont{
    font-size: 1.25rem;
}
.ny_menu .lj a{
    color: #666666;
}
.ny_menu .lj a:hover{
    color: #000266;
}


.history .tit{
    text-align: center;
    padding: 6.9444% 0;    /* 100px */
}
.history .tit h3{
    font-size: 1.875rem;
    line-height: 2.5rem;
}
.history .tit p{
    font-size: 1rem;
    line-height: 1.875rem;
    color: #000266;
}

.history .box dl{
    display: flex;
    justify-content: space-between;
    margin:0 0 6.9444%;    /* 100px */
}
.history .box dl dt{
    width: 13.8888%;    /* 200px */
    margin-left: 13.8888%;    /* 200px */
}
.history .box dl dt div{
    font-family: Impact;
    font-size: 1.875rem;
    height: 8.125rem;
    background: #d1d1d1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 5px;
}
.history .box dl dt div.on{
    background: linear-gradient(to right,#0103AD,#000266);
    color: #ffffff;
}
.history .box dl dt div.on:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(30px,-50%);
    border-style: solid;
    border-width: 8px 15px;
    border-color: transparent transparent transparent #000266;
}
.history .box dl dd{
    width: 72.2222%;    /* 1040px */
}
.history .box dl dd ul{
    display: none;
    position: relative;
    overflow: hidden;
}
.history .box dl dd ul:after{
    content: '';
    width: 1px;
    height: 100%;
    background: #999999;
    position: absolute;
    z-index: -1;
    left: 30.7692%;
    top: 0;
}
.history .box dl dd ul li{
    display: flex;
    align-items: center;
}
.history .box dl dd ul li .year{
    width: 30.7692%;    /* 320px */
    padding: 1.875rem 0;
    font-family: Impact;
    font-size: 2.8125rem;
    color: #000266;
    text-align: center;
}
.history .box dl dd ul li .yuan{
    width: 1.9231%;    /* 20px */
    padding: 1.875rem 0;
    position: relative;
}
.history .box dl dd ul li .yuan span{
    display: block;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 4px solid #000266;
    border-radius: 50%;
    position: absolute;
    left: -7px;
    top: calc(50% - 8px);
}
.history .box dl dd ul li .time{
    width: 19.2307%;    /* 200px */
    padding: 1.875rem 0;
    font-size: 1.125rem;
    color: #9a9a9a;
    font-weight: bold;
}
.history .box dl dd ul li .msg{
    width: 48.0769%;    /* 500px */
    padding: 1.875rem 0;
    font-size: 1.25rem;
    line-height: 2.375rem;
}
.history .box dl dd ul.on{
    display: block;
}



@media (max-width: 1360px) {
    .ny_menu ul li{
        margin-right: 1.875rem;
    }
}

@media (max-width: 768px) {
    .ny_menu{
        margin: 0;
    }
    .ny_menu ul{
        width: 100%;
        justify-content: space-between;
    }
    .ny_menu ul li{
        margin-right: 0;
    }
    .ny_menu ul li a{
        font-size: 1.125rem;
    }
    .ny_menu .lj{
        display: none;
    }

    .history .box dl dd{
        width: 66.5%;
    }
    .history .box dl dd ul:after{
        left: .5rem;
    }
    .history .box dl dd ul li{
        padding: 1.25rem 0;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 2.5rem;
    }
    .history .box dl dd ul li .year{
        width: 100%;
    }
    .history .box dl dd ul li .yuan{
        width: 16px;
        height: .3125rem;
        position: relative;
    }
    .history .box dl dd ul li .yuan span{
        position: absolute;
        left: -2.5rem;
    }
    .history .box dl dd ul li .time{
        width: 100%;
    }
    .history .box dl dd ul li .msg{
        width: 100%;
    }
    .history .box dl dd ul li:not(:last-child){
        margin-bottom: 0;
    }



}





