.header{
    height: 80px;
}
.header .navbar{
    top: 30px;
}
/*����*/

.breadcrumb-container{
    margin-top: 40px;
    border-bottom: 1px solid #d2d2d2;
}
.breadcrumb{
    background: transparent !important;
    margin-bottom: 0 !important;
    padding: 8px 20px !important;
}
.breadcrumb li a{
    color:#222;
}
.breadcrumb>li+li:before{
    content: ">" !important;
    color:#222;
}
.content-acticle>p:not(:last-of-type){
    margin: 35px 0;
    font-size: 14px;
    line-height: 25px;
}

.content-acticle p img{
	width:90%;
}

.content-acticle>p:nth-of-type(2),.content-acticle>p:nth-of-type(4){
    text-indent: 2em;
}
.content-acticle>p>img{
    width: 80%;
}
.article-bottom span{
    color: #aaa9a9;
}
.article-bottom span>i{
    font-style: normal;
}
.article-bottom .date{
    margin-left: 70px;
}
.line{
    width: 85%;
    height: 3px;
    margin: 0 auto;
    border-top: 1px solid #d2d2d2;
}

.user-comment{
    padding: 0 15px;
}
.comment-title{
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px !important;
    border-left: 3px solid #ffb900;
    margin-top: 20px;
}
.user-comment>.col-lg-12{
    padding: 0;
}

.comment-form{
    position: relative;
}
.comment-form>textarea{
    height: 240px !important;
    resize: none;
    padding: 15px 20px;
    outline: none;
    border-radius: 0;
}
.comment-form>textarea:focus{
    outline: none;
    border-color: #ccc;
    box-shadow: none;
}
.comment-login{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    background: #e4e4e4;
}
.comment-login>a>img{
    margin: 0 5px;
}
.comment-btn{
    display: inline-block;
    color: #000000;
    padding: 0 15px;
    background: #ffb900;
}
.comment-btn:hover{
    text-decoration: none;
    color: #000000;
}
.comment-line{
    border-top: #b6b6b6 1px solid;
}
.comment-item{
    margin-top: 10px;
}
.comment-item .media-body{
    border-bottom: 1px dashed #bebebe;
}

.comment-name{
    color: #ab0303;
}
.comment-content{
    color: #000000;
}
.comment-date{
    color: #a7a6a6;
}
.comment-heart,.comment-review{
    display: inline-block;
    margin: 0 10px;
    color: #a7a6a6;
}
.comment-more-btn{
    display: block;
    background: #f2f2f2;
    width: 50%;
    padding: 10px 0;
    margin: 40px auto 0;
    border-radius: 20px;
    color: #b2b2b2;
}
.comment-more-btn:hover{
    text-decoration: none;
    color: #b2b2b2;
}

.hot-news,.recom-read{
    background: #f7f7f7;
    padding: 5px 15px;
    border-top: 4px solid #ffb900;
}
.hot-news{
    margin-top: 75px;
}
.hot-news img{
    width: 150px;
    height: 101px;
}
.recom-read{
    margin-top: 35px;
}
.hot-news .col-lg-12{
    padding: 0;
}
.hot-news .media{
    padding: 0;
    margin-bottom: 10px;
}
.hot-news h3,.recom-read h3{
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}
.hot-news .media .media-body{
    vertical-align: middle;
}
.hot-news .media h4{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.recom-read .col-lg-12,.recom-read .col-lg-6{
    padding: 0 5px;
}

.content-left{
    padding: 0 10px;
}

.read-item{
    position: relative;
    margin: 5px 0;
}
.read-item img{
    width: 100%;
}
.img-des{
    background: rgba(0, 0, 0, 1);
    background-origin: content-box;
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    padding: 5px;
    color: #fff;
    opacity: .7;

}
.recom-read .col-lg-6>div{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


#footer-bottom{
    margin-top: 40px;
}

#replyList{
	position:relative;
	left:30px;
}
#headImg{
	height:40%;
}