﻿@charset "utf-8";
/* list */
.list-card { padding: 0 10px;}
.list-card .list-item {
    width: 228px;
    height: 48px;
    margin-top: 10px;
    margin-left: 10px;
}
.list-card .list-item:nth-child(5n+1) { margin-left: 0;}
.list-card .list-item div {
    background-color: #fefefe;
}
/* list */

/* location */
.location { margin-bottom: 0;}
/* location */

/* title */
.title-bmjy {
	position: relative;
	margin: 0 10px;
	padding-top: 25px;
	padding-bottom: 10px;
	line-height: 34px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #355e92;
}
.title-bmjy:before ,
.title-bmjy:after {
	content: '';
	position: absolute;
	width: 500px;
	height: 3px;
	top: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.title-bmjy:before { left: 0;}
.title-bmjy:after { right: 0;}
/* title */