.list-box {
	width: 1160px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 15px auto 30px auto;
}

.list-r {
	width: 830px;
}

.box-sizing {
	box-sizing: border-box;
}

.list-m {
	transition: all .3s ease-out 0s;
	border-radius: 2px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
	background: #fff;
	border: 1px solid #ddd;

}

.box-a {
	display: flex;
	align-items: center;
	padding: 15px;
	border-bottom: 1px solid #ddd;
}

.img-box {
	width: 200px;
	height: 150px;
	overflow: hidden;
	margin-right: 15px;
}

.img_i {
	width: 200px;
	height: 150px;
}

.image_inner {
	width: 100%;
	height: 100%;
}

.title {
	width: 540px;
	font-size: 18px;
	color: #333;
	height: 48px;
	overflow: hidden;
}

.title span {
	padding: 1px 8px 1px 7px;
	border: 1px solid;
	border-radius: 3px;
	font-size: 14px;
	margin-right: 10px;
	color: #fb3233;
	background: rgba(251, 50, 51, .01);
	position: relative;
	top: -1px;
	cursor: default;
	white-space: nowrap;
}

.l_center {
	font-size: 14px;
	color: #999;
	margin-top: 15px;
	margin-bottom: 50px;
}

.l_p {
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 12px;
	color: #999;
}

.list-l {
	width: 314px;
	height: auto;
}

.le-o {
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #eee;
	transition: all .3s ease-out 0s;
	border-radius: 2px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
	position: relative;
}

.le-o::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: 0;
	width: 0;
	display: block;
	border: 16px solid transparent;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-color: #c11e22;
	z-index: 10;
}

.zjfb {
	font-size: 22px;
	padding: 10px 0;
	height: 42px;
	line-height: 42px;
	margin: 0 15px;
	border-bottom: 1px solid #eee;
	color: #484848;
	font-weight: 400;
	position: relative;
	margin-bottom: 10px;
}

.zjfb::before {
	position: absolute;
	width: 60px;
	height: 2px;
	content: "";
	background: #000;
	left: 0;
	bottom: 0;
	transition: all .5s ease;
}

.zjfb-ul {
	display: flex;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.indexs {
	color: #bbb;
	font-size: 20px;
	letter-spacing: .91px;
	line-height: 38px;
	font-weight: 700;
	width: 31px;
	display: inline-block;
	transition: .3s ease-in-out;
}

.zjfb-icon {
	display: inline-block;
	background: url("../img/sprite.png");
	background-position: -206px 0;
	width: 13px;
	height: 31px;
	margin-top: 4px;
}

.g-name {
	flex: 1;
	height: 40px;
	line-height: 20px;
	display: -webkit-box;
	overflow: hidden;
	padding-left: 5px;
	font-size: 14px;
	color: #333;
}

.zjfb-ul:nth-child(2) .indexs {
	color: #ef7900;
}

.zjfb-ul:nth-child(3) .indexs {
	color: #2775a7;
}

.zjfb-ul:nth-child(4) .indexs {
	color: #1bb4bb;
}

.zjfb-ul:nth-child(5) .indexs {
	color: #b997b3;
}

.le-t {
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #eee;
	transition: all .3s ease-out 0s;
	border-radius: 2px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
	position: relative;
}

.le-t::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: 0;
	width: 0;
	display: block;
	border: 16px solid transparent;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-color: #c11e22;
	z-index: 10;
}

.bqlb {
	font-size: 22px;
	padding: 10px 0;
	height: 42px;
	line-height: 42px;
	margin: 0 15px;
	border-bottom: 1px solid #eee;
	color: #484848;
	font-weight: 400;
	position: relative;
	margin-bottom: 10px;
}

.bqlb::before {
	position: absolute;
	width: 60px;
	height: 2px;
	content: "";
	background: #000;
	left: 0;
	bottom: 0;
	transition: all .5s ease;

}

.bqlb-ul {
	margin: 15px 8px 10px 8px;
	padding: 0 2px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bqlb-ul-li {
	height: 32px;
	text-align: center;
	padding: 0 3px;
	border: 1px solid #ccc;
	background: #fafafa;
	border-radius: 2px;
	font-size: 12px;
	transition: .3s ease-in-out;
	table-layout: fixed;
	word-break: break-all;
	float: left;
	width: 29%;
	line-height: 32px;
	margin: 0 2px 8px 2px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.bqlb-ul-li:nth-child(1),.bqlb-ul-li:nth-child(7){
	color: aqua;
}
.bqlb-ul-li:nth-child(2),.bqlb-ul-li:nth-child(9){
	color: #1bb4bb;
}
.bqlb-ul-li:nth-child(3),.bqlb-ul-li:nth-child(6){
	color: #b997b3;
}
.bqlb-ul-li:nth-child(4),.bqlb-ul-li:nth-child(8){
	color: #ef7900;
}