#banner-solution {
	background: url("/static/images/banner/banner-oil-production-line.webp") no-repeat;
	background-size: 100% 100%
}
.banner-video{
    background: url("/static/images/banner/banner-video.jpg") no-repeat;
	background-size: 100% 100%
}
.news-content ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}
.news-content ul li {
	position: relative;
	width: calc(25% - 20px);
	margin-bottom: 45px;
	background: var(--white);
	border-radius: 20px;
	transition: all linear .5s
}
.news-content ul li:last-child:nth-child(3n - 1) {
	/*margin-right: calc(33% + 1.5% / 2)*/
}
.news-content ul li:last-child:nth-child(3n - 2) {
	margin-right: calc(50% + 10px)
}
.news-content ul li .img {
	height: 345px;
	border-radius: 20px 20px 0 0;
	overflow: hidden
}
.news-content ul li img {
	height: inherit;
	border-radius: 20px 20px 0 0;
	transition: all linear .5s
}
.news-content ul li .text {
	position: relative;
	background: var(--white);
	padding: 30px;
	border: 1px solid #e3e3e3;
	border-top: 0;
	border-radius: 0 0 20px 20px
}
/*.news-content ul li .text::before {
	content: '';
	position: absolute;
	left: 40px;
	top: -15px;
	display: block;
	width: 30%;
	max-width: 120px;
	height: 30px;
	background: var(--bgshadowcolor);
	border-radius: 3px;
	font-size: 16px;
	color: var(--white);
	line-height: 30px;
	text-align: center;
	font-family: 'RobotoMedium'
}*/
.news-content ul li span:first-child {
	position: relative;
	font-size: 16px;
	color: var(--ftcolor);

	padding-left: 15px
}
.news-content ul li span:first-child::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 4px;
	height: 16px;
	background: var(--bgshadowcolor);
	border-radius: 2px
}
.news-content ul li h3 {
	font-size: 22px;
	color: var(--fttcolor);
	line-height: 32px;
	
	margin: 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: color linear .5s
}
.news-content ul li p {
	font-size: 16px;
	color: var(--ftcolor);
	line-height: 24px;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.news-content ul li span:last-child {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: var(--ftcolor);

	line-height: 32px;
	overflow: hidden;
	transition: color linear .5s
}
.news-content ul li span:last-child::before, .news-content ul li span:last-child::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 2px;
	width: 100%;
	background: var(--ftcolor);
	z-index: 1
}
.news-content ul li span:last-child i {
	font-size: 18px;
	display: inline-block;
	margin-left: 8px
}
.news-content ul li span:last-child::before {
	left: -100%;
	background: var(--bgshadowcolor);
	z-index: 2;
	transition: left linear .5s
}
#solutions ul li .text::before {
	display: none
}
#solutions ul li .text {
	padding-top: 30px
}
#solutions ul li h3 {
	margin: 0 0 15px;
	font-size: 24px;
	text-transform: capitalize
}
#solutions ul li p {
	margin-bottom: 20px
}

@media(any-hover:hover) {
.news-content ul li:hover {
	box-shadow: 0 2px 10px 0 rgba(34,34,34,0.15)
}
.news-content ul li:hover img {
	transform: scale(1.1)
}
.news-content ul li:hover h3, .news-content ul li:hover span:last-child {
	color: var(--bgcolor)
}
.news-content ul li:hover span:last-child::before {
	left: 0
}
}

@media screen and (max-width:1680px) {
.news-content ul li span:first-child {
	font-size: 14px;
	padding-left: 10px
}
.news-content ul li span:first-child::before {
	width: 4px;
	height: 16px
}
.news-content ul li .img {
	height: 280px
}
#solutions ul li .img {
	height: auto
}
#solutions ul li h3, .news-content ul li h3 {
	margin: 0 0 10px;
	font-size: 24px
}
#solutions ul li p, .news-content ul li p {
	font-size: 18px;
	line-height: 24px
}
#solutions ul li .text, .news-content ul li .text {
	padding: 20px 25px 20px 20px
}
.news-content ul li .text {
	padding-top: 30px
}
.news-content ul li span:last-child {
	font-size: 14px;
	line-height: 28px
}
}

@media screen and (max-width:1440px) {
#solutions ul li, .news-content ul li {
	width: calc(33% - 15px);
	margin-bottom: 30px;
	border-radius: 15px
}
.news-content ul li h3, #solutions ul li h3 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 28px
}
#solutions ul li p, .news-content ul li p {
	font-size: 16px;
	line-height: 22px
}
.news-content ul li .text::before {
	font-size: 14px
}
.news-content ul li .img {
	height: 240px
}
}

@media screen and (max-width:1280px) {
.news-content ul li h3, #solutions ul li h3 {
	margin: 0 0 3px;
	font-size: 18px
}
#solutions ul li p, .news-content ul li p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 10px
}
}

@media screen and (max-width:768px) {
#banner-solution {
	background: url("/static/images/banner/banner-oil-production-line-sm.webp") no-repeat;
	background-size: 100% 100%
}
.banner-video{
    background: url("/static/images/banner/banner-video-sm.webp") no-repeat;
	background-size: 100% 100%
}
.news-content ul li {
	width: calc(50% - 8px)!important;
	margin-bottom: 25px;
	border-radius: 10px;
	margin-right: 0!important
}
.news-content ul li .img, .news-content ul li img {
	height: 115px;
	border-radius: 10px 10px 0 0
}
#solutions ul li .text, .news-content ul li .text {
	padding: 15px 20px 20px 15px;
	border-radius: 0 0 10px 10px
}
.news-content ul li .text::before {
	left: 20px;
	top: -13px;
	width: 30%;
	max-width: 100px;
	height: 26px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 26px
}
.news-content ul li span:first-child {
	font-size: 14px;
	padding-left: 10px
}
.news-content ul li span:first-child::before {
	width: 2px;
	height: 14px;
	border-radius: 2px
}
.news-content ul li:last-child {
	margin-bottom: 30px
}
.news-content ul li h3 {
	font-size: 18px;
	line-height: 26px;
	margin: 8px 0 10px
}
.news-content ul li p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px
}
.news-content ul li span:last-child {
	font-size: 14px;
	line-height: 24px
}
.news-content ul li span:last-child i {
	font-size: 16px;
	margin-left: 5px;
	margin-top: -3px
}
#solutions ul li .text::before {
	display: none
}
#solutions ul li h3 {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 5px
}
#solutions ul li p {
    font-size: 16px;
    line-height: 24px;
	margin-bottom: 15px
}
#solutions ul li:nth-child(9),#solutions ul li:last-child{
    margin-bottom: 0;
}
}
