
.section_top {
    display: flex;
    height: 435px;
}

.section_top .carousel {
    width: 589px;
    height: 100%;
    margin-right: 15px;
    flex-shrink: 0;
}

.news_box {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news_box .head span {
    font-size: 16px;
    margin-right: 12px;
    color: #000;
}




.news_box .list {
    display: grid;
    grid-gap: 16px 26px;
    grid-template-rows: 170px 170px;
    grid-template-columns: 1fr 1fr;
    margin-top: 35px;
}


.big_banner img {
    height: 174px;
    margin: 30px 0;
    width:100%;
}

.section_bottom {
    margin-bottom: 39px;
  margin-top: 39px;

    height: auto;
}

.section_bottom .left {
    width: 817px;
    margin-right: 26px;
    /* flex-shrink: 0; */
}




.dynamic_list {
    background: #fff;
    padding: 22px 14px;
    margin-top: 21px;
}

.dynamic_list .dynamic_item {
    margin-bottom: 44px;
    cursor: pointer;
}

.dynamic_list .dynamic_item:last-child {
    margin-bottom: 0;
}

.dynamic_list .date {
    width: 100px;
    height: 40px;
    background: #EBF5FF;
    line-height: 40px;
    text-align: center;
    margin-right: 11px;
    font-size: 12px;
    flex-shrink: 0;
}

.dynamic_list span {
    color: #0090FB;
    font-size: 18px;
}

.dynamic_list .title {
    font-size: 16px;
    margin-bottom: 10px;
}




.notif_list {
  background: #fff;
  padding: 22px 14px;
  margin-top: 21px;
}

.notif_list .dynamic_item {
  margin-bottom: 44px;
  cursor: pointer;
}

.notif_list .dynamic_item:last-child {
  margin-bottom: 0;
}

.notif_list .date {
  width: 100px;
  height: 40px;
  background: #EBF5FF;
  line-height: 40px;
  text-align: center;
  margin-right: 11px;
  font-size: 12px;
  flex-shrink: 0;
}

.notif_list span {
  color: #0090FB;
  font-size: 18px;
}

.notif_list .title {
  font-size: 16px;
  margin-bottom: 10px;
}



.section_bottom .right {
    flex: 1;
}

.section_bottom .right .head {
    width: 357px;
    height: 54px;
    background: #84BF20;
    color: #fff;
    font-size: 21px;
    padding: 0 14px 0 19px;
}

.section_bottom .right .head .more {
    color: #fff;
    cursor: pointer;
}

.section_bottom .right .head .more .bi-chevron-right {
    font-size: 12px;
    color: #fff;
    margin-left: 6px;
}

.list_item {
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    line-height: 48px;
    padding: 0 19px;
    margin-top: 6px;
    cursor: pointer;
}

.blur_block {
    width: 40px;
    height: 6px;
    background: #1890FF;
    border-radius: 1px;
    margin-bottom: 6px;
}

.head .more {
    cursor: pointer;
    color: #757575;
}

.head .more img {
    width: 6px;
    height: 11px;
    margin-left: 6px;
}
