.auto {
	margin: 0 auto;
	min-width: 1000px;
	max-width: 1200px
}
@media screen and (max-width:1233px) {
	.auto {
		padding-left: 10px
	}
}

.clearfix:after,.clearfix:before {
	display: block;
	height: 0;
	content: "";
	clear:both;
	visibility:hidden
}

.clearfix:after {
	clear: both
}

/*new tab*/
.news-main {
	padding-top: 25px;
	margin-bottom: 10px;
	height: auto;
}
.new-tabs {
	float: left;
	width: 20%;
}
.new-tabs ul {
	border: 1px solid #e6e6e6;
	padding: 0px 0px;
	margin: 0 0 0 30px;
}
.new-tabs ul li span {
	display: block;
	height: 50px;
	line-height: 50px;
	margin-top: -1px;
	text-indent: 35px;
	font-size: 14px;
	font-weight:bold;
	color: #666;
	border-top: 1px solid #DEE1E6;
	border-bottom: 1px solid #DEE1E6;
	cursor: default;
}
.new-tabs ul li a {
	display: block;
	height: 45px;
	line-height: 45px;
	margin-top: -1px;
	/*border: 1px solid #e6e6e6;*/
	text-indent: 35px;
	cursor: pointer;
	font-size: 13px;
	color: #666;
	/*text-decoration: underline;*/
}
a:-webkit-any-link{ text-decoration:none;}
/*a:-webkit-any-link:hover{ text-decoration:underline;}*/
.new-tabs ul li.active a{
	background-color: #009fd9;
	border-color: #009fd9;
	color: #fff;
}
.new-tabs ul li:hover a {
	background-color: #EE9611;
	border-color: #009fd9;
	color: #fff;
}
.news-main-content {
	float: right;
	width: 77%;
	padding-bottom: 35px;
}
.news-main-content ul li {
	margin-bottom: 20px;
}
.news-main-content ul li:hover {
	/*-webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
	-moz-box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
	box-shadow: 0 2px 16px rgba(0, 0, 0, .12);*/
}
.news-main-content ul li a.block {
	/*display: block;
	padding: 18px 20px;
	overflow: hidden;
	border: 1px solid #e6e6e6;*/
}

.news-title-img {
	float: left;
	width: 160px;
	line-height: 120px;
	height: 120px;
	text-align: center;
}
.news-title-img img {
	display: inline-block;
	border-radius: 6px;
}

.news-space {
	float: left;
	width: 1px;
	height: 120px;
	margin: 0 20px;
	background-color: #e6e6e6;
}
.news-text h2 {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	font-size: 18px;
	color: #333;
}
.news-text h2.active {
	color: #ff8800;
}
.news-text h2.active i {
	display: inline-block;
	width: 56px;
	height: 20px;
	margin-left: 20px;
	margin-bottom: 2px;
	vertical-align: middle;
	background: url(/static/hsyx/css/siteimages/clock.png) no-repeat 0 center;
}
.news-text p {
	height: 60px;
	line-height: 20px;
	margin: 10px 0 5px;
	font-size: 12px;
	color: #666;
	overflow:hidden;
	text-overflow:ellipsis;
	text-indent: 2em;
}
.news-text .time {
	padding-left: 24px;
	font-size: 12px;
	color: #999;
	background: url(/static/hsyx/css/siteimages/clock.png) no-repeat 0 center;
}
.news-text .links {
	float: right;
	font-size: 12px;
	color: #009fd9;
}
.news-text .links:hover {
	color: #55afe8;
}
ol, ul, li {
	list-style-type: none;
}


/* 风采展示 */
.settingList {
	width: 900px;
	overflow: hidden;
}
.settingList ul {
	width: 940px;
	margin: 0px;
	padding: 0px;
}

.settingList ul li {
	width: 350px;
	float: left;
	margin-left: 60px;
	text-align: center;
	background-color: #F4F4F4;
}

.settingList ul li img {
	display: block;
	width: 340px;
	height: 320px;
	padding: 4px;
	border: 1px solid #e3e3e3;
	background: #fff;
}

/*.settingList ul li img:hover {
	border: 1px solid #0756b7;
	background: #0756b7;
}*/

/*
.settingList ul li span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	font-size: 16px;
	line-height: 50px;
}
*/
.price {
	font-size: 20px;color: red;margin: 10px 0 0 0;
}

.title {
	color: black;margin: 10px 0 10px 3px;
}

/* 基础图片样式 - 支持放大的图片 */
.zoomable-img {
	cursor: default; /* 默认鼠标样式 */
	transition: all 0.3s ease; /* 平滑过渡效果 */
	margin: 5px;
	border: 1px solid #333; /* 预留边框空间 */
}

/* 鼠标移入图片时 */
.zoomable-img:hover {
	cursor: zoom-in; /* 放大镜图标 */
	border-color: #666; /* 轻微边框高亮 */
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); /* 轻微阴影增强立体感 */
	transform: scale(1.02); /* 微小放大效果 */
}

/* 图片点击放大缩小功能-模态框样式 */
.img-click-zoom-in-out-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	text-align: center;
}

/* 图片点击放大缩小功能-模态框内容（图片） */
.img-click-zoom-in-out-modal-content {
	max-width: 90%;
	max-height: 90%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/* 图片点击放大缩小功能-关闭按钮 */
.img-click-zoom-in-out-close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
}
