/*body { padding-top: 50px; } */

body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 { font-family: Microsoft YaHei , "微软雅黑" , MicrosoftJhengHei;,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;}

body,button, input, select, textarea {font-size:16px;}

a{text-decoration:none;color:#333;}
a:hover{text-decoration:none;color:#990000;}




@media (min-width: 769px) {
    .navigation .nav-header .dropdown a button {
        display: none;
    }
}


.content {
  float: left;
  max-width: 1560px;
  width: 100%;
}

.content-title {
  padding:20px 15px;
  line-height:1.3;
}

.content-info {
  padding:10px 20px 0px 30px;
  line-height:1.8;
  text-indent:35px
}
.content-info p {
   
}

.content-info  td {
   text-indent:0px;
}

.content-info td:hover {
  background-color: #990000;
  color:#FFF;
}

.content-info td a:hover {
 color:#FFF;
   
}


.index_dept {
   padding:15px 0px 5px 20px;
   float: left;
   word-spacing:-10px;
   font-weight:bold;
}


.index_dept_list {
   padding:5px 0px 10px 20px;
   float: left;
   width: 138px;
   height:26px;
   font-size:14px;
   line-height:26px;
   overflow:hidden;
}

.footer {
  background: #fafafa;
  height:145px;
}

.footer-line {
margin:0px;border: 0;border-bottom:8px solid #fbca00;
}

/* 实现鼠标经过显示并保持显示框 */ 
.navbar .nav > li .dropdown-menu {
	margin: 0;
}
.navbar .nav > li:hover .dropdown-menu {
	display: block;
}

