.pt{
	padding: 0.2rem;
}
.main .tow{
	border-top: 0.15rem #f4f4f4 solid;
}
.main .tow span{
	display: flex;
	justify-content: space-between;
	background: #f4f9ff;
	border: 1px #b0c7e8 solid;
	 -moz-border-radius:6px;
	  -webkit-border-radius: 6px;
	  border-radius: 6px;
}
.main .tow span em{
	text-align: center;
	width: 33.33%;
	border-left: 1px #b0c7e8 solid;
	padding: 0.13rem 0;
}
.main .tow span em:nth-child(1){
	border: 0;
}
.main .tow span em.cur{
	background: #3a74c5;
	color: #fff;
	border: 1px #3a74c5 solid;
}
.main .tow span em:nth-child(1).cur{
	-moz-border-radius:6px 0 0 6px;
	 -webkit-border-radius: 6px 0 0 6px;
	 border-radius: 6px 0 0 6px;
}

.main .tow span em:nth-child(3).cur{
	-moz-border-radius: 0 6px 6px 0;
	 -webkit-border-radius: 0 6px 6px 0;
	 border-radius: 0 6px 6px 0;
}
.main .one dd{
	margin-top: 0.15rem;
	line-height: 0.4rem;
}
.ck_sw .box{
	display: none;
}
.ck_sw .box.cur{
	display: block;
}
.ck_sw .box dl{
	border-bottom: 1px #dfe9f6 dashed;
	padding: 0.2rem 0;
}
.ck_sw .box dt{
	color: #3a74c5;
	font-size: 0.26rem;
	margin-bottom: 0.1rem;
}
.ck_sw .box dd{
	line-height: 0.4rem;
}
.ck_sw .box dl:last-child{
	border: 0;
}
.cont .tit h2{
	color: #000;
	font-weight: bold;
	font-size: 0.3rem;
	line-height: 0.45rem;
}
.cont .tit p{
	color: #999;
	font-size: 14px;
	padding: 0.13rem 0;
	border-bottom: 1px #e1e1e1 dashed;
}
.cont .word p{
	color: #555555;
	line-height: 0.42rem;
	text-indent: 2em;
	margin-top: 0.25rem;
}
.cont .word p img{
	display: block;
	margin: 0 auto;
}