﻿.nas-news-detail {
    .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:#f8f8f8;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);

        .content {
            margin:10px 0;
            text-align: justify;

            img {
                background:#fff;
                padding:5px;
                box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
                width: 100%;
            }
            iframe{
                background:#fff;
                padding:5px;
                box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
                width: 100%;
            }
        }
    }

    .relate {
        margin-top:10px;
        padding:20px;
         
      

        .titleRelate {
             padding:5px;
            text-align: justify;
            text-align-last: left;

            a {
               
                text-decoration: none;
                cursor: pointer;
            }

                a:hover {
                    color: #929292;
                }
        }
        i{
            font-size:0.7em;
        }
    }
}
