﻿.lists-default.tags .pull-left .hd-title {
	height: 40px;
	padding: 0 10px;
	background-color: #33c0d0;
	
}

.lists-default.tags .pull-left  .hd-title {
	padding-top:5px;
}
.lists-default.tags .pull-left  .hd-title ul li {
	display:block;
	float:left;
	color: #fff;
	line-height: 40px;
	font-size: 16px;
	margin-right:15px;
}

.lists-default.tags .pull-left  .hd-title ul li a {
	color: #fff;
}
.lists-default.tags .pull-left  .hd-title ul li.on a {
	color: #222;
}
.lists-default.tags .pull-left  .hd-title ul li.on {
	background-color: #fff;
	color: #333;
	padding:0 10px;
}

.breadcrumb cite{
	display:block;
	float:right;
	line-height: 40px;
	color: #fff;
	height: 40px;
	max-width: 800px;
	overflow: hidden;
}
.breadcrumb cite a {
	color:#2A78B4;
	font-size: 12px;
	padding-left: 5px;
	display:inline-block;
}
.breadcrumb cite span {
	display:inline-block;
	background: none;
	margin-left:0;
	margin-top:0;
	padding: 0;
}
.lists-default.tags .main .pull-left {
	margin-bottom:20px;
}

.lists-default.tags .pull-left  .hd-title span {
	display:block;
	float:left;
	background-color: #f66;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 32px;
    margin-left:5px;
    margin-top:5px;
}

.lists-default.tags .pull-left .bd {
	background-color: #fff;
	padding:0 15px;

}
.list-img {
	width: 121px;
	height: 91px;
	display:block;float:left;
	margin-right:10px;
	overflow:hidden;
	text-align: center;
}
.list-img img{
	max-height: 91px;	
}
.list-box {
	border-bottom: dashed 1px #f1f2f6;
	padding:15px 0;
}
.list-right {
	width: 699px;
	display:block;
	float:left;
	position:relative;
}
.list-right .btn {
	position:absolute;
	right: 0;
	top: 10px;
	background-color: #11c382;
	border-radius: 4px;
}

.list-right:hover .btn{
	color: #fff;
	background-color: #13d68f;
}
.lists-default .bd-content .star-bar-show_2.size-M {
	width: 85px;
	height: 15px;
	overflow: hidden;
}

.lists-default .bd-content .star-bar-show_2.size-M .star {
	/* background-size: 17px 15px; */
    height: 15px;
}
.lists-default .bd-content .meta{
	height: 14px;
	overflow:hidden;
	color: #666;
	padding-bottom:10px;
	padding-top:5px;

}
.lists-default .list-title h2 {
	width: 80%;
	 overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lists-default .list-title {margin-bottom:5px;}
.lists-default .bd-content .meta em {
	display:block;float:left;
	margin-right:10px;
}

.lists-default .bd-content .meta em span {
	display:block;
	float:left;
}
.list-bdcontent {
	color: #999;
}

/*17-02-16tas星星不显示补丁*/
.star-bar-show_2.size-M {
    width: 85px;
    height: 15px;
}
.star-bar-show_2.size-M .star {
    /* background-size: 17px 15px; */
	height: 15px;
	padding-left: 0;
}
.lists-default  .meta{
	height: 14px;
	overflow: hidden;
	padding:5px 0;
}
.lists-default  .meta em,.lists-default  .meta span ,.lists-default  .meta time{
	display: block;
	float: left;
}
.lists-default  .meta span,.lists-default  .meta em {
	padding-left: 10px;
}

/*特别推荐*/
.list-recom {
	background-color: #fff;
	padding: 15px;
}
.list-recom .hd-title{
    background-color: #fffff0!important;
    height: 34px!important;
    border:1px solid #f1f2f6;
    border-bottom: dashed 1px #ddd;
    padding:0 10px;
    color: #963;
    font-size: 14px;
    font-weight: bold;
    padding-top: 0!important;

}

.list-recom .hd-title h3 {
        line-height: 35px!important;
        font-weight: bold;
}
.list-recom .bd-content {
    padding: 5px 15px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    border:1px solid #f1f2f6;
    border-top:none;
}
.list-recom .bd-content dl {
	display:block;
	float:left;
	width: 70px;
	padding:0 22px;
	overflow:hidden;
}
.list-recom .bd-content dl dt img {
	width: 70px;
	height: 70px;
}
.list-recom .bd-content dl dd {
	text-align: center;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.soft-class {
background-color: #fff;
padding:15px;

}
.soft-class dl dt {	
	display:block;
	float:left;
	font-size: 14px;
	color: #f60;
	line-height: 14px;
	height: 100%;
	padding-top:5px;
}

.soft-class dl dd {
	float:right;
	display:block;
	width: 88%;
}

.soft-class dl dd ul li {
	display:block;
	float:left;
	padding: 5px 10px;
}
.soft-class dl dd ul li.on {
	background-color: #33c0d0;
	color: #fff;
	border-radius: 4px;


}
.soft-class dl dd ul li.on a {
	color: #fff;
}