/* 之前css修改 */
.header-dim .header{
  background: rgba(0,0,0,0.8);
}
.mt94 {
  margin-top: 94px;
}
.main {
  min-height: 90vh;
  background-color: #f9f9f9 !important;
}
.news-title{
  padding-top: 40px;
  width: 100%;
  font-size:30px;
  font-family:PingFangSC-Semibold,PingFang SC;
  font-weight:600;
  color:rgba(0,0,0,1);
  line-height:30px;
}
.news-detail {
  padding-top: 25px;
  color: #666;
  font-size: 16px;
  margin-bottom: 40px;
}
.news-article{
  margin-bottom:100px;
  color: #000;
  font-size: 16px;
  line-height: 26px;
}
.news-article p {
  margin: 20px auto;
}
.news-article img {
  width:1024px;
}
.news-article .disclaimer {
  font-size:16px;
  font-family:PingFangSC-Regular,PingFang SC;font-weight:400;
  color:rgba(122,122,122,1);
  line-height:22px;
  padding: 40px 0 0;
  margin-top: 40px;
  border-top: 1px solid #DBDBDB;
}
/*新的新闻页面*/
.news-bg {
  width: 100%;
  position: relative;
}
.news-bg>img{
  width: 100%;
}
.news-bg .header {
  /*position: absolute;*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.img-wrap {
  /* width: 180px; */
  width: 90px;
  margin-right: 25px;
}
.img-wrap img {
  /* width: 100%; */
  height: 100%;
  /* height: 110px; */
}
/* 新闻列表 */
.list a {
  text-decoration: none;
}

.list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* 
.list .news-wrap>a{
  height: 100%;
}
.list .news-wrap .title{
  font-size: 18px;
  font-family:PingFangSC-Semibold,PingFang SC;
  font-weight:600;
  color:rgba(0,0,0,1);
  line-height:20px;
}

.list .news-wrap .desc{
  width: 691px;
  position: absolute;
  bottom: 0;
  font-size:16px;
  font-family:PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(122,122,122,1);
  line-height:24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.list .time-wrap {
  position: relative;
  text-align: right;
}
.list .time-wrap .line {
  width: 1px;
  height: 30px;
  display: block;
  background: #DBDBDB;
  position: absolute;
  top: 13px;
  left: -50px;
}
.list .time-wrap .ymd {
  font-size: 18px;
  font-family:PingFangSC-Semibold,PingFang SC;
  font-weight:600;
  color:rgba(0,0,0,1);
  line-height:20px;
}
.list .time-wrap .dhM {
  margin-top: 10px;
  font-size:16px;
  font-family:PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(122,122,122,1);
  line-height:16px;
} */

.hide {
  display: none;
}
.show {
  display: block;
}


 /* 模块标题 */
 .sec-title {
  height: 144px;
  font-size: 30px;
  font-weight: 600;
  color: #333333; 
  padding-top: 40px;
  box-sizing: border-box;
}

.sec-title  .borderR {
  display: inline-block;
  width: 49px;
  height: 7px;
  background: #DD2C1F;
}

.flexCenter {
  max-width: 1200px;
  margin: 0 auto;
}


.pageItem {
  display: flex;  
  height: 195px;
  width: 1200px;
  cursor: pointer;
}

.pageItem .leftImg {
  width: 306px;
  height: 195px;
}

.rightCon {
  width: 894px;
  height: 195px;
  background-color: #fff;
  padding: 31px 30px;
}

.rightCon .title {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 28px;
  max-width: 874px;
  /* white-space: nowrap;
  text-overflow: ellipsis; */
}

.rightCon .desc {
  margin-top: 12px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.two-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.rightCon .time {
  margin-top: 8px ;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.pointer {
  cursor: pointer;
}

.artItem {  
  height: 195px;
  margin-bottom: 20px;
  background-color: #fff;

}

.pointer:last-child .pageItem {
  margin-bottom: 0;
}
.main {
  min-height: 60vh;
}