body {
    background-color: #fff;
}

.layout {
    width: 1000px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout .layout-top {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    padding: 18px 0px;
}

.layout .layout-top .left-line {
    width: 6px;
    height: 25px;
    background-color: #024ea7;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.layout .layout-title {
    text-align: center;
    font-size: 30px;
    color: #024ea7;
    margin-bottom: 10px;
}

.layout .layout-title strong {
    line-height: 40px;
}

.layout .layout-title img {
    margin-top: 40px;
    width: 100%;
}

.layout .layout-msg {
    color: #024ea7;
}

.layout .layout-msg>p {
    margin-left: 2em;
    margin-top: 17px;
}

.layout .layout-msg .layout-msg-item .mgs-title {
    margin-left: 1.5em;
}

.layout .layout-msg .layout-msg-item .msg-text {
    text-indent: 2em;
    margin-left: 0px;
}

.layout .layout-msg .layout-msg-item .msg-name {
    margin-left: 2em;
}

.layout .layout-text {
    padding: 10px;
    white-space: normal;
    color: #024ea7;
}

.layout .layout-text pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}