.wrap {
    background: #f6f6f6;
    padding: 40px 0 100px 0;
}
.item {
    background: #fff;
    width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 26px;
    display: flex;
    margin-bottom: 20px;
}
.text-box {
    margin-left: 45px;
}
.title {
    font-size: 16px;
    color: #737373;
    margin-bottom: 13px;
}
.time {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 13px;
    color: #bbb;
    border-bottom: 2px solid #bbb;
}

.text {
    font-size: 13px;
    margin-bottom: 13px;
    line-height: 2em;
    color: #999;
}
.btn {
    width: 110px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 13px;
    color: #bbb;
    border: 1px solid #bbb;
    border-radius: 5px;
    box-sizing: border-box;
}
.item:hover .title {
    color: #fa0;
    
}
.item:hover .btn{
    color: #fff;
    background: #f70;
    border: none
}.item:hover .time{
  border-bottom: 2px solid #fa0;
}
