main {
    width: 100%;
    padding: 22px 320px 0 320px;
    box-sizing: border-box;
}
.news{
    width: 100%;
    height: 98px;
    display: flex;
    padding: 0 14px;
    box-sizing: border-box;
    align-items: center;
}
.news-front-page {
    width: 70px;
    height: 70px;
    margin: 0 18px 0 0;
}
.news-title-text {
    flex: 1;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-title {
    height: 36px;
    line-height: 36px;
    font-size: 26px;
    font-family: PingFang SC-Heavy;
    font-weight: bold;
    color: #004BCB;
}
.news-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-explain {
    font-size: 18px;
    color: #666666;
}

.news-text-details {
    display: flex;
    align-items: center;
}

.text-details {
    font-size: 14px;
    color: #999999;
}

.news-text-details i {
    display: flex;
    align-items: center; 
    margin-left: 5px;
    padding-top: 5px;
}
.news-content {
    width: 100%;
    height: 631px;
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between
}
.scinence {
    width: 624.38px;
    height: 360px;
    overflow: hidden;
}
.current-politics {
    width: calc(100% - 624.38px - 31px);
    height: 360px;
}
.state-owned-assets{
    width: 624.38px;
    height: 237px;
}
.manage {
    width: calc(100% - 624.38px - 31px);
    height: 237px;
}
.water-diversion-from-south-to-north {
    width: 100%;
    height: 110px;
    margin: 36px 0 35px 0;
    overflow: hidden;
    position: relative;
}


.corporate-culture {
    width: 100%;
    height: 279.79px;
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
}
.corporate-culture-left {
    width: calc(100% - 512px - 18px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.message{
    display: flex;
    justify-content: space-between;

}
.firm, .socirty, .innovate  {
    width: 238px;
    height: 221px;
    transition: transform 0.3s ease; /* 添加平滑过渡 */
}
.firm:hover, .socirty:hover, .innovate:hover {
    transform: translateY(-8px);
    cursor: pointer;
}
.message-content {
    width: 100%;
    height: calc(221px - 134px);
    box-sizing: border-box;
    padding: 5px 10px 15px 10px;
}
.message-title {
    color: #004BCB;
    font-weight: bold;
}
.message-text{
    font-size: 12px;
    color: #333333 ;
}
.announcement {
    display: flex;
    justify-content: space-between;
}
.announcement-img {
    margin-right: 12px;
}


.information, .purchase {
    width: 366px;
    height: 48px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
background-color:#939292
}

.information a, .purchase a{
	color:#fff
}

.information:hover, .purchase:hover {
    background: #196ab2;
    color: #fff;
} 

.corporate-culture-right {
    width: 512px;
    height: 100%;
   
}

.multimedia-library {
    width: 100%;
    height: 497px;
}
.multimedia-library-title {
    height: 45px;
    font-size: 32px;
    text-align: center;
    margin-bottom: 16px;
    color: #004BCB;
    font-weight: bold;
}
