
.clear{
	clear:both;
	zoom:1;
}
.clear:after{
	display: block;
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
}
/* //////////////////////////////////// */
.fatie_content{
	width: 80%;
	margin: 20px auto;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
}
/* 显示位置 */
.fatie_weizhi{
	margin-top: 20px;
}
.fatie_weizhi>ul>li{
	float: left;
	margin-left: 5px;
	color: #444;
}
.fatie_weizhi>ul>li>a{
	color: #444;
}
/* 详情 */
.tie_con{
	margin-top: 20px;
}
.tie_con>ul{
	background-color: #E5ECF2;
}
.tie_con>ul>li{
	margin-top: 5px;
	background-color: #fff;
	color: #444;
}
.tie_con>ul>li:nth-of-type(1){
	height: 40px;
	line-height: 40px;
}
.tie_con>ul>li:nth-of-type(2){
	padding: 20px;
}
.tie_con>ul>li>ul>li{
	float: left;
	margin-left: 10px;
	font-weight: bolder;
	font-size: 16px;
}
.tie_con>ul>li>pre{
	word-wrap: break-word;
	white-space: pre-wrap;

}

.tie_con strong{
	font-size: 16px;
}