/*回复框*/
.a_reply_div{
    /*border: 1px solid #000;*/
    width: 800px;
    padding-top: 30px;
    margin: 10px auto 0 auto;
}
.a_reply_div .comment_title{
    width: 800px;
    height: 16px;
    margin-bottom: 8px;
}
.a_reply_div .comment_title .a_c_right_box{
    float: right;
}
.a_reply_div .comment_title .a_c_right_box .a_line{
    padding: 0 8px;
    font-size: 14px;
}
.a_reply_div .comment_title .a_c_right_box .a_num{
    font: 18px georgia;
    color: #f54343;
}
.a_reply_div .comment_title .a_c_right_box .a_txt{
    font-size: 12px;
    color: #999;
}
.a_reply_div .comment_middle{

}
.a_reply_div .comment_middle .a_areaBox{
    position: relative;
}
.a_reply_div .comment_middle .a_areaBox .a_comment_area{
    height: 88px;
    width: 97.9%;
    padding: 10px 1%;
    border: 1px solid #dcdcdc;
    resize: none;
    outline: 0;
    font-size: 14px;
    color: #999;
    resize: none;
}
.a_reply_div .comment_middle .a_areaBox .dl_c_div{
    position: absolute;
    top: 1px;
    left: 1px;
    width:799px;
    height: 108px;
    background-color: rgba(0,0,0,0.1);
    display: none;
}
.a_reply_div .comment_middle .a_areaBox .dl_c_div .login{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -45px;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #369D02;
    cursor: pointer;
}
.a_reply_div .comment_middle .a_areaBox .plcg_c_div{
    position: absolute;
    top: 1px;
    left: 1px;
    width: 799px;
    height: 108px;
    background-color: #fff;
    display: none;
}
.a_reply_div .comment_middle .a_areaBox .plcg_c_div .plcg{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -45px;
    margin-top: -10px;
    padding-left: 30px;
    height: 20px;
    line-height: 20px;
    background: url(../images/p_02.png) no-repeat;
    font-weight: bold;
    color: #666;
}
.a_reply_div .comment_middle .a_submit_bar{
    position: relative;
    width: 799px;
    height: 40px;
    border: 1px solid #dcdcdc;
    border-top: 0;
    background: #f7f7f7;
}
.a_reply_div .comment_middle .a_submit_bar .a_submit_btn{
    display: block;
    float: right;
    width: 120px;
    height: 40px;
    background: #369D02;
    text-align: center;
    color: #fff;
    font: 18px/40px "microsoft yahei";
    text-decoration: none;
}
.a_reply_div .comment_middle .a_submit_bar .a_comment_emoticon{
    width: 60%;
}
.a_reply_div .comment_middle .a_submit_bar .a_comment_emoticon .a_comment_face_box{
    padding-top: 5px;
}
.a_reply_div .comment_middle .a_submit_bar .a_comment_emoticon .a_comment_face_box .a_emotion_open{
    display: inline-block;
    position: relative;
    margin-left: 7px;
    width: 50px;
    height: 30px;
    float: left;
    line-height: 30px;
    vertical-align: middle;
    cursor: pointer;
}
.a_reply_div .comment_middle .a_submit_bar .a_comment_emoticon .a_comment_face_box .a_emotion{
    display: none;
    width: 315px;
    background: #fff;
    z-index: 999;
    position: absolute;
    left: -1px;
    top: 40px;
}
.a_reply_div .comment_middle .a_submit_bar .a_comment_emoticon .a_comment_face_box .a_emotion .a_face{
    box-shadow: 0 0 6px #dcdcdc;
}
.a_reply_div .comment_middle .a_submit_bar .a_comment_emoticon .a_comment_face_box .a_emotion .a_face .a_arr{
    margin: 0;
    padding: 0;
}
.a_reply_div .comment_middle .a_submit_bar .a_comment_emoticon .a_comment_face_box .a_emotion .a_face .a_face_list{
    position: relative;
    padding: 10px 5px 5px 10px;
    border: 1px solid #dcdcdc;
    background: #fff;
    height: 110px;
}
.a_reply_div .comment_middle .a_submit_bar .a_comment_emoticon .a_comment_face_box .a_emotion .a_face .a_face_list .w-arr{
    position: absolute;
    top: -6px;
    display: block;
    width: 8px;
    height: 6px;
    background: url(../images/face-top.png) no-repeat 0 0;
    left: 17px;
}
.a_reply_div .comment_middle .a_submit_bar .a_comment_emoticon .a_comment_face_box .a_emotion .a_face .a_face_list .a_face_img_list{
    float: left;
    width: 300px;
}
.a_reply_div .comment_middle .a_submit_bar .a_comment_emoticon .a_comment_face_box .a_emotion .a_face .a_face_list .a_face_img_list li{
    float: left;
    margin: 0 5px 5px 0;
    padding: 3px;
    border: 1px solid #ebebeb;
    height: 24px;
    width: 24px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    background: no-repeat center;
}
.a_reply_div .comment_middle .a_submit_bar .a_comment_emoticon .a_comment_face_box .a_emotion .a_face .a_face_list .a_face_img_list li.e_active{
    border-color: #369D02;
}
.a_reply_div .a_comment_user{
    margin: 0;
    padding: 0;
}
.a_reply_div .a_comment_user .a_name{
    text-decoration: none;
    color: #000;
}
.a_reply_div .a_comment_user .a_line{
    color: #999;
}
.a_reply_div .a_comment_user .a_logout{
    color: #999;
}

