.politics-publish-panel{
    width: 650px;
    height: 120px;
    margin: 0px auto;
   /* padding: 20px;
    background: #f1f1f1;*/
}
.politics-publish-panel .block{
    width: 100%;
    padding: 0px 10px;
    border-radius: 5px;
    margin: 10px 0px;
}
.politics-publish-panel .block.panel-title{
    padding: 0px;
    margin: 0px;
    background: #f1f1f1;
}
.politics-publish-panel .block.panel-title span{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 26px;
    color: #666666;
}
.politics-publish-panel .panel-container{
    background: #f1f1f1;
}
.politics-publish-panel .item{
    border-radius: 5px;
    margin: 10px 0px;
    background-color: #fff;
}
.politics-publish-panel .smart-input{
    height: 45px;
    width: 100%;
    /*background: #ed7271;*/
}

.politics-publish-panel .smart-input .left{
    float: left;
    width: 15%;
    height: 100%;
    /*background: #e6ac90;*/
}
.politics-publish-panel .smart-input .left .item-name{
    display: inline-block;
    float: left;
    height: 100%;
    line-height: 45px;
    padding: 0px 20px;
}
.politics-publish-panel .smart-input .left .item-name .text{
    display: inline-block;
    text-align: center;
    height: 100%;
    line-height: 45px;
    font-size: 15px;
    color: #666666;
}
.politics-publish-panel .smart-input .right{
    float: right;
    width: 85%;
    height: 100%;
    /*background: #007afe;*/
}
.politics-publish-panel .smart-input .right .text-view{
    display: inline-block;
    float: right;
    height: 100%;
    line-height: 45px;
    /*padding: 0px 20px;*/
    padding-right: 10px;
    cursor: pointer;
    max-width: 90%;
}
.politics-publish-panel .smart-input .right .text-view .text{
    display: inline-block;
    text-align: center;
    line-height: 45px;
    font-size: 15px;
    color: #666666;
    border-bottom: 1px dashed #333;
    overflow: hidden;
    height: 100%;
}
.politics-publish-panel .smart-input .title-free{
    display: inline-block;
    width: 20px;
    height: 100%;
    /*background-color: #00cc00;*/
    float: right;
    line-height: 45px;
    color: #00cc00;
}
.politics-publish-panel .smart-input .right input{
    border: none;
    outline: none;
    display: inline-block;
    float: right;
    width: 95%;
    height: 100%;
    color: #666666;
    line-height: 45px;
}

.politics-publish-panel .smart-select{
    height: 45px;
}

.politics-publish-panel .smart-select .left{
    float: left;
    width: 30%;
    height: 100%;
    /*background: #e6ac90;*/
}
.politics-publish-panel .smart-select .left .item-name{
    display: inline-block;
    float: left;
    height: 100%;
    line-height: 45px;
    padding: 0px 20px;
}
.politics-publish-panel .smart-select .left .item-name .text{
    display: inline-block;
    text-align: center;
    height: 100%;
    line-height: 45px;
    font-size: 15px;
    color: #666666;
}
.politics-publish-panel .smart-select .right{
    float: right;
    width: 60%;
    height: 100%;
    /*background: #007afe;*/
}
.politics-publish-panel .smart-select .right .text-view{
    display: inline-block;
    float: right;
    height: 100%;
    line-height: 45px;
    padding: 0px 20px;
    padding-right: 10px;
    cursor: pointer;
}
.politics-publish-panel .smart-select .right .text-view .text{
    display: inline-block;
    float: left;
    height: 100%;
    line-height: 45px;
    font-size: 15px;
    color: #666666;
}
.politics-publish-panel .smart-select .right .text-view .select-icon{
    display: inline-block;
    float: left;
    height: 100%;
    width: 20px;
    background: url("images/select-list-arrow.png") no-repeat center;
    background-size: 7px 18px;
    
}
.politics-publish-panel .smart-select .list-group{
    display: none;
    width: 250px;
    height: auto;
    max-height: 500px;
    position: absolute;
    box-shadow: 0 0 3px #555;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    overflow-x: hidden;
    z-index: 100;
}
.politics-publish-panel .smart-select .list-group .list-group-item{
    display: inline-block;
    height: 33px;
    line-height: 33px;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
}
.politics-publish-panel .smart-select .list-group .list-group-item.active{
    background-color: #cbe3fe;
    color: #666666;
}
.politics-publish-panel .smart-select .list-group .list-group-item:hover{
    background-color: #cbe3fe;
    color: #666666;
}
.politics-publish-panel .smart-select .list-group .list-group-item .status-icon{
    display: inline-block;
    float: left;
    width: 30px;
    height: 100%;
}
.politics-publish-panel .smart-select .list-group .list-group-item.active .status-icon{
    background: url("images/select-icon.png") no-repeat;
    background-size: 30px 33px;
    background-position: center;
}
.politics-publish-panel .smart-select .list-group .list-group-item .text{
    display: inline-block;
    float: left;
    height: 100%;
    line-height: 33px;
    font-weight: normal;
}




