﻿.application {
  margin-top: 3.125%;
}

.application>.title {
  font-weight: 400;
  color: #ff9600;
  line-height: 1.3;
}

.application .desc {
  width: 52%;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  margin: 0 auto;
  margin-top: 20px;
}

.application .ap_list {
  margin-top: 80px;
}

.application .ap_list .item {
  position: relative;
  flex-wrap: wrap;
  --img-mp: 60px;
  --info-mp: 43px;
}

.application .ap_list .item:not(:first-child) {
  margin-top: 58px;
}

.application .ap_list .item:nth-child(even) .img {
  margin-left: 50%;
}

.application .ap_list .item:nth-child(even) .info .tit,
.application .ap_list .item:nth-child(even) .info .title {
  padding-left: var(--img-mp);
  padding-right: calc(50% + var(--info-mp));
}

.application .ap_list .item:nth-child(even) .info .detail {
  padding-right: calc(50% + var(--info-mp));
  padding-left: var(--img-mp);
}

.application .ap_list .item .img {
  width: calc(50% - var(--img-mp));
  height: 507px;
  padding: 0;
  margin-left: var(--img-mp);
  z-index: 2;
}

.application .ap_list .item .info {
  position: absolute;
  width: 100%;
}

.application .ap_list .item .info .tit {
  font-weight: 400;
  color: #333333;
  line-height: 1;
  padding-left: calc(50% + var(--info-mp));
}

.application .ap_list .item .info .title {
  margin-top: 25px;
  margin-bottom: 42px;
  padding-left: calc(50% + var(--info-mp));
}

.application .ap_list .item .info .title {
  font-weight: 400;
  font-size: 30px;
  color: var(--color-main);
  line-height: 1.3;
}

.application .ap_list .item .info .detail {
  position: relative;
  background: #f0f0f0;
  padding: 28px 64px 45px calc(50% + var(--info-mp));
  width: 100%;
}

.application .ap_list .item .info .detail .t {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 1.3;
}

.application .ap_list .item .info .detail .d {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 2;
  margin-top: 28px;
  /* max-height: 192px;
  overflow: auto; */
}

.com_hot_pro {
  margin-bottom: 43px;
}

@media screen and (max-width: 1366px) {
  .application .ap_list .item {
    margin-top: 100px !important;
  }

  .application .desc {
    width: 100%;
  }

  .application .ap_list {
    margin-top: 40px;
  }

  .application .ap_list .item .info .title {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .application .ap_list .item .info .detail .d {
    margin-top: 10px;
  }
}

@media screen and (max-width: 950px) {
  .application .ap_list .item {
    margin-top: 50px !important;
  }

  .application .ap_list {
    margin-top: 20px;
  }

  .application .ap_list .item:nth-child(even) .img {
    margin-left: 0;
  }

  .application .ap_list .item:nth-child(even) .info .tit,
  .application .ap_list .item:nth-child(even) .info .title,
  .application .ap_list .item:nth-child(even) .info .detail {
    padding-left: 0;
    padding-right: 0;
  }

  .application .ap_list .item:nth-child(even) .info .detail {
    padding: 15px;
  }

  .application .ap_list .item .img,
  .application .ap_list .item .info {
    width: 100%;
  }

  .application .ap_list .item .img {
    margin-left: 0;
    height: 0;
    padding-bottom: 70%;
  }

  .application .ap_list .item .info {
    position: unset;
    margin-top: 15px;
  }

  .application .ap_list .item .info .tit,
  .application .ap_list .item .info .title,
  .application .ap_list .item .info .detail {
    padding-left: 0;
  }

  .application .ap_list .item .info .title {
    font-size: 24px;
  }

  .application .ap_list .item .info .detail {
    padding: 15px;
  }

  .application .ap_list .item .info .detail .d {
    max-height: unset;
    overflow: unset;
  }
}