.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: 1000px;
    height: 649px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 16px;
    box-sizing: border-box;
    position: relative;
}

.newsLeft img:nth-child(1) {
    float: left;
    width: 968px;
    height: 544px;
    border-radius: 4px 4px 4px 4px;
}

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

.newsLeft span {
    width: 100px;
    height: 32px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #095CD0;
    font-weight: 400;
    font-size: 14px;
    color: #095CD0;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    float: left;
    text-align: center;
    margin: 30px 0 0 0;
}

.newsLeft p {
    margin: 30px 0 0 0;
    width: 860px;
    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;
    width: 240px;
    height: 197px;
    /* background: #F8FAFC; */
    border-radius: 0px 0px 4px 4px;
    position: relative;
    margin: 16px 0 0 16px;
}

.newsRight img:nth-child(1) {
    float: left;
    width: 240px;
    height: 135px;
    border-radius: 4px 4px 4px 4px;
}

.newsRight img:nth-child(2) {
    float: left;
    width: auto;
    height: 20px;
    position: absolute;
    top: 2px;
    right: 2px;
}
.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: 4px;
}

.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: auto;
    height: 20px;
    position: absolute;
    top: 2px;
    right: 2px;
}

.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;
}
.newsContainer{
    margin:40px 0 0 0;
}
.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;
}
.newsRight span,.newsList span{
    position: absolute;
    top: 0px;
    right: 0px;
    float:left;
    padding: 3px 10px;
    color:#fff;
    font-size: 12px;
    border-radius: 4px;
    height: auto;
}

.newsLiveIcon0{
   background:#2E90FA;
}
.newsLiveIcon1{
   background:#F04438;
}
.newsLiveIcon2{
   background:#667085;
}
.newsLiveIcon3{
   background:#F79009;
}