.main {
    width: 1300px;
    margin: 30px auto 100px;
}
.main .jump {
    width: 171px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background-color: #CC8A5E;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 18px;
}

.act-list {
    width: 1266px;
    margin: 20px auto 107px;
}
.act-list .act-box {
    background: #fff;
    border-radius: 6px;
    border: 16px solid #E8CCBA;
    margin: auto;
}
.act-box .container {
    padding: 20px 10px 50px;
}

.act-list .title {
   font-size: 24px;
   color: #CC8A5E;
}
.act-list .date {
   font-size: 14px;
   color: grey;
   margin: 10px 0 30px 0;
}
.act-list .content {
   font-size: 16px;
   color: #CC8A5E;
   /* text-indent: 2em; */
}