a {
  color: #323232;
  display: inline-block;
}
img {
  border: 0;
}
.flex {
  display: flex;
}
.flex-c {
  display: flex;
  flex-direction: column;
}
.a-c {
  align-items: center;
}
.j-b {
  justify-content: space-between;
}
.j-c {
  justify-content: center;
}
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: '微软雅黑';
  background-color: #fff;
  color: #323232;
  position: relative;
}
.warp {
  min-height: 100vh;
  overflow: hidden;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
  background: url('../img/bg.jpg') no-repeat center top / 100% 100%;
}
.warp .leef {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.warp .tree {
  background: url('../img/tree.png') no-repeat left top / 100% auto;
  width: 607px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.warp .person {
  background: url('../img/person.png') no-repeat left top / 100% auto;
  width: 848px;
  height: 399px;
  position: absolute;
  bottom: 0;
}
.warp .tit {
  background: url('../img/tit.png?v=6') no-repeat center center / 100% 100%;
  width: 900px;
  height: 398px;
  position: absolute;
  top: 50px;
  right: 100px;
}
.warp .btn1 {
  width: 358px;
  height: 141px;
  position: absolute;
  top: 500px;
  right: 200px;
  z-index: 4;
}
.warp .btn1 img {
  width: 358px;
  height: 141px;
}
.warp .list {
  width: 1688px;
  margin: 500px auto 0;
  position: relative;
  z-index: 2;
}
.warp .list .picItem {
  width: 1688px;
  display: flex;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
}
.warp .list .picItem a {
  flex-shrink: 0;
  height: 790px;
  width: 100px;
}
.warp .list .picItem a:first-child {
  width: 1100px;
}
.warp .list .picItem a .txt {
  background-color: #000;
  background: rgba(0, 0, 0, 0.5);
  height: 790px;
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.warp .list .picItem a .txt .p1 {
  font-size: 28px;
  color: #fff;
  writing-mode: tb-rl;
  padding: 20px 0;
}
.warp .list .picItem::-webkit-scrollbar {
  height: 20px;
  background-color: transparent;
}
.warp .list .picItem::-webkit-scrollbar-thumb {
  background-color: #999;
}
.warp .newlist {
  width: 1200px;
  margin: 0 auto;
}
.warp .newlist ul {
  width: 100%;
}
.warp .newlist ul li a {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}
.warp .newlist ul li a .newlist-left {
  position: absolute;
  left: 0;
  width: 490px ;
  height: 270px ;
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid #fff;
}
.warp .newlist ul li a .newlist-left img {
  width: 490px ;
  height: 270px ;
  object-fit: cover;
}
.warp .newlist ul li a .newlist-left2 {
  position: absolute;
  right: 0;
  width: 490px ;
  height: 270px ;
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid #fff;
}
.warp .newlist ul li a .newlist-left2 img {
  width: 490px ;
  height: 270px ;
  object-fit: cover;
}
.warp .newlist ul li a .newlist-right {
  margin-left: 220px;
  width: 990px;
  background: rgba(255, 255, 255, 0.4);
  height: 316px;
  padding-left: 300px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.warp .newlist ul li a .newlist-right2 {
  padding-left: 40px;
  width: 990px;
  background: rgba(255, 255, 255, 0.4);
  height: 316px;
  padding-right: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.warp .newlist ul li a .newlist-school {
  font-size: 40px;
  color: #f21d10;
  width: 100%;
  border-bottom: 2px solid #1b59ab;
  padding-bottom: 10px;
  font-weight: bold;
}
.warp .newlist ul li a .newlist-tit {
  margin-top: 10px;
  font-size: 35px;
  color: #2e70ba;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.warp .newlist ul li a .newlist-des {
  font-size: 18px;
  color: #2e70ba;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.warp .tip {
  color: #999;
  margin-top: 10px;
}
.disblock {
  display: block;
}
.none {
  display: none;
}
.bg2 {
  background: url('../img/bg2.jpg?v=14') no-repeat center top / 100% 100%;
}
.bg3 {
  background: #d1ecf3;
}
.bg3 .topImg {
  width: 100%;
}
.bg3 .cont {
  width: 1200px;
  margin: 0 auto;
}
.bg3 .cont .detailTit {
  width: 100%;
  font-size: 36px;
  color: #1b59ab;
  border-bottom: 2px solid #1b59ab;
  padding-bottom: 30px;
  text-align: center;
}
.bg3 .cont .detailCont {
  margin: 30px auto;
}
.bg3 .cont .detailCont img {
  max-width: 100%;
  margin-bottom: 10px;
}
.bg3 .cont .detailCont p {
  text-align: justify;
  text-indent: 2em;
  font-size: 18px;
  color: #1b59ab;
  line-height: 30px;
  margin-bottom: 10px;
}
.bg3 .btn2 {
  margin: 50px 0;
  width: 456px;
  height: 139px;
}
.bg3 .btn2 img {
  width: 456px;
  height: 139px;
}
.tree2 {
  background: url('../img/tree2.png') no-repeat center center / 100% auto;
  width: 464px ;
  height: 564px ;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.topCont {
  width: 1400px;
  margin: 80px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 200px ;
  z-index: 3;
}
.topCont fl img {
  width: 787px ;
  height: 212px ;
}
.topCont p {
  margin-top: 20px;
  font-size: 26px;
  line-height: 35px;
  color: #2e70ba;
  text-align: justify;
  text-indent: 2em;
}
@media only screen and (min-width: 1200px) and (max-width: 1490px) {
  .warp .tree {
    background: url('../img/tree.png') no-repeat left top / 100% auto;
    width: 500px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .warp .person {
    background: url('../img/person.png') no-repeat left top / 100% auto;
    width: 600px;
    height: 282px;
    position: absolute;
    bottom: 0;
  }
  .warp .tit {
    background: url('../img/tit.png') no-repeat center center / 100% 100%;
    width: 780px;
    height: 345px;
    position: absolute;
    top: 120px;
    right: 120px;
  }
  .warp .btn1 {
    width: 358px;
    height: 141px;
    position: absolute;
    top: 500px;
    right: 200px;
  }
  .warp .btn1 img {
    width: 358px;
    height: 141px;
  }
  .warp .list {
    width: 1300px;
    margin: 500px auto 0;
    position: relative;
    z-index: 2;
  }
  .warp .list .picItem {
    width: 1300px;
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .warp .list .picItem a {
    flex-shrink: 0;
    height: 790px;
    width: 100px;
  }
  .warp .list .picItem a:first-child {
    width: 1100px;
  }
  .warp .list .picItem a .txt {
    background-color: #000;
    background: rgba(0, 0, 0, 0.5);
    height: 790px;
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .warp .list .picItem a .txt .p1 {
    font-size: 28px;
    color: #fff;
    writing-mode: tb-rl;
    padding: 20px 0;
  }
  .warp .list .picItem::-webkit-scrollbar {
    height: 20px;
    background-color: transparent;
  }
  .warp .list .picItem::-webkit-scrollbar-thumb {
    background-color: #999;
  }
  .tree2 {
    background: url('../img/tree2.png') no-repeat center center / 100% auto;
    width: 320px ;
    height: 389px ;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .topCont {
    width: 1200px;
    padding-left: 200px;
  }
  .topCont img {
    width: 680px ;
    height: 187px ;
  }
  .topCont p {
    margin-top: 20px;
    font-size: 22px;
    line-height: 32px;
    color: #2e70ba;
    text-align: justify;
    text-indent: 2em;
  }
}
@media only screen and (max-width: 1199px) {
  .warp .tree {
    background: url('../img/tree.png') no-repeat left top / 100% auto;
    width: 450px;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .warp .person {
    background: url('../img/person.png') no-repeat left top / 100% auto;
    width: 600px;
    height: 282px;
    position: absolute;
    bottom: 0;
  }
  .warp .tit {
    background: url('../img/tit.png') no-repeat center center / 100% 100%;
    width: 600px;
    height: 265px;
    position: absolute;
    top: 120px;
    right: 120px;
  }
  .warp .btn1 {
    width: 200px;
    height: 79px;
    position: absolute;
    top: 440px;
    right: 300px;
  }
  .warp .btn1 img {
    width: 358px;
    height: 141px;
  }
  .warp .list {
    width: 1199px;
    margin: 400px auto 0;
    position: relative;
    z-index: 2;
  }
  .warp .list .picItem {
    width: 1199px;
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .warp .list .picItem a {
    flex-shrink: 0;
    height: 790px;
    width: 100px;
  }
  .warp .list .picItem a:first-child {
    width: 1100px;
  }
  .warp .list .picItem a .txt {
    background-color: #000;
    background: rgba(0, 0, 0, 0.5);
    height: 790px;
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .warp .list .picItem a .txt .p1 {
    font-size: 28px;
    color: #fff;
    writing-mode: tb-rl;
    padding: 20px 0;
  }
  .warp .list .picItem::-webkit-scrollbar {
    height: 20px;
    background-color: transparent;
  }
  .warp .list .picItem::-webkit-scrollbar-thumb {
    background-color: #999;
  }
  .warp .newlist {
    width: 1000px;
    margin: 0 auto;
  }
  .warp .newlist ul {
    width: 100%;
  }
  .warp .newlist ul li a {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
  }
  .warp .newlist ul li a .newlist-left {
    position: absolute;
    left: 0;
    width: 290px ;
    height: 170px ;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #fff;
  }
  .warp .newlist ul li a .newlist-left img {
    width: 290px ;
    height: 170px ;
    object-fit: cover;
  }
  .warp .newlist ul li a .newlist-left2 {
    position: absolute;
    right: 0;
    width: 290px ;
    height: 170px ;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #fff;
  }
  .warp .newlist ul li a .newlist-left2 img {
    width: 290px ;
    height: 170px ;
    object-fit: cover;
  }
  .warp .newlist ul li a .newlist-right {
    margin-left: 220px;
    width: 790px;
    background: rgba(255, 255, 255, 0.4);
    height: 216px;
    padding-left: 100px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .warp .newlist ul li a .newlist-right2 {
    padding-left: 20px;
    width: 790px;
    background: rgba(255, 255, 255, 0.4);
    height: 216px;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .warp .newlist ul li a .newlist-school {
    font-size: 30px;
    color: #f21d10;
    width: 100%;
    border-bottom: 2px solid #1b59ab;
    padding-bottom: 10px;
    font-weight: bold;
  }
  .warp .newlist ul li a .newlist-tit {
    margin-top: 10px;
    font-size: 25px;
    color: #2e70ba;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .warp .newlist ul li a .newlist-des {
    font-size: 18px;
    color: #2e70ba;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  .tree2 {
    background: url('../img/tree2.png') no-repeat center center / 100% auto;
    width: 280px ;
    height: 340px ;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .topCont {
    width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 200px;
  }
  .topCont img {
    width: 600px ;
    height: 165px ;
  }
  .topCont p {
    margin-top: 20px;
    font-size: 22px;
    line-height: 32px;
    color: #2e70ba;
    text-align: justify;
    text-indent: 2em;
  }
}
.mask {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
