/* .crumbs{
	margin-top:50px;
}
.rightpartCon{
	float:left;
	width:100%;
}
.mainRightPart{
	float:left;
	width:100%;
}
.rightListTitle{
	width:calc(100%-101px);
}
.rightListTime{
	width:94px;
}

.gzdtpicDiv{
	margin-top: 30px;
}
.gzdtpicDiv img{
	display:block;
	width:386px;
	height:448px;
	margin-top: 30px;
	cursor: pointer;
}
.gzdtpicDiv img:hover + div{
	color:#CE1000;
}
.picText{
	height:30px;
	line-height:30px;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	cursor: pointer;
}
.picText:hover{
	color:#CE1000;
}

@media screen and (min-width: 1200px) {
	.rightpartCon{
		width:775px;
	}
	.gzdtpicDiv{
		float:right;
	}
}
 */
  .mainRightPart{
	float:right;
	width:100%;
}
.rightListTitle{
	width:calc(100%-101px);
}
#tqframe {
    height: 30px;
    margin-left: 5%;
}
@media screen and (min-width: 1200px) {
	.mainRightPart{
		float:right;
		width:875px;
	}
	.rightListTitle{
		width:560px;
	}

}