.newsList {
  padding-bottom: 100px;
}
.newsList .w1400 {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
.newsList .w1400 .list {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 30.7142857143%;
  margin-left: 3.9285714286%;
  margin-top: 100px;
}
.newsList .w1400 .list:nth-child(3n+1) {
  margin-left: 0;
}
.newsList .w1400 .list .type {
  background: #1c2e51;
  line-height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 15px;
  z-index: 2;
  padding: 0 20px;
}
.newsList .w1400 .list .img {
  font-size: 0;
  position: relative;
  z-index: 1;
  height: 287px;
}
.newsList .w1400 .list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsList .w1400 .list .text {
  box-shadow: 0px 5px 24px 0px rgba(18, 36, 69, 0.1);
  height: 275px;
  padding: 31px 30px 80px;
  background: #fff;
}
.newsList .w1400 .list .text .time {
  display: flex;
  align-items: center;
}
.newsList .w1400 .list .text .time .left {
  font-size: 42px;
  color: #1c2e51;
  font-family: barlowMedia;
}
.newsList .w1400 .list .text .time .right {
  font-size: 18px;
  color: #ccc;
  font-family: barlowMedia;
  margin-left: 12px;
  line-height: 20px;
  padding-left: 12px;
  position: relative;
}
.newsList .w1400 .list .text .time .right::after {
  width: 1px;
  height: 33px;
  background-color: #e1e1e1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
}
.newsList .w1400 .list .text .tit {
  letter-spacing: 1px;
  line-height: 1.9;
  color: #1c2e51;
  font-size: 20px;
  width: 100%;
  display: block;
  margin-top: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsList .w1400 .list .text .btn {
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #3cb4e6;
  position: absolute;
  bottom: 49px;
}
.newsList .w1400 .list .text .btn img {
  margin-left: 11px;
}
.newsList .w1400 .list .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #dab972;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.newsList .w1400 .list:hover .bg {
  left: 20px;
  top: 20px;
}
.newsList .pagination {
  display: flex;
  justify-content: center;
}
.newsList .pagination li {
  margin-left: 10px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
}
.newsList .pagination li a, .newsList .pagination li span {
  display: block;
  font-size: 18px;
  color: #1c2e51;
}
.newsList .pagination li.active {
  background: #3cb4e6;
}
.newsList .pagination li.active a, .newsList .pagination li.active span {
  color: #fff;
}
.newsList .pagination li:first-child {
  margin-left: 0;
}

.anliBlock {
  padding-bottom: 100px;
}
.anliBlock .w1400 {
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.anliBlock .w1400 .list {
  width: 30.7142857143%;
  margin-left: 3.8571428571%;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.anliBlock .w1400 .list:nth-child(3n+1) {
  margin-left: 0;
}
.anliBlock .w1400 .list .img {
  font-size: 0;
  position: relative;
}
.anliBlock .w1400 .list .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.anliBlock .w1400 .list .img .posi {
  min-width: 100px;
  line-height: 46px;
  background: #1c2e51;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding: 0 10px;
}
.anliBlock .w1400 .list .text {
  background: #f8f8f8;
  padding: 28px 30px;
}
.anliBlock .w1400 .list .text .tit {
  font-size: 22px;
  letter-spacing: 1px;
  color: #1c2e51;
}
.anliBlock .w1400 .list .text .btn {
  font-size: 15px;
  color: #3cb4e6;
  margin-top: 52px;
  display: flex;
  align-items: center;
}
.anliBlock .w1400 .list .text .btn img {
  margin-left: 9px;
}

.anliBlock2 .w1400 .left .list a {
  display: block;
  padding: 0 36px;
  line-height: 60px;
}
.anliBlock2 .w1400 .left .list a::before {
  display: block;
  content: "";
  width: 16px;
  height: 4px;
  background-color: rgba(60, 180, 230, 0);
  margin-right: 24px;
  float: left;
  margin-top: 28px;
}
.anliBlock2 .w1400 .left .list a.on::before {
  background-color: #3cb4e6;
}
.anliBlock2 .w1400 .right div > .tit {
  font-size: 24px;
  color: #203356;
}
.anliBlock2 .w1400 .right .friend .tit {
  margin-top: -5px;
}
.anliBlock2 .w1400 .right .friend .cont {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
}
.anliBlock2 .w1400 .right .friend .cont > div{
    font-size: 16px;
  color: #444;
  line-height: 2;
}
.anliBlock2 .w1400 .right .friend .cont .list {
  display: flex;
  align-items: center;
  font-size: 0;
  height: 66px;
  margin-right: 30px;
}
.anliBlock2 .w1400 .right .project {
  margin-top: 36px;
}
.anliBlock2 .w1400 .right .project .cont {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
}
.anliBlock2 .w1400 .right .project .cont .list {
  display: flex;
  align-items: center;
  font-size: 0;
  margin-right: 30px;
  width: calc((100% - 60px) / 3);
  margin-bottom: 30px;
}
.anliBlock2 .w1400 .right .project .cont .list:nth-child(3n+3) {
  margin-right: 0;
}
.anliBlock2 .w1400 .right .feature {
  margin-top: 25px;
}
.anliBlock2 .w1400 .right .feature .cont {
  display: flex;
  flex-wrap: wrap;
  margin-top: 38px;
}
.anliBlock2 .w1400 .right .feature .cont .list {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
.anliBlock2 .w1400 .right .feature .cont .list:nth-child(3n+3) {
  margin-right: 0;
}
.anliBlock2 .w1400 .right .feature .cont .list .img {
  width: 60px;
  height: 56px;
  font-size: 0;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 28px;
}
.anliBlock2 .w1400 .right .feature .cont .list .img img {
  max-width: 100%;
  max-height: 100%;
}
.anliBlock2 .w1400 .right .feature .cont .list .tit2 {
  font-size: 20px;
  text-align: center;
  color: #444;
  line-height: 32px;
}
.anliBlock2 .w1400 .right .feature .cont .list .tips {
  margin-top: 10px;
}
.anliBlock2 .w1400 .right .feature .cont .list .tips p {
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  line-height: 2;
  color: #444;
}
.anliBlock2 .w1400 .right .feature .cont .list .tips p::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  background: rgba(68, 68, 68, 0.7);
}
.anliTab .w1400 {
    display: flex;
    padding: 60px 0 20px;
    flex-wrap: wrap;
}
.anliTab .w1400 a{
    display:block;
    padding: 0 30px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #eee;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    color: #666;
    white-space: nowrap;
}
.anliTab .w1400 a.on{
    border-color: #3cb4e6;
    background: #3cb4e6;
    color: #fff;
}
.anliBlock .w1400{
    padding: 0 !important;
}
@media (max-width: 1500px) {
  .newsList .w1400 .list .img {
    height: 252px;
  }
}
@media (max-width: 1366px) {
  .newsList .w1400 .list .img {
    height: 240px;
  }
  .newsList .w1400 .list .text .tit {
    font-size: 18px;
    line-height: 1.5;
  }
  .anliBlock2 .w1400 .left .list a {
    padding: 0 10px;
  }
}
@media (max-width: 1200px) {
  .newsList .w1400 .list .img {
    height: 210px;
  }
}
@media (max-width: 1080px) {
  .newsList .w1400 {
    justify-content: space-between;
  }
  .newsList .w1400 .list {
    width: 48.5%;
    margin-left: 0;
  }
}
@media (max-width: 996px) {
.anliTab .w1400{
    padding: 40px 0 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.anliTab .w1400::-webkit-scrollbar{
    opacity: 0;
    display: none;
}
.anliTab .w1400 a{
    padding: 0 20px;
    font-size: 14px;
    line-height: 36px;
}
  .anliBlock .w1400 {
    justify-content: space-between;
  }
  .anliBlock .w1400 .list {
    width: 48.5%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .anliBlock2 .w1400 .right .project .cont {
    justify-content: space-between;
  }
  .anliBlock2 .w1400 .right .project .cont .list {
    width: 48.5%;
    margin: 0;
    margin-bottom: 20px;
  }
  .anliBlock2 .w1400 .right .project .cont .list img {
    width: 100%;
  }
  .anliBlock2 .w1400 .right .feature .cont {
    justify-content: space-between;
  }
  .anliBlock2 .w1400 .right .feature .cont .list {
    max-width: 100%;
    width: 48.5%;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  .anliBlock {
    padding-bottom: 50px;
  }
  .anliBlock .w1400 {
    padding-top: 45px;
    padding-bottom: 0px;
  }
  .anliBlock2 .w1400 .left .list a {
    padding: 10px 15px;
    line-height: 1.6;
  }
  .anliBlock2 .w1400 .left .list a::before {
    display: none;
  }
}
@media (max-width: 560px) {
  .newsList {
    padding-bottom: 50px;
  }
  .newsList .w1400 {
    padding-bottom: 50px;
  }
  .newsList .w1400 .list {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
  .newsList .w1400 .list .text {
    height: auto;
    padding: 10px 20px;
    padding-bottom: 60px;
  }
  .newsList .w1400 .list .text .time .left {
    font-size: 8vw;
  }
  .newsList .w1400 .list .text .time .right p {
    font-size: 4vw;
    line-height: 1.1;
  }
  .newsList .w1400 .list .text .time .right::after {
    height: 28px;
  }
  .newsList .w1400 .list .text .tit {
    font-size: 4.5vw;
    line-height: 1.5;
    margin-top: 10px;
  }
  .newsList .w1400 .list .text .btn {
    bottom: 20px;
    font-size: 3.5vw;
  }
  .newsList .w1400 .list .bg {
    display: none;
  }
  .anliBlock .w1400 {
    padding-top: 50px;
  }
  .anliBlock .w1400 .list {
    width: 100%;
    margin-bottom: 30px;
  }
  .anliBlock .w1400 .list .img {
    height: auto;
  }
  .anliBlock .w1400 .list .tit {
    font-size: 4.5vw;
    margin-top: 15px;
  }
  .anliBlock .w1400 .list .tips {
    font-size: 3.5vw;
    margin-top: 15px;
  }
  .anliBlock .w1400 .list .btn {
    margin-top: 10px;
    font-size: 3.5vw;
  }
}
@media (max-width: 480px) {
  .anliBlock .w1400 .list .text {
    padding: 20px;
  }
  .anliBlock .w1400 .list .text .tit {
    margin: 0;
    font-size: 18px;
  }
  .anliBlock .w1400 .list .text .btn {
    margin-top: 20px;
    font-size: 14px;
  }
  .anliBlock2 .w1400 .right > div > .tit {
    font-size: 4.5vw;
  }
  .anliBlock2 .w1400 .right .friend .cont .list {
    height: 50px;
  }
  .anliBlock2 .w1400 .right .friend .cont .list img {
    max-height: 100%;
  }
  .anliBlock2 .w1400 .right .project .cont .list {
    width: 100%;
  }
  .anliBlock2 .w1400 .right .feature .cont .list {
    width: 100%;
  }
}/*# sourceMappingURL=xinwen.css.map */