body {
	min-width: 1200px;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.index-content {
	padding: 40px 20px 40px;
	background: #fff;
	box-shadow: 0px 2px 10px 1px #eaeaea;
	box-sizing: border-box;
}

/*位置*/
.current-position {
	width: 100%;
	height: 40px;
	background: #f0aeab url(ht-local.png) no-repeat 20px 14.5px;
	padding: 0 20px 0 43px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.current-position a {
	color: #fff;
}

.current-position a:hover {
	color: #fff;
}


/*内容样式*/
.gl-nav {
	width: 310px;
}

.index-tit {
	width: 100%;
	height: 39px;
	border-bottom: 1px solid #ededed;
}

.index-tit .tit {
	display: inline-block;
	color: #333333;
	font-size: 18px;
	line-height: 39px;
	padding: 0px 19px;
	text-align: center;
}

.index-tit .tit.cur {
	color: #cb0f07;
	font-weight: bold;
	padding: 0px 20px;
	border: 1px solid #f7e5e5;
	background: #fff9f9;
	border-top: 2px solid #cb0f07;
	line-height: 36px;
}

.gl-nav-l {
	padding-top: 20px;
}

.gl-nav-l li {
	width: 100%;
	border: 1px solid #f7e5e5;
	background: #fffcfc;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.gl-nav-l li a {
	display: block;
	width: 100%;
	line-height: 24px;
	color: #333333;
	font-size: 16px;
	background: url(ht-icon41.png) 282px center no-repeat;
	box-sizing: border-box;
	padding: 10px 36px 10px 20px;
}

.gl-nav-l li a:hover {
	color: #fff;
	background: url(ht-icon41o.png) 282px center no-repeat #d53f39;
}

.dqwz-active a {
	color: #fff !important;
	background: url(ht-icon41o.png) 282px center no-repeat #d53f39 !important;
}

.tjlmzlm-tit{
	width: 100%;
	height: auto;
	padding-left: 40px;
	box-sizing: border-box;
}

.tjlmzlm-tit li a{
	background: url(ht-icon41.png) 242px center no-repeat;
	padding: 4px 36px 4px 20px;
	font-size: 14px;
}

.tjlmzlm-tit li a:hover {
	color: #fff;
	background: url(ht-icon41o.png) 242px center no-repeat #d53f39;
}

.tjlmzlm-tit .dqwz-active a {
	color: #fff !important;
	background: url(ht-icon41o.png) 242px center no-repeat #d53f39 !important;
}

.gl-con {
	width: 830px;
}

.gl-con-l {
	padding-top: 20px;
}

.ztzl-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ztzl-list li {
	width: 390px;
	height: auto;
	margin-bottom: 27px;
}

.ztzl-list li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
}

.ztzl-list li img {
	width: 100%;
	height: 104px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.ztzl-list li p {
	width: 100%;
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

.ztzl-list li a:hover {
	opacity: 0.8;
	color: #cb0f07 !important;
}