h4 {
	font-size: 20px;
	color: var(--fttcolor);
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all linear .3s
}
.news-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px
}
.news-top h2 {
	display: inline-block;
	font-size: 30px;
	color: var(--fttcolor);
	padding: 0 3px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1
}
.news-top h2::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 8px;
	background: var(--bgshadowcolor);
	z-index: -1
}
.news-top p {
	font-size: 16px;
	color: var(--ftcolor)
}
.huatai-news .news-cont {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news-cont .left {
	width: 51%;
	max-width: 810px
}
.news-cont .left>a {
	display: block;
	position: relative
}
.news-cont .news-img {
	width: 100%;
	border-radius: 10px;
	overflow: hidden
}
.news-cont img {
	border-radius: 10px;
	transition: all linear .5s
}
.news-cont .news-txt {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px 70px 30px 40px;
	background: linear-gradient(to bottom, rgba(8,112,215,0), rgba(8,112,215,.5));
	border-radius: 0 0 10px 10px
}
.news-cont .news-txt h4 {
	color: var(--white);
	line-height: 34px;
	font-family: 'RobotoMedium';
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.news-cont ul {
	width: 45%;
	max-width: 700px;
	margin-top: 20px
}
.news-cont ul li {
	margin-bottom: 20px
}
.news-cont ul li:last-child {
	margin-bottom: 0
}
.news-cont ul li a {
	display: block;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee
}
.news-cont ul li a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: var(--bgcolor);
	transition: all linear .4s
}
.news-cont ul li h4 {
	width: 100%;
	margin-bottom: 15px;
	white-space: nowrap; font-weight: 500; line-height: 30px;
}
.news-cont ul li span {
	display: flex;
	justify-content: left;
	align-items: center;
	font-size: 16px;
	color: #999;
	line-height: 24px;
	font-family: 'RobotoMedium'
}
.news-cont ul li span i {
	display: inline-block;
	margin-right: 8px;
	font-weight: 600
}
.huatai-news ol {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}
.huatai-news ol li {
	width: calc(50% - 45px);
	margin-bottom: 40px
}
.huatai-news ol li a {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.huatai-news ol li .img {
	width: 25%;
	max-width: 180px;
	height: 150px;
	border-radius: 15px;
	overflow: hidden
}
.huatai-news ol li .img img {
	height: inherit;
	border-radius: 15px;
	transition: all linear .5s
}
.huatai-news ol li .txt {
	width: 71%
}
.huatai-news ol li h3 {
	white-space: nowrap;
	margin-bottom: 20px; line-height: 30px;
}
.huatai-news ol li p {
	font-size: 16px;
	color: var(--ftcolor);
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.industry-news {
	width: 100%;
	background: linear-gradient(60deg, #ccddfa, #f1f5fc)
}
.industry-news h4 { font-weight: 500; line-height: 30px;}
.industry-news ul, .industry-news ol, .industry-news ul li a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center
}
.industry-news ul li {
	width: calc(50% - 25px);
	margin-bottom: 50px;
	background: var(--white);
	box-shadow: 0 2px 4px 0 rgba(34,34,34,0.15);
	border-radius: 20px
}
.industry-news ul li .img {
	width: 52%;
	max-width: 400px;
	border-radius: 20px 0 0 20px;
	overflow: hidden
}
.industry-news ul li img {
	border-radius: 20px 0 0 20px;
	transition: all linear .5s
}
.industry-news ul li .txt {
	width: 48%;
	padding: 50px 25px 40px;
	border-radius: 0 20px 20px 0
}
.industry-news ul li h3 {
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.industry-news ul li p {
	font-size: 16px;
	color: var(--ftcolor);
	line-height: 24px;
	margin: 20px 0 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}
.industry-news ul li .txt>div, .industry-news ol li div {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.industry-news li span {
	display: flex;
	justify-content: left;
	align-items: center;
	font-size: 16px;
	color: #999;
	line-height: 24px;
	font-family: 'RobotoMedium'
}
.industry-news li span i {
	display: inline-block;
	margin-right: 8px;
	font-weight: 600
}
.industry-news ol li {
	width: calc(50% - 50px);
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc
}
.industry-news ol li:last-child, .industry-news ol li:nth-child(5) {
	margin-bottom: 0
}
.industry-news ol li h3 {
	width: 83%;
	white-space: nowrap
}
.industry-news ol li p {
	font-size: 16px;
	color: var(--ftcolor);
	line-height: 28px;
	margin: 10px 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.industry-news ol li div>span:last-child {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: var(--ftcolor);
	font-family: 'RobotoMedium';
	line-height: 32px;
	overflow: hidden;
	transition: color linear .5s
}
.industry-news ol li div>span:last-child::before, .industry-news ol li div>span:last-child::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 2px;
	width: 100%;
	background: var(--ftcolor);
	z-index: 1
}
.industry-news ol li div>span:last-child i {
	font-size: 18px;
	display: inline-block;
	margin-left: 8px
}
.industry-news ol li div>span:last-child::before {
	left: -100%;
	background: var(--bgshadowcolor);
	z-index: 2;
	transition: left linear .5s
}

@media(any-hover:hover) {
.news-cont .left>a:hover img, .huatai-news ol li:hover img, .industry-news ul li img:hover {
	transform: scale(1.1)
}
.news-cont li:hover h3, .huatai-news ol li:hover h3, .industry-news li h3:hover, .industry-news ol li:hover h3, .industry-news ol li:hover span:last-child {
	color: var(--bgcolor)
}
.news-cont ul li:hover a::before {
	width: 100%
}
.industry-news ol li:hover div>span:last-child::before {
	left: 0
}
}

@media screen and (max-width:768px) {
h3 {
	font-size: 18px
}
.news-cont .news-txt h4{
    font-size: 20px;
    line-height: 30px;
    
}
.news-cont ul li h4 {
   font-size: 18px;
        line-height: 26px;
        margin-bottom: 5px;
}
.news-top {
	align-items: flex-start;
	margin-bottom: 30px
}
.news-top .left {
	width: 85%
}
.news-top h2 {
	font-size: 24px;
	padding: 0 3px;
	margin-bottom: 10px
}
.news-top h2::before {
	bottom: 1px;
	height: 6px
}
.news-top p {
	font-size: 16px;
	line-height: 22px
}
.news-top span {
	display: none
}
.news-top .right a {
	width: 30px!important;
	height: 30px!important;
	line-height: 30px!important
}
.news-top .btnLight {
	margin-left: 0;
	margin-top: 0
}
.news-top .right a i {
	transform: rotate(45deg);
	margin-left: 0
}
.news-top .btnLight2::before {
	z-index: 0
}
.news-cont ul, .news-cont ol, .news-cont li, .industry-news li, .huatai-news ol li, .huatai-news .news-cont>div, .industry-news ul li .img, .industry-news ul li .txt {
	width: 100%!important;
	max-width: unset!important
}
.news-cont .news-txt {
	padding: 15px 20px
}
.news-cont .news-txt h3 {
	line-height: 24px
}
.news-cont ul {
	margin-top: 25px
}
.news-cont ul li {
	margin-bottom: 20px
}
.news-cont ul li a {
	padding-bottom: 15px;
	border-width: 1px
}
.news-cont ul li span {
	font-size: 14px;
	padding-left: 0
}
.news-cont ul li h3 {
	width: 100%;
	margin-bottom: 10px
}
.news-cont ul li span i {
	font-size: 14px;
	margin-right: 5px;
	font-weight: normal
}
.huatai-news ol li {
	margin-bottom: 25px
}
.huatai-news ol li:last-child {
	margin-bottom: 0
}
.huatai-news ol li .img {
	width: 35%;
	height: 80px;
	max-width: unset;
	border-radius: 5px
}
.huatai-news ol li .img img {
	border-radius: 5px
}
.huatai-news ol li .txt {
	width: 62%
}
.huatai-news ol li h3 {
	margin-bottom: 10px
}
.huatai-news ol li p {
	font-size: 14px;
	line-height: 20px
}
.industry-news ul li {
	border-radius: 10px;
	margin-bottom: 25px
}
.industry-news ul li:last-child {
	margin-bottom: 30px
}
.industry-news ul li .img, .industry-news ul li img {
	border-radius: 10px 10px 0 0
}
.industry-news ul li h3 {
	line-height: 26px
}
.industry-news ul li .txt {
	padding: 20px 15px 25px;
	border-radius: 0 0 10px 10px
}
.industry-news ul li p {
	line-height: 22px;
	margin: 10px 0 18px
}
.industry-news li span {
	font-size: 14px;
	line-height: 21px
}
.industry-news li span i {
	margin-right: 5px;
	font-weight: normal
}
.industry-news ul li .btnLight {
	width: 42%!important;
	height: 34px!important;
	line-height: 34px!important;
	font-size: 14px!important;
	border-radius: 17px!important;
	margin-left: 0;
	margin-top: 0
}
.industry-news ol li, .industry-news ol li:nth-child(5) {
	margin-bottom: 25px;
	padding-bottom: 20px
}
.industry-news ul li .btnLight>i {
	font-size: 16px
}
.industry-news ol li h3 {
	width: 95%
}
.industry-news ol li p {
	font-size: 16px;
        line-height: 24px;
        margin: 6px 0 10px;
}
.industry-news ol li div>span:last-child {
	font-size: 14px;
	line-height: 24px
}
.industry-news ol li div>span:last-child i {
	font-size: 16px;
	margin-left: 5px;
	margin-top: -3px
}
.industry-news h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

}
