/*上下篇*/
.prev_article a,.next_article a {
    color: #999;
    font-size: 14px;
    text-decoration:none;
}
.next_article a.disable,.prev_article a.disable{
	cursor:not-allowed;
}
.next_article a.disable strong{
	color: #999;
}
 .next_article {
    float: right;
    -webkit-transition: .5s -webkit-transform ease;
    -moz-transition: .5s -moz-transform ease;
    -ms-transition: .5s -ms-transform ease;
    transition: .5s transform ease;
    text-align: right;
}
/* .next_article:hover{
   padding-right:10px;
}*/
 .prev_article {
    float: left;
    -webkit-transition: .5s -webkit-transform ease;
    -moz-transition: .5s -moz-transform ease;
    -ms-transition: .5s -ms-transform ease;
    transition: .5s transform ease;
}
/*.prev_article:hover{
  padding-left:10px;
}*/
 .prev_article .let_way,.next_article .let_way {
    font-size: 42px;
    display: inline-block;
    float: left;
    margin-top: 20px;
    margin-right: 26px;
}
.prev_article img,.next_article img {
    max-width: 124px;
    max-height: 88px;
    float: left;
    margin-right: 12px;
}
.prev_article strong,.next_article strong {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.next_article .let_way,.next_article img {
    float: right;
}
 .next_article img {
    margin-right: 26px;
    margin-left: 12px;
}
/*评论*/
.net_pl {
   /* margin: 40px 0;*/
}
.article_title {
    font-size: 24px;
    color: #333;
    position: relative;
    margin-bottom: 15px;
    margin-top: 20px;
}
.net_pl_ta{
    position: relative;
    width: 100%;
    /*height: 120px;*/
}

.net_pl_con .net_pl_ta textarea {
    font-size: 14px;
    padding: 15px;
    width: 80%;
    border: 1px solid #3f404c;
    height: 80px;
    color: #333;
    resize: none;
    border-radius:0;
    -webkit-border-radius:0;
  /*  font-size:14px;
    padding:15px;
    width: 80%;
    border:1px solid #FB941D;
    height:80px;
    color:#333;
    resize: none;
    border-radius:5px 0px 0px 5px;
    -webkit-border-radius:5px 0px 0px 5px;
    -moz-border-radius:5px 0px 0px 5px;*/
}
textarea {
    overflow: auto;
    vertical-align: top;
}
.net_pl_gobtn {
   position: absolute;
    width: 20%;
    background: #3f404c;
    border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    height: 80px;
    right: 0;
    top: 0;
    text-align: center;
}
.net_pl_gobtn .net_pl_btn {
    font-size: 18px;
    color: #fff;
    padding: 30px 26px;
    color: #fff;
    display: inline-block;
}
@media (max-width: 768px) {
.net_pl_gobtn .net_pl_btn {
    padding: 30px 2px;
}
}
.net_pl_write {
    padding-top: 55px;
}
.pl_write > li:last-child {
    border-bottom: none;
}
.pl_write>li {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    padding: 10px 0 10px 64px;
    position: relative;
    overflow: hidden;
    height: auto;
}
.pl_write li .avatar {
    width: 45px;
    height: 45px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: absolute;
    left: 0px;
}
.pl_write li .net_name {
    color: #4697f3;
    margin-bottom: 14px;
}
.net_name .new_time {
    margin-left: 50px;
    color: #999;
}
.pl_write li .net_write {
    margin-left: 12px;
    position: relative;
    color: #333;
    padding: 10px 16px;
    background: #fff5e6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
/*回复 先隐藏*/
.net_btn {
    margin-top: 16px;
}
.net_btn a {
    display: inline-block;
    padding: 1px 8px;
    margin-right: 14px;
    font-size: 12px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color:#666;
}
.net_btn a.reply i {
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(../../images/article_s/btn_icon_1.png) no-repeat 0 -56px;
    vertical-align: middle;
    margin-right: 6px;
}
.net_btn a.praise i {
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(../../images/article_s/btn_icon_1.png) no-repeat;
    vertical-align: middle;
    margin-right: 6px;
}
/*查看更多评论*/
.click_toview_more {
    height: 40px;
    line-height: 40px;
    background: #f6f6f6;
    border: 1px solid #cdcdcd;
    text-align: center;
    color: #8d8d8d;
    font-size: 16px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}
.click_toview_more i {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../../images/article_s/to_view_more.png) no-repeat;
    vertical-align: -4px;
    margin-right: 12px;
}
/*点赞*/
.like a{
    text-decoration:none;
    display: inline-block;
    margin: 10px;
    color: #333;
    font-size: 16px;
}
.like a i{
     font-size:26px;
     display: inline-block;
     margin-right:5px; 
}
.like .thumbs_up img{
   display: inline-block;
    width: 22px;
    height: 22px;
}
.like .thumbs_down img{
  display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../../images/article_s/bad.png) no-repeat;
}