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:50px;
}


.team-bannar-desc {
    width: 960px;
    height: auto;
}
.team-bannar-desc .team-avatar {
    display: inline-block;
    width: 75px;
    height:auto;
    float:left;
    text-align: center;
    position: relative;top:10px;
}
.team-bannar-desc .team-avatar img {
    width: 75px;
    height: 75px;
    border-radius: 75px;

}
.team-title-info{
    width:800px;height:auto;float:left;margin-left:20px;
    /*margin-top: 30px;*/
}
.team-title-info h2{
    font-size: 24px;
}
.team-title-info .team-title-info-a {
    display: inline-block;
    text-decoration: none;
    margin-top: 15px;
}
.team-title-info .team-title-info-a h2 {
    font-size: 22px;
    color: #ffffff;
}
.team-title-info .team-div-desc {
    margin: 10px 0;
    color: #ffffff;
}
.team-title-info .team-div-static a{
    display:inline-block;color:#999;margin-right:15px;text-decoration: none;
}


.fllow-button{
    padding:5px 19px;color:var(--st-light-blue);
    border:1px solid var(--st-light-blue);
    text-decoration: none;margin-right:20px;margin-top:2px;
    /* box-shadow: 0 0 0.142857rem 0 rgba(60, 180, 230,1); */
}
.fllow-button:hover{
    background-color:var(--st-light-blue);color:#FFFFFF;
    box-shadow: rgba(60, 180, 230, 0.12) 0px 0.214285rem 0.357142rem 0px;
}

.share_bar{
    display:block;
}
.share_bar li{
    display:inline-block;width:35px;height:35px;background-color:#ffffff;border-radius: 30px;
    text-align: center;overflow: hidden;margin-right:10px;
}
.share_bar li img{
    width:35px;height:35px;
}
.share_bar li .share_qzone img{
    width:40px;height:40px;position: relative;right:3px;bottom:2px;
}
.share_bar li .share_weibo img{
    width:22px;height:22px;position: relative;top:5px;left:2px;
}
.share_bar li .share_weixin img{
    width:25px;height:25px;position: relative;top:5px;left:2px;
}
.share_bar li .share_qq img{
    width:25px;height:25px;position: relative;top:5px;left:0px;
}
.team-nav{
    width:100%;height:65px;background-color:#ffffff;box-shadow: 0 1px 4px 0 rgba(39,41,43,.15);
}
.team-nav-ul{
    display:block;
}
.team-nav-ul li{
    height:65px;width:auto;line-height:65px;float:left;
    margin-right:40px;position: relative;
}
.team-nav-ul li a{
    font-size:16px;text-decoration: none;color:var(--default-a-color);
}
.team-nav-ul li a::after{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0.142857rem;
    background: var(--st-light-blue);
    transform: translateY(-50%) scale(0);
    visibility: hidden;
    transition: all .3s;
}
.team-nav-ul li a.checked::after,.team-nav-ul li a:hover::after{
    transform: translateY(-50%) scale(1);
    visibility: visible;
}
.team-nav-ul li a i{
    color: var(--st-light-blue);
}

.slide-div-group{
    width: 1300px;
    height: 170px;
    background-color: #e6007e;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

.weixin_li{
    position: relative;
    overflow: visible !important;
    bottom:10px;
}
.weixin_li:hover{
    box-shadow: 0 0 0.714285rem 0 var(--st-light-blue);
    /*border:1px solid var(--st-light-blue);*/
}
.weixin_ewm{
    position: absolute;width:200px;height:200px;background-color:#fff;
    z-index: 111;top:40px;display:none;padding:10px;
    box-shadow: 0 0 0.714285rem 0 rgba(0,0,0,0.1);
}
.weixin_li:hover .weixin_ewm{
    display:block;transition: all .1s;
}


.active-left {
    width: 280px;
    height: 465px;
    float: left;
    box-shadow: 0 2px 4px rgba(3,27,78,.06);
    background: url(http://dd2.com/./template/st_v1/static/img/left_active_bg.jpg);
    background-size: cover;
    padding: 30px 25px;
    position: relative;
    box-sizing: border-box;
}

.active-left .active-title {
    text-decoration: none;
}

.active-left .active-title h4 {
    color: #FFFFFF;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 64px;
}

.active-left .active-title:hover h4 {
    color: var(--default-a-hover-color);
}

.active-left .active-des {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255,255,255,.8);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.active-left .active-time {
    display: block;
    height: 25px;
    line-height: 25px;
    color: rgba(255,255,255,.8);
}

.active-left .active-time i.icon-time {
    display: inline-block;
    width: 13px;
    height: 14px;
    float: left;
    margin-right: 5px;
    background: url(http://dd2.com/./template/st_v1/static/img/icon_time.svg);
    background-size: cover;
    position: relative;
    top: 5px;
}

.active-left .active-footer {
    height: auto;
    width: 230px;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    right: 25px;
    left: 25px;
}

.active-left .active-img {
    width: 100%;
    height: 150px;
    margin-top: 15px;
    background-size: cover;
}

.active-left .more-info {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    background-color: var(--st-pink);
    color: #FFFFFF;
    font-size: 14px;
}

.active-left .more-info:hover {
    opacity: 0.9;
}