.elli-s {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	max-width: 100%;
	overflow: hidden;
}

.elli-m {
	display: -webkit-box;
	white-space: normal;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	overflow: hidden;
}

.yjzjlist {
	width: 100%;
}

.yjzjlist li {
	width: 100%;
	padding: 1.75em 0;
	border-bottom: 1px dashed #CCCCCC;
}

.status {
	float: left;
	width: 4.5625em;
	height: 4.5625em;
	display: inline-block;
	background: url(../images/jxz.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 0.9375em;
	position: relative;
}

.status p {
	position: absolute;
	bottom: 0.1875em;
	width: 100%;
	text-align: center;
	color: #2354AF;
	font-size: 0.875em;
}

.status.yjs {
	background: url(../images/yjs.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.dc .status {
	float: left;
	width: 4.5625em;
	height: 4.5625em;
	display: inline-block;
	background: url(../images/dc_jxz.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 0.9375em;
	position: relative;
}
.dc .status.yjs {
	background: url(../images/dc_yjs.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.status.yjs p {
	color: #97B0C7;
}

.zjcont {
	width: 70%;
	float: left;
}

.zjcont h2 {
	/** æ–‡æœ¬1 */
	font-size: 1.125em;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 24px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	margin-top: 0.375em;
}

.zjcont p {
	color: #808080;
	margin-top: 1em;
}

.zjright {
	float: right;
}

.zjright a {
	width: 8.4375em;
	height: 3.25em;
	display: inline-block;
	line-height: 3.25em;
	background: #EDF7FF;
	border: 1px solid #C8E2FA;
	text-align: center;
	font-size: 1em;
	color: #333333;
	margin-top: 10px;
}

.zjright a:nth-child(2) {
	margin-left: 1em;
}

.zjright a img {
	width: 1.4375em;
	margin-right: 0.625em;
	vertical-align: middle;
}
.dc .zjright a{
	background: #FCF4EB;
	border: 1px solid #F5C89A;
}

@media (max-width:1480px) {
	.zjcont {
		width: 60%;
	}
}

@media (max-width:992px) {
	body {
		font-size: 14px;
	}
	.elli-s {
		white-space: normal;
	}
	.yjzjlist li {
		padding-left: 5em;
		box-sizing: border-box;
		position: relative;
	}
	.yjzjlist li .status {
		position: absolute;
		left: 0px;
		top: 1.2rem;
	}
	.yjzjlist li .status {
		position: absolute;
		left: 0px;
		top: 1.2rem;
	}
	.yjzjlist li .zjcont {
		width: 100%;
	}
}

@media (max-width:450px) {
	body {
		font-size: 12px;
	}
	.zjcont h2 {
		margin-top: 0;
	}
}