.title-nav{
	font-size: 16px;
	color: #999999;
	line-height: 40px;
	padding-top: 10px;
}
.content-nav{
	display: flex;
	justify-content: flex-start;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	padding-bottom: 12px;
}
.content-nav .classification{
	color: #999999;
}
.content-nav ul{
	display: flex;
	justify-content: flex-start;
	font-size: 16px;
	color: #333;
}
.content-nav li{
	margin:0 20px;
}
.content-nav li.on{
	color: #d51d58;
	font-weight: bold;
}

.content-box{
	padding-bottom: 30px;
}
.content-box .top{
	display: flex;
	justify-content: space-between;
}
.content-box .top .title{
	font-size: 30px;
	line-height: 50px;
	width: 200px;
}

.content-box .content-list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.content-box .content-list .content-item{
	width: 282px;
	height: auto;
	margin-right: 44px;
	margin-bottom: 20px;
}
.content-box .content-list .content-item:nth-child(4n){
	margin-right: 0px;
}
.content-box .content-list .content-item .img-box{
	width: 282px;
	height: 156px;
}
.content-box .content-list .content-item img{
	width: 100%;
	height: 100%;
}
.content-box .content-list .content-item .title{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 24px;
	margin-top: 12px;
	min-height: 48px;
}




@media screen and (max-width: 640px) {
	.title-nav {
	    padding:10px 20px 0;
	}
	.content-box .content-list {
	    padding:0 20px;
	}
	.content-box .content-list .content-item {
	    width: 100%;
	    height: auto;
	    margin-right: 0;
	    margin-top: 20px;
	}
	.content-box .content-list .content-item .img-box {
	    width: 100%;
	    height: auto;
	}
	
	
}

.pages{
    width: 1216px;
    margin: 40px auto;
    text-align: center;
    font-size: 0;
}
.search-pages{
    width: 1216px;
    margin: 40px auto 10px;
    text-align: center;
    font-size: 0;
}
.pages span {
    display: inline-block;
    margin-right: 8px;
    font-size: 16px;
}
.pages a {
    border: 1px solid #F2F2F2;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0 11px;
    margin-left: 5px;
    font-size: 16px;
}
.pages a.ac {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0 11px;
    background: #CC0445;
    color: #fff;
}
.pages .next{
    /*margin-left: 5px;*/
}
.img-box{
    position: relative;
}
.progress{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    background: rgb(153 153 153 / 60%);
    position: absolute;
    left: 0px;
    bottom: 0px;
}

/*搜索*/
.kffwtab{
    display: flex;
    margin-top: 20px;
    font-size: 16px;
}
.kffwtab .kffw-tlt{
    color: #999999;
    margin-right: 20px;
    height: 28px;
    line-height: 28px;
}
.kffwtab .kffw-list span{
    cursor: pointer;
    margin-right: 20px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
}
.kffwtab .kffw-list span.on{
    background: #fbe6e8;
    color: #d60e19;
    padding: 0 14px;
    border-radius: 5px;
}

/* 检索排序 */
.search-content .search-sort{
	margin-right: 8px;
	margin-left: 84px;
}
.search-content .search-default{
	position: relative;
	width: 100px;
	margin-top: 4px;
}
.search-content .search-default span{
	border: 1px solid #e6e6e6;
	color: #333333;
	font-size: 14px;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	display: block;
	background: url(/images/pc/arrow_down.png) no-repeat 76px 13px;
	background-size: 8px 4px;
	border-radius: 2px;
}
.search-content .search-default .search-list{
	position: absolute;
	left: 0;
	top: 32px;
	display: none;
	z-index: 999;
	width: 100px;
	/*box-shadow: 0px 3px 5px 0px #eee;*/
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);
}
.search-content .search-default .search-list .search-item {
	line-height: 32px;
	height: 32px;
	text-align: left;
	cursor: pointer;
	color: #333333;
	background-color: #ffffff;
	font-size: 14px;
	padding: 0 10px;
}

.search-content .search-default .search-list .search-item.on {
	color: #d61d56;
	background-color: #fdf2f6;
}
.search-content .search-default .search-list .search-item:hover {
	color: #d61d56;
}
.search-content-js.search-content .search-sort{
	margin-right: 8px;
	margin-left: auto;
}
.search-content-js.search-content .search-default{
	margin-top: 0px;
}
.pages-vod {
    margin: 20px 0 30px 0;
    text-align: center;
    font-size: 0;
}
.pages-vod span{
    display: inline-block;
    height:32px;
    padding:0 11px;
    line-height: 32px;
    text-align: center;
    color: #333;
    cursor: pointer;
    margin:0 4px;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #F2F2F2;
    border-radius: 2px 2px 2px 2px;
}
.pages-vod a.current{
    background: #CC0445;
    color:#fff;
}
.pages-vod span.current{
    background: #CC0445;
    color:#fff;
}
.pages-vod a{
    display: inline-block;
    height:32px;
    padding:0 11px;
    line-height: 32px;
    text-align: center;
    color: #333;
    margin:0 4px;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #F2F2F2;
    border-radius: 2px 2px 2px 2px;
}
.pages-vod span.disabled {
    color: #CCCCCC;
}
