body{
    width:100%;
    height:100%;
    background:#ffffff;
}
.wrap{
    width:100%;
    height:100%;
    padding:1.3rem 1.1rem 2.5rem 1.1rem;
    box-sizing: border-box;
}
.head-box{
    width:100%;
    display:flex;
    justify-content: space-between;
}
.head-left, .head-right{
    padding-top:0.55rem;
    box-sizing: border-box;
    width:7.8rem;
    height:6.4rem;
    background:linear-gradient(180deg,rgba(218,230,255,1) 0%,rgba(189,207,246,1) 100%);
    border-radius:0.9rem;
}
.left-img{
    width:100%;
    height:3.2rem;
}
.left-img img{
    display:block;
    margin: 0 auto;
    width:3.2rem;
    height:3.2rem;
}
.nslqy{
    width:100%;
    height:1.05rem;
    line-height:1.05rem;
    text-align: center;
    font-size:0.75rem;
    font-weight:bold;
    color:#333333;
    margin-top:0.85rem;
}
.notice-wrap{
    width:100%;
}
.notice-head{
    width:100%;
    height:1.05rem;
    padding:0 1.8rem;
    box-sizing: border-box;
    display:flex;
    justify-content: space-between;
    margin-top:1.6rem;
}
.split{
    width:4.2rem;
    height:0.06rem;
    background: #DCDCDC;
    margin-top:0.5rem;
}
.zhuyi{
    font-size:0.75rem;
    color:#333333;
    font-weight:400;
}
.list{
    width: 100%;
    margin-top: 0.95rem;
    padding: 0 0 4rem 0;
    box-sizing: border-box;
}
.list ul{
    width:100%;
}
.list ul li{
    width:100%;
    /*height:2rem;*/
    /*line-height: 2rem;*/
    font-size:0.75rem;
    color:#333333;
    font-weight:400;
}