.local {
    font-size: 16px;
}

.content {
    padding: 18px calc((100% - 1182px)/2);
}

.top-tit {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 24px 0;
}

.top-tit-select {
    width: 217px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: #F7F7F7;
    font-size: 22px;
    color: #333;
}

.sure {
    background: url("./topmenubg.png") no-repeat center;
    background-size: cover;
    color: #FFF;
    font-weight: bold;
}

.list-nav {
    display: flex;
    justify-content: space-between;
}

.left-menu ul{
    display: inline-block;
    padding: 10px 0;
    background: #F7F7F7;
}

.left-menu a {
    font-size: 16px;
    display: block;
    position: relative;
}

.left-menu .left {
    width: 7px;
    height: 72px;
    position: absolute;
    top: -5px;
    left: -8px;
    display: none;
}

.left-menu ul a .showleft{
    display: block;
}

.left-menu ul li {
    width: 212px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    background: #F7F7F7;
}

.left-menu ul li::before {
    content: "•";      /* 使用 Unicode 圆点符号 */
    color: #B5B5B5;       /* 自定义颜色 */
    font-size: 1.2em;  /* 调整大小 */
    display: inline-block; 
    width: 1em;
    margin-left: -1em; /* 对齐控制 */
}

.left-menu ul .showLi {
    background: #FFF;
    color: #1764CE;
    font-weight: bold;
}

.left-menu ul .showLi::before {
    color: #1764CE;
}

.list {
    width: 100%;
    padding: 0 32px;
}

.list-tit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-tit .list-tit-tab {
    width: 300px;
    height: 64px;
    padding: 0 40px;
    font-size: 18px;
    color: #1764CE;
    background: #E2F2FF;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10px 0;
}

.list-tit .sure-list-tab {
    font-weight: bold;
    color: #FFF;
    background: #1492FF;
}

.list .list-lf {
    width: 80%;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list ul a {
    font-size: 16px;
}

.list ul a li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 48px;
}

.list ul a .downIcon{
    width: 35px;
    height: 35px;
    margin: 14px 10px 14px 0;
}

.list ul a .defultIcon{
    width: 6px;
    height: 9px;
    margin-right: 10px;
}

.list ul a span {
    color: #999;
}

.list ul .line {
    width: 100%;
    margin: 30px 0;
    border-bottom: 1px solid #E4E4E4;
}

.noList {
    width: 100%;
    margin-top: 50px;
}

.noList img {
    width: 40%;
    height: 20%;
    margin: 20px 30%;
}

.noList p {
    font-size: 20px;
    color: #666;
    text-align: center;
}

.nowCloumn-tit {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 48px;
}

.nowCloumn-img {
    width: 100%;
    height: auto;
    margin-top: 18px;
}


.pagination {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.pagination ul {
    display: flex;
    justify-content: center;
}

.pagination ul .page {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    background: #eee;
    border-radius: 3px;
    margin: 0 3px;
}

.pagination ul .page-previous {
    width: 70px;
    line-height: 30px;
    border-radius: 3px;
    margin: 0 3px;
    background: #eee;
}

.pagination ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.pagination ul .page-active {
    color: #FFF;
    background: #1492FF;
}

.pagination ul .page:hover {
    color: #FFF;
    background: #1492FF;
}

.pagination ul .page-previous:hover {
    color: #FFF;
    background: #1492FF;
}

@media screen and (max-width: 768px) {
    .content  {
        display: block;
        padding: .15rem;
    }
    .index-w1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .top-tit .top-tit-select {
        width: 2.17rem;
        height: .68rem;
        line-height: .68rem;
        font-size: .28rem;
    }

    .left-menu {
        display: flex;
        margin: 0;
    }

    .left-menu ul {
        display: flex;        /* 启用 Flex 布局 */
        flex-wrap: wrap;        /* 换行 */
        list-style: none;       /* 移除默认列表符号 */
        padding: 0;             /* 移除默认内边距 */
        margin: .1rem 0;              /* 移除默认外边距 */
        gap: .1rem;              /* 可选：设置子项间距 */
    }
    .left-menu ul li {
        min-width: 1.28rem;
        height: .68rem;
        font-size: .26rem;
        line-height: .68rem;
    }

    .left-menu ul li::before {
        content: "";
    }

    .list-tit .list-tit-tab {
        width: 2.24rem;
        height: .7rem;
        padding: .08rem;
        margin-right: .05rem;
        font-size: .24rem;
    }

    .showLi {
        border-top: .06rem solid #1764CE;
    }

    .left-menu ul a .showleft{
        display: none;
    }

    .list {
        padding: 0;
    }
    .list .list-tit {
        display: flex;
        justify-content: flex-start;
    }

    .list-nav {
        display: block;
    }
    .showTimes {
        display: none;
    }
}