.list_all {
	width: 100%;
	min-width: 1400px;
}
.list_con {
	margin: 0 auto;
	width: 1400px;
	padding-bottom: 70px;
}
.luj {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #e2e2e2;
}
.luj .luj_nav {
	width: 100%;
	line-height: 35px
}
.luj .luj_nav img {
	border: none;
    vertical-align: middle;
}
.luj .luj_nav span {
	padding-left: 5px;
	color: #303030;
	font-size: 16px;
}
.luj .luj_nav span a {
	color: #303030;
	font-size: 16px;
}
.nrong {
	width: 100%;
	margin-top: 20px;
}

.list_txt {
	display: inline-block;
	width: 48%;
	margin: 25px 12px 0 12px;
	padding: 20px;
	border: 1px solid #ececec;
	/*border-bottom: 1px solid #e2e2e2;*/
}
.list_img {
	float: left;
	width: 25%;
}
.list_img a {
	display: block;
}
.list_img a img {
	display: block;
	width: 100%;
	height: 160px;
	object-fit: cover;	
	border-radius: 5px;
}

.list_info {
	float: right;
	width: 71%;
}
.info_con {
	width: 100%;
}
.info_con ul {
	
}
.info_con ul li {
	line-height: 35px;
	list-style: none;
}
.info_con ul li h3 {
	font-size: 22px;
	padding: 10px 0 10px 0;
}
.info_con ul li span {
	font-size: 18px;
	letter-spacing: 1px;
	color: #303030;
}
.info_con ul li a {
	font-size: 18px;
	color: #303030;
}

.info_more {
	width: 100%;
	margin-top: 20px;
	
}
.info_more a:hover {
	transform: scale(1.1);
}
.info_more a {
	float: right;
	border-radius: 5px;
	padding: 10px 0;
	width: 30%;
	display: block;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	background-color: #1a619d;
	color: #FFFFFF;
	transition: transform 0.5s ease;
}
