﻿.Content {
    line-height: 24px;
    width: 95%;
    margin: auto;
    max-width: 100%;
    overflow-x: hidden;
}

    .Content .Content-Tag {
        border: solid 1px rgba(211, 211, 211, 0.50);
        padding: 10px;
        /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);*/
    }

        .Content .Content-Tag .tag {
            padding: 0px 10px;
            margin-right: 10px;
            display: inline-block;
        }
.tag a{
    text-decoration: none;
    display:block;
}
.tag-primary {
    background-color: #3e70c9;
    color: white;
}
    .tag-primary:hover {
        background-color: #153252;
        color: white;
    }

.Content .time {
    font-size: 11px;
    color: #666;
    font-style: italic;
}
    .Content .Content-Title {
        font-size: 16px;
        font-weight: bold;
    }

    .Content hr {
        order: 0;
        height: 1px;
        background: #eee;
        background: -webkit-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0));
        background: -moz-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0));
        background: -ms-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0));
        background: -o-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0));
    }

.leftContent {
    text-align: justify !important;
}

#pageIdentity {
    padding: 20px 3% 15px 0;
    position: relative;
    margin-bottom: 20px;
}


.Content .Content-Author{
    text-align:right;
    font-weight:bold;
}

.breadcrumb {
    list-style-type: none;
}

.breadcrumb li {
    float: left;
}
.breadcrumb li a {
    background: #D3D3D3;
    padding: 0 8px 0 15px;
    height: 26px;
    display: block;
    float: left;
    font: 400 14px/25px arial;
    white-space: nowrap;
    position: relative;
    color: #000;
}

.breadcrumb li a:after {
    content: "";
    position: absolute;
    right: -13px;
    top: 0;
    border-left: 13px solid #D3D3D3;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    z-index: 999;
}

    .breadcrumb .start a {
        font-weight: 700;
        color: #9f224e;
        background: #eceeed;
        border-left: 3px solid #FFCC00;
        padding: 0 8px;
        margin-left: 0;
        z-index: 99;
    }
    .breadcrumb .start a:after {
        border-left: 13px solid #eceeed !important;
    }

.breadcrumb li.end a {
    background: #e2e2e2;
}
    .breadcrumb li.end a :after {
        border-left: 13px solid #e2e2e2;
    }

	/*End breadcrumb*/



#sidebarRight #columnHeader {
    background: #153252; /* default fallback */
    background: rgba(21, 50, 82, 0.8);
    margin: 0 auto;
    margin-top: -2px;
    padding: 15px 3px 15px 15px;
    -webkit-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.3);
}

#sidebarRight #content {
    background: #fff; /* default fallback */
    background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(100%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%); /* W3C */
    line-height: 19px;
    margin: 0 auto;
    min-height: 410px;
    padding: 15px;
}

#sidebarRight #columnHeader h2 {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    padding: 0;
    text-shadow: 1px 1px 3px #000;
    line-height: 100%;
    font-weight: bold;
}

#sidebarRight #columnHeader h3 {
    color: #ffcc00;
    font-size: 10px;
    margin: 0;
    text-transform: uppercase;
    padding: 0 0 6px 0;
    line-height: 100%;
}

#sidebarRight #content h2 {
    font-size: 16px;
    color: #153252;
    text-transform: uppercase;
    padding: 10px 0 10px 0;
    margin: 0 0 0 0;
    font-weight: normal;
    font-family: 'Univers LT W01 55 Roman', Arial, sans-serif;
}

#sidebarRight #content h3 {
    font-size: 14px;
    color: #153252;
    text-transform: none;
    padding: 10px 0;
    margin: 0;
    font-weight: normal;
    font-family: Arial, sans-serif;
}

    #sidebarRight #content h3:first-child {
        padding: 0 0 10px 0;
    }

#sidebarRight #content h2:first-child {
    padding: 0 0 6px 0;
}

#sidebarRight #content img {
    margin: 5px 15px 10px 0;
    float: left;
}

#sidebarRight #content p {
    font-size: 14px;
    padding: 0 0 10px 0;
    margin-top: 2px;
}

    #sidebarRight #content p a {
        font-weight: bold;
    }

#sidebarRight #content ul {
    margin-top: 5px;
    list-style-position: outside;
    padding: 0;
}

#sidebarRight #content li {
    color: #666666;
    line-height: 130%;
    list-style: none outside none;
    padding: 0 0 10px;
    text-align: justify;
}

.list_news {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
    line-height: 20px;
}

    .list_news:last-of-type {
        border-bottom:none;
    }

    .list_news .thumb_art{
        width: 30%;
        min-height: 100px;
        float: left;
    }

        .list_news .thumb_art .thumb{
            display: block; 
            
        }

    .list_news .description {
        width: 66%;
        float: left;
        padding-left: 20px;
        text-align: justify;
    }

.Content-Meta .Meta-time {
    font-family: SFD-Medium;
    font-size: 14px;
    color: #777;
}

.list_news .Content-Title{
    margin-bottom: 10px;
}
.list_news .Content-Des p{
    padding: 0px 0px 5px 0px;
}

#content h2 a{
    color: unset;
}