
.jinsList-content{
    display: flex;
    flex-direction: column;
}
.jinsList li {
    background: #f7f8fa;
    border: 1px #e9ecf0 solid;
    padding: 10px;
    /* width: 22.2%; */
    float: left;
    margin: 15px 1%;
}
.jinsList li a{
  display: block;
}
.jinsList li img {
    display: block;
    width: 100%;
    /* background-size: 100% 100%; */
}

.jinsList li p {
    max-width: 100%;
    border-bottom: 1px #e9ecf0 solid;
    text-align: center;
    font-size: 16px;
    color: #3c3c3c;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0px;
}

.jinsList li p:last-child {
    border-bottom: none;
}
ul{
        margin: 0;
    padding: 0;

}

#myPageList{
	display: flex;
	justify-content: center;
	margin: 30px 0 36px;
}
.spage-number span {
	border: 1px solid #999999;
	font-weight: 500;
	font-size: 18px;
	color: #999999;
	margin-right: 15px;
    margin-bottom: 15px;
}

.spage-number span.active {
	background: #BA271A !important;
	border-color: #BA120D !important; 
}
.LeadershipDetails{
    width: 100%;
    height: auto;
    padding: 0 30px 0;
    margin-top: 32px;
    margin-bottom: 32px;

}
.clear:after {
    display: block;
    content: '';
    clear: both;
}
.LeaderCon {
    /* float: left; */
    /* width: calc(100% - 265px); */
}
.LeaderConimg {
    /* width: 180px; */
    /* float: right; */
}


.LeaderCon span.LeaderConTit {
    display: block;
    font-size: 30px;
    color: #3c3c3c;
}
.LeaderCon span.LeaderConTit em {
    font-style: normal;
    font-size: 16px;
}
.LeaderCon p.LeaderConmain {
    font-size: 16px;
    color: #3c3c3c;
    line-height: 26px;
    margin-top: 30px;
}
.MsoNormal{
    text-indent:28.0000pt;
}

