.branch-list{
	width: 100%;
}
.branch-item{
	width: calc((100% - 30px) / 2);
	height: 60px;
	border: 1px solid rgba(43, 123, 199, 0.5);
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 20px;
	cursor: pointer;
	padding: 0 20px;
	margin-left: 30px;
}
.branch-item:nth-child(2n + 1) {
	margin-left: 0px;
}
.branch-item:hover{
	color: #fff !important;
	background-image: url('../img/item_lan.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: none;
}