/* 总样式 */
p {
    color: black;
}
/* 大标题 */
.dx-title {
    position: relative;
    width: 100%;
    height: auto;
    padding: 4px;
    padding-left: 1em;
    background-color: #093480;
    border-radius: 10px;
    color: white;
    box-shadow: black 1px 1px 4px 0px;
    text-shadow: #39393c 1.5px 1.5px;
}