@charset "utf-8";
/* list */
.list-card .list-item {
	float: left;
	width: 48.116%;
}
.list-card .list-item:nth-child(even) { float: right;}
.box-xxgk .list-card .list-item div {
	background-color: #5db0c5;
	border: .05rem solid #5db0c5;
}
.box-zdly .list-link .list-item {
	font-size: 1.6rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0 .3rem;
} 
.list-ld > .list-cnt > .list-pic {
	float: left;
	padding: .5rem;
	line-height: 0;
	border: 1px solid #e6e6e6;
}
.list-ld > .list-cnt > .list-pic img {
	width: 9.5rem;
	height: 13.5rem;
}
.list-ld > .list-cnt > .list-title {
	display: block;
	margin-left: 12.5rem;
	padding-top: 1.2rem;
	line-height: 3.8rem;
	font-weight: bold;
	color: #355e92;
}
.list-ld > .list-cnt > .list-info {
	margin-left: 12.5rem;
	padding-top: .8rem;
	line-height: 2.4rem;
	font-size: 1.6rem;
	color: #999;
}
.list-ld > .list-cnt > .list-item {
	display: inline-block;
	min-width: 3em;
	margin: 0 1.5rem;
	line-height: 4.2rem;
	font-size: 1.6rem;
	color: #333;
}
.list-ld > .list-title {
	position: relative;
	padding-top: 1.2rem;
	padding-left: .8rem;
	line-height: 3.3rem;
	color: #355e92;
	border-bottom: 1px solid #ccc;
}
.list-ld > .list-title:before {
	content: "鈻�;
	position: absolute;
	bottom: -.8rem;
	left: 3rem;
	width: 100%;
	height: 1rem;
	line-height: 1rem;	
	font-size: 1rem;
	color: #355e92;
	transition: .5s all;
	overflow: hidden;
}
.list-ld > .list-title + .list-cnt { padding-top: 1.1rem;}
/* list */

/* tab */
.box-ldzc .tab.tab-card .tab-trigger:after {
	left: 0;
	right: 0;
}
.box-ldzc .tab .tab-trigger-item {
	width: 100%;
	padding: 0;
	font-size: 1.6rem;
}
.box-ldzc .tab .tab-trigger-item.current:before { color: #fff;}
/* tab */

/* title */
.title {
	padding-left: 1.5rem;
	background: url(/mimages/icon_line_b.png) no-repeat .3rem 1.4rem;
	background-size: 0.4rem 1.2rem;
}
.box-ldzc .title { background-image: url(/mimages/icon_line_r.png);}
.box-ldzc .title .title-cnt { color: #ca3826;}
/* title */