/*提示*/
.search_top_div{
    width:100%;
    height:130px;
    background-color:#F6F6F6;
}
.create_que{
    width:1000px;
    height:40px;
    line-height: 30px;
    margin:auto;
}
.create_que span:first-child{
    color:#555;
    font-size: 16px;
    line-height: 38px;
}
.create_que p{
    color:#666;
    line-height: 26px;
    font-size: 14px;
    margin-left:40px;
}
.create_que a{
    color:#2DA42C;
}
.create_que a:hover{
    text-decoration: underline;
}
.queList{
    width:1100px;
    min-height: 700px;
    margin:0 auto;
}
.queList-left{
    float: left;
    width:74%;
    min-height:700px;
}
.queList .que-ans-list input{
    border:1px solid #dedede;
    padding-left:4px;
}
.queList .que-ans-list input:focus{
    box-shadow: 0 0 6px 0.1px #78aeda, 0 0 0.1px #78aeda inset;
}
.queList .select-type{
    height:27px;
    margin-right: 20px;
    color:#666;
}
#que-type{
    width:120px;
}
/*右列表*/
.queList-right{
    float: left;
    width:24%;
    min-height:700px;
    /*background-color: #aaa;*/

}
/*列表*/
.que-ans-list{
    width:90%;
    margin-top:10px;
    margin-left: 55px;
}
.queList-left .card{
    width:700px;
    min-height: 50px;
    margin-top: 20px;
}
.queList-left .card span {
    color:#666;
}
.queList-left .card input{
    height:25px;
    width:300px;
}
.queList-left .card .content-input{
    margin-top:10px;
}
.add_question{
    margin-top: 15px;
    text-align: right;
    width:95.8%;
    margin-bottom: 20px;
}
#addQueItem{
    padding:6px 15px;
    cursor: pointer;
    color: #fff;
}