

.exam-content{
    display:flex;/*让侧边栏和列表内容成一排*/
    width:95%;
    margin:10px auto; /*让侧边栏和列表内容两个div在html中居中*/
}