.newsList {
	display: flex;
	padding: 20px;
  width: 100%;
}

.newsImg {
	margin-right: 25px;
}

.newsList .news {
	flex: 1;
}

.news .title {
	margin: 0;
	font-size: 24px;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	color: #262626;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	cursor: pointer;
}

.news .date {
	font-size: 18px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #262626;
	margin-top: 12px;
	margin-bottom: 26px;
	
}

 .news .info {
	font-size: 16px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #575757;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;

}

.newsList .hoverImg {
  width: 234px;
  height: 130px;
}

/* .activityNews , .productNews {
  position: relative;
} */
.productNewsPage, .activityNewsPage {
  margin: 0 auto;
  text-align: center;
}
.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 10px 5px;
  cursor: pointer;
}
.dot:first-child{
  background-color: #AAAAAA;
}
.afterPage {
  display: none;
}

h3 a, h3 a:hover {
  text-decoration: none;
  color: #262626;
}
  @media screen and (max-width: 428px) {
	 .newsImg {
		 width: 140px;
	 } 
  }

.articleTitle {
    clear: both;
    text-align: center;
    padding: 0px 10px 0 10px;
    line-height: 45px;
    font-size: 28px;
    font-family: "microsoft yahei";
    color: #333;
}

.artBox {
    text-align: center;
    margin-top: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}

.artBox .artS {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}

.articleTime {
    display: block;
    clear: both;
    text-align: center;
    color: #999;
    font-size: 14px;
    line-height: 30px;
}

.content-div {
	margin-top: 2.5rem;
}
.work {
	margin-top: 90px;
	padding-top: 50px;
	width: 100%;
	background-image: url("../img/about/work.png");
	height: 183px;
}

.work .workType {
	color: #FFFFFF;
}

.work .workType .num {
	font-size: 2.05rem;
	font-weight: bold;
}

.work .workType .unit {
	font-size: 0.8125rem;
	font-weight: 400;
	position: relative;
	top: -10px;
	left: 10px;
}

.work .workType .name {
	font-size: 0.8125rem;
	font-weight: 400;
}

@media screen and (max-width: 428px) {
	.rmcpImg {
		display: none;
	}

	.ljwm {
		display: none;
	}
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1000px;
  }
}
