.zxdt {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
.zxdt-title {
	position: relative;
	width: 1010px;
	margin: 0 auto;
}
.zxdt-title-t {
	margin-top: 38px;
	position: relative;
	padding-left: 50px;
	height: 56px;
	line-height: 56px;
	font-size: 30px;
	color: #414141;
}
.zxdt-title-icon {
	position: absolute;
	left: 26px;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background-color: #0095d7;
}
.zxdt-title-b-l,.zxdt-title-b-c,.zxdt-title-b-r {
	position: relative;
	float: left;
	width: 33.33%;
	height: 8px;
}
.zxdt-title-b-l,.zxdt-title-b-r {
	background-color: #59c6e0;
}
.zxdt-title-b-c {
	background-color: #0095d7;
}
.zxdt-main {
	margin-top: 40px;
}
.zxdt-main li:nth-of-type(2n+1) {
	position: relative;
	height: 450px;
	background: url(../img/p9.png) no-repeat;
}
.zxdt-main li:nth-of-type(2n+1) .zxdt-img1 {
	display: block;
	position: absolute;
	left: 45px;
	top: 45px;
	width: 256px;
	height: 256px;
	border-radius: 50%;
}
.zxdt-main li:nth-of-type(2n+1) .zxdt-title {
	position: absolute;
	left: 364px;
	top: 123px;
	width: 550px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: right;
	font-size: 23.5px;
	color: #414141;
}
.zxdt-main li:nth-of-type(2n+1) .zxdt-txt {
	position: absolute;
	left: 406px;
	top: 200px;
	width: 510px;
}
.zxdt-main li:nth-of-type(2n+1) .zxdt-txt1 {
	/*max-height: 90px;*/
	font-size: 14px;
	line-height: 30px;
	color: #cbcbcb;
	overflow: hidden;
}
.zxdt-main li:nth-of-type(2n+1) .zxdt-txt2 {
	display: block;
	color: #0095d7;
	line-height: 30px;
	text-align: right;
	font-size: 14px;
}
.zxdt-main li:nth-of-type(2n) {
	position: relative;
	margin-left: 86px;
	width: 924px;
	height: 354px;
	background: url(../img/p10.png) no-repeat;
}
.zxdt-main li:nth-of-type(2n) .zxdt-img1 {
	display: block;
	position: absolute;
	right: 48px;
    top: 48px;
	width: 256px;
	height: 256px;
	border-radius: 50%;
}
.zxdt-main li:nth-of-type(2n) .zxdt-title {
	position: absolute;
	left: 0;
	top: 130px;
	width: 550px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	font-size: 23.5px;
	color: #414141;
}
.zxdt-main li:nth-of-type(2n) .zxdt-txt {
	position: absolute;
	left: 0;
	top: 200px;
	width: 510px;
}
.zxdt-main li:nth-of-type(2n) .zxdt-txt1 {
	max-height: 90px;
	font-size: 14px;
	line-height: 30px;
	color: #cbcbcb;
	overflow: hidden;
}
.zxdt-main li:nth-of-type(2n) .zxdt-txt2 {
	display: block;
	color: #0095d7;
	line-height: 30px;
	text-align: left;
	font-size: 14px;
}
.zxdt-line {
	margin: 80px auto 40px;
	width: 435px;
	height: 2px;
	background: #0095d7;
}
.page {
	text-align: center;
	margin-bottom: 100px;
}
.page a {
	display: inline-block;
	margin-right: 10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #858585;
	font-size: 20px;
}
.page .page-active,.page a:hover {
	background-color: #0095d7;
	color: #fff;
}
.page .page-next {
	width: 100px;
}
