.section_bbs{
    width: 1200px;
    padding: 15px;
    margin: 0 auto;
    background-color: white;
}
.section_bbs>.container-fulid{
    margin: 0;
    padding: 0;
}
.bbsContainer{
    width: 850px !important;
    border-top: 1px solid #cccccc;
    padding: 20px;
    margin-left: 15px;
    padding-bottom: 496px;
    margin-top: 20px;   
}
.commend{
    width: 697px !important;
    height: 30px !important ; 
    border-color: #0f88eb !important;
    border-radius: 0 !important;
    padding-left: 5px;
}
.commendBtn{
    width: 107px;
    height: 30px;
    background-image: url('../img/bbsImg/btn_01.png');
    font-size: 14px;
    color: #fff;
    padding-left: 35px;
    line-height: 30px;
    background-size: 100% 100%;
}
.commendBtn:hover{
    color: #0D377D;
}
.sayForm{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.topic{
    height: 107px;
    padding-top: 22px;
    padding-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #cccccc;
}
.senderIcon{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #e6e6e6;
    overflow: hidden;
    margin-right: 18px;
}
.theme{
    width: 680px;
    height: 55px;
}
.themeTit{
    color: #0f88eb;
    font-size: 16px;
    width: 100%;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow: hidden;
    display: block;
}
.themeTime{
    width: 100%;
    margin-top: 18px;
    font-size: 14px;
}
.themeTime>span{
    font-size: 14px;
}
.replyNum{
    display: block;
    width: 45px;
    height: 22px;
    color: white;
    text-align: center;
    line-height: 22px;
    background-color: #0f88eb;
    border: 1px solid #0076e8;
    position: relative;
    top: 12px;
}
.panel{
    width: 295px;
    margin-left: 25px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.panel1,.panel2{
    width: 100%;
    padding: 15px;border: 1px solid #cccccc;
    margin-bottom: 20px;
}
.pHeader{
    height: 37px;
    border-bottom: 3px solid #cccccc;
    font-size: 16px;
    position: relative;
    line-height: 30px;
}
.listmore{
    position: absolute;
    right: 5px;
    top: 3px;
}
.blueline{
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #183883;
    bottom: -3px;
    left: 0;
}
.pContent>li{
    height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pContent>li>a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    color: #0F88EA;
    padding-right: 5px;
}
.pContent>li>img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.pContent>li>a>span{
     font-size: 15px !important;
}
.square{
    width: 15px;
    height: 15px;
    background-color: #666666;
    color: white;
    display: inline-block;
    margin-right: 8px;
    text-align: center;
    line-height: 15px;
    position: relative;
    top: -2px;
    font-size: 12px;
}
.pContent a{
    font-size: 14px;
    display: block;
    width: 205px;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow: hidden;
}
.top3{
    background-color: #183883;
}
.bluefont{
    color: #0574e5;
    font-size: 16px;
    margin-bottom: 10px;
    width: 195px;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow: hidden;
}
.font66{
    color: #666666;
}
.pic_box{
    width: 100%;
    height: 60px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}
.icon_box{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.fb_text{
    width: 266px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #4d4d4d;
    text-indent: 2em;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.feed_handle{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.likes_icon{
    width: 16px;
    height: 16px;
}
.likes_num,.replys_num{
    font-size: 12px;
    color: #999999;
}
.replys{
    margin-left: 10px;
}
.reply_icon{
    width: 17px;
    height: 14px;
}
.reply_box{
    width: 266px;
    height: 116px;
    padding: 15px 10px 10px 10px;
    background-color: #f2f2f2;
    margin-top: 15px;
}
.reply_name{
    font-size: 14px;
    color: #0574e5;
    margin-right: 5px;
}
.reply_content{
    font-size: 14px;
    color: #4d4d4d;
    letter-spacing: 1px;
    width: 246px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}
.all_reply{
    margin-top: 10px;
    color: #0574e5;
    display: block;
}
.infoFeed{
    padding-bottom: 15px;
   
}
.panel2{
    height: 440px;
}

.footer{
    height: 260px;
    width: 100%;
    background-color: #9a0000;
    color: white;
}
.footContainer{
    width: 870px;
    margin: 0 auto;
    padding-top: 38px;
    display: flex;
    justify-content: space-around;
}
.footContainer a{
    color: white;

}
.footContainer1{
        width: 870px;
        text-align: center;
        margin: 30px auto;
}
.footContainer1>div{
    margin-bottom: 15px;
}
.modal_box{
    width: 500px;
    height: 300px;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.sigin{
    color: #0673ca;
    text-decoration: underline;
}
.cjx_d{color: red; font-weight: bold;}