#wrapper {
    background-color: #f3f3f3;
}
.year-news-wrap{
    padding-top: .37rem;
}
.year {
    display: block;
    text-align: center;
    font-size: .48rem;
    color: #4a4a4a;
    margin-bottom: .3rem;
}

.single-news-card-wrap {
    height: 6.4rem;
    width: 7.1rem;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(149, 149, 149, 0.5);
    position: relative;
    margin-bottom: .24rem;
	overflow:hidden;
}

.date-tip {
    height: 1.3rem;
    width: 1.2rem;
    border-radius: 0 0 10px 0;
    background-color: rgba(255, 255, 255, .8);
    color: #4a4a4a;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.day {
    font-size: .56rem;
    line-height: .81rem;
    margin: 0;
}

.month {
    font-size: .28rem;
    margin: 0;
}

.bg-img {
    width: 100%;
}

.news-detail-wrap{
    padding: .4rem .4rem 0rem .4rem;
}
.news-title{
    color: #313131;
    font-size: .28rem;
    margin: 0;
    margin-bottom: .2rem;
}
.news-brief{
    font-size: .24rem;
    color: #a0a0a0;
    font-weight: 500;
    margin: 0;
	/*overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;*/
}
.news-bottom-wrap{
    font-size: .24rem;
    color: #a0a0a0;
    margin-top: .29rem;
}
.news-header{
    height: 64px;
    background-color: #333;
    position: relative;
    color: #fff;
    text-align: center;
    line-height: 64px;
}
.news-year{
    padding-top: .37rem;
}

.detail.show {
    left: 0;
    animation: show .3s;
    -webkit-animation: show .3s;
}

.detail.hide {
    animation: hide .3s;
    -webkit-animation: hide .3s;
    left: -100%;
}

@keyframes hide {
    from {
        left: 0;
    }
    to {
        left: -100%;
    }
}
@keyframes show {
    from {
        left: -100%;
    }
    to {
        left: 0;
    }
}
.detail-wrap{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F3F3F3;
}
.detail{
    width: 100%;
    position: fixed;
    z-index: 2;
    font-size: 20px;
    top: 0;
    left: -100%;
    background-color: #F3F3F3;
}
.back{
    position: absolute;
    color: #fff;
    height: 100%;
    width: 50px;
    left: 0;
}
.back img{
    vertical-align: middle;
    height: 20px;
}
.news-img{
    position: relative;
    font-size: 0;
}
.news-content{
    padding: .43rem .5rem .66rem .5rem;
    background-color: #fff;
}
.content{
    font-size: .24rem;
    color: #a0a0a0;
    line-height: .33rem;
}
.news-img-detail{
    padding-bottom: 1.35rem;
}
.news-img-detail img{
    margin: auto;
    height: 4.5rem;
    width: 6.5rem;
    margin-top: .2rem;
    display: block;
}
.single-bg-img {
    width: 7.5rem;
    height: 4.5rem;
}
