@media (min-width: 720px){
	.container{
		padding: 0;
	}
	.row{
		margin: 0;
	}
	[class*="col-md"]{
		padding: 0 5px;
	}
	.searchRight{
		margin-bottom: 0;
	}
	.flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.flex .flex-item{
		flex-basis: 49%;
	}
	.flex .col-9{
		width: 74%;
	}
	.flex .col-6{
		width: 49.5%;
	}
	.flex .col-4{
		width: 32.5%;
	}
	.flex .col-3{
		width: 25%;
	}
	.flex .col-2{
		width: 48%;
	}
	.flex .col-2.item .item-image{
		height: 80px;
		overflow: hidden;
	}
	.flex .col-2.item .item-image img{
		width: 100%;
		height: 100%;
	}
	.col-2 .item-title{
		font-size: 13px;
	}
	.box .entry-image{
		width: 100%;
		height: 140px;
		overflow: hidden;
	}
	.top-bar .left{
		float: left;
		width: 50%;
		line-height: 30px;
		text-align: left;
		margin: 0;
	}
	.top-bar .right{
		float: right;
		width: 50%;
		text-align: left;
		margin: 0;
	}
	.homenew-image{
		max-height: 150px;
		margin-right: 20px;
		overflow: hidden;
	}
	.slider-wrapper{
		margin-bottom: 0;
	}
	.text1line{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		max-height: 21px;
	}
	.text2line{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		max-height: 41px;
	}
	.text3line{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		max-height: 61px;
	}
	.gallerys.index .item:first-child{
		width: 50%;
		height: 260px;
	}
	.gallerys .item{
		height: 130px;
	}
	.main-banner{
		max-height: 350px;
		overflow: hidden;
	}
	.image-sm{
		width: 27%;
		height: 135px;
	}
	.flex{
		display: flex;
		justify-content: space-between;
	}
	.flex-wrap{
		flex-wrap: wrap;
	}
	.flex .image-sm{
		width: 150px;
		height: 85px;
	}
	.video iframe{
		height: 400px;
	}
	.media-list .media-item{
		width: calc(100% / 3 - 10px);
	}
	.media-list .media-item .image{
		height: 150px;
	}
	.media-list.album .media-item .image img{
		width: 100%;
	}
	.subbanner .item{
		width: 100%;
		overflow: hidden;
		height: 120px;
	}
	.subbanner .item:not(:first-child){
		width: calc(100% / 3);
	}
	.subbanner .item:first-child{
		margin-bottom: 5px;
	}
	.subbanner .item img{
		width: 100%;
		height: 100%;
	}
	.vert {
		height: 427px;
	}
	.vert .simply-scroll-clip {
		height: 427px;
	}
	.new-hot .thumb{
		height: 375px;
		overflow: hidden;
	}
	.new-hot .thumb img{
		width: 100%!important;
		height: 100%;
	}
	.new-hot .slick-prev,
	.new-hot .slick-next{
		top: 30%!important;
	}
	.new-event .thumb{
		height: 135px;
	}
}