.table-item{
    width: 1200px;
    background: #FFFFFF;
    box-shadow: 2px 2px 9px 0px rgba(18, 40, 72, 0.09);
    border-radius: 8px;
    padding:20px;
    box-sizing: border-box;
    font-size: 14px;
}
.table-header{
    padding-bottom:20px;
    border-bottom: 2px solid #DDDDDD;
}
.table-header .share-type{
    margin-left: 10px;
    display: inline-block;
}
.table-header .share-type img{
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.add-teem-tit{
    margin-top: 30px;
}
.add-server-item{
    width: 125px;
    height: 40px;
    background: #2991D9;
    border-radius: 20px;
    line-height: 40px;
    color: #FFFFFF;
    display: inline-block;
    margin-left: 10px;
}
.add-teem-table{
    margin-top: 20px;
    font-size: 14px;
}
.w-50{
    width: 50%;
}
.w-100{
    width: 100%;
}
.teem-table-item{
    display: inline-block;
    border: 1px solid #CDCDCD;
    min-height: 50px;
    text-align: center;
    box-sizing: border-box;
}
.teem-table-item .table-inner{
    width: calc(100% - 246px);
    line-height: 30px;
    text-align: left;
    margin-left:10px;
    margin-right:10px:
}
.teem-table-item .table-tit{
    border-right:1px solid #CDCDCD;
    width: 246px;
    /* height: 48px; */
    box-sizing: border-box;
    background: #F3F3F3;
}
.regular-list  .layui-tab-brief>.layui-tab-title .layui-this{
    color:#2991D9;
}
.regular-list   .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: 4px solid #2991D9;
}
.regular-tit{
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}
.sec-tit,.sec-tit .regular-tit{
    font-size: 14px;
    line-height: 26px;
}
.social-share .icon-weibo,.social-share .icon-weibo:hover{
    width: 70px;
    background-image: url('../images/icon_weibo.png');
    background-size: 20px;
    border: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position-y: center;
    color: #333333;
}
.social-share .icon-weibo:before,.social-share .icon-qq:before,.social-share .icon-wechat:before{
    content: '微博';
    position: absolute;
    left: 13px;
    font-size: 12px;
    width: 50px;
}
.social-share .icon-qq:before{
    content: 'QQ';
}
.social-share .icon-wechat:before{
    content: '微信';
}
.social-share .icon-qq,.social-share .icon-qq:hover{
    width: 70px;
    background-image: url('../images/icon_q.png');
    background-size: cover;
    background-size: 20px;
    border: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position-y: center;
    color: #333333;
}
.social-share .icon-wechat,.social-share .icon-wechat:hover{
    width: 70px;
    background-image: url('../images/icon_weix.png');
    background-size: cover;
    background-size: 20px;
    border: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position-y: center;
    color: #333333;
}
.social-share .icon-weibo:hover,.social-share .icon-qq:hover,.social-share .icon-wechat:hover{
    background-color: unset;
    color: #333333;
}
.news-list .news-item{
    width: 100%;
    margin-top: 20px;
}
.news-list .news-item a{
    display: block;
    font-size: 16px;
    color: #000;
    width: 100%;
    cursor: pointer;
}
.news-list .news-item a:hover,.news-page a:hover{
    color:#2991D9;
}
.news-list .news-item .cricle-li{
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #2991D9;
    border-radius: 50%;
    margin-bottom: 5px;
    margin-right: 5px;
}
.news-list .news-item .new-inner{
    display: inline-block;
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.news-list .news-item .news-date{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    float: right;
}
