.linkmap-main {
	max-width: 1186px;
	margin: 0 auto;
}

.linkmap-title {
	color: #262626;
	font-size: 36px;
	font-weight: 500;
}

.linkmap-list-wrap {
	margin-top: 36px;
}


/*.linkmap-list-wrap a{
	display: block;
}*/

.linkmap-list-wrap li {
	min-height: 210px;
}

.list-title {
	font-size: 26px;
	color: #262626;
	font-weight: 500;
}

.list-fl {
	/*max-height: 42px;*/
	border-bottom: 1px solid #e5e5e5;
	margin-top: 10px;
}

.list-fl p {
	font-size: 18px;
	color: #6a6a6a;
	float: left;
	cursor: pointer;
	margin-bottom: 25px;
}

.list-fl p span {
	display: block;
	background-image: url(../images/map-jt.png);
	width: 9px;
	height: 6px;
	background-size: 100% 100%;
	float: left;
	margin-top: 8px;
	margin-right: 5px;
	transform: rotateZ(180deg);
	transition: 0.5s;
}

.list-link-wrap a {
	margin-top: 15px;
	margin-right: 35px;
	display: block;
	float: left;
	font-size: 18px;
}
.list-link-wrap p{
	font-size: 18px;
	text-indent: 36px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.list-show {
	display: none;
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.linkmap-main {
		max-width: 1186px;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 0 15px;
	}
}