.ztxx_content{
	padding: 20px 20px;
}
.ztxx_title{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 56px;
	margin-bottom: 24px;
}
.ztxx_title_left{
	width: 190px;
	height: 56px;
}
.ztxx_dw{
	display: flex;
	padding: 10px 0px;
	box-sizing: border-box;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e4e4e4;
}
.ztxx_dw_left{
	width: 90px;
	height: 80px;
	text-align: center;
	margin-right: 20px;
	background: url(../hfimg/ztxx_hf4.png) no-repeat;
	background-size: cover;
}
.ztxx_dw_left div{
	margin-top:26px;
	width: 90px;
	font-size: 24px;
	height: 24px;
	color:#000;
	margin-bottom: 5px;
	text-align: center;
}
.ztxx_dw_left span{
	font-size: 16px;
	color:#999;
}
.ztxx_dw_right{
	flex: 1;
}
.ztxx_dw_right h3{
	height: 25px;
	opacity: 1;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 0px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ztxx_dw_right p{
	height: 40px;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-align: justify; /* 浏览器可能不支持 */
	letter-spacing: 0px;
	color: #999999;
	margin-bottom: 0px;
}
.ztxx_bk_li{
	box-sizing: border-box;
	padding-left: 20px;
	height: 58px;
	line-height: 58px;
	color:#000;
	font-size: 16px;
}
.ztxx_bk{
	padding: 10px 0px;
	background: rgba(238,99,43,.1)
}
.ztxx_bk_li:hover{
	color:#fff;
	background-color: #BF2325;;
}
.ztxx_ztimg{
	width: 100%;
}
.ztxx_infos p{
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	text-align: justify; /* 浏览器可能不支持 */
	letter-spacing: 0px;
	color: #000000;
}