.index1 {
    width: 100%;
    height: 280px;
    background: url(../img/news-bg.png) no-repeat;
    text-align: center;
    padding-top: 140px;
    background-size: cover !important;
}

.index1 .p1 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}

.index1 .p2 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}



@media only screen and (max-width: 991px) {
    .index1 {
        background: url(../img/news-bg-b.png) no-repeat;
        background-size: 100% 100%;
        
    }
}

@media only screen and (max-width: 750px) {
    .index1 .p1 {
        font-size: 28px;
    }

    .index1 .p2 {
        font-size: 16px;
    }
}

.index2 {
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    display: flex;
}

.index2 .all {
    margin: 0 auto;
}

.index2-1 {
    display: inline-block;
    margin: 0 10px;
    padding: 0 10px;
    transition: all 0.3s;
}

.index2-1 .a1 {
    display: block;
    font-size: 16px;
    color: #484848;
    padding: 20px 0 14px;
    transition: all 0.3s;
}

.index2-1.active {
    border-bottom: 3px solid #0b3190;
}

.index2-1.active .a1 {
    font-weight: bold;
    color: #0b318f;
}

.index2-1:hover {
    border-bottom: 3px solid #0b3190;
    transition: all 0.3s;
}

.index2-1:hover .a1 {
    font-weight: bold;
    color: #0b318f;
    transition: all 0.3s;
}

.index3 {
    width: 100%;
    background-color: #f7f7f7;
    padding-top: 32px;
}

.index3 .all {
    display: none;
    width: 100%;
    margin-bottom: 75px;
}

.index3 .all.active {
    display: block;
}

.index3 .new1 {
    width: 100%;
    display: flex;
    transition: all 0.5s;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    overflow: hidden;
    cursor: pointer;
}

.index3 .new1:hover {
    background-color: #173b95;
    border-top: 1px solid #173b95;
    border-bottom: 1px solid #173b95;
    transition: all 0.5s;
}

.index3 .new1-1 {
    width: 1200px;
    /* padding: 24px 0; */
    margin: 0 auto;
    display: flex;
}

.index3 .img {
    float: left;
    overflow: hidden;
    cursor: pointer;
    margin: auto 0;
    width: 260px;
}

.index3 .img img {
    width: 100%;
    transition: all 0.5s;
}

.index3 .img:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.index3 .text {
    padding: 30px 36px;
    float: left;
    text-align: left;
    width: 68%;
}

.imgspace {
    padding: 30px 0px;
    float: left;
    text-align: left;
    width: 90%;
    padding-right: 36px;
}

.index3 .text1 {
    font-size: 18px;
    font-weight: bold;
    color: #727171;
}

.index3 .time {
    font-size: 14px;
    color: #727171;
    margin: 10px 0;
}

    .index3 .text2 {
        font-size: 14px;
        color: #727171;
        border-top: 1px solid #dbdbdb;
        padding-top: 15px;
        line-height: 2;
        /* �ü������ */
        overflow: hidden;
        /* �������ʡ�Ժų��� */
        text-overflow: ellipsis;
        /* ��������Ϊ������������ģ����ʾ */
        display: -webkit-box;
        /* ������һ����Ԫ�����ı���ʾ������ */
        -webkit-line-clamp: 2;
        /* ���û���������ж������Ԫ�ص����з�ʽ */
        -webkit-box-orient: vertical;
        transition: all 0.5s;
    }

.index3 .new1:hover .text1 {
    color: #fff;
    transition: all 0.5s;
}

.index3 .new1:hover .time {
    color: #fff;
    transition: all 0.5s;
}

.index3 .new1:hover .text2 {
    color: #fff;
    border-top: 1px solid #fff;
    transition: all 0.5s;
}

