.navbar
{
background:none;
background:#bc0007;
-webkit-box-shadow:none;
box-shadow:none;
border:none;
border-radius: 0;
min-height: 56px;
margin:0px;}

.navbar .navbar-nav
{
width:100%;
background:none;}

.navbar .navbar-nav>li>a{
    color: #ffe699;
    background:none;  
    font-family: "微软雅黑";   
    font-size: 16px; 
    border-radius:0;  
    padding-left:68px;    
    padding-right:68px;  
    height:56px;
    line-height:56px;
    text-align:center;
    font-weight:bold;}     
.nav>li>a {    
    padding: 0px;}
    
.navbar .navbar-nav>li>a:hover,
.nav > li > a:hover
{
color: #fff;}
@media(min-width:996px){
.nav > li:hover .dropdown-menu 
{display: block;} 
}
@media(min-width:768px){
.container-fluid,
.navbar-collapse
{
padding-right:0px;
padding-left:0px;}
.navbar-header
{
display:none;}
}
.dropdown-menu
{

background:none;
background-color:#bc0007;
border:none;
border-radius:0px;
border-top: 1px solid #ddd;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
-webkit-box-shadow: none;
box-shadow: none;
width:100%;}


.dropdown-menu > li > a
{
color: #ffe699;
font-family: "微软雅黑";   
font-size: 14px; 
line-height:48px;
height:48px;
text-align:center;
width:100%;
background:none;
border-bottom: 1px solid #ddd;}
.dropdown-menu > li > a:hover
{
color: #fff;
background:none;}
.nav_fixed{   
    position: fixed;    
    width: 100%;
    left: 0;
    top: 0;
    z-index: 90;}


#article
{ 
background-color:white;
padding:0px 15%;
margin-bottom:14px;
padding-top:50px;
padding-bottom:100px;}

@media(max-width:768px){
#article{padding:40px 5%;}
}



#article-title
{font-size:24px;
text-align:center;
line-height:50px;
color:#bc0007;
font-weight:bold;
font-family:"微软雅黑","宋体",Arial;
margin:0px auto 0px auto;}

#article-info
{font-size:12px;
text-align:center;
font-family:"微软雅黑","宋体",Arial;
margin-top:40px;}
#article-info .article-info-item
{
padding-right:14px;
padding-bottom: 0px;
margin-bottom:0px;}

.article-content
{
text-align:left;
font-size:16px;
line-height:30px;
font-family:"微软雅黑","宋体",Arial;}

.article-content img{
width:80%;
height:50%;}
#article-foot
{font-size:14px;
line-height:22px;
text-align:center;
font-family:"微软雅黑","宋体",Arial;}
#article-foot .article-foot-item
{
padding:40px;}