/*最新评论*/
.a_new_reply{
    padding: 0;
    font-size: 12px;
    font-family: "simsun","arial","helvetica","clean","sans-serif";
    width: 800px;
    margin: 10px auto 0 auto;
}
.a_new_reply .a_new_title{
    margin-top: 25px;
    margin-bottom: 10px;
    font: bold 20px/22px "microsoft yahei";
    color: #000;
}
.a_new_reply .a_zanwu{
    height: 70px;
    text-align: center;
    font: 18px "Microsoft Yahei";
    color: #b0bfc4;
    padding-top: 45px;
    line-height: 22px;
    display: none;
}
.a_new_reply .a_new_list{
    font-size: 14px;
}
.a_new_reply .a_new_list .get_more_new{
    width: 100%;
    margin-top: 30px;
}
.a_new_reply .a_new_list .get_more_new .more_btn{
    width: 350px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    border: 1px solid #369D02;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    /*font-weight: bold;*/
    font-family: '微软雅黑';
    background-color:  #369D02;
    color: #fff;
}
.a_new_reply .a_new_list .get_more_new .no_data{
    width: 350px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    border: 1px solid #369D02;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    cursor: default;
    /*font-weight: bold;*/
    font-family: '微软雅黑';
    /*background-color:  #369D02;*/
    color: #369D02;
}
.a_new_reply .a_new_list .a_article_comment_list .a_article_block{
    position: relative;
    padding-top: 20px;
    background: url(../images/a_line.jpg) repeat-x left bottom;
}
.a_new_reply .a_new_list .a_article_comment_list .a_article_block .a_username{
    margin-bottom: 17px;
    font-size: 14px;
}
.a_new_reply .a_new_list .a_article_comment_list .a_article_block .a_username .a_location{
    color: #999;
}
.a_new_reply .a_new_list .a_article_comment_list .a_article_block .a_content_txt{
    margin-bottom: 15px;
    line-height: 1.4em;
    color: #2b2b2b;
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-all;
}
.a_new_reply .a_new_list .a_article_comment_list .a_article_block .a_bottom_bar{
    font-size: 12px;
    padding-bottom: 17px;
    padding-right: 10px;
}
.a_new_reply .a_new_list .a_article_comment_list .a_article_block .a_bottom_bar .a_reply{
    float: right;
    line-height: 14px;
}
.a_new_reply .a_new_list .a_article_comment_list .a_article_block .a_bottom_bar .a_reply .a_del{
    text-decoration: none;
    margin-right: 15px;
    color: #f40009;
}
.a_new_reply .a_new_list .a_article_comment_list .a_article_block .a_bottom_bar .a_reply .a_rep_rec{
    color: #000;
    text-decoration: none;
}
.a_new_reply .a_new_list .a_article_comment_list .a_article_block .a_bottom_bar .a_reply .a_rep_rec .is_like{
    color: #369D02;
}
.a_new_reply .a_new_list .a_article_comment_list .a_article_block .a_bottom_bar .a_reply .a_rep_rec .a_rep_num{
 padding-left: 8px;
 font: 16px georgia;
 color: #f54343;
}
.a_new_reply .a_new_list .a_article_comment_list .a_article_block .a_bottom_bar .a_reply .a_rep_reced{
    color: #000;
    text-decoration: none;
}
.a_new_reply .a_new_list .a_article_comment_list .a_article_block .a_bottom_bar .a_reply .a_rep_reced .is_like{
    color: #369D02;
}
.a_new_reply .a_new_list .a_article_comment_list .a_article_block .a_bottom_bar .a_reply .a_rep_reced .a_rep_num{
    padding-left: 8px;
    font: 16px georgia;
    color: #f54343;
}
.a_new_reply .a_new_list .a_article_comment_list .a_article_block .a_bottom_bar .a_comment_time{
    padding-top: 4px;
    color: #999;
}

