.nav{
    display:flex;
    align-items:center;
    width:1180px;
    margin:0 auto;}
.nav-list{
    display: flex;
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;}
.nLi{
    flex: 1;
    text-align: center;}
.sub{
    position:absolute;
    z-index:999;}
.time{
    flex-shrink:0;}
.box{}
.box-tit{
    display:flex;
    justify-content:space‑between;
    align-items:center;
    margin-bottom:10px;}
.box-con{}
.itm{
    display:flex;
    justify-content:space‑between;
    align-items:center;
    display:‑webkit‑box;
    gap:8px;
    padding:6px 0;
    text-decoration:none;}
.itm span{
    flex‑grow:1;
    white‑space:nowrap;
    overflow:hidden;
    text‑overflow:ellipsis;}
.itm i{
    flex‑shrink:0;
    color:#666;
    font‑style:normal;}
.footer{
    width: 100%;
    background: #950340;}
.foot{
    position: relative;
    width: 1180px;
    height: 100px;
    margin: 0 auto;}
.foot .copyright{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size:14px;
    line-height:25px;
    color:#ffffff;}
.foot .copyright a{
    color:#fff;
    text-decoration: underline;}
