
/*理事会 */
.art-view{
	line-height: 1.2;
	margin-top: -10px;
}
.art-view p{
	color: #bababa;
}
.ls-cell{
	padding: 15px 0;
	margin-bottom: 20px;
	border-bottom: 1px dashed #e5e5e5;
}
.ls-cell:last-child{
	border-bottom: 0;
}
.ls-head{
	margin-bottom: 5px;
	color: #1862c6;
	font-size: 24px;
	margin-left: -10px;
}
.ls-cell .ls-title{
	font-size: 16px;
	color: #1862c6;
	padding-left: 12px;
	border-left: 3px solid #1862c6;
	line-height: 1;
}
.ls-list{
	margin: 0 -13px;
}
.ls-list li{
	padding: 13px;
	float: left;
	width: 33.33%;
}
.ls-card{
	padding: 8px;
	border: 1px solid #f2f2f2;
}

.ls-card .ls-photo{
	font-size: 0;
	margin-right: 12px;
}
div.ls-photo img{
	width: 110px !important;
	height: 148px !important;
}
.ls-card .ls-item{
	color: #999999;
}
.ls-card .ls-name{
	line-height: 1;
	margin-bottom: 10px;
}
.loading-foot{
	text-align: center;
	padding: 20px 0;
}
.loading-foot span{
	background-color: #efefef;
	border: 1px solid #e9e8e8;
	color: #afafaf;
	padding: 20px 0;
	width: 520px;
	display: inline-block;
}
.ls-heading{
	text-align: center;
	border-bottom: 1px dashed #e9e8e8;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.ls-heading p{
	color: #bcbcbc;
}

/* 理事会详情 */
.end-tip{
	background-color: #efefef;
	border: 1px solid #e9e8e8;
	color: #afafaf;
	padding: 15px 10px;
	text-align: center;
}
.ls-bd-panel{
	padding: 25px 0;
	border-bottom: 1px dashed #E5E5E5;
}
.ls-bd-panel:last-child{
	border-bottom: 0;
}
.ls-bd-panel .hd{
	color: #0051aa;
	line-height: 1;
	padding-left: 12px;
	border-left: 3px solid #0051aa;
	margin-bottom: 15px;
	font-size: 18px;
}
.ls-bd-panel  .bd p{
	text-indent: 30px;
	margin-bottom: 6px;
	color: #343434;
}


.ls-detail-photo{
	margin-right: 12px;
}
.ls-lg-card{
	margin-bottom: 20px;
}

.ls-detail-photo img{
	width: 110px;
	height: 150px;
}
.fh-nav {
	padding: 10px 0;
}
.fh-nav li {
	padding: 4px 0;
}
.fh-nav li a{
	position: relative;
	display: block;
	padding: 0 20px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
}
.fh-nav li a::after{
	content: '';
	background: url(../img/about/arr-gray.png) no-repeat;
	width: 14px;
	height: 14px;
	position: absolute;right: 20px;
	top: 50%;
	margin-top: -7px;
}
.fh-nav li.active a,
.fh-nav li a:hover{
	background-color: #7db4f1;
	color: #FFFFFF;
}

.fh-nav li.active a::after,
.fh-nav li a:hover::after{
	background: url(../img/about/arr-withe.png) no-repeat;
}
.ls-wx-group{
	margin-bottom: 30px;
}
.ls-wx-group li{
	width: 50%;
	float: left;
	text-align: center;
}
.ls-cell-tip{
	background-color: #f7f7f7;
	border: 1px solid #eaeaea;
	padding:20px 15px ;
	text-align: center;
	color: #666;
	margin-bottom: 30px;
}
.ls-tip-item{
	margin-top: 10px;
}
.ls-tip-item span{
	display: inline-block;
	padding: 6px 12px;
}
.ls-lg-card{
	line-height: 1.5;
}
.ls-lg-card .ls-name{
	padding: 10px 0;
}
.ls-lg-card .ls-item{
	margin-bottom: 10px;
}












@media (min-width:1300px) {
	.ls-lg-card{
		padding: 20px;
	}
	.ls-detail-photo img{
		width: 182px;
		height: 244px;
	}
	.ls-detail-photo{
		margin-right: 25px;
	}
	.ls-detail{
		padding: 15px 20px;
	}
	.ls-wx-group{
		padding: 0 20%;
	}
}

@media (max-width:1150px) {
	.ls-list li{
		width: 50%;
	}
}
@media (max-width:920px) {
	.loading-foot span{
		padding: 10px 0;
	}
}
@media (max-width:640px) {
	.ls-list li{
		width: 100%;
	}
	.title.font36{
		font-size: 32px;
	}
	.ls-lg-card .ls-item{
		font-size: 13px;
	}
	.ls-lg-card .ls-name{
		font-size: 24px;
	}
}















