html,
body {
    background: #fafafa;
}
.main{
    width: 1200px;
    margin: 25px auto 80px;;
}
.news-info{
    width: 890px;
    background: #fff;
    padding: 35px 45px;
    min-height: 600px;
}
.news-title{
    font-size: 26px;
    text-align: center;
}
.news-source{
    font-size: 14px;
    color: #9E9E9E;
    text-align: center;
    margin: 20px auto;
    position: relative;
}
.news-source span{
    margin-right: 20px;
}
.news-source .share-box{
    position: absolute;
    top: -3px;
    right: 0;
}
.news-content{
    border-top: 1px solid #eee;
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    padding-top: 20px;
    margin-bottom: 30px;
}
.news-content p{
    margin-bottom: 15px;
}
.news-content img{
    max-width: 100%;
    display: block;
    margin: 10px auto;
}
.news-content #editor{float: right;}
/*相关新闻*/
.related-news{
    width: 280px;
}
.related-news h3{
    font-size: 18px;
}
.related-news ul{
    background: #fff;
    padding: 0 10px;
    margin-top: 10px;
}
.related-news ul li{
    border-bottom: 1px dashed #eee;
    background: url('../img/sdot.png')left 18px no-repeat;
    line-height: 22px;
    font-size: 14px;
    padding: 15px 0 15px 18px;
}
.related-news ul li:last-child{
    border: none;
}


/*返回顶部*/
.toolbar{position:fixed;right:50%;bottom:60px;margin-right: -500px; z-index: 9;}
.toolbar-item,.toolbar-layer{background:url(../img/toolbar-top.png) no-repeat;}
.toolbar-item{display:block;width:52px;height:52px;margin-top:1px;position:relative;-moz-transition:background-position 1s;-ms-transition:background-position 1s;-o-moz-transition:background-position 1s;-webkit-moz-transition:background-position 1s;transition:background-position 1s;}
.toolbar-item:hover .toolbar-layer{opacity:1;filter:alpha(opacity=100);transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
.toolbar-item-top{background-position:0 -0;}
.toolbar-item-top:hover{background-position:0 -62px;}

/* 评论 */
.pinglun{
    margin-top: 30px;
    border-left: 3px solid #BBBBBB;
    padding-left: 10px;
}
.disNone{display: none}
.pubImg {
    width: 50px;
    height: 50px;
    text-align: center;
}
.pubImg img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.publishedCon {
    width: 735px;
    height: 81px;
    position: relative;
}
.publishedCon .layui-textarea{
    min-height: 81px;
}
.publishedCon button {
    width: 81px;
    height: 32px;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0.1px;
    text-align: center;
    background: #FF0808;
    outline: none;
    border: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.layui-layer-content{
    height: auto!important;
}
.pl-item{ padding:13px 20px;border-bottom:1px dashed #eee;}
.pl-item-left{ float: left;width:60px;height:60px;overflow: hidden;}
.pl-item-left img{ width: 50px;height: 50px;border-radius: 50%;}
.pltime{color:#999;margin: 5px 0 10px 0;}
.disNone{display: none}
