/* 协会介绍 */
.itta .mi-container {
	margin-top: 40px;
}

.itta-left {
	width: 218px;
	margin-right: 76px;
}

.itta-left p.list-group-item {
	height: 70px;
	line-height: 50px;
	font-size: 24px;
	color: #ffffff;
	background: linear-gradient(90deg, #0C4EA2 0%, #1371ED 100%);
}

.itta-left a.list-group-item.active {
	background: #ffffff;
	border: 1px solid #ddd;
	color: #0d54b2;
}

.itta-right {
	width: 906px;
	padding: 30px 40px;
	background-color: #ffffff;
	margin-bottom: 40px;
}

.itta-right .itta-title {
	padding-left: 24px;
	padding-bottom: 27px;
	border-bottom: 2px solid #DDDDDD;
	position: relative;
	color: #0D54B2;
}

.itta-right .itta-title:before {
	content: "";
	display: block;
	width: 10px;
	height: 28px;
	background-color: #0D54B2;
	position: absolute;
	left: 0px;
	top: 0;
}

.itta-right .itta-title:after {
	content: "";
	display: block;
	width: 94px;
	height: 2px;
	background-color: #0D54B2;
	position: absolute;
	left: 0px;
	bottom: -2px;
}

.itta-right .itta-content {
	padding-top: 32px;
	padding-left: 24px;
	line-height: 1.6;
}

.itta-right .itta-content .itta-con-title {
	color: #111111;
	font-weight: bold;
	margin-bottom: 6px;
}

.itta-right .itta-content>p:not(.itta-con-title) {
	text-indent: 2em;
	margin-bottom: 10px;
	font-size: 14px;
}

#abouts .itta-content {
	line-height: 2.4;
}

#abouts .itta-content .itta-con-label {
	margin-left: 68px;
}

#abouts .itta-right .itta-content img {
	width: 16px;
}
.itta-right .itta-content .abouts-img>img{
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.itta-right .map-conainer {
	margin-top: 28px;
}

#map {
	width: 100%;
	height: 374px;
}
