@charset "utf-8";
/* CSS Document */
.oral_box{
    margin-top: 30px;
}
.oral_left{
    float: left;
}
.oral_right{
    float: right;
}
.normal_p2{line-height: 34px;}
.line{
    background: #b6b1b1;
    height: 1px;
    margin: 35px 0px;
}
.prompt{
    background: #d9edf7;
    border: 1px solid #e6e9ed;
    border-radius: 4px;
    padding: 24px 30px;
    margin-bottom: 32px;
}
.prompt p{
    font-size:17px;
}
.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;
}