
.header {
    display: none;
}

.noShou {
    display: block;
}

.local {
    padding: 0 calc((100% - 1200px)/2);
}

.local a, .local .arrow {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    line-height: 56px;
}

.list {
    padding: 0 calc(50% - 600px) 20px;
    display: flex;
    justify-content: space-between;
}

.list .left {
    width: 290px;
    margin-right: 19px;
}

.list .left ul li {
    line-height: 62px;
    background: #F3F3F3;
    padding: 0 27px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
}

.list .left ul li:first-child {
    display: block;
    background: #0464CA;
    font-size: 30px;
    line-height: 68px;
    color: #FFF;
    font-family: PingFang SC;
    font-weight: 800;
    margin-bottom: 3px;
    text-align: center;
    padding: 0;
}

.list .left ul li a {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 22px;
    color: #666;
    width: 100%;
    height: 100%;
    display: block;
}

.list .left ul .showLi {
    background: #2886EA;
}

.list .left ul li .show {
    color: #FFFFFF;
}

.list .left ul li img {
    width: 11px;
    height: 18px;
}

.list .right {
    flex: 1;
}

.list .right .top {
    padding: 13px 0;
    border-bottom: 1px solid #115DB2;
    display: flex;

}

.list .right .top span {
    font-weight: bold;
    font-size: 26px;
    color: #000;
    position: relative;
}

.list .right .top img {
    width: 118px;
    height: 9px;
    margin-top: 15px;
    margin-left: 18px;
}

.list .right .listBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list .right .listBox a .showImg {
    width: 278px;
    height: 188px;
    background: url('./border.png') no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0;
}

.list .right .listBox a .showImg img {
    width: 270px;
    height: 180px;
    border-radius: 15px;
    object-fit: cover;
}

.list .right .listBox a .showImg .noImg {
    width: 270px;
    height: 180px;
    border-radius: 15px;
    text-align: center;
    line-height: 180px;
    font-size: 16px;
    color: #D71617;
}

.list .right .listBox a p {
    width: 278px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    display: -webkit-box; /* 将对象作为弹性伸缩盒子模型展示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素排列方式为垂直方向 */
    -webkit-line-clamp: 2; /* 控制显示几行之后开始折叠文本 */
    overflow: hidden; /* 对于超出范围的内容进行隐藏处理 */
    text-overflow: ellipsis; /* 添加省略标记 (...) 来指示被修剪的文本 */
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .local {
        padding: 0 .2rem;
    }

    .list {
        padding: .2rem;
        display: block;
    }

    .list .left {
        width: 100%;
        margin-right: 0;
    }

    .list .left ul li:first-child {
        font-size: .3rem;
    }

    .list .left ul li {
        line-height: .6rem;
    }

    .list .left ul li a {
        font-size: .24rem;
    }

    .list .right .top {
        padding: .2rem;
    }

    .list .right .listBox a .showImg {
        width: 2.8rem;
        height: 1.9rem;
        margin: .2rem 0;
    }

    .list .right .listBox {
        padding: 0 .2rem;
    }

    .list .right .listBox a .showImg img {
        width: 2.7rem;
        height: 1.8rem;
        border-radius: .15rem;
    }

    .list .right .listBox a p {
        width: 2.8rem;
        font-size: .2rem;
        margin-top: .2rem;
    }
}