.ddd {
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box-sizing-box {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.contleft {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.contright {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.contgu {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.contkh {
	-webkit-justify-content: center;
	justify-content: center;
}
.w100{ width: 100%;}
.contzhong {
	-webkit-align-items: center;
	align-items: center;
}

.fdc {
	flex-direction: column;
}
.dqnav{ color: #333; margin-top: 18px; font-size: 16px;}
.dqnav a{ color: #333;}
.dqnav a:hover{ color: #f00;}
.newsnav1 { margin-top: 20px;}
.newsnav1 a{ flex: 1; text-align: center; border: 1px solid #e5e5e5; padding: 10px 0px; color: #333; font-size: 16px; font-weight: bold}
.newsnav1 a:hover,.newsnav1 a.now{  border: 1px solid #5a9b3c; padding: 10px 0px; color: #5a9b3c;}
.news-befrom-addtime a{ color: #333}
.syp{ border-top: solid 1px #e5e5e5; padding-top: 15px;}
.syp a,.xyp a{ color: #333}
.syp a:hover,.xyp a:hover{ color: #5a9b3c}
.xyp{ margin-top: 10px;}
.flex-flow-wrap {
	flex-flow: row wrap;
}
.xgxx1{ font-size: 16px; font-weight: bold; margin-top: 15px;}
.xgxx li{ width: 30%; margin-right: 3%; margin-top: 12px;}
.xgxx li a{ color: #333333;}
.xgxx li a:hover{ color: #5a9b3c;}
.xgxx  img{ width: 16px; height: 16px; margin-right: 8px;}
.news-title{ border-bottom: solid #e5e5e5 1px; padding-bottom: 20px;}
.part5_bottom li p{ z-index: 10001111000; position:absolute}
.cont1200{ width: 1200px; margin: 20px auto}
.contggclass{ width: 100%; font-size: 18px; font-weight: bold; color: #000; border-bottom: #e5e5e5 solid 1px; padding-bottom: 15px;}
.contggclass1{ width: 100%; font-size: 14px;color: #000; margin-top: 10px; margin-bottom: 15px;}
.contggclass1 li{ width: 19%; margin-right: 1%; margin-top: 15px;}
.contggclass1 li a{ color: #666666;}
.contggclass1 li a:hover{ color: #f00;}