@charset "utf-8";
.hty_jyBanner img{
	width: 100%;
}
.hty_textContent{
	width: 80%;
	margin: .9rem auto;
}
.hty_newsList{
	border: #E5E5E5 1px solid;
}
.hty_newsList li a{
	display: block;
	height: .55rem;
	line-height: .55rem;
	font-size: .18rem;
}
.hty_newsList li a span{
	display: inline-block;
	margin-left: 30px;
	margin-right:30px;
}
.hty_newsList li a .hty_newsTime{
	width: 120px;
}
.hty_newsList li:nth-child(2n){
	background: #EBEDEF;
}
.hty_newsPage{
	text-align: center;
	font-size: 16px;
	margin-top: .6rem;
}
.hty_pageUl{
	display: inline-block;
	margin-left: .2rem;
}
.hty_newsPage ul li{
	display: inline-block;
	margin: 0 3px;
}
.hty_newsPage ul li a{
	display: block;
	width: .3rem;
	height: .3rem;
	line-height: .3rem;
	border: #E7E7E7 1px solid;
}
.hty_newsPage ul li a.end,.hty_newsPage ul li a.first{
	width: auto;
	padding: 0 10px;
}

.hty_newsPage ul .active{
	background: #ED4945;
	display: inline-block;
	width: .3rem;
	height: .3rem;
	line-height: .3rem;
	border: #E7E7E7 1px solid;
	cursor: pointer;
	margin: 0 3px;	
}
.hty_newsPage ul .active a{
	color: #fff;
}
.hty_newsPage .prev{
	background: url(/Public/Index/images/pageLeftBut.jpg) center no-repeat;
	text-indent: -999em;
}
.hty_newsPage .next{
	background: url(/Public/Index/images/pageRightBut.jpg) center no-repeat;
	text-indent: -999em;
}
.hty_pageUl .hty_prveButH{
	background: url(/Public/Index/images/pageLeftButH.jpg) center no-repeat;
}
