.eventList .item,
.newsList .item,
.topNewsList .Img img,
.topNewsList .Txt {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.topNewsBox {
    padding: 73px 0 80px;
    overflow: hidden
}
@media (max-width:480px) {
    .topNewsBox {
        padding: 73px 0 0;
        overflow: hidden
    }
}
.topNewsList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px -15px 0;
    /* max-height: 680px; */
}

@media (max-width:3000px) {
    .topNewsList {
        display: grid;
        grid-template-columns: 3fr 2fr; 
        grid-template-rows: auto auto;
    }
    .topNewsList .newsItem {
        width: 100%;
        height: 100%;
    }
    .topNewsList .newsItem:first-child {
        grid-row: span 2; /* 左侧div跨两行 */
      }
      .topNewsList .newsItem:first-child  .item,.topNewsList .newsItem:first-child .Img{
        height: 100%;
      }
      .topNewsList .newsItem:first-child .Img img{
        height: 100%;
        object-fit: cover;
      }
      .topNewsList .newsItem:nth-child(2) {
        grid-column: 2; /* 右侧第一个div */
        grid-row: 1;    /* 第一行 */
      }
      .topNewsList .newsItem:nth-child(3) {
        grid-column: 2; /* 右侧第二个div */
        grid-row: 2;    /* 第二行 */
      }
}
@media (max-width:1480px) {
    .topNewsList {
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center
    }
}

@media (max-width:1180px) {
    .topNewsList {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: none
    }
}

.topNewsList .newsItem {
    padding: 15px;
    /* height: 50%;
    width: -webkit-calc(100% - 875px);
    width: -moz-calc(100% - 875px);
    width: calc(100% - 875px) */
    width: 100%;
    height: 100%;
}

@media (max-width:1480px) {
    .topNewsList .newsItem {
        /* width: 40% */
        width: 100%
    }
}

@media (max-width:1180px) {
    .topNewsList .newsItem {
        width: 100%
    }
}

.topNewsList .newsItem:first-child {
    height: 100%;
    width: 875px
}

.topNewsList .newsItem:first-child .Txt {
    color: #fff;
    /* color: #222; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0px 0;
    /* position: relative; */
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    opacity: 1
}

.topNewsList .newsItem:first-child .Txt .date .columnDate {
    display: block
}

.topNewsList .newsItem:first-child .Txt .date .rowDate {
    display: none
}

.topNewsList .newsItem:first-child .Txt .title {
    padding-left: 30px;
}

.topNewsList .newsItem:first-child .Txt .title a {
    /* color: #222 */
    color: #fff
}
@media (min-width:1480px) {
    .topNewsList .newsItem:first-child .Txt {
        padding-top: 20px;
        padding-left: 20px;
        height: 140px;
        color: #fff;
    }
}
@media (min-width:1181px) {
    .topNewsList .newsItem:first-child .Txt .title a:hover {
        color: #E1251B
    }
}

@media (max-width:1480px) {
    .topNewsList .newsItem:first-child {
        /* width: 60% */
        width: 100%
    }

    .topNewsList .newsItem:first-child .Txt {
        padding-top: 20px;
        padding-left: 20px;
        height: 130px;
        color: #fff;
    }
}

@media (max-width:1180px) {
    .topNewsList .newsItem:first-child {
        width: 100%
    }

    .topNewsList .newsItem:first-child .Txt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 0 20px;
        position: relative;
    }

    .topNewsList .newsItem:first-child .Txt .date .columnDate {
        display: none
    }

    .topNewsList .newsItem:first-child .Txt .date .rowDate {
        display: block
    }

    .topNewsList .newsItem:first-child .Txt .title {
        padding-left: 0
    }
}

.topNewsList .item {
    position: relative
}

@media (min-width:1181px) {
    .topNewsList .item:hover .Txt {
        opacity: 1;
        pointer-events: auto
    }

    .topNewsList .item:hover .Img img {
        -webkit-filter: brightness(0.4);
        filter: brightness(0.4)
    }
}

@media (max-width:1180px) {
    .topNewsList .item {
        max-width: 880px;
        margin: 0 auto
    }
}

.topNewsList .Img {
    width: 100%
}

.topNewsList .Img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: 2
}

.topNewsList .Img img {
    display: block;
    width: 100%
}

.topNewsList .Txt {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    color: #fff;
    opacity: 0;
    padding: 40px 50px 0;
    pointer-events: none
}

@media (max-width:1480px) {
    .topNewsList .Txt {
        padding: 20px
    }
}

@media (max-width:1180px) {
    .topNewsList .Txt {
        position: relative;
        opacity: 1;
        padding: 0px 0 20px
    }
}

.topNewsList .Txt .date .columnDate {
    display: none;
    padding: 0 0 0;
    text-align: center
}

.topNewsList .Txt .date .columnDate .day {
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 2.4px;
    line-height: 30px
}

.topNewsList .Txt .date .columnDate .month {
    font-size: 26px;
    font-weight: 400;
    line-height: 1
}

