body
{
    border-top: 4px solid red;
    background: #d2d2d2 url(/img/pageBg.gif) repeat-x 0 0;
    font-family: Arial, Helvetica, sans-serif;
    -moz-user-select: none; 
-webkit-user-select: none; 
-ms-user-select: none; 
-khtml-user-select: none; 
user-select: none; 
}

.container
{
    background-color: white;
    margin-top: -15px;
}
#header
{
    padding: 86px 66px 0 66px;
}
#menu
{
    float: right;
    margin-top: -172px;
}
#navbar
{
    background: transparent url(/img/main-tab-bg.gif) left bottom repeat-x;
    padding-bottom: 8px; /*Menu bottom*/
}

.logo
{
    background: url(/img/logo.jpg) no-repeat 0px 30px;
    background-size: 6em;
    padding: 0 66px 0 66px;
}

#roundBoard
{
    border-right: 5px solid red;
    border-left: 5px solid red;
    border-radius: 10px;
}
#navbar ul li
{
    margin-left: 1px;
}

#navbar ul li a
{
    border: 1px solid #ccc;
    color: #cc1414 !important;
}

#navbar a:hover
{
    text-decoration: underline;
}

.selected
{
    font-weight: bolder;
}

#caption
{
    font-size: 2.7em;
    font-family: '微软雅黑';
    float: left;
    cursor: pointer;
}

.subMenu
{
    background-color: gainsboro;
    height: 6px;
}

.subMenu ul
{
}

.subMenu ul li
{
    float: left;
    line-height: 0.5em;
    list-style: none;
    border-left: 1px solid lightslategrey;
    padding: 5px 30px;
}

.content
{
    padding: 15px 65px;
    padding-left: 85px;
    min-height: 600px; /*margin-top: -10px;*/
}

#bottom a
{
    margin-right: 2em;
}
.panel-body p
{
    text-indent: 2em;
}
.map ul li
{
    float: left;
    margin-left: 3em;
    line-height: 4em;
    list-style-type: none;
}
.media-list
{
    width: 450px;
    margin: 0 auto;
    margin-top: 2em;
}
.media-list h4
{
}
.media-list .cube
{
    height: 50px;
    width: 65px;
    background-color: silver;
    border-radius: 5px;
    padding: 1.2em;
}
#mapList
{
    margin-top: 3em;
}
.risk-announce
{
    margin: 10px;
}
#leftSlideMenu a
{
    cursor: pointer;
}
.overview
{
    cursor: pointer;
}
.marktShow
{
    font-size: small;
}
.marktShow tr
{
    width: 100%;
}
.marktShow td
{
    width: 6em;
    text-align: center;
}
.marktShow .up
{
    color: Red;
}
.marktShow .down
{
    color: Green;
}
#news .page-header
{
    text-align: center;
    margin: 0;
    border: 0;
    padding-bottom: 5px;
}
#news .page-header h1
{
    font-size: 27px;
    font-weight: bold;
}
#news .page-header small
{
    display: block;
    font-size: xx-small;
    border-top: 1px solid #EEEEEE;
    margin-top: 2px;
    padding-top: 3px;
    text-align: right;
    padding-right: 20%;
}
#news p
{
    text-indent: 2em;
    font-size: 1.1em;
}
#userCharts
{
    height: 500px;
}
#NewsList ul
{
   
}
#NewsList li
{
    text-align:center;
     padding:2px 0;
}
#NewsList a:hover
{
    text-decoration:none;
    
}
@media only screen and (max-width: 479px)
{
    #menu
    {
        display: none;
    }
    #header
    {
        padding: 0;
    }
    .content
    {
        margin-top: -25px;
        padding: 0 5px;
    }
    .logo
    {
        background-image: none;
    }
}
