.banner{
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  height: 100vh;
  background: 50%/cover
}

.banner.action{
  opacity: .8;
  -webkit-filter: blur(3.8px);
  filter: blur(3.8px)
}

.banner img{
  width: 100%;
  display: block
}

.banner .content{
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff
}

.banner .content .tit{
  font-size: 50px
}

.banner .content .txt{
  font-size: 30px;
  margin-top: 20px
}

.banner .content .icon{
  font-size: 40px;
  border: 1px solid;
  color: #dae0e5;
  border-radius: 50%;
  width: 67px;
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  position: relative;
  overflow: hidden
}

.banner .content .icon i{
  -webkit-animation: downico-data-v-0c4e9577 1.5s ease-out infinite;
  animation: downico-data-v-0c4e9577 1.5s ease-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@-webkit-keyframes downico-data-v-0c4e9577 {
  0% {
    top: 0;
    opacity: 1
  }

  35% {
    top: 50%;
    opacity: 0
  }

  65% {
    top: -50%;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes downico-data-v-0c4e9577 {
  0% {
    top: 0;
    opacity: 1
  }

  35% {
    top: 50%;
    opacity: 0
  }

  65% {
    top: -50%;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@media (max-width:768px) {
  .banner .content .tit{
    font-size: 24px
  }

  .banner .content .txt{
    font-size: 16px;
    margin-top: 10px
  }
}

.news .head{
  border-bottom: 1px solid #e3e3e3
}

.news .head .menu a{
  width: 200px;
  font-size: 15px;
  color: #000;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
  line-height: 50px;
  cursor: pointer
}

.news .head .menu a.active, .news .head .menu a:hover {
  color: #fff;
  background-color: #005598
}

.news .head .menu a+a{
  margin-left: -1px
}

.news .list{
  padding: 50px 0
}

.news .list .newsitem{
  width: 47.3%;
  margin-right: 5.4%;
  margin-bottom: 70px
}

.news .list .newsitem:nth-of-type(2n) {
  margin-right: 0
}

.news .loadmore{
  padding-bottom: 50px
}

.news .loadmore .more{
  margin: 0 auto
}

@media (max-width:768px) {
  .news .list{
    padding-left: 20px;
    padding-right: 20px
  }

  .news .list .newsitem{
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px
  }
}
