.inside-cntr {
    /*padding-top: 95px;*/
    padding-top: 0;
	margin-bottom: 90px;
}
.news {
	margin-top: 55px;
}
.news-list {
	margin-bottom: 33px;
}
.news-one {
	padding-top: 41px;
	padding-bottom: 41px;
	border-bottom: 1px dashed #e5e5e5;
	font-size: 0;
}
@media (min-width: 62em) {
	.news-one.letmove {
		transform: translateY(30px);
		opacity: 0;
		transition: transform 1s, opacity 1s;
	}
	.news-one.move {
		transform: translateY(0);
		opacity: 1;
	}
}
.news-one-img,
.news-one-desc {
	display: inline-block;
	vertical-align: top;
}
.news-one-img {
	transform: translateZ(0);
	width: 284px;
	height: 182px;
	border-radius: 5px;
	overflow: hidden;
}
.news-one-img img {
	max-width: 100%;
	height: auto;
    transition: transform .7s .03s;
}
.news-one-img:hover img {
	transform: scale(1.09);
}
.news-one-desc {
	float: right;
	/*margin-right: 85px;*/
	/*width: 805px;*/
    margin-right: 6.8%;
    width: 65%;
    width: calc(93.2% - 351px);
}
.news-one-desc h3 {
	margin-bottom: 9px;
	line-height: 20px;
	font-size: 20px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
.news-one-desc h3 a {
	color: #000;
	transition: .3s;
}
.news-one-desc h3 a:hover {
	color: #ee3b44;
}
.news-one-desc p.desc {
	display: -webkit-box;
	margin-top: 30px;
	margin-bottom: 19px;
	height: 52px;
	line-height: 26px;
	font-size: 14px;
	color: #666;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	overflow: hidden;
}

.news-title {
	padding-bottom: 26px;
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
}
.news-title h3 {
    margin-bottom: 9px;
	font-size: 20px;
	color: #000;
}
.news-title .news-belongs {
}
.news-title .news-belongs span {
	margin-right: 10px;
	margin-left: 10px;
}
.news-edit {
	margin-top: 55px;
	font-size: 15px;
	color: #666;
}

@media (max-width: 1241px) {
	.news-one-desc {
		float: right;
	    margin-right: 3%;
	    width: calc(97% - 320px);
	}
}

@media (max-width: 48em) {
	.news {
		margin-top: 0;
	}
	.news-one-desc {
		float: right;
	    margin-right: 0;
	    width: calc(100% - 305px);
	}

	.inside-cntr {
	    padding-top: 0;
	    margin-bottom: 40px;
	}
	.news-title {
	    padding-bottom: 20px;
	}
	.news-title h3 {
		font-size: 16px;
	}
	.news-edit {
	    margin-top: 28px;
	}
}

@media (max-width: 650px) {
	.news-one {
		padding-top: 36px;
		padding-bottom: 0;
	}
	.news-one-img {
		display: block;
		margin: 0 auto 25px;
		width: auto;
		height: auto;
		text-align: center;
	}
	.news-one-desc {
		float: none;
	    width: 100%;
	}
	.news-one-desc h3 {
	    line-height: 16px;
	    font-size: 16px;
	}
	.news-one-desc p.desc {
	    margin-bottom: 33px;
		margin-top: 15px;
	    height: 42px;
	    line-height: 21px;
	}
	.a-1 {
		display: none;
	}
}
@media (max-width: 34em) {
	.news-one-img {
		width: 100%;
	}
	.news-one-img img {
		width: 100%;
	}
}