.banner{
    width: 100%;
    height: 570px;
}
.banner img{
    height: 570px;
    width: 100%;
}
.content{
    margin-top: -60px;
    position: relative;
}
.abouts{
    width:1170px;
    margin: 0 auto;
    z-index: 9999;
}
.notice-form{
    width: 100%;
    height: 60px;
    background: #F5F5F5;
}
.notice-form .input-group{
}
.notice-form .input-group .custom-select{
    width: 160px;
    border-radius: 10px;
    margin-left: 30px;
    margin-top: 9px;
    height: 40px;
    flex: unset;
    border: none;
    font-size: 16px;
    outline: none;
    color: #333333;
}
.notice-form .input-group .custom-select:last-of-type{
    margin-right: 15px;
}
.notice-form .input-group input{
    border: none;
    font-size: 16px;
    outline: none;
    flex: unset;
    color: #333333;
    margin-left: 15px;
    height: 40px;
    margin-top: 9px;
    border-radius: 10px;
    width: 400px;
}
.notice-form .input-group button{
    margin-left: 15px;
    height: 40px;
    font-size: 16px;
    padding: 0 40px;
    margin-top: 9px;
    background: #0B308D;
    border-radius: 10px;
    color: #fff;
    border: none;
    outline: none;
}
.notice-title{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height:60px;
    font-size: 20px;
    background: #FFD700;
}
.notice-title div{
    font-size: 20px;
    width: 200px;
    text-align: center;
    color: #0B308D;
    font-weight: 800;
}
.notice-content{
    background: #F5F5F5;
    min-height: 60px;
    height: unset;
}
.abouts .notice-content div{
    color: #666;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    width: 200px;
    word-break: break-all;

}
.abouts .notice-content .notice-more span{
    font-size:16px;
    background: #CCCCCC;
    margin: 0 20px;
    padding:3px 7px;
    border-radius: 6px;
    cursor: pointer;
}
.abouts .notice-content:hover{
    background: #EBF2F5;
}
.abouts .notice-content:hover .notice-more span{
    background: #FFD700;
    color: #0B308D;
}