/*瀛︿範棰戦亾瀵艰埅*/
.titNav {
	width: 100%;
	min-width: 1200px;
	background: #eff3f5;
}

.newMain {
	max-width: 1180px;
	margin: 0 auto;
}

.tnTb,
.tnBd,
.tnZt,
.tnTc {
	float: left;
	_display: inline;
	width: 270px;
	height: 93px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 40px 33px 30px 0;
	background: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
	position: relative;
}
.tnTb{
	background: #72c172;
}
.tnBd{
	background: #65b8ec;
}
.tnZt{
	background: #f885a0;
}
.tnTc{
	background: #ffaf6f;
}
.tnTc {
	margin-right: 0;
}

.newMain dl dt,
.newMain dl dd {
	float: left;
	_display: inline;
}

.newMain dl dd {
	width: 65%;
	margin-top: 20px;
}

.newMain dl dt {
	width: 70px;
	height: 48px;
	margin: 0 10px;
	position: relative;
}
.newMain dl dt img{
	width: 100%;
	position: absolute;
	top: -22px;
	right: 0;
}
.newMain div.arrow-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 7px solid #EFF3F5;
    position: absolute;
	bottom: -7px;
	left: 127px;
}
.newMain dl dd p.ntit {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.newMain dl dd p {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
.newMain dl dd p.ndet{
	filter:alpha(opacity=20); /* IE 閫忔槑搴�0% */
	-moz-opacity:0.8; /* Moz + FF 閫忔槑搴�0%*/
	opacity: 0.8; /* 鏀寔CSS3鐨勬祻瑙堝櫒锛團F 1.5涔熸敮鎸侊級閫忔槑搴�0%*/
}
.new_ico{
	position: absolute;
	top: -15px;
	right: -15px;
}