.col-8 {
    width: 14.28%;
}
.col-7 {
    width: 12.5%;
}

.homelist {
    padding-left: 0;
    list-style-type: none;
    float: left;
}
.section-title-1 {
    border-left: solid 1px #DDDDDD;
}
.section-title {
padding: 8px;
    font-size: 13px;
    text-align: center;
    background-color: #fff;
    display: block;
}
.today-focus-title {
    background-color: #E50020;
    border-color: #E50020;
    color: #fff;
}
.section-item {
    position: relative;
    padding: 5px;
    border: solid 1px transparent;
    border-width: 0 1px;
}
.section-item-inner {
    position: relative;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #DEE3EB;
}
.section-item-photo {
    position: relative;
    min-width: 60px;
    min-height: 60px;
    background-color: #efefef;
    overflow: hidden;
}
.section-item-photo img {
    width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: auto;
}

.toon-adult {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    background-color: #e50020;
    padding: 3px;
    color: #fff;
    font: normal 12px Arial;
    width: 20px;
    height: 20px;
}

.season_end{position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    background-color: #3498DB;
    padding: 3px;
    color: #fff;
    font: normal 12px Arial;
    width: 55px;
    height: 23px;
}
.toon-rest {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 10;
    background-color: #e50020;
    padding: 1px;
    color: #fff;
    font: normal 12px Arial;
    width: 29px;
    height: 20px;
}
.toon-up {
    position: absolute;
    /*top: 81%;*/
	bottom:-1px;
    left: 0px;
    z-index: 10;
    background-color: rgba(229,0,32,0.7);
    padding: 6px;
    color: #fff;
    font: bold 14px Arial;
    width: 100%;
    height: 30px;
    text-align: center;
}
.section-item-title {
    /*padding: 10px 5px 5px 5px;*/
	padding: 6px 5px 5px 5px;
}
a:link, a:visited {
    color: #000;
    text-decoration: none;
}
.section-item-title h3 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    color: #555555;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	
	line-height:normal;
}
.section-item-addon {
    padding: 2px 5px 5px 5px;
    color: #AAAAAA;
	min-height:27px;
}
.pull-right {
    float: right!important;
}
.section-item-addon i {
    color: #E50020;
    margin-right: 3px;
}
.toon-summary {
    position: absolute;
    background-color: rgba(0,0,0,.6);
    z-index: 5;
    display: none;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 27px 7px 7px 7px;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
    line-height: 21px;
    font-size: 13px;
}
.toon-more span {
    display: none;
}
@media (min-width: 992px){
	.list-row {
		width: 12.5%;
		float:left;
	}
}
@media (min-width: 600px){
	.list-row {
		width: 12.5%;
		float:left;
	}
}

.list-container {
    overflow: hidden;
    margin-right: -10px;
    margin-bottom: 0px;
}

.toon_gen{
	font-size: 13px;
    color: #8fa6c0 !important;
    font-weight: bold;
    padding-left: 5px;
	margin-top: -5px;
	white-space: nowrap;
    overflow: hidden;
}