.tureLi{
	width:150px;
	height:40px;
	text-align:center;
	line-height:40px;
    color:#666;
    font-size:14px;
    border-bottom:1px solid #eee;
    cursor:pointer;
}
.tureLi:hover{
	color:#0e90d2;
}
.tureU .active{
	color:#0e90d2;
}
.rightUL{
	width:100%;
	height:auto;
}
.rightUL li{
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:40px 10%;
}
.trueList{
    width:100%;
    height:auto
}
.trueList li{
    width:100%;
    height:auto;
    margin-bottom:25px;
    box-sizing:
    border-box;
    padding:10px 27px;
}
.trueList li span {
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(../images/titbg.png) no-repeat 0 5px;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
}
.testDiv{
    width:100%;
    height:90px;
    margin-top:10px;
    border:1px solid #eee;
    background:#fafafa;
    box-sizing:border-box;
    padding:10px 20% 0 20px;
    position:relative;
}
.testDiv b{
    font-size:16px;
}
.testDiv p{
    line-height:20px;
    margin-top:10px;
}
.testDiv button{
    position:absolute;
    top:30px;
    right:20px;
}
/* .testDiv1{
    background:#fafafa url(../images/sure1.jpg) no-repeat 23px 17px;
} */
.testDiv2{
	background:#fff url(../images/sure2.jpg) no-repeat 23px 17px;
}
.formBox .ipt_box input.new_txt {  
    height: 30px;
    border-radius:0!important;
}
.close {
    font-size: 30px;   
    margin-right: 5px;  
}

