.cont-box , .cont-box>*{
    margin: 0px;
    padding: 0px;
}
.cont-box .font{
    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "΢���ź�", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
}
.cont-box {
    width: 800px;
    margin-top: 20px;
    /*background-color: #dbad8c;*/
    box-sizing: content-box;
}
.cont-box .block{
    width: 100%;
    height: 100%;
    /*padding: 10px;*/
    box-sizing: content-box;
    clear: both;
    overflow: hidden;
    margin: 10px 0px;
    /*background-color: #86a6bf;*/
}
.cont-box .politics-cont{
    
}
.cont-box .block .userinfo-box{
    float: left;
    width: 120px;
    height: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    /*background-color: #26BF8F;*/
}
.cont-box .block .userinfo-box .userinfo-item{
    display: block;
    margin: 0px auto;
    text-align: center;
}
.cont-box .block .userinfo-box .userinfo-item.face{
    width: 30px;
}
.cont-box .block .userinfo-box .userinfo-item.username{
    margin-top: 10px;
    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "΢���ź�", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.cont-box .block .userinfo-box .userinfo-item.mobile{
    margin-top: 10px;
    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "΢���ź�", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.cont-box .block .right-panel{
    float: right;
    width: 650px;
    height: auto;
    min-height: 200px;
    margin: 5px 5px;
    padding: 20px;
    -moz-box-sizing: border-box;     -webkit-box-sizing: border-box;     -o-box-sizing: border-box;     -ms-box-sizing: border-box;     box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 5px;
    position:relative;
    z-index: 0;
}

.cont-box .block .right-panel .arrow-box{
    position: absolute;
    top: 20px;
    left: -8px;
    width: 30px;
    height: 66px;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    transform: rotate(-45deg);
    border-radius: 2px;
    background-color: #fff;
    border-color: #ddd transparent transparent #ddd;
}


.cont-box .politics-cont .content-box .title-info{
    height: auto;
    overflow: hidden;
    /*background-color: #ed7271;*/
}
.cont-box .politics-cont .content-box .title-info .type{
    display: inline-block;
    float: left;
    height: 25px;
    line-height: 25px;
    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "΢���ź�", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    border-radius: 5px;
    background-color: #eee;
    box-sizing: border-box;
    padding: 0px 10px;
    margin-top: 10px;
}
.cont-box .politics-cont .content-box .title-info .title{
    display: inline-block;
    float: left;
    height: auto;
    width: 300px;
    line-height: 25px;
    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "΢���ź�", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    box-sizing: border-box;
    margin-left: 14px;
    text-align: left;
    padding: 10px 0px;
}

.cont-box .status-type{
    float: right;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "΢���ź�", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;

    box-sizing: border-box;
    padding: 0px 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.cont-box .status-type.status-1{
    border: 1px solid #666666;
    border-radius: 5px;
    color: #666666;
}
.cont-box .status-type.status-2{
    border: 1px solid #ff6600;
    border-radius: 5px;
    color: #ff6600;
}
.cont-box .status-type.status-3{
    border: 1px solid #00cc00;
    border-radius: 5px;
    color: #00cc00;
}

.cont-box .politics-cont .content-box .title-info .created{
    display: block;
    float: left;
    height: 30px;
    width: 100%;
    line-height: 30px;
    font-size: 12px;
    color: #666666;
}
.cont-box .politics-cont .content-box .content-data{
    height : auto;
    margin-top: 20px;
    
    /*background-color: #fbfbfb;*/
}

.cont-box .politics-cont .content-box .content-data .content-data-item{
    width: 100%;
    margin: 10px 0px;
}
.cont-box .politics-cont .content-box .content-data .content-data-item>*{
    display: inline-block;
    width: 100%;
}
/*************************/
.cont-box .politics-reply{
    z-index: 0;
}
.cont-box .politics-reply .right-panel{  }
.cont-box .politics-reply .right-panel .reply-editor{
    width: 100%;
    height: 100%;
}
.cont-box .politics-reply .right-panel .reply-editor>textarea{
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width:100%;
    min-height: 200px;
    overflow-y:visible;
    border: 1px solid #eee;
    font-size: 14px;
    line-height: 18px;
    padding: 10px;
}



.cont-box .politics-reply .right-panel .reply-header{
    
}
.cont-box .politics-reply .right-panel .reply-header .holle-word{
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 15px;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    /*background-color: #0099e4;*/
}


.cont-box .politics-reply .right-panel .reply-footer{
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    /*background-color: #007afe;*/
}
.cont-box .politics-reply .right-panel .reply-footer>.box{
    width: 150px;
    float: right;
}
.cont-box .politics-reply .right-panel .reply-footer .handle-group{
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    
}
.cont-box .politics-reply .right-panel .reply-footer .handle-time{
    display: inline-block;
    width: 100%;
    text-align: center;
}

.cont-box .politics-reply .right-panel .handle{
    display: block;
    width: 100%;
    /*background-color:#ed7271;*/
    overflow: hidden;
    margin-top: 20px;

}
.cont-box .politics-reply .right-panel .handle .btn{
    float: left;
    height: 40px;
    width: 76px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    background-color: transparent;

    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "΢���ź�", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.cont-box .politics-reply .right-panel .handle .btn:hover{
    background-color: #007afe;
    color: #fff;
}
.cont-box .politics-reply .right-panel .handle .btn.active{
    background-color: #007afe;
    color: #fff;
}
.cont-box .politics-reply .right-panel .handle .btn-box{
    display: block;
    margin: 0px auto;
    width: 170px;
    overflow: hidden;
} 

.cont-box .politics-reply .right-panel .handle .btn.btn-transfer{
    
}

.cont-box .politics-reply .right-panel .handle .btn.btn-reply{
    margin-left: 10px;
}

.cont-box  .politics-reply .right-panel .handle .handle-btn-single{
    /*float: left;*/
    /*margin-left : 250px !important;*/
    margin-left: 50px !important;
}

/**************** show-3  ********************************/

.cont-box .score-block{}
.cont-box .score-block .right-panel{
    border: none;
    /*background-color: #eee;*/
}

.cont-box .score-block .right-panel .score-stars{
    /*display: inline-block;*/
    height: 30px;
    width: 150px;
    /*float: left;*/
    /*overflow: hidden;*/
    margin: 0px auto;
    /*background-color: #26BF8F;*/
    cursor: pointer;
}
.cont-box .score-block .right-panel .score-stars .icon-star{
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 5px 0px 0px 5px;
    /*background-color: yellow;*/
}
.cont-box .score-block .right-panel .score-stars .icon-star-active{
    background: url("images/icon-star-active.png") no-repeat center;
    background-size: 20px 20px;
}
.cont-box .score-block .right-panel .score-stars .icon-star-negetive{
    background: url("images/icon-star-negative.png") no-repeat center;
    background-size: 20px 20px;
}
.cont-box .score-block .right-panel .desc{
    display: inline-block;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
}