.content_1 {
	height: 40px;
	background-position: top;
}
.content_1 ul {
	padding-left: 11px;
}
.content_1 ul li {
	float: left;
	width: 100px;
	height: 40px;
	text-align: center;
	color: #F6A903;
	background-position: center;
	line-height: 40px;/**注意要改**/ white-space: nowrap;  

 text-overflow:ellipsis; 

 overflow:hidden;

}
.content_1 ul li a {
	display: block;
}
.content_1 .active {
	height: 43px;
	font-size: 14px;
	font-weight: bold;
	color: #F6A903;
	background: #fff url('放标题白色小背景');
	border-top: 2px #F6A903 solid;
	border-left: 1px #eee solid;
	border-right: 1px #eee solid;
	margin-top: -2px;
	margin-bottom: -1px;
}
.content_1 .active a {
	color: #F6A903;
}
.Tab_1 {
	line-height: 13px;
	color: #333333;
	font-size: 12px;
	list-style: disc;
}
.Tab_1 ul {
	width: 240px;
	overflow: hidden;
	list-style: none;
}
.Tab_1 ul li {
	float: left;
	width: 223px;
	overflow: hidden;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
}
.Tab_1 ul li a:link {
	color: #000000;
}
.Tab_1 ul li a:hover {
	color: #00CCFF;
}

@media (max-width:768px) {
.content_1 ul li {
	float: left;
	width: 70px;
	padding:0 5px !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
}
