html,
body,
#app {
  height: 100%;
  margin: 0;
  padding: 0;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: #151a26;
}

#loader-wrapper .loader-box {
  position: fixed;
  left: calc(50% - 250px);
  top: calc(50% - 100px);
  margin: 0 auto;
  width: 500px;
  height: 200px;
  text-align: center;
  vertical-align: center;
  font-weight: bold;
  color: #87888e;
  font-size: 35px;
}

#loader-wrapper .loader-box > span {
  opacity: 0.4;
  display: inline-block;
  animation: bouncingLoader 1s infinite alternate;
}

#loader-wrapper .loader-box > span:nth-child(2) {
  animation-delay: 0.1s;
}

#loader-wrapper .loader-box > span:nth-child(3) {
  animation-delay: 0.2s;
}

#loader-wrapper .loader-box > span:nth-child(4) {
  animation-delay: 0.3s;
}

#loader-wrapper .loader-box > span:nth-child(5) {
  animation-delay: 0.4s;
}

#loader-wrapper .loader-box > span:nth-child(6) {
  animation-delay: 0.5s;
}

#loader-wrapper .loader-box > span:nth-child(7) {
  animation-delay: 0.6s;
}

@keyframes bouncingLoader {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(25px);
  }

  100% {
    transform: translateY(0);
  }
}

#loader-wrapper .loader-title {
  font-weight: bold;
  z-index: 1002;
  position: absolute;
  top: 50%;
  margin-top: 15px;
  color: #87888e;
  font-size: 18px;
  width: 100%;
  height: 30px;
  text-align: center;
  opacity: 0.4;
  line-height: 30px;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.center {
  justify-content: center;
}
.sb {
  justify-content: space-between;
}
.saround {
  justify-content: space-around;
}
.ov {
  overflow: hidden;
}

.flex {
  display: flex;
}
.vflex {
  display: flex;
  flex-direction: column;
}
.textcenter{
text-align: center;
}
.vmiddle {
  align-items: center;
}
.warp {
  flex-wrap: wrap;
}
.bigTitle {
  margin: 40px 0px 24px;

  text-align: center;
  .h1 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
  }
  .h2 {
    font-size: 16px;
    font-weight: normal;
    color: #999;
  }
}
.font14 {
  font-size: 14px;
}

.fr {
  float: right;
}

ul {
  margin: 0px;
  padding: 0px;
}
.cur{ cursor: pointer;}
li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.breadcrumb {
  margin: 32px 0px;
}
.lleft {
  background-color: #fff;
  width: 256px;
  padding-bottom: 20px;  padding-top: 20px;
  margin-top: -16px;
  .bigleft {
    color: #fff;
    width: 261px;
    font-size: 24px;
    height: 68px;
    line-height: 58px;
    text-align: center;
    font-weight: bold;
    background-image: url(../images/u11.png);
    margin-left: -6px;
    cursor: pointer;
  }

  .smallleft {
    width:256px;
    color: #000;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    &.active {
      color: #ffffff;
      background-color: rgba(1, 76, 228);
    }
  }
}

.contentB {
  margin: 50px;
  min-height: 600px;
  .content_title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 50px;
  }
  &.list{
    margin: 10px;
  }
  img{
    max-width: 100%;margin: 10px auto;
  }
}

.banner2 {
  display: block;
}
.contentB {
 
  .news {
    /* background: linear-gradient(90deg, #f3f8ff 0%, rgba(243, 248, 255, 0) 100%);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.03); */
    border-radius: 4px 4px 4px 4px;

    margin-bottom: 24px;
    border-bottom: dashed 1px #e6e6e6;

    .font1 {
      font-family: Microsoft YaHei, Microsoft YaHei;
      font-weight: normal;
      font-size: 16px;
      color: #333333;
      text-align: left;
      font-style: normal;
      text-transform: none;
      margin-bottom: 10px;
    }

    .font2 {
      font-family: Microsoft YaHei, Microsoft YaHei;
      font-weight: 400;
      font-size: 14px;
      color: #555555;
      line-height: 24px;
      text-align: left;
      font-style: normal;
      text-transform: none;
    }
  }
  .newstable {
    width: 100% ;
    th {
      padding:10px;
      font-size: 14px;
      font-weight: normal;
      background-color: #f5f5f5;
      border-bottom: solid 1px #e6e6e6;
    }
    td { padding:10px; font-size: 14px;
      background-color: #fff; border-bottom: solid 1px #e6e6e6;
      cursor: pointer;
    }
  }
}
.bannerNews{
  width: 100%;height: 320px;
	h1 {
		position: absolute;
		/* background-image: url('../../../public/img/gray.png'); */

		background-repeat: repeat;
		color: #fff;
		width: 580px;
		margin-top: -38px;
		font-size: 14px;
		height: 48px;
		line-height: 28px;
		background: #1C70E1;
		opacity: 0.9;
		text-align: center;

		span {
			margin: 0px 24px;
		}
	}
}
.banner {
  background-image: url("../images/banner.png");
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner2{
  background-image: url("../images/banner3.png");
  height: 242px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1E71E5;
}

.link:hover {
 
  color: #409eff!important;
  cursor: pointer;
 text-decoration: underline;
}
.author{
margin: 20px;
height:40px;
border-radius: 0px 0px 0px 0px;
border-bottom: 1px solid #EFEFEF;

}