/*最热评论*/
.a_hot_reply{
    padding: 0;
    padding-top: 20px;
    font-size: 12px;
    font-family: "simsun","arial","helvetica","clean","sans-serif";
    width: 800px;
    margin: 10px auto 0 auto;
}
.a_hot_reply .a_hot_title{
    margin-top: 25px;
    margin-bottom: 10px;
    font: bold 20px/22px "microsoft yahei";
    color: #000;
}
.a_hot_reply .a_hot_list{
    font-size: 14px;
}
.a_hot_reply .a_hot_list .a_article_comment_list .a_article_block{
    position: relative;
    padding-top: 20px;
    background: url(../images/a_line.jpg) repeat-x left bottom;
}
.a_hot_reply .a_hot_list .a_article_comment_list .a_article_block .a_username{
    margin-bottom: 17px;
    font-size: 14px;
}
.a_hot_reply .a_hot_list .a_article_comment_list .a_article_block .a_username .a_location{
    color: #999;
}
.a_hot_reply .a_hot_list .a_article_comment_list .a_article_block .a_content_txt{
    margin-bottom: 15px;
    line-height: 1.4em;
    color: #2b2b2b;
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-all;
}
.a_hot_reply .a_hot_list .a_article_comment_list .a_article_block .a_bottom_bar{
    font-size: 12px;
    padding-bottom: 17px;
    padding-right: 10px;
}
.a_hot_reply .a_hot_list .a_article_comment_list .a_article_block .a_bottom_bar .a_reply{
    float: right;
    line-height: 14px;
}
.a_hot_reply .a_hot_list .a_article_comment_list .a_article_block .a_bottom_bar .a_reply .a_del{
    text-decoration: none;
    margin-right: 15px;
    color: #f40009;
}
.a_hot_reply .a_hot_list .a_article_comment_list .a_article_block .a_bottom_bar .a_reply .a_rep_rec{
    color: #000;
    text-decoration: none;
}
.a_hot_reply .a_hot_list .a_article_comment_list .a_article_block .a_bottom_bar .a_reply .a_rep_rec .is_like{
    color: #369D02;
}
.a_hot_reply .a_hot_list .a_article_comment_list .a_article_block .a_bottom_bar .a_reply .a_rep_rec .a_rep_num{
    padding-left: 8px;
    font: 16px georgia;
    color: #f54343;
}
.a_hot_reply .a_hot_list .a_article_comment_list .a_article_block .a_bottom_bar .a_reply .a_rep_reced{
    color: #000;
    text-decoration: none;
}
.a_hot_reply .a_hot_list .a_article_comment_list .a_article_block .a_bottom_bar .a_reply .a_rep_reced .is_like{
    color: #369D02;
}
.a_hot_reply .a_hot_list .a_article_comment_list .a_article_block .a_bottom_bar .a_reply .a_rep_reced .a_rep_num{
    padding-left: 8px;
    font: 16px georgia;
    color: #f54343;
}
.a_hot_reply .a_hot_list .a_article_comment_list .a_article_block .a_bottom_bar .a_comment_time{
    padding-top: 4px;
    color: #999;
}