
.lp-newpost h2 {
    float:right;
    position: static;
    background:none;
    border: none;
    font-size: 1.0em;
    padding: 0 0 0 0.5em;
    margin-top: 2.1em;
	  margin-left:1em;
    margin-bottom: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 64%;
}
.lp-newpost h2 a
{
	  color: #444;
}
.lp-newpost .wp-show-posts-entry-summary p {
    float:right;
    position: static;
    background:none;
    border: none;
    font-size: 0.9em;
    padding: 0 0 0 0.5em;
    margin-top: 5px;
	  margin-left:1em;
    margin-bottom: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 64%;
}
.lp-newpost .wp-show-posts-image.wpsp-image-left {
    float: left;
    margin-right: 0;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    max-width: 36%;
}
.lp-newpost .wp-show-posts-entry-date.published, .lp-newpost .wp-show-posts-entry-summary {
	padding-left:8px;
	float: right;
  width: 64%;
}
.lp-newpost .wp-show-posts-inner {
    display: block;
    padding: 0;
    text-decoration: none;
    color: #666;
    border-bottom: 1px dotted #ccc;
    border-bottom: 1px dotted rgba(0,0,0,.2);
}
@media (max-width: 1125px){
.lp-newpost .wp-show-posts-image.wpsp-image-left {
    max-width: 36%;
}}
@media (max-width: 1125px){
.lp-newpost h2 {
    font-size: 0.8em;
}
}
@media screen and (max-width: 1125px){
.lp-newpost p{display:none!important;}
}

.lp-newpost.lp-recommend .wp-show-posts-image {
    margin-bottom: 0;
}
.lp-newpost.lp-recommend .wp-show-posts-image img {
    margin-right: 0.5em!important;
}
.lp-newpost.lp-recommend span{
    float:none;
}
.lp-newpost.lp-recommend span a{
    color:#666;
}
.lp-newpost.lp-recommend .wp-show-posts-entry-date.published{
    float: left;
    display: inline-block;
    width: auto;
    padding: 0;
    color: #999;
}


body{
  counter-reset: rank_number;  
}
.wpp_thumb_wrapper{
  position: relative;
}
.wpp_thumb_wrapper:after{
  counter-increment: rank_number;
  content: counter(rank_number);
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  background: rgba(0, 223, 9, 0.8);
  color: white;
  font-size: 15px;
  text-align: center;
  border-radius: 20px;
}