/*公告栏↓*/
.gonggao-box{
    overflow: hidden;
}
.gonggao-lft{
    float: left;
    width: 40%;
    height: 380px;
    overflow-y: auto;
    background-color: rgb(198, 182, 94);
    border: 3px dashed rgb(165, 120, 7);
}
.gonggao-lft h2{
    text-align: center;
    font-family: 楷体;
    color: rgb(165, 120, 7);
}
.gonggao-lft p{
    font-family: Aa卑微的我喜欢遥远的你;
    font-weight: bold;
}
.gonggao-content{
    border: 1px dashed rgb(255,255,255);
}
.gonggao-content-cherish{
    border: 1px dashed white;
    background-image: url(../MEDIA/pictures/index/cherish.png);
    background-size: 100%;
}
.gonggao-rgt{
    margin-left: 40%;
    height: auto;
}
/*星星↓*/
.xing-boss{
    width: 308px;
    margin: 50px auto;
    border: solid 1px #cadeea;
}
.xing-boss div{
    width: 20px;
    height: 20px;
    border: solid 1px #cadeea;
    float: left;
}
.xing-boss div img{
    display: block;
    width: 100%;
}