/* 守护未来>要闻动态的详情页 */
* {
  margin: 0;
  padding: 0;
}

.contion-header {
  background: #3faf39;
}

.header-left {
  width: 200px;
  height: 50px;
  margin-right: 50px;
  margin-top: 5px;
}

.header-left img {
  width: 100%;
}

.contions {
  margin-bottom: 80px;
  background: url(/image/greenbg.png);
}

#header {
  color: #fff;
  margin: 0 auto;
  backdrop-filter: blur(0px);
  position: fixed;
  top: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  height: 60px;
  width: 100%;
  z-index: 100;
}

.header-contions {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.el-menu--horizontal>.el-menu-item.is-active {
  border-bottom: none;
  color: #303133;
}

.el-menu--horizontal>.el-submenu.is-active .el-submenu__title {
  border-bottom: none;
}

.el-menu--horizontal>.el-menu-item {
  float: left;
  height: 60px;
  line-height: 60px;
  margin: 0;
  background: rgba(0, 0, 0, 0) !important;
}
.el-menu--horizontal>.el-submenu .el-submenu__title {
  height: 60px;
  line-height: 60px;
  border-bottom: 2px solid transparent;
  color: #909399;
  font-size: 18px;
  background: rgba(0, 0, 0, 0) !important;
}
.el-menu--horizontal>.el-submenu .el-submenu__title {
  height: 60px;
  line-height: 60px;
  border-bottom: 2px solid transparent;
  color: #909399;
  font-size: 18px;
}
.el-menu--horizontal .el-menu .el-menu-item,
.el-menu--horizontal .el-menu .el-submenu__title {
  color: #fff;
  font-size: 18px;
  background-color: #FFF;
  float: none;
  height: 45px;
  line-height: 36px;
  padding: 0 10px;
  color: #909399;
}
.el-menu--horizontal>.el-menu-item a,
.el-menu--horizontal>.el-menu-item a:hover {
  font-size: 18px;
  color: inherit;
}
a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.line {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

input {
  outline: none;
}

input:focus {
  outline: none;
}

.navOn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.2s ease-in-out 0.2s;
  transform: translateZ(0);
}

.navOff {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.2s ease-in-out 0.2s;
  transform: translate3d(0, -100%, 0);
}


.images {
  width: 100%;
}


#artcon {
  line-height: 50px !important;
}

.title {
  margin-top: 40px;
}

.biaotis {
  font-size: 24px;
  text-align: center;
}

.datas {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
}

.datas-left {
  margin-right: 40px;
}

.conent {
  margin: 60px 0 0 0;
  display: flex;
  justify-content: center;

}

.conent-text {
  width: 80%;
  box-shadow: 0 -3px 4px #e5e9f0, -3px 0 4px #e5e9f0, 3px 0 4px #e5e9f0;
  margin-bottom: 30px;
  background: #fff;
}

.neirongconent {
  display: flex;
  justify-content: center;
}


.fffconent {
  width: 65%;
  background: #fff;
  box-shadow: 0 -3px 4px #e5e9f0, -3px 0 4px #e5e9f0, 3px 0 4px #e5e9f0;
  margin-bottom: 30px;
}



.neirongconent-conent {
  margin-top: 50px;
  width: 70%;
}

.footerf {
  width: 100%;
  position: absolute;
}

.footer {
  height: 170px;
  width: 100%;
  margin: 0 auto;
  background: url(/image/greenfoot_bg.jpg) left no-repeat;
  color: #fff;
  background-size: 100% 100%;
}

.footer a {
  color: #fff;
  margin: 0 10px;
}

.page_bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pagebm_content {
  width: 100%;

  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 0 auto;
}

.mgb {
  margin-bottom: 20px;
}

.pagebm_content ul {
  font-size: 14px;

  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.pagebm_content ul li {
  padding: 3px 0;
}

.dizhi {
  width: 100%;
  margin: 10px auto;
  color: #c7c8cb;
}


.dizhi ul {
  list-style: none;
  font-size: 14px;
}

.dizhi ul li {
  text-align: center;
}

.bqsy {
  font-size: 14px;
  color: #c7c8cb;
}

.bqsy a {
  color: #c7c8cb;
}

.pagebm_content01 {
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #efefef;
  color: #c7c8cb;
}

.el-menu.el-menu--horizontal {
  border: none;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.el-menu-item:hover {
  outline: 0 !important;
  color: rgb(63, 175, 57) !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.el-menu-item.is-active {
  color: rgb(63, 175, 57) !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.el-menu--horizontal>.el-submenu .el-submenu__tirle:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover,
.el-menu--horizontal>.el-submenu .el-submenu__title:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.bgl {
  background-color: rgba(0, 0, 0, 0.1) !important;
  text-align: center;
}

.el-menu--collapse .el-menu .el-submenu,
.el-menu--popup {
  min-width: 132px;
}

.el-menu--popup-bottom-start {
  margin: 0;
}

.el-menu--popup {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.datas-right a {
  color: #000;
}

.el-carousel {
  height: 70vh;
}

.el-carousel__container {
  height: 70vh;
}

@media screen and (max-width: 768px) {

  .footer {
      min-height: 200px;
      margin: 0 auto;
      background: url(/image/greenfoot_bg.jpg) left no-repeat;
      color: #fff;
  }

  .footer a {
      color: #fff;
      margin: 0 10px;
  }

  .pagebm_content {
      width: 100%;

      height: 80px;
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      margin: 0 auto;
  }

  .mgb {
      margin-bottom: 20px;
  }

  .pagebm_content ul {
      font-size: 10px;
      list-style: none;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0;
  }

  .pagebm_content ul li {
      padding: 3px 0;
  }

  .dizhi {
      width: 100%;
      margin: 10px auto;
      color: #c7c8cb;
  }


  .dizhi ul {
      list-style: none;
      font-size: 10px;
      padding: 0;
  }


  .pagebm_content01 {
      height: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-top: 1px solid #5b7997;
      color: #c7c8cb;
  }
  .pagebm_content01>div{
    margin-top: 20px;
    text-align: center;
  }
  .bqsy {
      font-size: 10px;
      color: #c7c8cb;
  }

  .bqsy a {
      color: #c7c8cb;
  }
}