/* stylelint-disable selector-list-comma-newline-after, property-no-vendor-prefix */

/*
 * Globals
 */

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #555;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333;
}
h4{
  font-size: 20px;
}

a{
    text-decoration: none !important;
}
/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1400px) {
  .container {
    width: 1140px;
  }
}


/*
 * Masthead for nav
 */

nav {
  display: inline-block;
}
.navbar-form{
  padding: 0;
  display: inline-block !important;
}

.form-control{
  height: 31px;
}
.blog-masthead .btn{
  padding: 2px 12px 1px 12px;
}
.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, .1);
  box-shadow: inset 0 -2px 5px rgba(0, 0, 0, .1);
  /*margin-bottom: 50px;*/
}

.list-unstyled li {
  font-size: 13px;
}
/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px 10px 10px 50px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none !important;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-header h2{
  font-size: 24px;
}
.blog-header p{
  margin-top: 10px;
}
.blog-header p a{
  font-size: 15px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
}

.blog-post .blog-post-title a {
  color: #333;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 15px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}

.sidebar-module p{
  font-size: 14px;
}
.sidebar-module ol li {
  padding-top: 10px;
}
.sidebar-module ol li a{
  color: #333;
}
.sidebar-module ol li a:hover,.blog-post .blog-post-title a:hover{
  color: #337ab7;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}

.blog-post-title-dh{
    margin-bottom: 15px;
    font-size: 17px;
}


/* Pagination */


ul {
    list-style-type: none;
    margin-left: -40px;
}
.blog-post ul .previous{
  margin-bottom: 10px;
}
/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 30px;
}
.blog-post h1{
  font-size: 28px;
}
.blog-post-title {
  margin-bottom: 15px;
  font-size: 23px;
}

.blog-post-meta {
  color: #999;
  font-size: 13px;
  margin-left: 10px;
  margin-top: 10px;
}

.blog-post-meta a{
  margin-left: 20px;
}
p.blog-post-meta a:first-child,p.blog-post-meta .backup{
  margin-left: 0;
}

.blog-post-meta a {
  display: inline-block;
}

/*代码*/
pre{
  background-color: #f5f5f5;
  padding: 6px;
}
/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
.blog-footer p a{
  color: #999;
}
.breadcrumb {
    background-color: #fff;
}

.breadcrumb li{
  font-size: 14px;
  color: #999;
}
.breadcrumb li a{
  color: #6c757d;
}

/*导航*/
@media(max-width:768px)
{
  .blog-nav a{
    font-size: 13px;
    padding: 3px 5px;
  } 
  form{
    margin-top: 8px !important;
    margin-bottom: 8px;
  }
  .form-control{
    height: 25px;
  }
  .blog-masthead .btn {
    padding: 0 12px 0 12px;
  }
}

.btn-success {
  color: #cdddeb;
}

.blog-post img{
    max-width:100%;
    height:auto;
}

