.topMainDiv {
    width: 100%;
    display: flex;
}

.divName1 {
    float: left;
    width: 100%;
    height: 41px;
    font-weight: 700;
    font-size: 28px;
    color: #101828;
    line-height: 41px;
    margin: 44px 0 19px 0;
}

.more {
    background: url("../imgs/more.png") right center/16px 16px no-repeat;
    float: right;
    height: 42px;
    font-weight: 400;
    font-size: 14px;
    color: #98A2B3;
    line-height: 42px;
    padding-right: 18px;
}

.newsLeft {
    float: left;
    width: 824px;
    height: 514px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 10px;
    box-sizing: content-box;
    position: relative;
}

.newsLeft img:nth-child(1) {
    float: left;
    width: 824px;
    height: 464px;
    border-radius: 4px 4px 4px 4px;
    object-fit: cover;
}

.newsLeft img:nth-child(2) {
    float: left;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 403px;
    left: 20px;
}


.newsLeft p {
    margin: 10px 0 0 0;
    width: 824px;
    height: 29px;
    font-weight: 500;
    font-size: 20px;
    color: #101828;
    line-height: 29px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    float: left;
}

.newsRight {
    float: left;
    border-radius: 0px 0px 4px 4px;
    width: 374px;
    /* height:52px; */
    font-weight: 400;
    font-size: 18px;
    color: #101828;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /* background: #F3F4F6; */
}


.newsList {
    float: left;
    width: 308px;
    height: 259px;
    border-radius: 0px 0px 4px 4px;
    position: relative;
    margin: 0 16px 0 0px;
}

.newsList:nth-child(4n) {
    margin: 0 0 0 0px;
} 

.newsList img:nth-child(1) {
    float: left;
    width: 308px;
    height: 173px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    object-fit: cover;
}

.newsList img:nth-child(2) {
    float: left;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 125px;
    left: 12px;
}

.newsList img:nth-child(3) {
    float: left;
    width: 73px;
    height: 27px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.newsList span {
    width: 100%;
    height: 23px;
    font-weight: 400;
    font-size: 16px;
    color: #667085;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 6px 0 0 0;
}

.newsList p {
    float: left;
    margin: 9px 0 0 0;
    width: 100%;
    height: 46px;
    font-weight: 400;
    font-size: 16px;
    color: #101828;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
#swiper3{
    width: 844px;
    height: 484px;
    float:left;
}
#swiper4{
    width: 436px;
    height: 484px;
    float: right;
}
#swiper4 .swiper-slide {
    width:374px;
    height: 57px;
    padding:12px 15px;
    background:#F3F4F6;
    display: flex;
    align-items: center;
}
#swiper4 .swiper-slide-active{
    background:#fff;
}
#swiper4 .swiper-slide-active .newsRight{
    background:#fff;
    font-weight:500;
}
#swiper4 .swiper-slide:hover{
    background:#fff;
}
#swiper4 .swiper-slide:hover .newsRight{
    font-weight:500;
}
.loadMore{
    width: 140px;
    height: 40px;
    background: #EAECF0;
    border-radius: 4px 4px 4px 4px;
    text-align:center;
    line-height:40px;
    font-weight: 400;
    font-size: 16px;
    color: #98A2B3;
    float: left;
    margin:20px auto;
}
.pageDiv{
    width:100%;
    margin:0 auto;
    display:flex;
}
.newsContainer{
    margin:40px 0 0 0;
}