@media(min-width:767px){
	.sereis-box {
	    background-color: #eee;
	    padding: 5px;
	    margin-top:15px;
	    border-radius: 6px;
	}
}
@media(max-width:767px){
	.sereis-box {
	    background-color: #eee;
	    padding: 5px;
	    margin-top:15px;
	    margin-left:5px;
	    margin-right:5px;
	    border-radius: 6px;
	}
}
.sereis-wrapper {
	overflow: hidden;
    background-color: #fff;
    border-radius: 6px;
    padding: 15px;
}
.series-head {
	display: block;
	margin-bottom: 10px;
}
.series-title{
	font-size: 15px;
	font-weight: 600;	
}
.series-title a{
	color: #f57c85;
}
.series-title a:hober{
	text-decoration: underline;
}

.collabo-link{
	margin: 0 15px 0 0;
}
.collbao-delete-link{
	position: absolute;
	margin: 3px 0;	
}

.collabo-user-tag {
	border: 1px solid #e60012;
    border-radius: 10px;
    padding: 3px 6px;
    color: #e60012;
	display: inline-block;
	margin: 0px 3px 5px 0px;
    display: inline-block;
    background-position: 0 0;    
    background-size: 200% auto;
    background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, #f57c85 50%);
    transition: .3s;
    overflow: hidden;
    min-width: 40px;
    text-align: center;    
}
.collabo-user-tag:hover {
	background-position: -100% 0;
	color: #fff;
}


.series-headtitle{
	margin: 6px 6px; 
	display: inline-block;
	font-size: 18px;	
}
.series-list {
  margin-left: 0px;
  margin-right: 0px;
}
.series-list:after {
  display: table;
  content: "";
  clear: both;
}
.series-list .g-article-thumb-img {
  border: 1px solid #e4e4e4;
  -o-object-position: 50% 5%;
     object-position: 50% 5%;
}
.series-list-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 0 0px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .series-list-item {
    width: 33.3333333%;
  }
  .series-list-item:nth-child(3n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .series-list-item {
    width: 50%;
  }
  .series-list-item:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 640px) {
  .series-list-item {
    width: 100%;
  }
  .series-list-item:nth-child(1n + 1) {
    clear: left;
  }
}

.series-item-box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 0 6px;
}
@media screen and (min-width: 641px) {
  .series-item-box {
    width: 100%;
  }
  .series-item-box:nth-child(1n + 1) {
	clear: left;
  }
}
@media screen and (max-width: 640px) {
  .series-item-box {
    width: 50%;
  }
  .series-item-box:nth-child(2n + 1) {
	clear: left;
  }
}


.series-pickitem-box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 0 6px;
}
@media screen and (min-width: 641px) {
  .series-pickitem-box {
    width: 50%;
  }
  .series-pickitem-box:nth-child(2n + 1) {
	clear: left;
  }
}
@media screen and (max-width: 640px) {
  .series-pickitem-box {
    width: 100%;
  }
  .series-pickitem-box:nth-child(1n + 1) {
	clear: left;
  }
}



.series-list-title {
  margin: 0px;
  padding: 0;
  max-height: 30px;
  overflow: hidden;
}
.series-description{
  padding: 3px 0px;

}
.series-image{
  margin-bottom: 6px;
}
