.listBox{
  display: flex;
  justify-content: space-between;
}
.listNavBox{
  font-size: 14px;
  color: #a3a3a3;
  padding-bottom: 13px;
}
.listNavBox a{
  font-size: 14px;
  color: #a3a3a3;
}
.listNavBox a:hover{
  font-size: 14px;
  color: #a3a3a3;
}
.newsListBox{
  width: 820px;
  padding-right: 63px;
}
.newsPoint{
  display: block;
  width: 2px;
  height: 2px;
  background-color: #292929;
  margin-right: 5px;
}
.newsListItemBox{
  padding: 25px 0 30px;
  border-bottom: 1px dashed #a3a3a3;
}
.newsListItemBox:first-child{
  border-top: 1px solid #a3a3a3;
}
.newsListItemBox li{
  display: flex;
  height: 40px;
  align-items: center;
}
.newsTitle{
  display:block;
  max-width: 580px;
  font-size: 16px;
  margin-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.newsTime{
  display: block;
  font-size: 14px;
  color: #a3a3a3;
}
.subjectBox{
  flex:1;
}
.newsItemTopBox{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  border-bottom: 2px solid #ededed;
}
.newsItemTitleBox{
  position: relative;
}
.newsItemTitleText{
  font-size: 20px;
  font-weight: 700;
  padding:0 8px;
  height: 40px;
  line-height: 40px;
}
.newTitleLine{
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
}
.more{
  width: 64px;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  text-align: center;
  color:#fff;
  font-size: 12px;
}
.more:hover{
  color:#fff;
}
.subjectItemList{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-bottom: 15px;
}
.subjectItemList li{
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.newsItemPoint{
  width: 3px;
  height: 3px;
  margin-right: 5px;
  background-color: #292929;
}
.subjectText{
  display: block;
  font-size: 15px;
  width: 350px;
  line-height: 25px;
}
.subjectListItem>img{
  width: 100%;
}
.subjectBg{
  background-color: #f5f5f5;
}
.page{
  margin:40px 0 55px;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.page a{
  display: block;
  height:35px;
  line-height: 35px;
  padding:0 13px;
  font-size: 15px;
  background-color: #dddddd;
  margin-right: 5px;
}
.goPage{
  height: 35px;
  line-height: 35px;
}
.pageNum{
  width: 35px;
  text-align: center;
  line-height: 33px;
  margin:0 5px;
  border: 1px solid #ddd;
}
.adBox,.adBox img{
  display: block;
  width: 100%;
}
