.tabbar{
    width: 320px;
}
body{
    background: #eaeaea;
}
.recruit-container{
    width: 100%;
    background: #fff;
}
.recruit-container .row{
    width: 75%;
    max-width: 1210px;
    margin: auto;
    padding: 50px 0;
}
.recruit-container .row .col-xs-12{
    margin: auto;
    margin-bottom: 30px;
}
.recruit-container .row .thumbnail{
    padding: 0;
    border-radius: 0;
}
.row-header{
    height: 100px;
    width: 100%;
    border-bottom: solid 1px transparent;
}
.row-header .date{
    width: 100px;
    height: 100%;
    border-right: solid 1px #ddd;
    text-align: center;
}
.row-header .date h3{
    font-size: 28px;
    font-weight: bold;
}
.row-header .date p{
    font-size: 18px;
    font-weight: bold;
}
.row-header>div{
   float: left;
}
.post{
    line-height: 100px;
}
.row-header .arrows{
    position: relative;
    float: right;
    width: 100px;
    height: 100%;
    border-left: solid 1px #ddd;
    cursor: pointer;
}
.row-header .arrows img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
}
.post span{
    padding-left: 50px;
    font-size: 18px;
}
.row-content{
    width: 100%;
    clear: both;
    display: none;

}
.row-content>div{
    width: 80%;
    margin: 40px auto;
}
.recruit-item.active img{
    transform: rotate(180deg);
}
.recruit-item.active .date{
    background: #f5821f;
    border-right-color: #f5821f;
    color: #fff;

}
.recruit-item:nth-of-type(1) .row-content{
    display: block;
}
.recruit-item.active .row-header{
    border-bottom: solid 1px #ddd;
}