.news {
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0px;
  /* width: 100%; */
  min-width: 1200px;
  height: 100%;
  border: hidden;
  overflow: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.page-body {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fcfcfc;
}

.solution-body .content {
  width: 1200px;
  height: auto;
}

/* banner */

/*定义一个名字为lefteaseinAnimate动画，实现从页面的左边淡入页面效果*/

.news-body-banner .p1 {
  animation: rightEaseinAnimate 1s ease 1;
  animation-fill-mode: forwards;
}

@keyframes rightEaseinAnimate {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.news-body-banner .p2 {
  animation: lefteaseinAnimate 1s ease 1;
  animation-fill-mode: forwards;
}

@keyframes lefteaseinAnimate {
  0% {
    transform: translate(0) scale(2);
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}

.page-body-div {
  width: 100%;
  height: auto;
  padding-bottom: 3px;
  text-align: center;
}

.page-body-div ul {
  text-align: center;
  display: inline-block;
  /* width: 1200px; */
  height: 60px;
  line-height: 60px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-body-div span {
  margin: 0 2vw;
}

.page-body-img {
  margin-top: 30px;
  margin-bottom: 60px;
  width: 100%;
  height: 40px;
  -webkit-transition: -webkit-transform 1s;
  transition: 1s;
}

.page-body-img div {
  width: auto;
  text-align: center;
  font-size: 14px;
  color: #9b9ba3;
  margin-bottom: 10px;
}

.page-body-img img {
  width: auto;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

#navigation .selected {
  font-weight: bold;
  color: #3b84f4;
  font-size: 20px;
}

#navigation li {
  color: #383838;
  font-size: 20px;
  cursor: pointer;
}

.tab-title-div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-title-aDiv {
  width: 400px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.page-body-div .tabs_div_solid {
  width: 100%;
  border-bottom: 1px solid #e9e8ef;
  height: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-body-div .tabs_div_solid .tabs_div_solid_item {
  width: 400px;
}

.page-body-div .slider {
  position: relative;
  width: 50%;
  -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.page-body-div .slider .indicator {
  position: relative;
  width: 100px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #3b85f5;
  border-radius: 1px;
}

.page-body-div ul li:hover {
  color: black;
}

.go-top-div {
  width: auto;
}

.fl {
  float: left;
}

.cl:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.cl {
  zoom: 1;
}

/* 
@media only screen and (max-width: 736px) {
    .news-body-banner {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .news-body-banner div .p1 {
        display: none;
    }
    .news-body-banner div .p2 {
        display: none;
    }
    .ajax-box {
        width: 100%;
        min-height: 500px;
    }
    .ajax-list {
        width: auto;
    }
    .ajax-item {
        background: #ffffff;
        height: 120px;
        width: 100%;
        cursor: pointer;
        border-bottom: 1px solid #E7E7EA;
    }
    .ajax-item-img {
        float: left;
        width: 40%;
        height: 120px;
    }
    .ajax-item-img img {
        width: 100%;
        height: 110px;
        padding: 5px;
    }
    .ajax-item-title {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 50%;
        height: 50px;
        float: left;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 18px;
        word-break: break-all;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #383838;
    }
    .ajax-item-date {
        width: 100%;
        margin-left: 1%;
        font-size: 14px;
        color: #868689;
    }
    .ajax-item-date-img {
        margin-left: 5%;
        height: 11px;
        width: 11px;
    }
    .ajax-item-read {
        width: 100%;
        margin-left: 1%;
        font-size: 14px;
        color: #868689;
    }
    .ajax-item-read-img {
        margin-left: 5px;
        height: 11px;
        width: 14px;
    }
}

@media only screen and (min-width: 736px) and (max-width:1200px) {
    .news-body-banner {
        width: 100%;
        height: auto;
        display: flex;
    }
    .news-body-banner div {
        position: absolute;
        box-sizing: border-box;
    }
    .news-body-banner div .p1 {
        font-size: 36px;
        padding-top: 5vw;
        padding-left: 5vw;
        font-weight: bold;
        color: white;
    }
    .news-body-banner div .p2 {
        width: auto;
        margin-top: 20px;
        padding-left: 5vw;
        font-size: 15px;
        color: white;
        line-height: 24px;
    }
    .ajax-box {
        width: 600px;
        left: 50%;
        position: relative;
        transform: translateX(-50%)
    }
    .ajax-list {
        width: auto;
        margin: 30px;
    }
    .ajax-item {
        background: #ffffff;
        height: 376px;
        width: 500px;
        margin: 10px;
        cursor: pointer;
    }
    .ajax-item-img {
        height: 286px;
        width: 100%;
    }
    .ajax-item-title {
        width: 100%;
        margin: 10px;
        font-size: 18px;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        white-space: nowrap;
        color: #383838;
    }
    .ajax-item-date {
        width: 100%;
        font-size: 14px;
        margin: 4px;
        color: #868689;
    }
    .ajax-item-date-img {
        margin-left: 10px;
        height: auto;
        width: auto;
    }
    .ajax-item-read {
        width: 100%;
        margin: 4px;
        font-size: 14px;
        color: #868689;
    }
    .ajax-item-read-img {
        margin-left: 20px;
        height: auto;
        width: auto;
    }
}

@media only screen and (min-width: 1200px) {
   
} */

.news-body-banner {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-body-banner div {
  position: absolute;
  padding-left: 360px;
  box-sizing: border-box;
}

.news-body-banner div .p1 {
  text-align: left;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
}

.news-body-banner div .p2 {
  width: 312px;
  text-align: left;
  font-size: 16px;
  margin-top: 20px;
  color: #ffffff;
}

.ajax-box {
  width: 1280px;
  left: 50%;
  min-height: 180px;
  position: relative;
  transform: translateX(-50%);
}

.ajax-list {
  width: auto;
  margin: 30px;
}

.ajax-item {
  background: #ffffff;
  height: auto;
  width: 384px;
  margin: 10px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.7s;
  transition: 0.7s;
  position: relative;
  padding-bottom: 10px;
}

.ajax-item:hover {
  /* box-shadow: 0 0 7px rgba(0, 0, 0, .06); */
  box-shadow: rgb(167, 165, 165) 0px 0px 10px;
}

.ajax-item-div-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.ajax-item-img {
  width: 100%;
  height: auto;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ajax-item-img img::after,
.ajax-item-img img {
  -webkit-transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
}

.ajax-item-img:hover img {
  -webkit-transform: scale3d(1.15, 1.15, 1);
  transform: scale3d(1.15, 1.15, 1);
}

.ajax-item-img:hover img::after {
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

.ajax-item-title {
  width: 340px;
  margin: 10px 20px;
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  color: #383838;
}

.ajax-item-title:hover {
  color: #3b84f4;
  text-decoration: underline;
}

.ajax-item-date {
  width: 100%;
  font-size: 14px;
  margin-left: 2px;
  color: #868689;
}

/* .ajax-item-date-img {
  margin-left: 20px;
  height: auto;
  width: auto;
} */

.ajax-item-read {
  width: 100%;
  margin: 4px;
  font-size: 14px;
  color: #868689;
}
/* 
.ajax-item-read-img {
  margin-left: 20px;
  height: auto;
  width: auto;
} */
.ajax-div {
  display: flex;
  align-items: center;
}
.ajax-item-date-img,
.ajax-item-read-img {
  width: 16px;
  height: auto;
}
.ajax-item-date-img {
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .news {
    width: 100%;
    min-width: 100% !important;
  }
  .news-body-banner div {
    padding-left: 0;
    top: 20px;
  }
  .news-body-banner div .p2,
  .news-body-banner div .p1 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .news-body-banner div .p1 {
    font-size: 28px;
  }
  .news-body-banner div .p2 {
    margin-top: 10px;
  }
  .ajax-box {
    width: 100%;
  }
  .ajax-list {
    width: 100%;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
  }
  .ajax-item {
    width: 100%;
    margin: 0 0 20px 0;
    height: auto;
    padding-bottom: 10px;
  }

  .ajax-item-div-img {
    width: 100%;
    height: 250px;
    position: relative;
  }

  .ajax-item-img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ajax-item-title {
    width: 100%;
    margin: 0;
    font-weight: bold;
    margin-bottom: 2px;
  }
  .ajax-item-date-img {
    margin-left: 0;
  }
  .ajax-item-date {
    margin-left: 2px;
  }
  .ajax-item-read-img {
  }
  .ajax-item {
    background: #fcfcfc;
  }
}
