.img_hover:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.g-news-hot-l-img img,.g-news-hot-r-img img,.g-news-hot-r{
	transition: all .6s;
	-moz-transition: all .6s;	/* Firefox 4 */
	-webkit-transition: all .6s;	/* Safari 和 Chrome */
	-o-transition: all .6s;	/* Opera */
}
/* 新闻资讯 */
.g-new-pad{padding: 1rem 0 1.3rem;}
.g-new-pad .basecont {
  width: 84%;
}
.g-new-pad .basecont .g-dis img{
  max-width: 100%;
}
.g-news-hot{display: flex;justify-content: space-between;margin-bottom: 1.3rem;}
.g-news-hot-l{width: 65.3%;position: relative;height: 8.9rem;cursor: pointer;}
.g-news-hot-l-img{width: 100%;height: 100%;border-radius: 5px;overflow: hidden;}
.g-news-hot-l-img img{width: 100%;height: 100%;object-fit: cover;}
.g-news-hot-l-txt{position: absolute;width: 420px;bottom: 0.65rem;left: 50%;transform: translateX(-50%);text-align: center;}
.g-news-hot-l-txt *{color: #fff;}
.g-news-hot-l-txt>span{margin-bottom: 0.3rem;display: block;}
.g-news-hot-l-txt h3{margin-bottom: 0.25rem;}
.g-news-hot-l-txt p{line-height: 1.6;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}

.g-news-hot-r{width: 31.4%;height: 8.9rem;background: rgba(255,255,255,0.2);position: relative;cursor: pointer;display: block;}
.g-news-hot-r-img{border-radius: 5px;overflow: hidden;height: 4.4rem;}
.g-news-hot-r-img img{width: 100%;height: 100%;object-fit: cover;}
.g-news-hot-r-txt{text-align: center;padding: 0.55rem 0.5rem 0;}
.g-news-hot-r-txt>span{color: #00585b;display: block;margin-bottom: 0.3rem;}
.g-news-hot-r-txt h3{margin-bottom: 0.2rem;line-height: 1.6;color:#333;}
.g-news-hot-r-txt p{color: #666;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;line-height: 2;}
.g-line {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1px;
  position: absolute;
  transition: all ease-out 0.5s;
  left: 0;
  bottom: 0;
  border-radius: 1px;
  opacity: 0;
}
.g-line.on {
  opacity: 1;
}
.g-line .s1 {
  width: 0;
  height: 100%;
  background: #00585b;
  border-radius: 2px;
  display: block;
  transition: all ease-out 0.5s;
  flex-shrink: 0;
}
.g-line .s2 {
  width: 5px;
  height: 5px;
  background: #F08200;
  border-radius: 50%;
  display: block;
  margin: 0 3px;
  flex-shrink: 0;
}
.g-line .s3 {
  width:0;
  height: 100%;
  background: rgba(0, 88, 91, 0.1);
  border-radius: 2px;
  display: block;
  transition: all ease-out 0.3s;
}
.g-news-nav{margin-bottom: 0.5rem;}
.g-news-hot-r:hover{box-shadow: 0 0 30px rgba(0,91,88,0.1);}
.g-news-hot-r:hover .g-line{opacity: 1;}
.g-news-hot-r:hover .g-line .s1{width: 100%;}
.g-news-box{display: flex;flex-wrap: wrap;margin-bottom: 0.2rem;}
.g-news-box .g-news-hot-r{width: calc((100% - 0.8rem)/3);margin: 0 0.4rem 0.5rem 0;}
.g-news-box .g-news-hot-r:nth-child(3n){margin-right: 0;}
.g-search{text-align: center;margin-bottom: 0.8rem;}
.g-search span{color: #00585b;}
@media screen and (max-width: 1260px) {
	.g-news-hot-l-txt{width: 70%;}
	.g-news-hot-r-txt{padding: 20px 20px 0;}
	.g-news-hot-r-txt p{-webkit-line-clamp:3}
}
@media screen and (max-width: 991px) {
	.g-news-hot-r-txt p{-webkit-line-clamp:3}
	.g-new-pad{padding: 0.5rem 0 1rem;}
	.g-news-hot{flex-direction: column;margin-bottom: 30px;}
	.g-news-hot-l{width: 100%;height: 7rem;margin-bottom: 30px;}
	.g-news-hot-r{width: 100%;}
	.g-news-box{flex-direction: column;}
	.g-news-box .g-news-hot-r{width: 100%;}
}
@media screen and (max-width: 768px) {
	
}

/* 免责声明 */
.g-dis h1,
.g-dis h2,
.g-dis h3,
.g-dis h4,
.g-dis h5{
    font-weight: revert;
}
.g-dis p{line-height: 2;}