.content .newsTitle {
  border-bottom: 1px solid black;
}
.content .newsTitle div:first-child{
  margin-left: 20px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #182C3C;
  line-height: 68px;
}
.content .newsTitle div:last-child{
  margin-left: 10px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #182C3C;
  line-height: 68px;
}

/* //新闻中心列表 */
 .newsList{
  padding: 20px 0px;
  background-color: white;
  height: 1000px;
  overflow: hidden;
}
.newsCell{
  height: 73px;
  border-bottom: 1px dashed black;
  justify-content: space-between;
  cursor: pointer; /* 标题文字悬停时显示手型 */
}

.newsCell div:first-child{
  flex: 1;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #182C3C;
  line-height: 68px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsCell div:last-child{
  margin-right: 20px;
  width: 110px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #6F6F6F;
  line-height: 68px;
  text-align: right;
}

.newsList .page{
  margin-top: 30px;
 
}

/* //新闻详情 */

.newsDetail{
  padding: 20px 0px;
  background-color: white;
  /*height: 1000px;*/
  overflow: hidden;
}

.newsHeader{
  /* text-align: center; */
}
.newsHeader div:first-child{
  /* height: 42px; */
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #182C3C;
  line-height: 30px;
  width: 94%;
  margin: 5px auto;
  
}
.newsHeader div:nth-child(2){
    /* height: 35px; */
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #6E6E6E;
    line-height: 35px;
    width: 90%;
    margin: 5px auto;
  
}