#index-head {
    margin-top: 50px;
    margin-bottom: 50px;
}
hr {
    border-color: #ff0000; /* 红色分割线 */
    margin-top: 0px;
    height: 3px; /* 增加分割线粗细 */
    border-style: solid; /* 实线分割线 */
}
#content-btn {
    margin-bottom: 20px;
}
#content-block {
    margin-left: 20px;
    margin-right: 20px;
    width: 20%;
    float:left
}
