#app{
    position: relative;
    background-color: #f8f8f8;
}
.z-page-banner{
    position: absolute;
    left: 0;
    width: 100%;
    height: 440px;
}
.z-page-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content{
    min-height: 500px;
    padding-top: 20px;
    position: relative;
    z-index: 2;
    margin-bottom: 160px;
}
.content-title{
    text-align: center;
    color: #ffffff;
}
.content-title span{
    margin: 0 10px;
    font-size: 15px;
}
.content-container{
    margin-top: 40px;
}
.content-container .title{
    color: #ffffff;
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 40px;
}
.content-container .content{
    width: 100%;
    background-color: #ffffff;
    padding:40px 40px 140px 40px;
    display: flex;
}
.content-container .left-content{
    width: 100%;
    margin-right: 40px;
    color: #242424;
    font-size: 18px;
    line-height: 35px;
}
.content-container .right-content{
    width: 213px;
    flex-shrink: 0;
}
.notice-item-date{
	width: 85px;
	height: 41px;
    background: url('/webEnglish_new/images/date_bg.png') no-repeat center center;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
}
.notice-item-title{
    color: #1f1f1f;
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
}
.notice-item-info{
    color: #5b5b5b;
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
} 
.notice-more{
    color: #999999;
    font-size: 15px;
    line-height: 1;
    font-style: italic;
    margin-top: 24px;
}
.notice{
    margin-bottom:60px ;
}