@CHARSET "UTF-8";
.navbar-default{
    border-bottom:2px solid #f90;
    box-shadow:0px 0 3px #333;
    background:rgba(255,255,255,0.95);
}
.navbar-default .navbar-brand{
    width:110px;
    overflow: hidden;
    text-indent: -9999em;
    background-image:url(../images/shicilogo.png);
    background-position: center;
    background-size:100% auto;
    background-repeat:no-repeat;
}
.list-boxes{
    position:relative;
}
.list-boxes h2 span{
    font-size:14px;
    color:#888;
}

.list-boxes h2 .week{
    position: absolute;
    right: 5px;
    top:5px;
    font-family:Georgia,Serif;
}
.list-boxes h2 .week em{
    font-style: normal;
    font-size:28px;
}
.article-box h2{
    position: relative;
}
.article-box h2 span{   
    position: absolute;
    left: -26px;
    top: -32px;
    font-size: 18px;
    color: rgba(255, 102, 0, 1);
    background: #dede;
    padding: 4px 7px;
    box-shadow: 2px 2px 0px;
    font-family:Times, TimesNR, 'New Century Schoolbook',
     Georgia, 'New York', serif;
}
.article_content p{
    font-size:18px;
}