body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 { font-family: Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;}
fieldset,img {border: 0;}
address,caption,cite,code,den,em,th,var {font-weight: normal; font-style: normal;}
strong{font-style: normal;}
ol,ul {list-style: none;}
caption,th {text-align: left;}

.item:hover{
/*box-shadow: 0 8px 12px rgba(0,0,0,.04), 0 8px 28px rgba(0,0,0,.12);*/
box-shadow: 2px 4px 6px #404040;
cursor:pointer;
-webkit-transform:scale(1.03);
-moz-transform:scale(1.03);
-o-transform:scale(1.03);
transform:scale(1.03);
background-color: white;
}

.item{
/*box-shadow: 0 8px 12px rgba(0,0,0,.04), 0 8px 28px rgba(0,0,0,.12);*/
margin: 10px;
padding:0px;
border: 1px solid #c7c7c7;
}


.dropdown-toggle:active, .open .dropdown-toggle {
        background:#00b0f0 !important; 
        color:#fff !important;
    }

.dropdown-menu>li{width: 200px;
        padding-top: 0;}

.dropdown-menu>li>a{
            padding: 0 20px;
            width: 200px;
            height: 40px;
            line-height: 40px;
            color: #333333;
             font-weight:bold
          }

.dropdown-menu>li>a:hover {
  background-color: #00b0f0;
  color: #fff; 
}


.navbar-default .navbar-nav>li>a:hover {
    background-color: #00b0f0;
    color: #fff; 
  /*background-color: #e7e7e7; */
}

.desc
{
  text-align: center;
  font-weight: normal;
  margin: 2px;
}

 .footer {
  background:#202020;
  clear:both;
  font-size:20px;
  padding:35px 0 0;
  color:#959595;
  
  }

.panel-heading
{
  background:#00b0f0;
  padding:3px;
  /*border: 0px;*/
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    text-decoration: none;


        /*
        color: #fafafa;
letter-spacing: 0;
font-size:20px;
text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135
*/
  }
.panel{
  font-size:16px;
  border: 1px solid #c7c7c7;
  
  /*background-color: transparent;*/
}
.panel-body{
  background-color: #fff;

}

body {
    background-image: url(images/bg.gif);
    background-repeat: repeat;
    background-color: #FFFDFA;
}


.bs-docs-sidenav > li > a {
    display: block;
    width: 190px \9;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 2px solid #e5e5e5;
    font-weight:bold
}

.bs-docs-sidenav > li > a:hover{
  background-color: #00b0f0;
  color: #fff; 
}

.pages {
    margin: 30px auto;
    text-align: center;
}

.pages a {
    display: inline-block;
    color: #123;
    text-decoration: none;
    background-color: #e6e7e8;
}

.pages a {
    padding: 4px 10px;
}

.pages a:hover {
    color: #FFF;
    background-color: #00b0f0;
}

.pages span {
    color: #FFF;
    display: inline-block;
    padding: 4px 10px;
    background-color: #00b0f0;
}

.footer hr{margin:1em 0;border-top:1px dashed #303030}
.post-title{color:#959595}
.post-title:hover{color:#00b0f0}
.hr-title:hover{color:#00b0f0}
.date{color:#505050}

.title{text-align:left;color:#fff;border-bottom:1px solid #303030;margin-top:0;padding-bottom:7px;border-bottom:1px solid #ebebeb;margin-bottom:21px;position:relative}
.title:after{content:"";width:90px;height:1px;background:#00b0f0;position:absolute;left:0;bottom:-1px}



