@charset "utf-8";
/* list */
.list-card .list-item {
    height: 6rem;
    line-height: 5.9rem;
    margin: 0;
    margin-bottom: 1rem;
}
.list-card .list-item div {
	padding: 0 1.2rem;
	color: #333;
	text-align: left;
	background-color: #fff;
	border: 1px dashed #ddd;
}
.list-card .list-item div:first-child {
	color: #fff;
	background-color: #355e92;
	border-color: #355e92;
}
/* list */

/* title */
.title-jy {
	position: relative;
	height: 5rem;
	line-height: 5rem;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color: #355e92;
}
.title-jy:before ,
.title-jy:after {
	content: '';
	position: absolute;
	width: 9rem;
	height: .6rem;
	top: 2.2rem;
	border-top: .1rem solid #ddd;
	border-bottom: .1rem solid #ddd;
}
.title-jy:before { left: 0;}
.title-jy:after { right: 0;}
/* title */