.forum-left{
    float: left;
    width: 280px;
    height: auto;
}
.forum-type{
    width: 280px;
    /*height: 300px;*/
    background: #FFffFF;
}
.forum-type .type-act a{
    color: #1d6cef;
}
.post{
    width: 240px;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    background: #1d6cef;
    color: #FFffFF;
    font-size: 16px;
    text-align: center;
}
.post:hover{
    background: #1756df;
}
.post img{
    margin: -4px 0 0 0 ;
}
.forum-type-title{
    width: 240px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #666666;
    padding: 0 20px;
    border-bottom:1px solid #cfcfcf ;
}
.forum-type-1{
    width: 240px;
    margin:  0 20px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    border-bottom:1px solid #cfcfcf ;
}
.forum-type-1:last-of-type{
    border-bottom:0px solid #cfcfcf ;
}
.hot-article{
    width: 280px;
    height: 300px;
    background: #FFffFF;
    margin-top: 20px;
}
.hot-article-1{
    width: 240px;
    margin:  0 20px;
    height: 40px;
    line-height: 40px;
}
.hot-article-1 span{
    padding: 2px 6px;
    margin-right: 4px;
    color: #FFffFF;
}
.hot-article-1 .color-1{
    background: #1d6cef;
}
.hot-article-1 .color-2{
    background: #5999ff;
}
.hot-article-1 .color-3{
    background: #99c0ff;
}
.hot-article-1 .color-4{
    background: #b5b5b5;
}
.hot-article-1 .color-5{
    background: #b5b5b5;
}
.forum-right{
    width: 880px;
    height: auto;
    float: left;
    margin-left:20px ;
}
.forum{
    float: left;
    width: 880px;
    height: auto;


}
.forum-1{
    width: 838px;
    height: 210px;
    background: #ffffff;
    padding: 20px;
    margin: 0 0 20px 0;
    border: 1px solid #FFffFF;
    transition: box-shadow 0.6s,border 0.6s;
}
.forum-1:hover{
    border: 1px solid #cfcfcf;
    box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.20);

}
.forum-1 a:hover{
    color: #666666;
}
.forum-text{
    width: 530px;
    height: 210px;
    float: left;

}
.forum-text-title{
    width: 100%;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    color: #333333;
}
.forum-text-title a {
    color: #333333;
}
.forum-text-title a:hover{
    color: #1d6cef;
}
.forum-text-title span{
    float: right;
    font-size: 12px;
    color: #666666;
}
.forum-text-content{
    width: 100%;
    height: 120px;
    line-height: 28px;
    font-size: 14px;
    color: #666666;
    word-break: break-all;word-wrap: break-word;
}
.forum-text-content a{
    color: #1d6cef;
}
.forum-text-content a:hover{
    color: #1d6cef;
}
.forum-text-user{
    width: 100%;
    height: 45px;
    line-height: 45px;
}
.data-left{

    height: 45px;
    line-height: 45px;
    float: left;
}
.data-right{
    width: 190px;
    height: 45px;
    line-height: 45px;
    float: right;
}
.data-left span{
    font-size:12px ;
    color: #999999;
    padding: 0 15px;
}
.data-left .img-circle{
    width: 20px;
    height: 20px;
}
.data-right span{
    font-size:12px ;
    color: #999999;
    padding: 0 0px 0 3px;
}
.data-right i{
    border-left: 1px solid #cfcfcf;
    margin: 0 20px;
}
.forum-img{
    width: 280px;
    height: 210px;
    float: right;
}
.forum-img img{
    width: 280px;
    height: 210px;
}
/*详情*/
.details-title{
    width: 820px;
    height: 80px;
    padding: 30px;
    border-bottom: 1px solid #cfcfcf;
    background: #FFffFF;
}
.title-left{
    width: 540px;
    height: 80px;
    float: left;
    border-right:1px solid #cfcfcf;
}
.details-title-1{
    width: 100%;
    height: 40px;
    font-size: 24px;
    color: #333333;
}
.title-right{
    width: 275px;
    height: 80px;
    float: left;
}
.user-img{
    width: 120px;
    height: 80px;
    float: left;
}
.user-img img{
    width: 70px;
    height: 70px;
    margin:5px 0 0 30px;
}
.user-name{
    float: left;
    width: 149px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
}
.anniu{
    float: left;
    width: 155px;
    height: 40px;
    line-height: 40px;
}
.anniu div{
    float: left;
    width: 70px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #cfcfcf;
    cursor: pointer;
}
.anniu div:hover{
    background: #1d6cef;
    color: #FFffFF;
}
.anniu .letter{
    margin-left: 5px;
}
.content{
    width: 820px;
    height: auto;
    padding: 60px 30px 40px 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
    background: #ffffff;
    word-break: break-all;word-wrap: break-word;
}
.share{

    float: right;
    height:45px ;
    line-height: 45px;

}
.share .shareimg{
    float: left;
    z-index: 99;
    cursor: pointer;
    padding: 0 5px;
}
.share .shareimg:hover >span{
    color: #1d6cef;
}
.Fabulous{
    width: 820px;
    height: 50px;
    float: left;
    line-height: 50px;
    padding: 0 30px 40px 30px;
    background: #ffffff;
}
.Fabulous-1{
    width: 470px;
    float: left;
}
.shou{
    color: #999999;
    font-size: 12px;
}
.shareimg:hover > a .shou{
    color: #1d6cef;
}

