
/*面包屑导航*/
.breadcrumbs-nav {
  float: right;
  margin-top: 12px;
}

.breadcrumbs-nav a {
  color: #aaa;
}

.breadcrumbs-nav a:hover {
  border-bottom: 1px solid #aaa;
}

.breadcrumbs-nav a,
.breadcrumbs-nav span {
  font-size: 12px;
  line-height: 12px;
  margin: 0 5px;
  padding: 3px 0;
  float: left;
}

.breadcrumbs-nav span {
  color: #000;
}

.breadcrumbs-nav>i{
  font-size: 12px;
  line-height: 12px;
  margin: 5px 5px;
  float: left;
  color: #999;
}

/*上下页*/

.pre-next-nav {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}

.pre-next-nav a {
  font-size: 16px;
  line-height: 200%;
  padding: 0 10px;
  color: #999;
}

.pre-next-nav a:hover {
  color: #ff0000;
}

.pre-next-nav .page-list {
  color: #333;
}

.pre-next-nav .preart {
  float: left;
}

.pre-next-nav .nextart {
  float: right;
}

@media only screen and (max-width: 769px) {
  .pre-next-nav .preart {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }

  .pre-next-nav .nextart {
    float: none;
    text-align: center;
  }
}


/*正文*/
.single-content {
  max-width: 1120px;
  margin: 0 auto;
  margin-top: 50px;
}

.single-content .single-content-title {
  border-bottom: 3px solid #adadad;
}

.single-content .single-content-title .single-content-title-h3,
.single-content .single-content-title .single-content-title-h2{
  float: left;
}

.single-content .single-content-title h2 {
  font-size: 34px;
  font-weight: 400;
  color: #1c4597;
}

.single-content .single-content-title .single-content-title-h3 {
  margin: 7px 0 7px 7px;
  padding-left: 7px;
  border-left: 1px solid #aaa;
  width: 40%;
}


.single-content .single-content-title h3 {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  line-height: 100%;
}

.single-content .single-content-title h3:nth-child(2) {
  color:#aaa;
}

.single-content > h2 {
  font-size: 24px;
  line-height: 175%;
  text-align: center;
  font-weight: 500;
  margin-top: 30px;
}

.single-content > h3 {
  font-size: 14px;
  color: #858585;
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
}

.single-content .single-content-img img {
  width: 100%;
}

/*2019-3-11 by Lawrence max-width: 100%->width: 100% */
.single-content .single-content-text img {
  width: 100%;
  height: auto;
  position: relative;
}

.single-content .single-content-text {
  margin-top: 75px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.single-content .single-content-text p {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 150%;
  /*text-indent: 2em;*/
}

.single-content .aligncenter {
  left: 50%;
  transform:translateX(-50%);
  -webkit-transform: -webkit-translateX(-50%);
  -o-transform: -o-translateX(-50%);
  -ms-transform: -ms-translateX(-50%);
  -moz-transform: -moz-translateX(-50%);
}

.single-content .alignright {
  left: 100%;
  transform:translateX(-100%);
  -webkit-transform: -webkit-translateX(-100%);
  -o-transform: -o-translateX(-100%);
  -ms-transform: -ms-translateX(-100%);
  -moz-transform: -moz-translateX(-100%);
}

.single-content .alignleft {
  left: 0;
}

@media only screen and (max-width: 1200px) {
  .single-content {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
  }

  .pre-next-nav a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 769px) {
  .single-content {
    margin-top: 20px;
  }

  .single-content > h2 {
    font-size: 20px;
  }

  .single-content > h3 {
    font-size: 14px;
    color: #858585;
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
  }

  .single-content .single-content-title h2 {
    font-size: 20px;
  }

  .single-content .single-content-title h3 {
    font-size: 13px;
  }

  .breadcrumbs-nav {
    margin-top: 0;
  }
  
  .single-content .single-content-text {
    margin-top: 10px;
  }

  .single-content .single-content-text p {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 150%;
  }

  .pre-next-nav a:first-child {
    float: none;
    display: block;
  }

  .pre-next-nav a:last-child {
    float: none;
    display: block;
  }  

  .breadcrumbs-nav {
    float: left;
  }
} 