.header-content .hot-keyword label {
    color: rgba(0, 0, 0, 0.672);
}
.header-content .hot-keyword a {
    color: rgba(0, 0, 0, 0.552);
}
.band-article {
    margin-top: 80px;
}

.band-title {
    margin-bottom: 29px;
    font-size: 38px;
    font-weight: 500;
    color: #353b40;
    line-height: 53px;
}
.band-info {
    margin-bottom: 60px;
    font-size: 14px;
    font-weight: 400;
    color: #9b9b9b;
    line-height: 20px;
}
.band-info span   span {
    margin-left: 34px;
}
.band-content {
    font-size: 16px;
    font-weight: 400;
    color: #3d3d3d;
    line-height: 28px;
    overflow: hidden;
    width: 996px;
}
.band-content img {
    max-width: 600px;
    display: block;
    margin: auto;
}

.band-content video,
.band-content audio{
    width: 600px;
    margin: auto;
    display: block;
}
.social_share_fixed{
    position: fixed;
    top: 50px;
    right: 50%;
    margin-right: -600px;
    z-index: 100;
}
.social_share_abs{
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -600px;
    z-index: 100;
}
.social-share .social-share-icon{
    width: 46px;
    height: 46px;
    display: block;
    line-height: 46px;
    font-size: 24px;
    margin-bottom: 10px;
}