.Fabulous-2{
    float: right;
    width: 120px;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    font-size: 16px;
    background: #1d6cef;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
}
.Fabulous-2:hover{
    background: #1756df;
}
.Fabulous-2 img{
    margin:-4px 0 0 40px;
}
/*评论*/
.w500{width: 100%;height: auto;overflow: hidden;}
.list{}
.list li{padding:10px 0;border-bottom:1px solid #ccc;overflow: hidden;line-height: 180%;}
.send{}
.send textarea{resize: none;width: 97.1%;border-radius:0px;padding: 10px;height: 60px;margin: 0px}
.send .btn{text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);padding:10px 20px;display: block;color: #999999;border: 0px solid #cccccc;background: #f0f0f0;text-decoration: none;font-size: 14px;font-weight: 400;float: right;margin-top:12px;  }
.send .faces{width: 25px;height:25px;display: block;float: left;background-image: url(../img/face/faces.png)  ;background-position: 0 0; margin-top:20px;}
.send .on{background-position: left bottom;}
.bottons{
    height: 60px;
    margin: 0 0px
}
.send .text{
    padding-left: 10px ;
    height: 25px;
    line-height: 25px;
    display: block;
    float: left;
    margin: 20px 0 0 0px ;
}
.face{overflow: hidden;display: none;width: 420px;border: 1px solid #cfcfcf;margin-left:30px;position: absolute;background: #FFffFF}
.face li{width: 22px;height: 22px;margin:3px;float: left; list-style:none}

.comment{
    width: 820px;
    height: auto;
    float: left;
    padding: 30px;
    margin-top: 20px ;
    background: #ffffff;
}
.comment-text{
    width: 100%;
    height: auto;
    border-top: 1px solid #cfcfcf;
    margin-top: 30px;
}
.count{
    width: 100%;
    height: 50px;
    line-height: 70px;
}
.comment-1{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
    border-bottom: 1px solid #cfcfcf;
}
.comment-user-img{
    width: 70px;
    text-align: center;
    float: left;
    height: 100%;
}
.comment-user-img img{
    width: 50px;
    height: 50px;
}
.comment-user-name{
    float: left;
    width: 748px;
    height: 40px;
    line-height: 40px;
}
.comment-user-name span{
    padding: 0 10px;
}
.comment-2{
    width: 738px;
    float: left;
    height: auto;
    line-height: 25px;
    padding: 10px 0 10px 10px;
    word-break: break-all;word-wrap: break-word;
}
.reply{
    width: 738px;
    float: left;
    height: auto;
    line-height: 25px;
    margin: 6px 0px 0px 70px;
    border: 1px solid #cfcfcf;
    padding: 10px 0 10px 10px;
    background: #f0f0f0;
}
.reply-name{
    height: 30px;
    line-height: 30px;
}
.reply-text{
    line-height: 25px;
    word-break: break-all;word-wrap: break-word;
}

.reply em, .up{display:block;width:30px;height:16px;font-size:30px;overflow:hidden;_position:relative;margin-left:20px;}
.reply em{margin-top:-24px;color:#cfcfcf;font-style:normal;}
.reply .up{margin-top:-14px;color:#f0f0f0;}
.comment-fabulous{
    height: 70px;
    line-height: 70px;
    text-align: right;
    float: left;
    width: 738px;
    margin-left: 70px;
    padding-left:  10px ;
}
.comment-fabulous i{
    border-left: 1px solid #cfcfcf;
    margin: 0 20px;
}
.huifu{
    display: none;
    float: left;
    width: 748px;
    height: auto;
    margin-left: 70px;
    margin-bottom: 20px;
}
/*详情*/
