.min-nav{
  display: flex;
  align-items: center;
  padding: 30px 0;
  font-size: 14px;
  color: #888;
}
.min-nav i{
  margin: 0 2px;
}

.news-art{
  display: flex;
  align-items: flex-start;
}
.news-art .info{
  flex-shrink: 0;
  width: 110px;
}
.info>div{
  width: 100%;
  height: 130px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.info>div div{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.info>div div span:first-child{
  margin-bottom: 4px;
  font-size: 28px;
  color: #888888;
}
.info>div div span:last-child{
  font-size: 16px;
  color: #565656;
}
.info>div p{
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #eaeaea;
  background: #f5f8fa;
  color: #888888;
}
.info .share{
  width: 100%;
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #888888;
}
.info .share i{
  font-size: 26px;
  margin-bottom: 2px;
}

.news-art .article{
  flex-grow: 1;
  padding: 22px 66px;
  box-sizing: border-box;
}
.article h4{
  font-size: 24px;
  text-align: center;
}
.article .content{
  margin-top: 60px;
}
/*.content p{*/
/*  line-height: 22px;*/
/*  margin-bottom: 40px;*/
/*  text-indent: 2em;*/
/*}*/
.content img{
  display: block;
  margin: 0 auto 0;
  max-width: 642px;
  /*max-height: 394px;*/
  object-fit: cover;
}

.news-art .related{
  flex-shrink: 0;
  width: 240px;
  padding: 20px 16px;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  color: #565656;
}
.related h5{
  display: flex;
  align-items: center;
  font-size: 16px;
}
.related h5 i{
  font-size: 26px;
  margin-right: 10px;
}
.related ul li{
  margin-top: 20px;
}
.related ul li:not(:last-child){
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.up-down{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 106px;
}
.up-down a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 475px;
  height: 85px;
  padding: 0 16px;
  box-sizing: border-box;
  border-left: 5px solid #CCCCCC;
  background: #f5f8fa;
}
.up-down span{
  font-size: 14px;
  color: #565656;
}
.up-down a p{
  margin-top: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}