.load-end[data-v-9b85ead6] {
  text-align: center;
  padding: 30px;
}

.loading[data-v-149cf510] {
  text-align: center;
  padding: 30px;
}

.noticetitile {
  color: rgb(6, 119, 212);
  font-size: 30px;
}
.noticedescribe {
  color: rgb(0, 0, 0);
  font-size: 20px;
}
.noticetime {
  color: rgb(97, 97, 97);
  font-size: 15px;
}
.el-card{
  margin-bottom :40px;
}
.el-header, .el-footer {
  background-color: rgb(255, 255, 255);
  color: #333;
  text-align: center;
  line-height: 60px;
}
.el-aside {
  background-color: #D3DCE6;
  color: #333;
  text-align: center;
  line-height: 200px;
}
.el-main {
  background-color: rgb(255, 255, 255);
  color: #333;
  text-align: center;
  line-height: 160px;
}
body > .el-container {
  margin-bottom: 40px;
}
.el-container:nth-child(5) .el-aside,
.el-container:nth-child(6) .el-aside {
  line-height: 260px;
}
.el-container:nth-child(7) .el-aside {
  line-height: 320px;
}

.banner[data-v-3463f2d5]{
  width:100%;
  height:300px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  position:relative;
  overflow:hidden;
  background-color:#fff;
  margin-bottom:40px
}
.banner .mm[data-v-3463f2d5]{
  position:absolute;
  width:100%;
  height:100%;
  padding:10px;
  margin:-10px;
  -webkit-filter:blur(10px);
  filter:blur(10px);
  background-image:url(../img/bgtop.ed43ac53.jpg);
  background-position:center;
  background-size:100%
}
.banner img[data-v-3463f2d5]{
  position:absolute;
  height:100%;
  left:50%;
  -webkit-transform:translate(-50%, 0);
  transform:translate(-50%, 0)
}
.banner-title[data-v-3463f2d5]{
  position:absolute;
  color:#fff;
  font-size:45px;
  font-weight:400;
  line-height:300px;
  text-align:center;
  width:100%
}
