.content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.position {
    padding: 15px;
    background: #FFF;
    border-radius: .3rem;
    margin: 15px 0;
}
.position a, .position span {
    font-size: 16px;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
}
.content-data {
    width: 960px;
    padding: 40px 120px;
    background: #FFF;
    margin-top: 20px;
    border-radius: .3rem;
}
.content-title {
    font-size: 21px;
    font-weight: bold;
    color: #000;
    width: 100%;
    text-align: center;
}
.content .activity-info {
    text-align: center;
    color: #595959;
    font-size: 15px;
       padding-top: 10px;
    cursor: pointer;
    padding-bottom: 24px;
    border-bottom: 1px solid #f1f1f1;
}
.content .inbox {
    display: inline-block;
}
.content .inbox span {
    padding: 0 5px;
}
.content .active {
    font-weight: 700;
}
.important {
    margin-top: 15px;
    padding-top: 20px;
    line-height: 37px;
}
.important table tr td {
      border: 1px solid #cccccc;
}