.newBanner {
    /*margin-top: 97px;*/
}

.content {
    overflow: hidden;
}

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

.content .ctx.ctx1 .top {
    padding-top: 50px;
}

.content .ctx .top {
    width: 1270px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.45rem 0 0.4rem;
}

.content .ctx .top .title {
    position: relative;
    font-weight: bold;
    padding-bottom: 0.1rem;
    color: #333;
}

.content .ctx .top .title::after {
    position: absolute;
    display: block;
    content: "";
    width: 0.4rem;
    height: 2px;
    background: #d12e26;
    left: 0;
    bottom: 0;
}

.content3 .ctx1 .actInfo 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);
}

.content3 .ctx1 .actInfo ul li:hover h2 {
    color: #e40112;
    text-decoration: underline;
}

.content3 .ctx1 .actInfo ul li:hover .imgBox img {
    transform: scale(1.05);
}

.content3 .ctx1 .actInfo ul li .ctx {
    position: relative;
    padding: 0.15rem;
}

.content3 .ctx1 .actInfo 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%;
}

.content3 .ctx1 .actInfo ul li .ctx div {
    display: flex;
    text-align: left;
}

.content3 .ctx1 .actInfo ul li .ctx .p1 {
    font-size: 0.15rem;
    color: #666666;
    display: flex;
}

.content3 .ctx1 .actInfo ul li .ctx .date {
    text-align: right;
    font-size: 0.15rem;
}

.content3 .ctx2 {
    width: 1270px;
    margin: 0 auto;
}

.content3 .ctx2 ul {
    display: flex;
    justify-content: space-between;
}

.content3 .ctx2 ul li {
    width: 33%;
    color: #fff;
    transition: all 0.5s ease-out;
    overflow: hidden;
    background-color: #598add;
}

.content3 .ctx2 ul li:hover {
    transform: scale(1.05);
}

.content3 .ctx2 ul li .ctx {
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0.4rem 0.3rem;
    position: relative;
    display: flex;
    z-index: 99;
}

.content3 .ctx2 ul li:hover {
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.3);
}

.content3 .ctx2 ul li .right img {
    width: 1.4rem;
}

.content3 .ctx2 ul li h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0.15rem;
}

.content .ctx2 .bottom {
    margin-bottom: 0.5rem;
}

@media only screen and (max-width: 1440px) {
    .content3 .ctx2 ul li h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .content3 .ctx2 ul li h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .content3 .ctx2 ul li h2 {
        font-size: 18px;
    }
}

.content3 .ctx2 ul li p {
    font-size: 15px;
}

@media only screen and (max-width: 1366px) {
    .content3 .ctx2 ul li p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .content3 .ctx2 ul li p {
        font-size: 14px;
    }
}

@-webkit-keyframes halo {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
    }
}

@-moz-keyframes halo {
    0% {
        opacity: 0;
        -moz-transform: scale(0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1.2);
    }
}

@-ms-keyframes halo {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes halo {
    0% {
        opacity: 0;
        -o-transform: scale(0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -o-transform: scale(1.2);
    }
}

@keyframes halo {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}

@keyframes beat {
    0% {
        transform: translateY(-20%);
    }
    25% {
        transform: translateY(-5%);
    }
    50% {
        transform: translateY(0%);
    }
    75% {
        transform: translateY(-5%);
    }
    100% {
        transform: translateY(-20%);
    }
}

@keyframes backgroundAnimate {
    0% {
        background-position: -50px;
    }
    100% {
        background-position: 0;
    }
}

@keyframes slideInToLeft {
    0% {
        left: -100%;
    }
    100% {
        left: 0;
    }
}

@keyframes slideInToUp {
    0% {
        top: 100%;
    }
    100% {
        top: 0;
    }
}

@keyframes slideInToRight {
    0% {
        left: 100%;
    }
    100% {
        left: 0;
    }
}

@keyframes slideInToDown {
    0% {
        top: -100%;
    }
    100% {
        top: 0;
    }
}

@media only screen and (max-width: 1440px) {
    .content .innerWrap {
        width: 1110px;
    }
    .banner .swiper-slide .ctx {
        width: 1110px;
    }
    .content .ctx .top {
        width: 1110px;
    }
    .content .ctx2 {
        width: 1110px;
    }
    .content .ctx .bottom h2 {
        height: 50px;
    }
}

@media screen and (max-width: 1280px) {
    .banner .swiper-slide .ctx {
        width: 90%;
    }
    .content .ctx .top {
        width: 90%;
    }
    .content .ctx .bottom .swiper-container {
        width: 90%;
    }
    .content .ctx2 {
        width: 90%;
    }
    .content .ctx2 .top {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .content .ctx .bottom h2 {
        height: 45px;
    }
}

@media screen and (max-width: 1080px) {}

@media screen and (max-width: 768px) {}