.tdrow{
	width: 1200px;
	margin:auto;
	padding:60px 0;
}
.tdrow_1{
	text-align: center;
}
.tdrow_1 p{
	text-transform: uppercase;
	font-size: 14px;
	color: #8d8d8d;
	margin-top: 10px;
}


.djgzrow_text h4{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
	font-size: 20px;
	color: #3e3e3e;
}
.djgzrow_top1{
	width: 45%;
	float: left;
	height: 270px;
}
.djgzrow_text{
	width: 50%;
	float: right;
}
.djgzrow_top{
	overflow: auto;
}
.djgzrow_text{
	padding:40px 0;
}
.djgzrow_text span{
	font-size: 14px;
	color: #b2b2b2;
	display: block;
	margin-top: 10px;
}
.djgzrow_text p{
	font-size: 14px;
	color: #3e3e3e;
	line-height: 25px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 100px;
    margin-top: 10px;
}
.djgzrow_top{
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 40px;
}
.djgzrow{
	margin-top: 40px;
}

.djgzrow_nr ul{
	overflow: auto;
	margin-top: 20px;
}
.djgzrow_nr ul li{
	width: 50%;
	float: left;
	padding:20px 0;
}