.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;
}

/* 文章正文 */
.tsht-con {
	padding: 10px 20px 0;
	background: #fafafa;
}

.tsht-tit {
	width: 100%;
	height: 40px;
}

.tsht-tit a {
	display: block;
	width: auto;
	height: 40px;
	padding: 0 20px;
	border: 1px solid #f7e5e5;
	background: #fff9f9;
	border-top: 2px solid #cb0f07;
	line-height: 37px;
	color: #cb0f07;
	font-size: 18px;
	font-weight: bold;
	float: left;
}

.tsht-list {
	width: 1140px;
	height: auto;
	padding: 20px 0 20px;
}

.tsht-list li {
	width: 360px;
	height: 270px;
	margin-bottom: 8px;
	margin-right: 20px;
	box-sizing: border-box;
	float: left;
}

.tsht-list li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	overflow: hidden;
	text-align: center;
}

.tsht-list li img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}

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

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