.we_readmore {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 25px;
}
.we_readmore_btn {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fffffffc;
}
.we_readmore_btn a{
    text-decoration: none;
	color: #f00;
}
.we_readmore_btn a i{
    vertical-align: middle;
    font-size: 1.3em;
    width: auto;
    height: auto;
    margin-left: -5px;
}
.we_readmore_btn_show:before {
    height: 45px;
    margin-top: -45px;
    margin-left: -15px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
    display: block;
}
.we_readmore_btn_less{
    position: relative;
}