.container {
  width: 100%;
  box-sizing: border-box;
  padding-top: 45px;
  background-color: #ffffff;
}
.close {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 94px;
  right: 9px;
  z-index: 10;
  display: none;
}
.close.show {
  display: block;
}
.header-fixed{
  width:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:90;
  background:rgba(245,245,245,1);
}
.header-bar{
  position:relative;
  width:100%;
  height:45px;
  background:#FFFFFF;
  margin-bottom:1px;
}
.header-bar .header-title{
  width:100%;
  height:45px;
  box-sizing:border-box;
  padding:0 40px;
}
.header-bar .header-title .title{
  width:89px;
  height:32px;
}
.header_fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background: rgba(245,245,245,1);
}

.header_bar .header_text {
  font-size: 18px;
  font-family: AdobeGothicStd-Bold,AdobeGothicStd;
  font-weight: bold;
  color: rgba(26,25,25,1);
  letter-spacing: 1px;
  line-height: 40px;
  margin-left: 10px;
}





.article-body {
  width: 100%;
  box-sizing: border-box;
  padding: 7px 14px 0;
}
.article-body .art-title {
  /*width: 100%;*/
  padding: 0 10px;
  /*font-size: 17px;*/
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 23px;
  margin-bottom: 13px;
}
.article-body .art-date {
  /*width: 100%;*/
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  color: #909090;
  margin-bottom: 19px;
  line-height: 12px;
}
.article-body .art-img {
  width: 100%;
  height: 197px;
  margin-bottom: 11px;
}
.article-body .art-content {
  /*width: 100%;*/
  padding: 0 10px;
  font-size: 16px;
  /*font-weight: bold;*/
  color: #444444;
  line-height: 21px;
  margin-bottom: 20px;
}
.article-body .art-content.multi-ellipsis5{
  display:-webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow:ellipsis;
}
/*.article-body .art-content.hide-more {*/
/*  height: 100px;*/
/*  overflow-y: hidden;*/
/*}*/
.show-more {
  width: 100%;
  height: 47px;
  /*background: #007AFF;*/
  background: #0063b0;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.show-more.hide {
  display: none;
}
.news-list {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 14px;
}
.news-list .news-item {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0px;
  display: flex;
  border-bottom: 1px solid #F0F0F0;
}
.news-list .news-item .news-img {
  width: 136px;
  height: 97px;
  margin-left: 7px;
}
.news-list .news-item .news-info {
  flex: 1;
  height: 97px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.news-list .news-item .news-info .news-title {
  width: 100%;
  font-size: 14px;
  /*font-weight: bold;*/
  color: #000000;
  line-height: 20px;
  margin-bottom: 5px;
}
.news-list .news-item .news-info .news-more-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-list .news-item .news-info .news-more {
  width: 48%;
  font-size: 12px;
  font-weight: bold;
  color: #909090;
  line-height: 24px;
}
.news-list .news-item .news-info .news-more:nth-child(2) {
  text-align: right;
}