body{
    background-color:var(--default-main-content-bg-color);
}
.bannar-div{
    width:100%;height:280px;
    text-align: center;overflow:hidden;
    background-image: url(../img/wenda_slide.jpg);
    background-color: rgb(19, 25, 41);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    box-shadow:#ccc 0 0 10px;
}
.bannar-info{
    position: relative;color:#FFFFFF;height:100%;
    text-align: left;padding:70px 50px;
}
.bannar-info h3{
    font-size: 40px;
    font-weight: 400;
}
.bannar-info p{
    margin-top:30px;
    font-size:16px;
}


.team-num{
    width:100%;text-align: left;
    color:var(--default-a-color);font-size:20px;
}
.team-num span{
    font-size:40px;font-weight:400;color:var(--st-light-blue);
    margin-right:5px;
}
.team-div{
    width:100%;height:auto;padding:20px;background-color:#ffffff;
    overflow: hidden;box-shadow:#ccc 0 0 10px;
}
.team-div-left{
    width:200px;height:auto;
}
.team-avatar{
    display:inline-block;width:100%;text-align: center;position: relative;top:15px;
}
.team-avatar img{
    width:75px;height:75px;border-radius: 75px;

}
.team-num-ul{
    display:block;width:auto;height:auto;overflow: hidden;
}
.team-num-ul li{
    display:block;width:66px;height:46px;
    float:left;
}
.team-num-ul li:hover{
    /*background-color:#fcfcfc;*/
}
.team-num-ul li a{
    text-decoration: none;display:inline-block;width:100%;height:100%;
}
.team-num-ul li a span{
    display:block;height:23px;line-height:23px;width:100%;text-align: center;
    color:#999;font-size:13px;
}
.team-num-ul li a span:first-child{
    position: relative;top:2px;
}
.team-num-ul li a span:last-child{
    font-weight:bold;
}
.team-num-ul li:hover a span{
    /*color:var(--st-light-blue);*/
    cursor: default;
}

.team-enter-index{
    width:100%;text-align: center;
}
.team-enter-index .blue-a-button-empty:hover{
    text-decoration: none;
}
.team-div-right{
    width:910px;height:auto;
}
.team-right-title-a{
    display:inline-block;text-decoration: none;margin-top:15px;
}
.team-right-title{
    font-size:22px;color:var(--default-a-color);
}
.team-right-title-a:hover {
;text-decoration: none;
}
.team-right-title-a:hover .team-right-title{
    color:var(--st-light-blue);text-decoration: none;
}

.team-div-desc{
    margin:10px 0;color:#999;
}
.team-div-tags-ul{
    display:inline-block;
}
.team-div-tags-ul li{
    display:inline-block;float:left;margin-right:20px;
}
.team-div-tags-ul li a{
    color:var(--default-a-color);text-decoration: none;
}
.team-div-tags-ul li a:hover{
    /*text-decoration: underline;*/
}
.team-div-tags-ul li a i{
    color:var(--st-light-blue);margin-right:5px;
}

.team-div-footer-div{
    width:50%;float:left;
}
.team-div-footer-div ul{
    display:block;margin-top:10px;
}
.team-div-footer-div ul li{
    display:block;height:30px;line-height:30px;width:90%;
    padding-left:15px;
    overflow: hidden;/*内容超出后隐藏*/
    text-overflow: ellipsis;/* 超出内容显示为省略号*/
    white-space: nowrap;/*文本不进行换行*/
    position: relative;
    color:#e5e5e5;
}
.team-div-footer-div ul li::before{
    display: block;content:"";width:5px;height:5px;background-color:#999999;
    position: absolute;left:0px;top:13px;
    /*border-radius: 5px;*/
}
.team-div-footer-div ul li:hover::before{
    background-color:var(--st-light-blue);
}
.team-div-footer-div ul li a{
    text-decoration: none;
    color: #999999;
}
.team-div-footer-div h3{
    font-size:16px;font-weight:normal;color:#333;
}
.team-hr{
    height: 1px;
    border: none;
    border-top: 1px solid #e5e5e5;
}
.team-div-footer-div .defaut-a-link::after{
    background-color:unset;
}