.topNewsList .Txt .date .columnDate .year {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    padding-top: 10px;
    position: relative
}

.topNewsList .Txt .date .columnDate .year:before {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background-color: #dbdbdb;
    position: absolute;
    top: 4px;
    left: -webkit-calc(50% - 12px);
    left: -moz-calc(50% - 12px);
    left: calc(50% - 12px);
    bottom: auto;
    right: auto
}

.topNewsList .Txt .date .rowDate {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 1.5;
    padding: 5px 0
}

@media (max-width:1180px) {
    .topNewsList .Txt .date .rowDate {
        color: #222
    }
    .topNewsList .newsItem:first-child .Txt .title a {
        color: #222
    }
}

.topNewsList .Txt .title a {
    color: #fff
}

@media (min-width:1181px) {
    .topNewsList .Txt .title a:hover {
        color: #E1251B
    }
    
}

@media (max-width:1180px) {
    .topNewsList .Txt .title a {
        color: #222
    }
}

.contentBox .topBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px
}

@media (max-width:1180px) {
    .contentBox .topBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.contentBox .topBox .filterBox {
    padding: 0;
    position: relative;
    z-index: 2
}

.newsList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}

.newsList .newsItem {
    width: 33.33%;
    padding: 20px 12px
}

@media (max-width:1280px) {
    .newsList .newsItem {
        width: 50%
    }
}

@media (max-width:840px) {
    .newsList .newsItem {
        width: 100%
    }
}

.newsList .item {
    background-color: #f3f5f7;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05)
}

@media (min-width:1181px) {
    .newsList .item:hover {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25)
    }
}

@media (max-width:1180px) {
    .newsList .item {
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15)
    }
}

.newsList .Img {
    width: 100%;
    height: 254px;
    overflow: hidden;
}

.newsList .Img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: 2
}

.newsList .Img img {
    display: block;
    width: 100%
}

.newsList .Txt {
    padding: 40px
}

@media (max-width:1180px) {
    .newsList .Txt {
        padding: 30px 20px
    }
}

@media (max-width:640px) {
    .newsList .Txt {
        padding: 20px
    }
}

.newsList .Txt .date {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 1.5;
    padding: 5px 0
}

.newsList .Txt .title.ellipsis {
    max-height: 121px
}

@media (max-width:640px) {
    .newsList .Txt .title.ellipsis {
        max-height: 105px
    }
}

.eventList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}

.eventList .eventItem {
    width: 100%;
    padding: 20px 12px
}

.eventList .item {
    position: relative;
    background-color: #f3f5f7;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05)
}

@media (min-width:1181px) {
    .eventList .item:hover {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25)
    }
}

@media (max-width:1180px) {
    .eventList .item {
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        max-width: 670px;
        margin: 0 auto
    }
}

.eventList .Img {
    width: 100%
}

.eventList .Img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: 2
}

.eventList .Img img {
    display: block;
    width: 100%
}

@media (max-width:1180px) {
    .eventList .Img img.pc {
        display: none
    }
}

.eventList .Img img.mobile {
    display: none
}

@media (max-width:1180px) {
    .eventList .Img img.mobile {
        display: block
    }
}

.eventList .Txt {
    z-index: 3;
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    padding: 7% 6%
}

.eventList .Txt.left {
    left: 0
}

.eventList .Txt.right {
    right: 0
}

.eventList .Txt.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:1180px) {
    .eventList .Txt {
        height: auto;
        width: 100%;
        top: auto;
        bottom: 0;
        padding: 60px 30px
    }
}

@media (max-width:640px) {
    .eventList .Txt {
        padding: 30px
    }
}

@media (max-width:420px) {
    .eventList .Txt {
        padding: 20px
    }
}

.eventList .Txt .date {
    color: #b6b6b6;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 1.5;
    padding: 5px 0
}

.eventList .Txt .title.ellipsis {
    max-height: 121px
}

@media (max-width:640px) {
    .eventList .Txt .title.ellipsis {
        max-height: 105px
    }
}

.eventList .Txt .contentText {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.2
}

.eventList .Txt .contentText.ellipsis {
    max-height: 75px;
    overflow-wrap: normal
}

@media (max-width:420px) {
    .eventList .Txt .contentText.ellipsis {
        max-height: 40px
    }
}

@media (max-width:640px) {
    .eventList .Txt .contentText {
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 1.2
    }
}

.eventList .Txt .buttonBox {
    margin-top: 60px
}

.eventList .Txt .buttonBox svg {
    fill: #E1251B
}

@media (max-width:1180px) {
    .eventList .Txt .buttonBox svg {
        margin-top: 40px;
        height: 45px
    }
}

@media (max-width:640px) {
    .eventList .Txt .buttonBox svg {
        margin-top: 15px
    }
}

@media (max-width:1180px) {
    .eventList .Txt .buttonBox {
        margin: 0 auto
    }

    .eventList .Txt .buttonBox .btnLink .text {
        font-size: 19px
    }
}

.pageBox .pageList {
    padding: 80px 0 25px
}