/***********  *********/

/*类别*/
.search_top_div{
    width:100%;
    height:130px;
    background-color:#F6F6F6;
}
.search_top_div .search_div{
    width:1000px;
    height:30px;
    margin:auto;
}
.search_top_div .search_type div a{
    font-size: 14px;
    color:#666666;
    text-decoration: none;
}
.search_top_div .search_type div{
    float:left;
    margin-right:20px;
    margin-top:20px;
    text-align: center;
    border-radius: 2px;
    padding:1px 8px 2px 8px;
}

.search_top_div .search_type .search_set:hover{
    background-color:#ddd;
}
.search_top_div .search_type .search_set_have a{
    color:#eee;
}
.search_set_have{
    background-color:#3EB53D;
}

.create_que{
    width:1000px;
    height:40px;
    line-height: 30px;
    margin:auto;
    margin-top: 20px;
}
.create_que span:first-child{
    color:#444;
    font-size: 18px;
}
.create_que .createQue{
    color:#fff;
    border-radius: 4px;
    margin-left: 20px;
    cursor: pointer;
    padding: 8px 13px 8px 13px;
    background-color: #3EB53D;
}
.create_que .createQue:hover{
    background-color: #2aa42e;
}
.queList{
    width:1100px;
    min-height: 1100px;
    margin:0 auto;
}
/*选项卡*/
.showTyle{
    width: 750px;
    height:35px;
    margin-top:20px;
    margin-left: 35px;
    border-bottom: 1px solid #DDDDDD;
}
.typeCard{
    min-width: 100px;
    height:33px;
    float:left;
    text-align: center;
    line-height: 33px;
    border: 1px solid #DDDDDD;
    background-color: #eee;
    font-size: 15px;
    margin-top: 1px;
}
.typeCard a{
    color:#666;
}
.typeCard div{
    padding-left:15px;
    padding-right:15px;
}
.typeCard:hover{
    cursor: pointer;
}
.selectCard{
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index:100;
}
.queList-left{
    float: left;
    width:74%;
    min-height:1100px;
   /* background-color: #eee;*/
}

/*右列表*/
.queList-right{
    float: left;
    width:24%;
    min-height:1100px;
    /*background-color: #aaa;*/

}
/*列表*/
.que-ans-list{
    width:750px;
}

.que-ans-list{
    width:92%;
    margin-top:10px;
    margin-left: 35px;
}
.list-card{
    width:100%;
    height:90px;
    /*background-color: #eee;*/
    border-bottom: 1px solid #cecece;
}
.care-con{
    height:80px;
    float:left;
}
.care-con img{
    width:50px;
    height:50px;
    border-radius: 3px;
    border:0px solid;
    margin-top:25px;
}
.conanswer div{
    min-width:50px;
    height:30px;
    color:#888;
    font-size: 14px;
    text-align: center;
    margin-left:5px;
}
.conanswer div:first-child{
    font-size: 17px;
    margin-top:25px;
}
.concontent div{
    min-width:100px;
    height:28px;
    color:#888;
    line-height: 20px;
    font-size: 15px;
    text-align: left;
    margin-top:0px;
    margin-left: 10px;
}
.conanswer .care-con-ans{
    margin-left:10px;
}
.concontent div:first-child{
    margin-top:25px;
}
.concontent .que-title a{
    color:#666;
    text-decoration: none;
}
.concontent .que-title a:hover{
    color:#155FAA;
}

.concontent .que-info{
    color:#aaa;
    font-size: 14px;
    margin-left: 20px;
}
