.breadcrumb-nav {
  padding: 162px 0 18px 8%;
  align-items: center;
}

.breadcrumb-nav .breadcrumb-nav-item {
  display: inline-block;
  font-size: 21px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #4b4b4b;
  line-height: 32px;
}

.breadcrumb-nav .breadcrumb-nav-item a {
  color: #4b4b4b;
}
.breadcrumb-nav .breadcrumb-nav-item span {
  margin: 0 10px;
  /* font-size: 24px; */
}
.content{
  padding: 20px 20%;
}
.notice{
  padding: 50px 0;
}
.notice-top{
  margin-bottom: 30px;
}
.flex-box{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title{
  font-size: 24px;
  flex: 1;
}

.more{
  display: inline-block;
  line-height: 28px;
  height: 28px;
  padding: 0 15px;
  background-color: #EA0029;
  color: #ffffff;
  border-radius: 8px;
}
.more:hover,.more:visited,.more:active{
  color: #ffffff;
  background-color: #d6062c;
}
.notice-item{
  padding: 10px 0;
  border-bottom: 1px solid #EFEFEF;
}
.notice-left{
  flex: 1;
}
.notice-time{
  font-size: 12px;
  color: #8A8A8A;
}
.notice-title{
  padding-top: 5px;
  padding-right: 10px;
  font-size: 14px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  color: #3A3A3A;
}
.notice-right{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: url('/r/cms/kgjtgw_cn/default/portal/img/arrow.png') no-repeat center center;
  cursor: pointer;
}
.load-more-btn {
  text-align: center;
  color: #ff0000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .load-more-box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb-nav {
    padding: 12px 10px;
    align-items: center;
  }
  .content{
    padding: 0 4%;
  }
  .notice{
    padding: 20px 0;
  }
  .page-box{
    display: none;
  }
}<!--0.0001518726348877-->