@media only screen and (min-width: 768px) {
  .insight-wrap-phone {
    display: none!important;
  }
}
@media only screen and (max-width: 767px) {
  .insight-wrap-pc {
    display: none!important;
  }
  #header {
    position: absolute;
    top: 0;
  }
}
.insight-wrap-pc {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.insight-wrap-pc .search-button-wrap {
  margin: 30px 0 40px;
  display: flex;
}
.insight-wrap-pc .search-button-wrap .input-class {
  font-size: 16px;
  width: 224px;
  height: 34px;
  border: none;
  background: #F2F4F7;
  padding-left: 12px;
  border-radius: 4px 0 0 4px;
}
.insight-wrap-pc .search-button-wrap .input-class::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #898D98;
}
.insight-wrap-pc .search-button-wrap .search-icon {
  width: 42px;
  height: 34px;
  cursor: pointer;
}
.insight-wrap-pc .search-button-wrap .search-icon-wrap:focus .search-icon {
  content: url('../images/insight/pc/search2-focus.png');
}
.insight-wrap-pc .article-wrap .article {
  margin: 40px 0 80px;
  display: flex;
  position: relative;
  cursor: pointer;
}
.insight-wrap-pc .article-wrap .article:hover .article-left {
  background-size: 110% 110%;
}
.insight-wrap-pc .article-wrap .article:hover .article-right-title {
  color: #2072E3;
}
.insight-wrap-pc .article-wrap .article::after {
  position: absolute;
  bottom: -40px;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eaedf3;
}
.insight-wrap-pc .article-wrap .article-left {
  width: 280px;
  height: 187px;
  margin-right: 40px;
  flex-shrink: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 1s;
  border-radius: 8px;
}
.insight-wrap-pc .article-wrap .article-right {
  display: flex;
  flex-direction: column;
}
.insight-wrap-pc .article-wrap .article-right-title {
  font-size: 28px;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  color: #34343A;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.insight-wrap-pc .article-wrap .article-right-desc {
  font-size: 16px;
  font-family: AlibabaPuHuiTi_2_45_Light;
  color: #6F7A92;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.insight-wrap-pc .article-wrap .article-right-info {
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.insight-wrap-pc .article-wrap .article-right-info .article-label-wrap {
  display: flex;
  margin-right: 15px;
}
.insight-wrap-pc .article-wrap .article-right-info .article-label-wrap .article-label {
  height: 30px;
  margin-right: 5px;
  font-size: 14px;
  color: #97A3BD;
  font-family: AlibabaPuHuiTi_2_45_Light;
  line-height: 30px;
}
.insight-wrap-pc .article-wrap .article-right-info .article-label-wrap .article-label:first-child {
  color: #4A7BEE;
}
.insight-wrap-pc .article-wrap .article-right-info .article-label-wrap .article-label:first-child span {
  color: #97a3bd;
}
.insight-wrap-pc .article-wrap .article-right-info .article-date {
  font-size: 14px;
  font-family: AlibabaPuHuiTi_2_45_Light;
  color: #97A3BD;
}
.insight-wrap-pc .insight-button-more {
  margin: 100px auto 160px;
  text-align: center;
  line-height: 42px;
  width: 160px;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #E6EBF4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #4A7BEE;
  cursor: pointer;
  border-radius: 4px;
}
.insight-wrap-pc .insight-button-more .arrow {
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-color: #4A7BEE;
  border-style: solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  margin-left: 4px;
}
.insight-wrap-pc .content-box-wrap {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.insight-wrap-pc .content-box-wrap .contact-us {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 50px;
  font-size: 16px;
  font-family: AlibabaPuHuiTi_2_45_Light;
  color: #6F7A92;
}
.insight-wrap-pc .content-box-wrap .contact-us .point {
  position: relative;
  width: 5px;
  height: 5px;
  background: #6F7A92;
  opacity: 0.5;
  border-radius: 50%;
}
.insight-wrap-pc .content-box-wrap .contact-us .point:nth-child(1) {
  margin-right: 20px;
}
.insight-wrap-pc .content-box-wrap .contact-us .point:nth-child(1)::after {
  position: absolute;
  width: 200px;
  content: '';
  height: 1px;
  background: #6F7A92;
  right: 5px;
  top: 2px;
}
.insight-wrap-pc .content-box-wrap .contact-us .point:nth-child(2) {
  margin-left: 20px;
}
.insight-wrap-pc .content-box-wrap .contact-us .point:nth-child(2)::after {
  position: absolute;
  width: 200px;
  content: '';
  height: 1px;
  background: #6F7A92;
  left: 5px;
  top: 2px;
}
.insight-wrap-phone {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1.04rem;
  overflow: hidden;
}
.insight-wrap-phone #content-box {
  margin: 0 0.32rem;
}
.insight-wrap-phone .search-button-wrap {
  margin-top: 0.32rem;
  margin-bottom: 0.4rem;
  display: flex;
}
.insight-wrap-phone .search-button-wrap .input-class {
  width: 5.97rem;
  height: 0.72rem;
  border: none;
  background: #F2F4F7;
  padding-left: 12px;
  border-radius: 0.08rem 0 0 0.08rem;
}
.insight-wrap-phone .search-button-wrap .input-class::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #898D98;
}
.insight-wrap-phone .search-button-wrap .search-icon {
  width: 0.89rem;
  height: 0.72rem;
}
.insight-wrap-phone .search-button-wrap .search-icon-wrap:focus .search-icon {
  content: url('../images/insight/pc/search2-focus.png');
}
.insight-wrap-phone .article-wrap .article {
  margin: 0.4rem 0 0.8rem;
  display: flex;
  position: relative;
  cursor: pointer;
}
.insight-wrap-phone .article-wrap .article:hover .article-right-title {
  color: #2072E3;
}
.insight-wrap-phone .article-wrap .article::after {
  position: absolute;
  bottom: -0.4rem;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eaedf3;
}
.insight-wrap-phone .article-wrap .article-left {
  width: 2.8rem;
  height: 1.87rem;
  margin-right: 0.32rem;
  flex-shrink: 0;
}
.insight-wrap-phone .article-wrap .article-left img {
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
}
.insight-wrap-phone .article-wrap .article-right {
  display: flex;
  flex-direction: column;
}
.insight-wrap-phone .article-wrap .article-right-title {
  font-size: 0.32rem;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  color: #34343A;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.insight-wrap-phone .article-wrap .article-right-info {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.insight-wrap-phone .article-wrap .article-right-info .article-label-wrap {
  width: 2.7rem;
  flex-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.24rem;
  color: #97A3BD;
}
.insight-wrap-phone .article-wrap .article-right-info .article-label-wrap .article-label {
  height: 0.5rem;
  margin-top: 0.05rem;
  font-size: 0.24rem;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #97A3BD;
  line-height: 0.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-shrink: 0;
}
.insight-wrap-phone .article-wrap .article-right-info .article-label-wrap .article-label:first-child {
  color: #4A7BEE;
}
.insight-wrap-phone .article-wrap .article-right-info .article-label-wrap .article-label:first-child span {
  color: #97A3BD;
}
.insight-wrap-phone .article-wrap .article-right-info .article-date {
  font-size: 0.24rem;
  font-family: AlibabaPuHuiTi_2_45_Light;
  color: #6F7A92;
  flex-shrink: 0;
  color: #97A3BD;
}
.insight-wrap-phone .insight-button-more {
  margin: 13.3333vw auto 1.1rem;
  text-align: center;
  line-height: 42px;
  width: 2rem;
  height: 0.58rem;
  background: #FFFFFF;
  border: 1px solid #E6EBF4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.22rem;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #4A7BEE;
  cursor: pointer;
  border-radius: 0.06rem;
}
.insight-wrap-phone .insight-button-more .arrow {
  width: 0.05rem;
  height: 0.05rem;
  background-color: transparent;
  border-color: #4A7BEE;
  border-style: solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  margin-left: 4px;
}
.insight-wrap-phone .content-box-wrap {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.insight-wrap-phone .content-box-wrap #conten-box {
  margin: 0 0.32rem;
}
.insight-wrap-phone .content-box-wrap .contact-us {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.4rem auto 1rem;
  font-size: 0.28rem;
  font-family: AlibabaPuHuiTi_2_45_Light;
  color: #6F7A92;
}
.insight-wrap-phone .content-box-wrap .contact-us .point {
  position: relative;
  width: 0.1rem;
  height: 0.1rem;
  background: #6F7A92;
  opacity: 0.5;
  border-radius: 50%;
}
.insight-wrap-phone .content-box-wrap .contact-us .point:nth-child(1) {
  margin-right: 0.2rem;
}
.insight-wrap-phone .content-box-wrap .contact-us .point:nth-child(1)::after {
  position: absolute;
  width: 200px;
  content: '';
  height: 1px;
  background: #6F7A92;
  right: 5px;
  top: 2px;
}
.insight-wrap-phone .content-box-wrap .contact-us .point:nth-child(2) {
  margin-left: 0.2rem;
}
.insight-wrap-phone .content-box-wrap .contact-us .point:nth-child(2)::after {
  position: absolute;
  width: 200px;
  content: '';
  height: 1px;
  background: #6F7A92;
  left: 5px;
  top: 2px;
}
