<!--
.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}


/* 现任领导 */
.leader{    margin-top: 30px;}
.leader ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}

.leader ul li {
    width: 100%;
    margin-top: .25rem;}



.leader ul li a {
    display: flex;
    padding: .17rem;
    border: 1px solid #D1D1D1;
    transition: all 0.5s;}

.leader ul li a .pics {
    width: 1.55rem;
    margin-right: .3rem;}

.leader ul li a .pics .pic {
    padding-top: 130%;}

.pic div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    transition: all .8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;}

.leader ul li a .info {
    flex: 1;
    min-width: 0;
    padding-top: .2rem;}

.leader ul li a .info h3 {
    font-size: 0.22rem;
    font-weight: bold;
    line-height: normal;
    color: #333333;}

.leader ul li a .info h3 span {
    font-size: 0.2rem;
    color: #777;
    margin-left:10px;}


.leader ul li a .info p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-transform: none;
    color: #414141;
    max-height: 1.2rem;
    margin-top: .17rem;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;}

.leader ul li a:hover {
    border-color: #693329;
    background: #1777A3;}

.leader ul li a:hover .info h3 {
    color: #fff;}

.leader ul li a:hover .info h3 span{
    color: #fff;}


.leader ul li a:hover .info p {
    color: rgba(255, 255, 255, .7);}

/**组件样式*/
/**组件样式*/
/**组件样式*/
/**组件样式*/
/**组件样式*/
/**组件样式*/
/**组件样式*/
/**组件样式*/
/**组件样式*/
/**组件样式*/
/**组件样式*/
/**组件样式*/
/**组件样式*/
/**组件样式*/
/**组件样式*/
/**组件样式*/
/**组件样式*/
/**组件样式*/
/**组件样式*/
/**组件样式*/
/**组件样式*/
/**组件样式*/
/**组件样式*/
/**组件样式*/
/**组件样式*/
