* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "微软雅黑";
    background: #eee;
}
.left,
.right {
    width: 100%;
    height: 700px;
    padding: 40px 20px;
    box-sizing: border-box;
}
.left {
    height: 150px;
}
.container {
    width: 50%;
    height: 100%;
    float: left;
}
.des {
    float: right;
    width: 48%;
    height: 100%;
    border: 1px dashed #000;
    box-sizing: border-box;
}

.info {
    margin-top: 20px;
    padding-left: 20px;
    color: #cc5522;
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
}

pre {
    font-family: "微软雅黑";
    font-size: 14px;
}

.title {
    font-size: 14px;
    font-weight: bold;
    color: #cc5522;
}

.content {
    font-size: 13px;
    color: #333;
    margin-top: 6px;
}