
/* 机构简介 */
.tars-introduction{
	padding: 40px 0;
}
.tars-introduction .tars-container{
	display: flex;
	justify-content:flex-start;
}
.tars-introduction .tars-container > div{
	width: 50%;
}
.tars-introduction-img{
	padding: 0 20px;
}
.tars-introduction-img div{
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tars-introduction-text b{
	font-size: 25px;
	display: block;
	margin-bottom: 10px;
	color: #4353A3;
}
.tars-introduction-text p{
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp:10;
	word-break:break-all;
	display:-webkit-box;
	-webkit-box-orient:vertical;
}
/* 社会服务 */
.tars-sociology{
	padding: 40px 0;
}
.tars-sociology .tars-container{
	display: flex;
	justify-content:flex-start;
}
.tars-sociology .tars-container > div{
	width: 50%;
}
.tars-sociology-img{
	padding: 0 20px;
}
.tars-sociology-img div{
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tars-sociology-text > b{
	font-size: 25px;
	display: block;
	margin-bottom: 10px;
	color: #4353A3;
}
.tars-sociology-text p{
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break:break-all;
	display:-webkit-box;
	-webkit-box-orient:vertical;
}




/* 领导简介 */
.tars-leader .tars-container > b{
	font-size: 20px;
	color: #4353A3;
	display: block;
	padding: 20px 0;
}
.tars-leader-nav {
	border-radius: 2px;
	position: relative;
	margin-bottom: 20px;
}
.tars-leader-nav ul{
	height: 37.6px;
	margin-left: 0;
	padding-right: 50px;
	margin-bottom: 0;
	overflow: hidden;
}
.EXH-height{
	height: auto !important;
}
.tars-leader-nav li{
	color: #6c6c6c;
	line-height: 38px;
	padding: 0 15px !important;
	font-weight: 600;
	font-size: 16px;
}
.tars-leader-nav li:hover{
	color: #4353A3;
}
.tars-leader-nav .this-leader{
	color: #ffffff !important;
	background-color: #4353A3;
	border-radius: 10px;
}

.tars-leader-content{
	display: flex;
	justify-content: start;
	padding: 50px 30px;
	box-shadow: 1px 1px 5px #828282;
	border-radius: 18px;
}
.tars-leader-left{
	width: 350px;
	padding: 0 50px;
	text-align: center;
}
.tars-leader-left > div{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
.tars-leader-left .tars-leader-name{
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	color: #4353A3;
	padding: 10px 0 0px;
	margin: 0;
}
.tars-leader-left .tars-leader-type{
	font-size: 16px;
	color: #797979;
}
.tars-leader-right{
	width: calc(100% - 350px);
}
.tars-leader-right p{
	color: #7c7c7c;
	font-size: 16px;
	line-height: 25px;
}


/* 成员区域图 */
.tars-member-content{
	width: 100%;
	padding: 40px;
	box-shadow: 1px 1px 6px #a0a0c6;
	margin-top: 50px;
	border-radius: 14px;
}
.tars-member-content b{
	color: #4353A3;
	font-size: 20px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.tars-member-content p{
	font-size: 16px;
	color: #797979;
	line-height: 28px;
}
.tars-member-content img{
	width: 100%;
}



/* 自适应 */
@media (max-width: 768px){
	
	/* 简介 */
	.tars-introduction .tars-container{
		flex-direction: column-reverse;
	}
	.tars-introduction .tars-container > div{
		width: 100%;
	}
	.tars-introduction-img{
		padding: 0 10px;
	}
	.tars-introduction-text b{
		text-align: center;
	}
	.tars-introduction-text p{
		padding: 0 10px;
	}
	.tars-sociology .tars-container{
		flex-direction: column;
	}
	.tars-sociology .tars-container > div{
		width: 100%;
	}
	.tars-sociology-img{
		padding: 0 10px;
	}
	.tars-sociology-text b{
		text-align: center;
	}
	.tars-sociology-text p{
		padding: 0 10px;
	}
	
	
	/* 领导简介 */
	.tars-leader .tars-container > b{
		font-size: 20px;
		color: #4353A3;
		display: block;
		padding: 20px 10px;
	}
	.tars-leader-nav {
	    height: 38px;
	    overflow-x: auto;
	    white-space: nowrap;
	}
	.tars-leader-nav ul {
	    overflow: auto;
	    padding-right: 0;
	}
	.tars-leader-nav{
		height: 38px;
		overflow-x: auto;
		white-space:nowrap;
	}
	.tars-leader-nav ul{
		overflow: auto;
		padding-right: 0;
	}
	.tars-leader-nav::-webkit-scrollbar{
		display: none;
	}
	.tars-leader-nav ul::-webkit-scrollbar{
		display: none;
	}
	.tars-leader-content{
		display: block;
	}
	.tars-leader-left{
		width: 100%;
		padding: 0 30px;
	}
	.tars-leader-right{
		width: 100%;
	}
	
	
	/* 成员区域图 */
	.tars-member-content{
		box-shadow: 1px 1px 0px #ffffff;
		margin-top: 0px;
	}
	
}