#swPostCont{
    display: block;
    width: 100%;
    height: 360px;
    position: relative;
    margin: 30px 0;
    background-position: left center;
    background-size: 55%;
    background-repeat: no-repeat;
    -webkit-transition: all 500ms ease 0ms;
    -moz-transition: all 500ms ease 0ms;
    -o-transition: all 500ms ease 0ms;
    transition: all 500ms ease 0ms;
}
#swBigArea{
    display: block;
    width: 55%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    cursor: pointer;
}
#swBigTitle{
    width: 55%;
    position: absolute;
    left:0;
    bottom:0;
    background: rgba(0, 0, 0, 0.5);
}
#swBigTitle p{
    padding: 20px 70px 20px 25px;
    font-size: 26px;
    color: #ffffff;
}
.swPost{
    width: 45%;
    height: 33.3%;
    float: right;
    clear: right;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.0s; 
    -moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.0s; 
    -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.0s; 
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.0s; 
}
.swPostCurrent{
    background-color: #FB4834;
    color: #ffffff;
    width: 50%;
}
.swPost .swa{
    position: absolute;
    top:0;
    left:0;
    display: block;
    width: 100%;
    height: 100%;
}
.swPost .swimg{
    width: 200px;
    height: 100%;
    overflow: hidden;
    float: right;
}
.swPost .swimg div{
    height: 110px;
    margin-top: 5px;
    overflow: hidden;
}
.swPost .swimg img{
    width: 220px;
    height: auto;
}
.swPost .swtitle{
    width: 250px;
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 18px;
    font-weight: bold;
}
.swPost .swdate{
    color: #999999;
    position: absolute;
    right: 220px;
    bottom: 10px;
    font-size: 12px;
}
.swPost .swtxt{
    display: none;
    padding: 8px 15px;
    line-height: 1.35em;
}
.swPostCurrent .swtxt{
    display: block;
}
.swtxt a, .swtxt a:hover, .swtxt a:visited{
    color: #fff;
}
.swPostCurrent .swtitle, .swPostCurrent .swdate, .swPostCurrent .swimg{
    display: none;
}
