*{
	font-family:"΢���ź�";
}
.block{
	display:block;
}
.S_button{
	width:204px;
	height:43px;
	background-color: #1858dc;
    color: #ffffff;
    font-size: 12px;
}

.bitian{
	color: red;
    text-align: center!important;
    font-weight: bolder;
    font-size: 22px;
    vertical-align: middle;
	padding-top: 6px;
    display: inline-block;
}
.text-align-right{
	text-align:right;
}
.center{
	text-align:center;
}

.question_title{
	font-weight:bolder;
}
.qu{
	font-size: 16px;
	color: #0E4579;
	padding-left: 50px;
	line-height: 46px;
}
.an{
	line-height: 30px;
	padding: 0px 50px 0px 50px;
}
.title{
    display: block;
    color: #666666;
    line-height: 36px!important;
    font-size: 30px!important;
    text-align: center;
	font-weight:bolder;
	display:block;
	padding-bottom:30px;
}
table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:12px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #dddddd!important;
    background-color: #f5f5f5;
    color: #666666;
}
.gridtable tr:first-child{
	color:#ffffff;
}
table.gridtable td {
	    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #e8e8e8;
    background-color: #ffffff;
    color: #4A4A4A;
}
table.gridtable tr:hover{
	background:#f9f9f9;
}
.file{
	padding: 0px 50px 0px 50px;
	margin-top:20px;
	font-size: 15px;
}
.file a{
	
}
.file a:HOVER {
color: blue;	
/* text-decoration:underline; */
}

.moretd{
	width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.qudesc{
	    color: #555555;
    line-height: 24px;
    text-align: left;
    font-size: 14px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    margin-left: 0;
    margin-top: 20px;
}
.div_question{
	    border: 2px solid white;
    padding: 4px 4px 5px 4px;
    border-bottom: 1px solid #EFEFEF;
    clear: both;
    margin: 2px auto;
    width: 96%;
    height: auto;
}
.div_radio{
	clear: both;
    padding-top: 5px;
    padding-left: 24px;
    padding-bottom: 2px;
    font-size: 14px;
}
.div_radio > div{
	width:100%;
}

.inputtext{
	    line-height: 22px;
    padding: 2px;
}
.div_table_clear_bottom{
	    clear: both;
    margin-bottom: 10px;
}
.div_bottom_title{
	    padding-top: 2px;
    font-size: 15px;
    color: #444444;
    font-weight: bold;
    height: auto;
    line-height: 20px;
    padding: 2px 0;
    width: 97%;
    margin: 0px auto;
	text-align:center;
}
.go{
	    width: 47px;
    height: 60px;
    position: fixed;
    bottom: 25%;
    right: 2%;
}
.go a{
	    display: block;
    width: 48px;
	height:57px;
    border: 0;
    overflow: hidden;
    outline: 0;
    float: left;
    font-size:20px;
}
.dingbu{
	background: url(../images/dingbu.png) no-repeat;
}
.dingbu:hover{
	background: url(../images/dingbu.png) no-repeat -48px 0px;
}
.dibu{
	    background: url(../images/dibu.png) no-repeat -48px 0px;
}
.dibu:hover{
	    background: url(../images/dibu.png) no-repeat 0px 0px;
}
.field{
	    clear: both;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
}
.field .form-group{
	margin-top:10px;
}
input{
	border-radius: 0 !important;
    color: #858585;
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    padding: 5px 4px 6px;
    font-size: 14px;
    box-shadow: none !important;
    transition-duration: 0.1s;
    vertical-align: middle;
}
.getbackbutton{
	    height: 30px;
    width: 135px;
    border-style: dotted;
    margin-top: 10px;
    background-color: gray;
    color: black;
    cursor: pointer;
}
.Password_line{
	padding-top:10px;
}
.Password_line >span{
	width: 130px;
    display: inline-block;
    text-align: left;
}
.Password_line >input{
	width: 300px;
	border:1px solid #0E4579;
   
}