﻿.view {
    overflow: hidden;
    height: 468px;
}

.view-bd {
    /* width: 838px; */
    margin: 0 auto;
}

.view-bd .qst-name {
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    padding:5px 0;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

.view-bd .qst-detail {
    color: #666;
    font-size: 14px;
    padding-bottom: 16px;
}

.view-bd .qst-detail>em {
    color: #333;
    font-weight: normal;
    font-style: italic;
}

.qst-item.cols .option-item {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.qst-item {
    padding: 5px 14px 12px;
    border-top: 1px solid #d9d9d9;
	list-style-type: none;
}

.qst-item > h2 {
    font-size: 16px;
    line-height: 42px;
    min-height: 42px;
}

.qst-item > h2 > em {
    font-weight: normal;
    padding-right: 8px;
}

.option-item {
    line-height: 34px;
    position: relative;
    min-height: 34px;
    /* cursor: pointer; */
}

.qst-item-bd {
    height: 50px;
    margin-top: 4px;
}

.option-item .icon-radio,.option-item .icon-checkbox{
	    width: 18px;
    height: 18px;
	
    position: absolute;
    top: 50%;
    left: 0;

    margin-top: -9px;
    margin-right: 12px;
    background: url(../../images/conversation/icon-radio-nor.png) no-repeat;
    cursor: pointer;
}
.option-item .icon-checkbox
{
	background: url(../../images/conversation/icon-checkbox-nor.png) no-repeat;
}

.option-item.checked .icon-radio{
    background: url(../../images/conversation/icon-radio-hov.png)  no-repeat;
}


.option-item.checked .icon-checkbox{
    background: url(../../images/conversation/icon-checkbox-hov.png)  no-repeat;
}

.option-item > span {
    display: inline-block;
    margin-left: 30px;
}
.option-item input.mini-textbox{margin-left:8px;line-height:28px;}

/*底部按钮*/

.bottom-btn {
    line-height: 26px;
    height: 26px;
    margin-top: 23px;
    padding: 5px 10px;
    text-align: center;
    background: #f5f3f2;
}

.bottom-btn > a {
    vertical-align: top;
}

.requirestar{
	color:red;
}

.ewb-assinfo {
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ewb-assinfo span {
	display: block;
	font-weight: bold;
}

.ewb-assinfo a {
	display: block;
	color: #333;
}

.ewb-assinfo a:hover {
	color: #0f59a3;
}
