.Universal-title{
	float: left;
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-family: "KaiTi";
	color: #9b1313;
	background: url(../img/title-bg.png) no-repeat;
	text-align: center;
	width: 160px;
	line-height: 51px;
	font-weight: bold;
}
.Universal-more{
	float: right;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	color: #9a2316;
	cursor: pointer;
	line-height: 51px;
}
.Universal-more:hover{
	color: #fc2710;
}
.qk-box{
	margin-top: 28px;
}
.qk{
	width: 180px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 18px;
	margin-right: 18px;
}
.qk-img-box{
	width: 180px;
	height: 240px;
	border: 1px solid #bdb3a2;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.qk-img-box img{
	width: 100%;
	height: 100%;
}
.qk-img-box img:hover{
	transform: scale(1.05);
}
.qk-name{
	text-align: center;
	display: block;
	margin-top: 5px;
	cursor: pointer;
	color: #333;
	font-family: "Microsoft YaHei";
	font-size: 16px;
}
.qk-name:hover{
	color: #d2311f;
}
.qk-cont{
	margin-top: 24px;
	width: 1298px;
	border: 1px solid #bdb3a2;
	background: #fcf2e1;
}
.ts{
	width: 220px;
	margin-left: 19px;
	margin-right: 19px;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ts-img-box{
	width: 220px;
	height: 250px;
}
.ts-name{
	width: 220px;
	height: 40px;
	line-height: 40px;
	background: #f6dcb3;
	margin-top: 0;
	border: 1px solid #bdb3a2;
	border-top: none;
	color: #6a3409;
}
.qt{
	width: 228px;
	margin-left: 15px;
	margin-right: 16px;
}
.qt-img-box{
	width: 228px;
	height: 280px;
}
