.content .innerWrap {
    width: 1270px;
    margin: 0 auto;
}

.content .innerWrap .title {
    margin-bottom: 0.4rem
}

.content .innerWrap .title h1 {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 38px;
    padding: 0.15rem 0;
}

.content .innerWrap .title h1::after {
    position: absolute;
    content: "";
    width: 1rem;
    height: 2px;
    background: #e40112;
    bottom: 0
}

.content1 {
    /* 鏂板 */
    margin-top: 97px;
    padding: 0.2rem 0 0 0.2rem;
}

.content1 .tabContainer {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0.4rem;
}

.content1 .tabContainer .cateTitle {
    font-size: 24px;
    /*width: 10%;*/
    height: 0.88rem;
    line-height: 0.88rem;
}

@media only screen and (max-width: 1440px) {
    .content1 .innerWrap {
        width: 1110px;
    }
    .content1 .tabContainer .cateTitle {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .content1 .tabContainer .cateTitle {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .content1 .tabContainer .cateTitle {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .content1 .tabContainer .cateTitle {
        font-size: 16px;
    }
}

.content1 .tabContainer ul {
    display: flex;
    /*justify-content: flex-end;*/
    flex-wrap: wrap;
    width: 90%;
    padding-left: 0.3rem;
    overflow: hidden;
    height: 0.88rem;
}

.content1 .tabContainer ul li {
    width: 12.5%;
    line-height: 0.36rem;
    padding: 0.26rem 0;
    height: calc(0.88rem + 1px);
    cursor: pointer;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    border-bottom: 1px dashed #e5e5e5;
}

.content1 .tabContainer ul li.active span,
.content1 .tabContainer ul li:hover span {
    position: relative;
    color: #e8010f;
}

.content1 .tabContainer ul li.active span::after,
.content1 .tabContainer ul li:hover span::after {
    left: 0;
}

.content1 .tabContainer ul li span {
    position: relative;
    display: inline-flex;
    justify-content: center;
    padding: 0 0.1rem;
    line-height: 0.36rem;
}

.content1 .tabContainer ul li span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: -0.26rem;
    left: -120%;
    background: #e8010f;
    z-index: 1;
    transition: all 0.5s;
}

.content1 .list ul li {
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.5s;
    /*margin-right: 0.15rem;*/
    /*margin-bottom: 0.15rem;*/
    margin: 0.1rem 0;
    /*height: 0.9rem;*/
    box-shadow: 0 8px 18px rgba(204, 204, 204, 0.17);
}

.content1 .list ul li:hover h2 {
    color: #e40112;
    text-decoration: underline;
}

.content1 .list ul li:hover .imgBox img {
    transform: scale(1.05);
}

.content1 .list ul li .ctx {
    position: relative;
    padding: 0.15rem;
}

.content1 .list ul li .ctx h2 {
    font-size: 0.15rem;
    /*margin-top: 0.1rem;*/
    /*margin-bottom: 0.1rem;*/
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 0.24rem;
    /*font-weight: 600;*/
    width: 91%;
}

.content1 .list ul li .ctx div {
    display: flex;
    text-align: left;
}

.content1 .list ul li .ctx .p1 {
    font-size: 0.15rem;
    color: #666666;
    display: flex;
}

.content1 .list ul li .ctx .date {
    text-align: right;
    font-size: 0.15rem;
}

.content1 .list.top ul {
    padding: 0.6rem 0;
}

.content1 .list.top ul li {
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.content1 .list.top ul li:nth-child(2n) {
    margin-right: 0;
}

.content1 .list.top ul .imgBox {
    height: 3.57rem;
}

@media only screen and (max-width: 1440px) {
    .content1 .innerWrap {
        width: 1110px;
    }
    .banner .innerWrap {
        width: 1110px;
    }
}

@media screen and (max-width: 1280px) {
    .content1 .innerWrap {
        width: 90%;
    }
    .banner .innerWrap {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .content1 .tabContainer {
        display: none;
    }
    .content1 .tabContainer_mobile {
        display: flex;
    }
    .content1 .tab ul {
        justify-content: left;
        flex-wrap: wrap;
    }
    .content1 .tab ul li {
        flex: none;
        width: 32.6%;
        margin-right: 1.1%;
        margin-bottom: 0.1rem;
    }
    .content1 .tab ul li:nth-child(3n) {
        margin-right: 0;
    }
    .content1 .tabContainer ul li {
        width: 33%;
    }
    .content1 .tabContainer .cateTitle {
        width: 28%;
    }
    .content1 .list.top ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.6rem;
    }
    .content1 .list ul li {
        width: 100%;
        margin-right: 0;
    }
}