.pagecon>.row>div {
	overflow: hidden;
}


/*sub---hotNews-gundong--out-style*/

.address {
	padding-bottom: 20px;
	border-bottom: 1px solid #d0d0d0;
}

#wrap {
	width: 100%;
	min-width: 300px;
	margin: 0 auto;
	background: #fefefe;
}

.hiSlider {
	overflow: hidden;
	height: 550px;
	width: 500px;
	background: #FFFFFF;
}

.hiSlider-item {
	float: left;
	position: relative;
}


/*sub---hotNews-gundong--out-style*/

.hotnews-roll {
	width: 100%;
	/*height: 630px;*/
	margin: 0 auto;
	overflow: hidden;
}

.hiSlider-wrap {
	margin: 0 auto;
}

.newsimg {
	width: 100%;
	display: block;
}

.newsimg>img {
	width: 100%;
	height: 450px;
}

.hotnewstxt {
	width: 100%;
	height: 140px;
	padding: 20px 130px 20px 20px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: url(../img/txt-ms.png) left center repeat-x;
}

.hotnewstxt .snewsp1 {
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	margin-top: 5px;
}

.snewstime {
	width: 110px;
	height: 100px;
	text-align: center;
	font-size: 16px;
	display: block;
	overflow: hidden;
	background: #73000a;
	font-family: "宋体";
	position: absolute;
	right: 0;
	bottom: -60px;
	color: #FFFFFF;
}

.snewstime>.d {
	font-size: 36px;
	display: block;
	text-align: center;
	margin-top: 10px;
}

.hiSlider-btn-prev,
.hiSlider-btn-next {
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	font-size: 0px;
	background-color: #321915;
}

.hiSlider-btn-next {
	margin-left: 30px;
	background-image: url(../img/right1.png);
	background-repeat: no-repeat;
	background-position: center;
}

.hiSlider-btn-prev {
	background-image: url(../img/left1.png);
	background-repeat: no-repeat;
	background-position: center;
}

.hiSlider-btn-prev:hover,
.hiSlider-btn-next:hover {
	background-color: #997459;
}

.hiSlider-pages {
	height: 0;
	width: 0;
	overflow: hidden;
}

.hotlist {
	height: 630px;
	background: #f1f1f1;
	padding: 10px;
	position: relative;
}


/*手机端高度自适应*/

@media only screen and (max-width:1200px) {
	.hotlist {
		height: auto;
	}
}

.hotlist li {
	width: 100%;
	padding-left: 30%;
	padding-bottom: 5px;
	padding-top: 10px;
	border-bottom: 1px solid #d0d0d0;
	position: relative;
}

.hotlist .news-time {
	display: block;
	position: absolute;
	text-align: center;
	font-size: 16px;
	color: #333333;
	left: 10px;
	top: 13px;
}

.hotlist .news-time>.d {
	display: block;
	text-align: center;
	font-size: 32px;
	font-family: "宋体";
}

.eventitem {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 20px;
	border-bottom: 1px solid #dddddd;
}

.eventitem h4 {
	width: 92%;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin: 0 auto;
	height: 24px;
}

.eventcon {
	width: 92%;
	margin: 15px auto 0;
	overflow: hidden;
}

.eventitem .eventimg {
	display: block;
	width: 26%;
	float: left;
}

.eventimg>img {
	width: 100%;
}

.eventitem .eventtxt {
	width: 74%;
	padding-left: 4%;
	display: block;
	overflow: hidden;
	float: left;
}

.eventitem .eventtxt>p {
	height: 72px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.eventitem .eventime {
	display: block;
	margin-top: 10px;
}

.rightevent {
	background: #f1f1f1;
	padding: 20px 0;
}

.eventcon-r>ul {
	display: block;
	overflow: hidden;
	clear: both;
	text-align: center;
}

.eventitem-r {
	width: 200px;
	float: left;
	vertical-align: top;
	overflow: hidden;
	margin-left: 12px;
	margin-top: 15px;
}

.eventitem-r .eventimg {
	width: 200px;
	height: 130px;
	display: block;
	overflow: hidden;
}

.eventitem-r>p {
	height: 48px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 10px;
}

/*新闻列表页*/

.newslistcon {
	padding-bottom: 50px;
}

.newslistcon ul {
	overflow: hidden;
	clear: both;
}

.newslistcon .eventitem {
	width: 96%;
	margin: 0 auto;
	border: 0px;
	padding-bottom: 0;
}

.newslistcon .eventitem .eventcon {
	width: 92%;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 30px;
}

.newslistcon .eventitem h4 {
	width: 100%;
	margin-bottom: 5px;
}

.newslistcon .eventitem h4>a {
	overflow: hidden;
	clear: both;
}

.newslistcon .eventitem h4>a>span {
	float: left;
}

.newslistcon .eventitem h4>a>span.eventtit {
	width: 76%;
}

.newslistcon .eventitem h4>a>span.eventime {
	width: 22%;
	float: right;
	top: 0;
	margin-top: 0;
	text-align: right;
}

.newslistcon .eventitem .eventtxt>p {
	height: 48px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/*分页*/

.pages {
	margin-top: 20px;
}

.pages a,
.pages span {
	box-sizing: content-box;
	color: #000;
}


/*outside*/

.outside ul {
	padding: 0 12px;
}

.outside ul li {
	width: auto;
	float: inherit;
	line-height: 40px;
	margin: 0;
	border-bottom: 1px dashed #d0d0d0;
}

.outside p {
	display: block;
	width: 70%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: auto;
	margin: 0;
}

.outside .eventimg {
	display: inline;
	color: #666666;
	line-height: 40px;
}

.outside .eventimg:hover {
	color: #900a09;
}

.outside span {
	float: right;
}


@media only screen and (max-width:700px) {
	.eventitem .eventimg {
		width: 30%;
	}
	.eventitem .eventtxt {
		width: 70%;
	}
	.newsimg>img {
		width: 100%;
		height: auto;
	}
	.hiSlider {
		height: auto;
		padding-bottom: 40px;
	}
	.hotnews-roll {
		min-width: auto;
		width: auto;
		height: auto;
	}
	.hotnewstxt {
		padding: 10px;
	}
	.snewstime {
		width: 70px;
		height: 60px;
		bottom: -35px;
	}
	.snewstime>.d {
		font-size: 24px;
		margin-top: 0;
	}
	.hotlist>li {
		padding-bottom: 8px;
	}
	.hotlist .news-time {
		top: 10px;
	}
	.eventitem .eventtxt>p {
		height: 24px;
		-webkit-line-clamp: 1;
	}
	.eventitem {
		padding: 10px 0 10px;
	}
	.eventitem-r {
		width: 200px;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: top;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
		float: none;
	}
	.hotlist>li {
		padding-bottom: 25px;
	}
}

@media only screen and (max-width:1000px) {
	.hotnewstxt{ height: 100px;}
	.hotnewstxt .snewsp1{display: none;}
}

/*phone------style*/