@import url(../common.css);
.container {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
}

.header {
  height: 80px;
  display: flex;
  justify-content: space-between;
}
.header ul {
  width: 630px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header ul a {
  color: #696969;
}
.header ul .active {
  color: #4762ca !important;
}

.banner {
  width: 100%;
  height: 530px;
}

.new {
  height: 1200px;
}
.new .new_tab {
  display: flex;
  justify-content: space-between;
  width: 250px;
  margin-top: 100px;
  font-size: 20px;
  color: #52647b;
}
.new .new_tab .cur {
  color: #142e4f;
  font-weight: bold;
}
.new .new_con .list {
  display: none;
}
.new .new_con .list .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.new .new_con .list .wrap .left {
  width: 350px;
  height: 250px;
  border-radius: 12px;
  overflow: hidden;
}
.new .new_con .list .wrap .left .bg {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition: all 0.8s ease 0s;
}
.new .new_con .list .wrap .left:hover .bg {
  transform: scale(1.1);
}
.new .new_con .list .wrap .right {
  width: 750px;
  position: relative;
}
.new .new_con .list .wrap .right h3 {
  color: #142e4f;
  font-size: 20px;
  margin-top: 20px;
}
.new .new_con .list .wrap .right .cont {
  color: #919ba8;
  font-size: 16px;
  line-height: 2;
  margin-top: 40px;
}
.new .new_con .list .wrap .right .bottom {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
}
.new .new_con .list .wrap .right .bottom span {
  display: block;
  width: 600px;
  border-bottom: 1px solid #ddd;
}
.new .new_con .list .wrap .right .bottom .detail {
  font-size: 16px;
  color: #4061fc;
  margin-left: 40px;
}
.new .new_con .selected {
  display: block;
}

.foot {
  height: 225px;
  background-color: #e5e5e6;
}
.foot .foot-con {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
.foot .foot-con ul {
  display: flex;
  flex-direction: column;
  margin: 35px 80px;
}
.foot .foot-con ul p {
  margin-bottom: 20px;
}
.foot .foot-con ul li {
  line-height: 30px;
}
.foot .foot-con ul li a {
  color: #a8a8a8;
}/*# sourceMappingURL=new.css.map */