.content {
	margin-top: 580px;
	margin-left: 16px;
	margin-right: 16px;
	background-color: #fff;
	padding-bottom: 20px;
	min-height: 500px;
}

.content>.title {
	width: 1168px;
	margin-left: 25px;
	margin-bottom: 30px;
	color: #fff;
	line-height: 60px;
	font-size: 20px;
	padding-left: 25px;
	font-weight: bold;
	background-image: linear-gradient(to right, red, yellow);
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis img {
	vertical-align: text-bottom;
}

.list:after, .list>.item:after {
	clear: both;
	display: table;
	content: " ";
}

.list {
	width: 1250px;
	margin-left: 12px;
}

.list>.item {
	margin-top: 20px;
	font-size: 21px;
	line-height: 40px;
	margin-left: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #ccc solid;
	float: left;
	width: 1160px;
}

.list>.item>.img {
	width: 158px;
	float: left;
	padding-right: 30px;
}

.list>.item>.img>img {
	width: 158px;
	height: 209px;
}

.name {
	font-size: 19px;
	font-weight: bold;
}

.name a {
	width: 800px;
	display: inline-block;
}

.img+.info {
	width: 970px;
	float: left;
}

.img+.info .name a {
	width: 700px !important;
}

.introduction, .introduction>a {
	font-size: 17px;
	text-indent: 2em;
	line-height: 28px;
}

span.time {
	float: right;
	font-size: 13px;
	color: #888;
	font-weight: normal;
	padding-right: 10px;
}

.paging {
	overflow: hidden;
	width: 95%;
	margin: auto auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.paginglf {
	float: left;
	font-size: 16px;
	margin-top: 10px;
}

.pagingrf {
	float: right;
}

.paginglf select {
	display: inline-block;
	font-size: 16px;
}

.pagingrf a {
	display: inline-block;
	float: left;
	width: 44px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	background: #f6f6f6;
	border: solid 1px #ddd;
	margin-right: 10px;
	cursor: pointer;
}

.pagingrf .fy {
	width: 80px;
	background: #fff;
}

.pagingrf .fymar {
	margin-right: 0px;
}

.paging .clik {
	background: #cc0000;
	color: #fff;
}

nav {
	display: block;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination>li {
	display: inline;
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus,
	.pagination>li>span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover,
	.pagination>.active>span:hover, .pagination>.active>a:focus,
	.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover,
	.pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover,
	.pagination>.disabled>a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

@media ( max-width : 768px) {
	.content {
		margin-left: 0px;
		margin-right: 0px;
		background-color: #fff;
		padding-bottom: 20px;
		min-height: 500px;
		margin-top: 60vw;
	}
	.content>.title {
		width: auto;
		margin-left: 0px;
		margin-bottom: 30px;
		color: #fff;
		line-height: 60px;
		font-size: 20px;
		padding-left: 25px;
		font-weight: bold;
		background-image: linear-gradient(to right, red, yellow);
	}
	.ellipsis {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.ellipsis img {
		vertical-align: text-bottom;
	}
	.list:after, .list>.item:after {
		clear: both;
		display: table;
		content: " ";
	}
	.list {
		width: auto;
		margin-left: 12px;
		margin-right: 12px;
	}
	.list>.item {
		margin-top: 20px;
		font-size: 21px;
		line-height: 30px;
		margin-left: 0px;
		padding-bottom: 20px;
		border-bottom: 1px #ccc solid;
		float: left;
		width: 100%;
	}
	.list>.item>.img {
		/* display: none; */
		width: 105px;
		float: left;
		padding-right: 10px;
	}
	.list>.item>.img>img {
		width: 105px;
		height: 139px;
		/* display: none; */
	}
	.name {
		font-size: 19px;
		font-weight: bold;
	}
	.name a {
		width: auto;
		display: inline-block;
	}
	.img+.info {
		width: calc(100% - 115px);
		float: right;
	}
	.img+.info .name a {
		width: 100% !important;
		display: inline-block;
	}
	.introduction, .introduction>a {
		font-size: 14px;
		text-indent: 2em;
		line-height: 28px;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 110px;
	}
	span.time {
		float: right;
		font-size: 13px;
		color: #888;
		font-weight: normal;
		padding-right: 10px;
		display:none;
	}
	.paging {
		display: none;
		overflow: hidden;
		width: 95%;
		margin: auto auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.paginglf {
		float: left;
		font-size: 16px;
		margin-top: 10px;
	}
	.pagingrf {
		float: right;
	}
	.paginglf select {
		display: inline-block;
		font-size: 16px;
	}
	.pagingrf a {
		display: inline-block;
		float: left;
		width: 44px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 16px;
		background: #f6f6f6;
		border: solid 1px #ddd;
		margin-right: 10px;
		cursor: pointer;
	}
	.pagingrf .fy {
		width: 80px;
		background: #fff;
	}
	.pagingrf .fymar {
		margin-right: 0px;
	}
	.paging .clik {
		background: #cc0000;
		color: #fff;
	}
	.pagination {
		padding-left: 12px;
	}
}

@media ( min-width : 768px) {
	.pagination {
		display: none;
	}
}