/* 协会介绍 */

.itta .mi-container {

	margin-top: 40px;
	display: flex;

}



.itta-left {

	width: 218px;

	margin-right: 76px;

}



.itta-left p.list-group-item {

	height: 70px;

	line-height: 50px;

	font-size: 24px;

	color: #ffffff;

	/* color: var(--primary-background-image); */

	/* background: linear-gradient(90deg, #ba221f   0%, #ff6e6b 100%); */

	background: var(--primary-background-image,linear-gradient(90deg, #ba221f   0%, #ff6e6b 100%));

}



.itta-left a.list-group-item.active {

	background: #ffffff;

	border: 1px solid #ddd;

	/* color: #ba221f; */

	color: var(--primary-color);

}



.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: #ba221f;

	color: var(--primary-color);

}



.itta-right .itta-title:before {

	content: "";

	display: block;

	width: 10px;

	height: 28px;

	background-color: #ba221f;

	background-color: var(--primary-color);

	position: absolute;

	left: 0px;

	top: 0;

}



.itta-right .itta-title:after {

	content: "";

	display: block;

	width: 94px;

	height: 2px;

	background-color: #ba221f;

	background-color: var(--primary-color);

	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;

	text-align: center;

	font-size: x-large;

    font-family: cursive;

}



.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;

}

.itta-con-main{

	width: 100%;

	height: 360px;

	/* margin-left: 40px; */
	display: flex;

}

.itta-main{

	width: 80%;

	height: 350px;

	/* text-align: center; */
	margin-left:30px

}

.itta-main>p{

	display: inline-block;

	margin-bottom: 5px;

}

.itta-main .itta-con-leader{

	/* width: 100px; */

	font-family: cursive;

	font-size: 19px;

	font-weight: 700;

	/* letter-spacing:6px; */

	display: inline-block;

}

.itta-con-people{

	/* display: flex; */

}

.itta-people{

	font-family: cursive;

	font-size: 17px;

	font-weight: 500;

}

.itta-lead{

	margin-bottom: 10px;

}













/* table{

	width: 100%;

}

table tr th{

	font-family: "宋体";

	padding: 10px 10px;

	text-align: center;

	border:1px solid black;

}

table tr td {

	font-family: "宋体";

	text-align: center;

	padding: 8px 8px;

}

.itta-con-title-eig {

	color: #111111;

    font-weight: bold;

    text-align: center;

    font-size: x-large;

    font-family: cursive;

}

.first{

	color: #111111;

    text-align: center;

    font-size: large;

    font-family: cursive;

} */

