.vhpublish{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.vhpublish .colgr{
	padding: 0 15px;
	width: 25%;
	margin-bottom: 40px;
}

.itempublish .thumb{
	margin-bottom: 10px;
}
.itempublish .thumb a{
	display: block;
	padding-top: 142.597%;
	position: relative;
	overflow: hidden;
}
.itempublish .thumb a img{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.itempublish .thumb a:hover img{
	transform: scale(1.2);
}
.itempublish .decs h3{
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.vhorther .title{
	margin-bottom: 20px;
}

.vhorther .title h2, .vhtitle h2{
	font-size: 30px;
	line-height: 45px;
	font-weight: bold;
}

.vhorther .title h1, .vhtitle h1{
	font-size: 30px;
	line-height: 45px;
	font-weight: bold;
}
.vhtitle {
	margin-bottom: 20px;
}

.vhthedetail{
	margin-bottom: 50px;
}
.vhthedetail .vhgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.vhthedetail .vhgrip > div{
	padding: 0 15px;
}
.vhthedetail .vhgrip .coll{
	width: 25%;
}
.vhthedetail .vhgrip .colc{
	width: 25%;
}
.vhthedetail .vhgrip .colr{
	width: 50%;
}
.vhthedetail .dtthumb img{
	width: 100%;
}
.vhthedetail .dtinfo{
	font-size: 16px;
	line-height: 24px;
}
.vhthedetail .dtinfo li{
	margin-bottom: 20px;
}
.vhthedetail .dtinfo li .t1{
	font-weight: 600;
}
.vhthedetail .dtdecs{
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
	.vhorther .title h2, .vhtitle h2{
		font-size: 20px;
		line-height: 30px;
	}
	.vhorther .title h1, .vhtitle h1{
		font-size: 20px;
		line-height: 30px;
	}


	.vhpublish{
		margin: 0 -10px;
	}
	.vhpublish .colgr{
		padding: 0 10px;
		width: 33.3333%;
		margin-bottom: 25px;
	}
	.vhpublish .colgr{
		width: 33.3333%;
	}
	.vhthedetail .vhgrip .colc, .vhthedetail .vhgrip .coll{
		width: 50%;
		margin-bottom: 20px;
	}
	.vhthedetail .vhgrip .colr{
		width: 100%;
		margin-bottom: 20px;
	}
}
@media all and (max-width: 767px){
	.vhthedetail .dtinfo li:last-child{
		margin-bottom: 10px;
	}
	.vhthedetail{
		margin-bottom: 20px;
	}
	.vhthedetail .dtdecs{
		font-size: 15px;
		line-height: 23px;
	}
	.vhthedetail .dtthumb{
		max-width: 350px;
	}
	.vhpublish{
		margin: 0 -5px;
	}
	.vhpublish .colgr{
		width: 50%;
		padding: 0 5px;
	}
	.itempublish .decs h3{
		font-size: 13px;
		line-height: 21px;
		height: 42px;
	}
	.vhthedetail .vhgrip .colc, .vhthedetail .vhgrip .coll{
		width: 100%;
	}
}











/*News*/

.the-info{
	margin-bottom: 45px;
}
.the-info.mb{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.the-info .per{
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 10px;
}
.the-info .title{
	margin-bottom: 15px;
}
.the-info .title h1{
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}
.the-info .df{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.the-info .date{
	padding-right: 25px;
	margin-right: 25px;
	position: relative;
}
.the-info .date:before{
	content: "";
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 12px;
	border-right: solid 1px rgba(0,0,0,0.15);
}
.the-info .social{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.the-info .social .txt{
	font-size: 13px;
	line-height: 21px;
	margin-right: 15px;
}
.the-info .social ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.the-info .social ul li{
	margin-right: 15px;
}
.the-info .social ul li:last-child{
	margin-right: 0;
}
.the-info .social ul li a{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	background: #f4f4f4;
	border-radius: 100%;
	color:#b7b7b7;
	font-size: 16px;
	line-height: 24px;
}
.the-info .social ul li a img{
	max-height: 20px;
}
.the-info .social ul li a:hover{
	color:#04924f;
}
.the-content{
	margin-bottom: 35px;
}
.the-info .linkBack a{
	display: block;
}
.the-info .linkBack a span{
	padding-left: 20px;
	position: relative;
}
.the-info .linkBack a span:before{
	content: "\f112";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media all and (max-width: 767px) {
	.the-info {
		margin-bottom: 25px;
	}

	.the-info .df {
		display: block;
	}

	.the-info .date {
		padding-right: 0;
		margin-right: 0;
		border-right: none;
		margin-bottom: 10px;
	}

	.the-info .date:before {
		display: none;
	}

	.the-info.mb {
		display: block;
	}

	.the-info .social {
		margin-bottom: 15px;
	}
}