body {
	font-family: 微软雅黑;
	margin: 0;
	min-width: 1200px;
	background: #fff;
	color: #333;
	font-size: 16px;
}

* {
	box-sizing: border-box;
}

a {
	color: #333;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.ytjd-list {
	width: 380px;
	overflow: hidden;
}

.ytjd-title {
	line-height: 30px;
	height: 30px;
	border-bottom: 1px dashed #C50C26;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 5px 0;
}

.ytjd-list dd {
	margin: 0 -2px 5px;
}

.ytjd-link {
	float: left;
	width: 33.33%;
	padding: 0 2px;
}

.ytjd-link div {
	text-align: center;
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	color: #999;
	background-color: #cfcfcf;
	cursor: default;
}

.ytjd-link div a {
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	background-color: #C50C26;
	display: block;
	width: 100%;
	height: 100%;
}

.ytjd-link div span {
	display: none;
}