#vote_question_content{
	margin-bottom: 65px;
	width: 960px;
	margin-left: 120px;
}

#vote_question_content .vote_content_header{
	height: 30px;
	width: 920px;
	margin-left: 20px;
	margin-top: 40px;
}

#vote_question_content .vote_content_header span.line{
	display: inline-block;
	background-color: red;
	width: 4px;
	height: 30px;
}

#vote_question_content .vote_content_header span.title{
	color: red;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	letter-spacing: 2px;
	position: relative;
	bottom: 6px;
	margin-left: 10px;
}

#vote_question_content .vote_content_header span.line2{
	display: inline-block;
	font-size: 15px;
	width: 802px;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	bottom: 1px;
	margin-left: 10px;
}




.result{
	margin-top: 22px;
	width: 100%;
	/*height: 410px;*/
}

.result .result_ul{
	list-style: none;
	font-size: 0;
	letter-spacing: -2px;
}

.result ul.result_ul li{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.result ul.result_ul li h3{
	font-size: 14px;
	color: black;
	padding: 0;
	margin: 0;
	height: 20px;
	line-height: 20px;
	text-indent: 5px;
	margin-left: 30px;
	margin-bottom: 5px;
}

.result ul.result_ul li h3.sub_title{
	font-size: 13px;
	margin-bottom: 5px;
	margin-left: 30px;
	margin-bottom: 10px;
}

.result ul.result_ul li h3 span.note_tip{
	color: red;
	margin-left: 5px;
	margin-left: 30px;
}

table{
	width: 900px;
	margin-left: 30px;
	border: none;
	border: 1px solid #999999 !important;
}

table tr{
	height: 30px;
}

table tr th{
	text-align: center;
	
}

table .table_header{
	background-color: #d9E5Ed;
}
table .whit_color{
	background-color: white;
}

table td.table_title{
	width:550px;
	text-align: left;
}

table tr td.table_count{
	text-align: center;
	width:100px;
}

table tr td.table_percentage{
	text-align: center;
	width:250px;
	position: relative;
}

/*比例问题*/
.percentage_bg{
	position: absolute;
	left: 3px;
	top: 4px;
	width: 150px;
	height: 20px;
	border: 1px solid #BBBBBB;
	display: inline-block;
}

.percentage_front{
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	top: 0;
	width: 90px;
	height: 20px;
	background:-webkit-linear-gradient(#9db2c3 ,#3b648b 82%,#5791cc);
    background:-moz-linear-gradient(#9db2c3 ,#3b648b 82%,#5791cc);
    background:-o-linear-gradient(#9db2c3 ,#3b648b 82%,#5791cc);
    background:linear-gradient(#9db2c3 ,#3b648b 82%,#5791cc);
    border-left: 1px solid #284c71;
    border-top: 1px solid #284c71;
    border-bottom: 1px solid #284c71;
}

.value{
	position: absolute;
	right: 0px;
	width: 55px;
	height: 20px;
	line-height: 20px;
	top: 4px;
	right: 10px;
	text-align: left;
}


