@charset "utf-8";
/* CSS Document */
.oral_box{
    margin-top: 30px;
}
.oral_left{
    float: left;
    width: 760px;
}
.oral_right{
    float: right;
}
.normal_p2{line-height: 28px; padding-bottom: 6px;}
.normal_table tr td{
    vertical-align: top;
    padding-right: 10px;
    padding-bottom: 6px;
}
.normal_table_span{
    line-height: 28px;
}
.prompt{
    background: #d9edf7;
    border: 1px solid #e6e9ed;
    border-radius: 4px;
    padding: 20px 30px;
    margin-bottom: 32px;
}
.prompt p{
    font-size: 16px;
    line-height: 30px;
}
.prompt p span{
    font-weight: bold;
}
.prompt ul{
    padding-top: 18px;
}
.prompt ul li{
    padding-bottom: 14px;
}
.prompt ul li:before{
	content:"";
	display:inline-block;
	width:12px;
	height: 12px;
	background: #154df3;
	border-radius: 6px;
	margin-right: 10px;
}
.bottom0{
	padding-bottom: 0px!important;
}