.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: 512px;
    height: 394px;
    background: #FFFFFF;
    border-radius: 0px 0px 4px 4px;
    position: relative;
}

.newsLeft img {
    float: left;
    width: 512px;
    height: 288px;
    border-radius: 4px 4px 4px 4px;
}

.newsLeft span {
    padding: 0 10px;
    height: 24px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 16px 16px 16px 16px;
    position: absolute;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    right: 12px;
    top: 252px;
    text-align: center;
}

.newsLeft p {
    width: 480px;
    height: 72px;
    font-weight: 500;
    font-size: 20px;
    color: #101828;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 0 16px;
    /* box-sizing: border-box; */
    float: left;
    margin: 16px 0;
}

.newsRight {
    float: left;
    width: 240px;
    height: 197px;
    /* background: #F8FAFC; */
    border-radius: 0px 0px 4px 4px;
    position: relative;
    margin: 0 0 0 16px;
}

.newsRight img {
    float: left;
    width: 240px;
    height: 135px;
    border-radius: 4px 4px 4px 4px;
}

.newsRight span {
    padding: 0 6px;
    height: 16px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 16px 16px 16px 16px;
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    right: 12px;
    top: 107px;
    text-align: center;
}

.newsRight p {
    float: left;
    margin: 10px 0 0 0;
    width: 240px;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    color: #101828;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.newsList {
    float: left;
    width: 308px;
    height: 259px;
    background: #F8FAFC;
    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: 1px 1px 1px 1px;
}
.newsList img:nth-child(2) {
    float: left;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 125px;
    left: 12px;
}
.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: 23px;
    font-weight: 400;
    font-size: 16px;
    color: #101828;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}