body {
  margin: 0;
}

.main-container {
    padding: 8px;
}
.wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.title {
    padding: 6px;
    font: bold 22px/42px "\5FAE\8F6F\96C5\9ED1";
    color: #737372;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.title .a-btn {
    width: 100px;
    height: 36px;
    background-color: #eb2830;
    font-size: 12px;
    text-align: center;
    line-height: 36px;
    position: relative;
    top: 6px;
    color: #fff;border-radius:8px
}

.title .a-btn:hover {
    background-color: #f39c11;
}

.content {
    border-top: 2px solid #ddd;
    padding: 10px;
    margin-top: 5px;
}

.content-wrap {
    padding-top: 10px;
}

.content-item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
}

.content-item dt {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    width: 60px;
    padding-left: 25px;
    color: #444;
}

.content-item a {
  color: #333;
}

.content-item dd {
    flex: 1;
}

.content-item .dd-a-btn {
    padding: 5px 12px;
    font-size: 14px;
    min-width: 0px;
    display: inline-block;
}

.content-item .dd-a-btn:hover {
    background-color: #eb2830;
    color: #fff;border-radius:8px
}