.tzggLeft{
	width:270px;
	height:404px;
	background-color:#fff;
	margin:10px 0px 0px 9px;
	box-sizing:border-box;
	padding:8px 13px 6px 13px;
	overflow:hidden;
}
.tzggLeftListItem{
	display:flex;
	justify-content:space-between;
	height:37px;
	line-height:37px;
	border-bottom:1px dashed rgba(201, 223, 244, 100);
	box-sizing:border-box;
	margin-top:2px;
	cursor:pointer;
}
.tzggLeftListItem:last-child{
	border-bottom:0px dashed rgba(201, 223, 244, 100);
}
.tzggLeftListItemText{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	color: rgba(51, 51, 51, 100);
	font-size: 15px;
	width:80%;
}
.tzggLeftListItemText:hover{
 color: rgba(1, 82, 147, 100);
}
.tzggLeftListItemTime{
	color: rgba(100, 120, 140, 100);
	font-size: 14px;
}
.tzListItem{
	display:flex;
	justify-content:space-between;
	border-bottom:1px dashed    rgba(201, 223, 244, 100);
	cursor:pointer;
}
.tzListItem:last-child{
	border-bottom:0px dashed    rgba(201, 223, 244, 100);
}
.tzListItemLeft{
	display:flex;
	justify-content:flex-start;
}
.tzListItemTag{
	width: 4px;
	height: 4px;
	background-color: rgba(51, 51, 51, 100);
	margin-top:24px;
}
.tzListItemText{
	line-height:52px;
	color: rgba(51, 51, 51, 100);
	font-size: 16px;
	margin-left:18px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	width: 750px;
}
.tzListItemText:hover{
 color: rgba(1, 82, 147, 100);
}
.tzListItemTime{
	color: rgba(100, 120, 140, 100);
	font-size: 14px;
	line-height:52px;
}
.tzDetail{
	width:100%;
	box-sizing:border-box;
	padding:35px 110px 60px 110px;
	background-color:#fff;
	min-height:700px;
}
.tzDownloadBlock{
	margin-top:37px;
	display:flex;
	justify-content:flex-start;
}
.tzDownloadImg{
	width:22px;
	height:22px;
	margin-top:1px;
}
.tzDownloadText{
	color: rgba(0, 102, 204, 100);
	font-size: 16px;
	line-height:24px;
	margin-left:15px;
}
.tzBottomLink{
	margin-top:70px;
	color: rgba(100, 120, 140, 100);
	font-size: 16px;
	line-height:28px;
}
.tzBottomLinkItem{
	cursor:pointer;
	margin-top:10px;
}
.tzDetailRightTwo{
	padding-left:32px;
	width:845px;
	background-color:#fff;
	min-height:600px;
	overflow:hidden;
}
.tzDetailRight{
	width: 845px;
	background-color: #fff;
	height: auto;
	padding-bottom:75px;
}
.tz-titles{
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
}
.tz-time-nums{
    margin:30px 0 50px 0;
    background-color: #f5f5f5;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    color:#999;
}