* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei", Arial, sans-serif;
    color: #333;
}

.big {
    width: 100%;
    min-height: 100vh;
}


.main-content {
    padding: 0 20px;
    max-width: 1920px;
    min-width: 1920px;
    margin: 0 auto;
}

/* 集团动态 */
.group-dynamics {
    width: 100%;
}
.dynamics-title{
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dynamics-title-text h3{
    font-size: 30px!important;
    color: #27337C;
    font-weight: bold;
}
.dynamics-title-text div{
    color: #27337C;
    font-size: 16px;
    font-weight: bold;
}
.more{
    display: flex;
    align-items: center;
}
.more img{
    width: 101px;
    height: 52px;
}
.more span{
    color: #27337C;
    font-size: 18px;
}
.dynamics-con{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* 轮播图 */
.swiper{
    width: 870px;
    height: 521px;
    margin-left: 0;
}
.swiper-slide{
    position: relative;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper-slide-text{
    width: 100%;
    height: 84px;
    font-size: 20px;
    padding: 0 42px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    bottom: 0;
}
.swiper-slide-text div{
    width: 80%;
}
.swiper-pagination{
    width: 100px;
    right: 12px;
    bottom: 24px;
    left: inherit;
    font-size: 22px;
    color: #ffffff;
}


/* 集团动态列表 */
.news-list {
    margin-left: 41px;
    flex: 1;
    height: 521px;
}
.news-first{
    display: flex;
    cursor: pointer;
    margin-bottom: 10px;
}
.news-first-time{
    flex-shrink: 0;
    width: 89px;
    height: 79px;
    border-radius: 4px;
    border: 1px solid #EE8C30;
    overflow: hidden;
    margin-right: 11px;
}
.first-time-day{
    height: 44px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background-color: #EE8C30;
}
.first-time-month{
    height: 32px;
    font-size: 16px;
    background-color: #ffffff;
}
.news-first-con{
    flex: 1;
}
.news-first-con-title{
    font-size: 20px;
    color: #333;
}
.news-first-con-text{
    font-size: 16px;
    margin-top: 5px;
    color: #888888;
}
.news-first-more{
    font-size: 18px;
    margin-left: 31px;
    color: #121212;
}

.news-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.3s ease;
}

.news-item:hover {
    background-color: #f9f9f9;
}

.news-item:last-child {
    border-bottom: none;
}

.news-item .date {
    color: #999;
    font-size: 14px;
    margin-right: 20px;
    white-space: nowrap;
    flex-shrink: 0;
}

.news-item .title {
    flex: 1;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: color 0.3s ease;
    line-height: 1.5;
}

.news-item .title:hover {
    color: #003366;
}

.news-item .more-link {
    color: #999;
    text-decoration: none;
    font-size: 12px;
    margin-left: 15px;
    flex-shrink: 0;
    transition: color 0.3s ease;
}

.news-item .more-link:hover {
    color: #003366;
}

.bottom-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/* 底部列表 */
.section {
    flex: 1;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 8px;
}
.corporate-news{
    margin-right: 90px;
}
.section-title {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-title-text h3{
    font-size: 30px!important;
    color: #27337C;
    font-weight: bold;
}
.section-title-text div{
    color: #27337C;
    font-size: 16px;
    font-weight: bold;
}
.more{
    display: flex;
    align-items: center;
}
.more img{
    width: 101px;
    height: 52px;
}
.more span{
    color: #27337C;
    font-size: 18px;
}

.news-list-style {
    list-style: none;
}

.news-list-style li {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.3s ease;
}

.news-list-style li:hover {
    background-color: #f9f9f9;
}

.news-list-style li:last-child {
    border-bottom: none;
}

.news-list-style li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
    line-height: 1.5;
}

.news-list-style li a:hover {
    color: #003366;
}

.news-list-style li span {
    color: #999;
    font-size: 14px;
    margin-left: 20px;
    white-space: nowrap;
    flex-shrink: 0;
}