.politics-publish-panel .panel-container .content{
    
}

.politics-publish-panel .panel-container .content .item-name{
    height: 100%;
    line-height: 45px;
    padding: 0px 20px;
}
.politics-publish-panel .panel-container .content .item-name .text{
    display: inline-block;
    text-align: center;
    height: 100%;
    line-height: 45px;
    font-size: 15px;
    color: #666666;
}
.politics-publish-panel .panel-container .content .editer{
    
}
.normal-questions-tpl .panel-container .content .editer textarea{
    display: inline-block;
    outline: none;
    border: none;
    width: 100%;
    min-height: 200px;
    height: auto;
    padding: 5px 20px;
    word-wrap: break-word;
    overflow-y: hidden;
}

.normal-questions-tpl .media-file{
    /*border-top: 1px solid #ccc;*/
    margin: 0 20px;
    margin-top: 21px;
}
.normal-questions-tpl .media-file .row{
    display: inline-block;
    margin: 0px 5px;
    height: 45px;
}
.normal-questions-tpl .media-file .row .name{
    display: inline-block;
    float: left;
    height: 100%;
    line-height: 45px;
    color: #666666;
}

.normal-questions-tpl .media-file .row .delete-btn{
    display: inline-block;
    float: left;
    width: 25px;
    height: 100%;
    padding: 0px 20px;
    background: url("images/file-delete.png");
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.normal-questions-tpl .file-upload-active{
   /* margin: 0px 20px;*/
    height: 80px;
    /*border-top: 1px solid #ccc;*/
}
.normal-questions-tpl .box{
    /*margin-left: 48%;*/
    height: 100%;
    width: 80px;
    display:inline-block;
}
.normal-questions-tpl .html5 .file-upload-btn{
    display: inline-block;
    margin: 0px auto;
    /*float: left;*/
    /*width: 35px;*/
    width: 80px;
    height: 100%;
    padding: 0px 20px;
    background: url("images/addpic.png");
    background-size: 35px 35px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: solid 1px #dfdfdf;
}
.normal-questions-tpl .swf .file-upload-btn{
    display: inline-block;
    margin: 0px auto;
    /*float: left;
    width: 35px;*/
    width: 80px;
    height: 100%;
    padding: 0px 20px;
    background: url("images/addpic.png");
    background-size: 35px 35px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: solid 1px #dfdfdf;
}


.normal-questions-tpl .anonymity{
    padding: 0px 30px;
}
.normal-questions-tpl .anonymity label{
    cursor: pointer;
    height: 25px;
    margin: 0px;
    padding: 0px;
}
.normal-questions-tpl .anonymity label input{
    display: inline-block;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 5px;
}
.politics-publish-panel .anonymity label .text{
    display: inline-block;
    float: left;
    height: 100%;
    line-height: 25px;
    padding: 0px 10px;
}
.politics-publish-panel .anonymity .tip{
    padding: 0px 25px;
}
.politics-publish-panel .anonymity .tip span{
    font-size: 12px;
    color: #888;
}

.politics-publish-panel .publish-handle-btn{
    display: inline-block;
    margin-left: 40%;
    padding: 20px 0px;
}
.politics-publish-panel .publish-handle-btn span{
    display: inline-block;
    cursor: pointer;
}
.politics-publish-panel .publish-handle-btn .cancel{
    
}
.politics-publish-panel .publish-handle-btn .ok{
    margin-left: 20px;
}

/**********   �ϴ�������   ***********/

.upload-progress-bar-box{
    margin: 0 auto;
    padding:20px;
    width: 450px;
    /*height: 120px;*/
    border-radius: 5px;
    background: #fff;
}

.upload-progress-bar-box .bar-title{
    /*height: 45px;*/
    
}
.upload-progress-bar-box .bar-title .text{
    height: 100%;
    line-height: 30px;
}
.upload-progress-bar-box .bar-line{
    height: 10px;
}
.upload-progress-bar-box .bar-line .box{
    height: 10px;
    border-radius: 5px;
    background: #ddd;
}

.upload-progress-bar-box .bar-line .box span{
    display: inline-block;
    float: left;
    border-radius: 5px;
    height: 100%;
}

.upload-progress-bar-box .bar-line .box span.progress-line{
    width: 0%;
    background: #53b852;
}

.upload-progress-bar-box .bar-info{
    height: 30px;
}
.upload-progress-bar-box .bar-info .text{
    display: inline-block;
    height: 100%;
    line-height: 45px;
}

.upload-progress-bar-box .btns {
    height: 20px;
}
.upload-progress-bar-box .btns .btn-cancle{
    display: inline-block;
    float: right;
    height: 100%;
    line-height: 30px;
    cursor: pointer;
}

.uploadify-button{
    width: 40px;
    height: 49px;
    border-radius: 0px;
    border: none;
    background-color: #fff;
}

