﻿.nas-news {
     background:#f8f8f8;

    .nas-post-news, .nas-post-socialActivities {
        .nas-title {
            line-height: 2.3;
            background: #4F4E4E;
            text-align: center;
            color: rgba(255, 255, 255, 0.88);
            font-size: 1.1em;
            text-transform: uppercase;
        }

        .nas-content {
            background: #fff;
            margin: 15px 10px;
            padding: 10px 10px;
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
        }

        .container {
            .title {
                text-align: left;
                font-size: 1em;
                color: #757474;
                padding: 0 7px;
                font-weight: bold;
                text-transform: uppercase;

                a {
                    color: #089CD3;
                    font-weight: 500;
                    text-decoration: none;
                    cursor: pointer;
                }

                    a:hover {
                        color: #929292;
                    }
            }

            .content {
                text-align: justify;
                font-size: 0.95em;
                padding: 0 7px;
            }

            .avatar {
                img {
                    border-radius: 3px;
                    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
                    width: 100%;
                }
            }
        }
    }
}
