@charset "utf-8";
/*
#新闻#模块全局样式
*/
.share_method {
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #332F3D;
}
.share_method a {
    width: 32px;
    height: 32px;
    margin-left: 8px;
    cursor: pointer;
}
.share_method .facebook {
    background: url(../image/facebook.png) no-repeat;
}
.share_method .whatsapp {
    background: url(../image/what_app.png) no-repeat;
}
.share_method .gmail {
    background: url(../image/gmail.png) no-repeat;
}
