img {
  width: 100%;
  text-align: center;
}
.blog-top {
  margin-top: 3%;
}
.blog-main p a{
  color:#663300;
}
.blog-main p a:hover{
  text-decoration:underline;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  color:#339966;
}
a.bg {
  color: #000000;
  font-size: 1.3em;
  font-weight: 400;
  text-decoration: none;
}

.blog-main-title{
  margin-bottom: 1.1em;
  margin-top: 1.5em;
}

.main-bottom{
    left: 0;  
    position: fixed;  
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 100;
    background-color: #FFFFFF;
    text-align: center;
    box-shadow: 2px 3px 6px #000;
}

.yuyue{
  float: right;
  height: 100%;
  width: 200px;
  /* font-size: 1.1em; */
  color: #fff;
  background-color: #F39801;
}

a.title{
  color: #F39801;
  font-size: 1.1em;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 2px solid #F39801;=
}

label.classAge{
  color: #F39801;
  margin-left: 5px;
}
.blog-one{
  margin-top:2em;
}
.blog-one img{
  width:30%;
}
.col-md-5.blog-one-left {
  padding-left: 0;
}
.blog-comments {
  margin-top: 2.5em;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  padding: 1.3em 0px;
}
.blog-comments ul {
  padding: 0;
}
.b-btn {
  margin-top: 26px;
}
.blog-comments ul li{
  list-style:none;
  display:inline-block;
  margin-right:15px;
}
.b-btn a{
  color: #fff;
  padding: 5px 15px;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  outline: none;
  font-size: 13px;
  background: #339966;
}
.b-btn a:hover{
  background:#663300;
  color:#fff;
  text-decoration:none;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}
.blog-main-one {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  margin-bottom: 50px;
}
.blog-right h3,.blog-right h2{
  color: #663300;
  font-size: 1.5em;
  font-weight: 400;
}
.blog-right ul{
  padding:0;
  margin-top:1.5em;
}
.blog-right ul li{
  list-style:none;
  margin-bottom:8px;
}
.blog-right ul li a {
  color: #302e2e;
  font-size: 15px;
}
.blog-right ul li a:hover{
  color: #339966;
  margin-left: 10px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  text-decoration: none;
}
.posts{
  margin-top:2em;
}
.categories:nth-child(1){
  margin-top:0;
}
.categories{
  margin-top:2em;
}
p.sngl {
  margin-top: 1.5em;
}
.blog-one p {
  color: #302e2e;
  font-size: 15px;
  line-height: 1.6em;
  margin-top: 1em;
  margin-bottom: .5em;
}
.blog-one-left p{
  margin-top:0;
}
.pagination {
  margin: 4% 0 0 0;
}
.blog-main {
  margin-bottom: 1.1em;
}
.blog-comments ul li a, .blog-comments ul li p {
  color: #663300;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.blog-comments ul li a:hover{
  color:	#000;
  text-decoration: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.related{
  margin: 5em 0 6em;
}
.contact-form {
  margin-top: 1.7em;
}
.related-left{
  text-align:center;
}
.related-left h4 {
  color: #339966;
  font-size: 1.35em;
  font-weight: 400;
  margin: 13px 0 0 0;
}
.contact-form form input[type="text"]{
  padding: 10px 15px;
  width: 100%;
  color: #302e2e;
  font-size: 1em;
  border: 1px solid #302e2e;
  outline: none;
  display: block;
  margin: 10px 0;
}
.contact-form form textarea {
  padding: 10px 15px;
  width: 100%;
  color: #333;
  font-size: 1em;
  border: 1px solid #302e2e;
  outline: none;
  display: block;
  margin: 10px 0;
}
.contact-form form textarea {
  height: 200px;
  resize: none;
}
.contact-form form input[type="submit"]:hover{
  background: #663300;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}
.contact-form form input[type="submit"] {
  color: #fff;
  background: #339966;
  padding: 0.7em 1.7em;
  font-size: 1em;
  margin-top: 1em;
  border: none;
  outline: none;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -o-border-radius: 0.3em;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-heading a,.media-heading{
  color:#339966;
}
.media-body p {
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.6em;
  color: #302e2e;
}
.comments-bottom {
  margin-top: 3%;
}
.media {
  margin-top: 24px;
}
.comments {
  margin-top: 5%;
}
.comments h3 {
  font-size: 1.8em;
}
.related-bottom {
  margin-top: 3%;
}
.related.heading h3 {
  font-size: 1.7em;
}
.reply.heading h3 {
  font-size: 1.7em;
}
.related-left img {
  width: 100%;
}
.reply{
  margin-top: 5%;
}
ul.pager {
  margin: 0;
}

.container{
      /*保证footer是相对于container位置绝对定位*/
    position:relative;  
    width:100%;
    min-height:100%; 
    /*设置padding-bottom值大于等于footer的height值，以保证main的内容能够全部显示出来而不被footer遮盖；*/  
    padding-bottom: 100px;  
    box-sizing: border-box;
}
.footer{
  left: 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
}

.footerContent{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:row;
  align-content: center;
  width: 100%;
  height: 50px;
  background-color: #F39801;
  box-shadow: 0 -2px 5px #ccc;
}

.footerBtn{
  width: 100%;
  height: 50px;
  line-height:50px;
  text-align: center;
  color: white;
  font-size: 12pt;
}

.footerline{
  width: 1px;
  height: 45px;
  background-color: white;
}
/*--/blog--*/


