.new-mh{
	min-height: 800px;
}
.news-h4,.news-h5,.news-h6,.news-p{
	text-align: left;
}
.news-h4 a,.news-h5 a{
	color: #e15a2d;
}
.news-h4 {	
	margin-top: 20px;
}
.news-h4 a{
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
}
.news-h5{
	margin-bottom: 60px;
}
.news-h5 a{
	font-size: 16px;
}
.news-h6{
	color: #af9675;
	font-size: 12px;
}
.news-p{
	color: #282525;
	font-size: 16px;
}
.col-md-4:nth-child(1){
	padding: 0 20px 0 0;
}
.col-md-4:nth-child(2){
	padding: 0 10px;
}
.col-md-4:nth-child(3){
	padding: 0 0 0 20px;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	.col-md-4:nth-child(1),.col-md-4:nth-child(2),.col-md-4:nth-child(3){
		padding: 0;
	}
}
.myPageIndex a,#padeBefore,#pageAfter{
    padding: 8px 12px;
	margin: 0 3px;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	color: #282525;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.myPageIndex a:hover,#padeBefore:hover,#pageAfter:hover{
	background-color: #e5e5e5;
}
.aActvied{
	color: #af9675!important;
    background: rgba(40,37,37,0.9);
    pointer-events: none;
}