/**
 * info_list.css
 * */

.t1-container {
	padding-bottom: 20px;
}

.t1-container .cont-scope {
	float: left;
	width: 900px;
}

.t1-container .aside-scope {
	float: right;
	width: 280px;
}

.media-list-5>li {
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}

.media-list-5>li>.media {
	display: block;
	float: left;
	width: 210px;
	height: 140px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.media-list-5>li>.media img {
	display: block;
	width: 100%;
	height: 100%;
}

.media-list-5>li>.cont {
	margin-left: 240px;
}

.media-list-5>li>.cont .title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
}

.media-list-5>li>.cont .desc {
	height: 48px;
	line-height: 24px;
	color: #888;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.media-list-5>li>.cont .other {
	margin-top: 30px;
	line-height: 20px;
	color: #bfbfbf;
}

.media-list-5>li>.cont .other span.item {
	color: #bfbfbf;
}

.media-list-5>li>.cont .other a.item {
	color: #bfbfbf;
}

.media-list-5>li>.cont .other a.item:hover {
	color: #0E92F4;
}

.media-list-5>li>.cont .other .sep {
	color: #eee;
	margin: 0 5px;
}

.media-list-5>li:last-child {
	border-bottom: none;
}

.pagination {
	padding-top: 10px;
	text-align: center;
}

.box-3 {
	background-color: #fff;
	padding: 10px 20px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.box-3>h3 {
	font-size: 20px;
	font-weight: normal;
	color: #333;
}

.box-3>ul li {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}

.box-3>ul li .title {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.box-3>ul li .other {
	line-height: 20px;
	color: #bfbfbf;
}

.box-3>ul li .other .sep {
	color: #eee;
	margin: 0 5px;
}

.box-3>ul li .other .item {
	color: #bfbfbf;
}

.box-3>ul li .other a.item:hover {
	color: #0E92F4;
}

.box-3>ul li:last-child {
	border-bottom: 0;
}