.index3 .right {
    background-color: rgba(255, 255, 255, 0);
    background-image: url(../img/right-black.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 65px;
    height: 100%;
    float: left;
    cursor: pointer;
    transition: all 0.5s;
}

.index3 .new1:hover .right {
    background-color: rgba(255, 255, 255, 0.1);
    background-image: url(../img/right-white-i5.png);
    transition: all 0.5s;
}

.index3 .page {
    width: 100%;
    display: flex;
    padding-bottom: 110px;
}

.page-all {
    margin: 0 auto;
}

.page-all ul li {
    display: inline-block;
}

.page-all ul li a {
    font-size: 14px;
    color: #000;
    background-color: #e6e6e6;
    border: 2px solid #e6e6e6;
    padding: 5px 10px;
    border-radius: 7px;
    transition: all 0.5s;
}

.page-all ul li .page1:hover {
    border: 2px solid #9fa0a0;
    background-color: #fff;
    color: #9fa0a0;
    transition: all 0.5s;
}

    .page-all ul li .page1.active {
        border: 2px solid #9fa0a0;
        background-color: #fff;
        color: #9fa0a0;
        transition: all 0.5s;
        pointer-events: none
    }

.page-all ul li .page2:hover {
    border: 2px solid #0b3190;
    background-color: #0b3190;
    color: #fff;
    transition: all 0.5s;
}

.page-all ul li .page2.active {
    border: 2px solid #0b3190;
    background-color: #0b3190;
    color: #fff;
}

.index3 .button1 {
    display: none;
}

@media only screen and (max-width: 991px) {
    .index3 .new1-1 {
        padding: 0;
        margin: 30px;
        flex-wrap: wrap;
    }

    .index3 .img {
        width: 100%;
    }

    .index3 .img img {
        width: 100%;
    }

    .index3 .text {
        width: 100%;
        background-color: #fff;
        padding: 60px 30px;
        transition: all 0.5s;
    }

    .imgspace {
        width: 100%;
        background-color: #fff;
        padding: 60px 30px;
        transition: all 0.5s;
    }

    .index3 .imgspace:hover {
        background-color: #173b95;
        transition: all 0.5s;
    }


    .index3 .text:hover {
        background-color: #173b95;
        transition: all 0.5s;
    }

    .index3 .new1 {
        width: 100%;
        /* display: flex; */
        border: 0;
    }

    .index3 .new1:hover {
        background-color: transparent;
        border: 0;
        transition: all 0s;
    }

    .index3 .text1 {
        font-size: 28px;
        color: #000;
    }

    .index3 .time {
        font-size: 22px;
        color: #000;
        margin: 10px 0;
    }

    .index3 .text2 {
        font-size: 22px;
    }

    .index3 .new1:hover .text1 {
        color: #000;
        transition: all 0s;
    }

    .index3 .new1:hover .time {
        color: #000;
        transition: all 0s;
    }

    .index3 .new1:hover .text2 {
        color: #727171;
        border-top: 1px solid #fff;
        transition: all 0s;
    }

    .index3 .right {
        display: none;
    }

    /* .index3 .button {
		display: none;
	} */

    .index3 .button1 {
        display: block;
        margin-top: 60px;
        text-align: center;
        float: right;
    }

    .index3 .more {
        padding: 10px 0;
        display: block;
        font-size: 20px;
        color: #727171;
        width: 210px;
        border: 1px solid #727171;
        border-radius: 40px;
    }

    .index3 .more:hover {
        background-color: transparent;
        transition: all 0.5s;
    }

    .index3 .text:hover .text1,
    .index3 .text:hover .text2,
    .index3 .text:hover .time,
    .index3 .text:hover .more {
        color: #fff;
    }

    .index3 .text:hover .text2 {
        border-top: 1px solid #fff;
    }

    .index3 .text:hover .more {
        border: 1px solid #fff;
    }

    .index3 .all{
        margin-bottom: 50px;
    }

    .index3 .page{
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 750px) {
    .index3 .text1 {
        font-size: 24px;
    }

    .index3 .time {
        font-size: 16px;
    }

    .index3 .text2 {
        font-size: 16px;
    }

    .index3 .more {
        width: 170px;
        font-size: 16px;
    }

    .index3 .text {
        padding: 40px 20px;
    }

    .index3 .imgspace {
        padding: 40px 20px;
    }

   

    .index3 .button1 {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 500px) {
    .index3 .text1 {
        font-size: 18px;
    }

    .index3 .time {
        font-size: 12px;
    }

    .index3 .text2 {
        font-size: 12px;
    }

    .index3 .more {
        width: 130px;
        font-size: 12px;
    }

    .index3 .text {
        padding: 25px 10px;
    }

    .index3 .imgspace {
        padding: 25px 10px;
    }
    
    .index3 .button1 {
        margin-top: 30px;
    }

    .index3 .all{
        margin-bottom: 30px;
    }

    .index3 .page{
        padding-bottom: 60px;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(100px); /* 开始时元素在其原始位置下方20像素 */
    }
    to {
        opacity: 1;
        transform: translateY(0); /* 动画结束时元素移回其原始位置 */
    }
}

.fadeInUpAnimation {
    animation-name: fadeInUp;
    animation-duration: 1s; /* 动画持续时间，可以根据需要调整 */
    animation-fill-mode: both; /* 动画结束后，元素将保持其最后的状态 */
    animation-timing-function: ease-out; /* 更平滑的过渡 */
    transform: translate3d(0, 0, 0); /* 添加硬件加速 */
}
