.category_div a{
	
	display:inline-block;
}
.size-full{
	width:100%;
	height: auto;
}

.music_content .album .col01 .action div {
  
    width: 20px;
    height: 20px;
   
}
.music_content .album .col01 .action div.active:after {

    width: 10px;
    height: 10px;
    left: 4px;
    top: 4px;
}
.news_content .list_item .item .outer .info .sub_title::after {

    position: absolute;
    background: #ff012b;
    height: 2px;
    width: 35px;
    content: '';
    left: 0;
    bottom: -3px;

}
.news_content .list_item .item .outer .info .sub_title {
margin-bottom:20px;
    position: relative;
}
.news_content .list_item .item .outer .info .datetime {

    display:none;

}