@media screen and (min-width: 769px) {
  .box .Content .flex .Left .title {
    padding-bottom: 5px;
    border-bottom: 1px solid #acacac;
  }
  .box .Content .flex .Left .title h2 {
    width: 85%;
    font-size: 36px;
    line-height: 36px;
    color: #252525;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .box .Content .flex .Left .title .info {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .flex .Left .title .info p {
    font-size: 14px;
    line-height: 14px;
    color: #363636;
  }
  .box .Content .flex .Left .title .info .Icon {
    display: flex;
    align-items: center;
  }
  .box .Content .flex .Left .title .info .Icon a {
    font-size: 17px;
    line-height: 17px;
    color: #999999;
    margin-left: 10px;
  }
  .box .Content .flex .Left .title .info .Icon a .img {
    width: 26px;
    height: 26px;
    background: url(../img/details/wx.png) center no-repeat;
    background-size: contain;
    display: block;
    margin-left: 4px;
    margin-top: -5px;
  }
  .box .Content .flex .Left .title .info .Icon a:hover .img {
    background: url(../img/details/wx-hover.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .title .info .Icon a:nth-child(4) .img {
    background: url(../img/details/qq.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .title .info .Icon a:nth-child(4):hover .img {
    background: url(../img/details/qq-hover.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .title .info .Icon a:nth-child(5) .img {
    background: url(../img/details/wb.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .title .info .Icon a:nth-child(5):hover .img {
    background: url(../img/details/wb-hover.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .textContent .text {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    margin-top: 29px;
    padding: 80px 85px;
  }
  .box .Content .flex .Left .textContent .text p {
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #000;
    text-indent: 2em;
  }
  .box .Content .flex .Left .textContent .text h5 {
    width: 100%;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    text-indent: 2em;
    font-weight: bold;
    margin: 18px 0;
  }
  .box .Content .flex .Left .textContent .notes {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 28px;
  }
  .box .Content .flex .Left .textContent .notes span {
    font-size: 18px;
    line-height: 18px;
    color: #797979;
    margin-left: 15px;
  }
  .box .Content .flex .Left .list {
    margin-top: 28px;
  }
  .box .Content .flex .Left .list .title {
    padding-bottom: 10px;
  }
  .box .Content .flex .Left .list .title h2 {
    font-size: 20px;
    line-height: 20px;
    color: #106ab2;
  }
  .box .Content .flex .Left .list ul {
    margin-top: 20px;
  }
  .box .Content .flex .Left .list ul li {
    width: 100%;
    height: 207px;
    background-color: rgba(255, 255, 255, 0.72);
    margin-bottom: 14px;
  }
  .box .Content .flex .Left .list ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 17px 15px;
    justify-content: space-between;
  }
  .box .Content .flex .Left .list ul li a .text {
    flex: 1;
    padding: 13px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box .Content .flex .Left .list ul li a .text h5 {
    font-size: 18px;
    line-height: 30px;
    color: #1b1b1b;
  }
  .box .Content .flex .Left .list ul li a .text .ps {
    width: 610px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .flex .Left .list ul li a .text .ps p {
    display: flex;
    align-items: center;
  }
  .box .Content .flex .Left .list ul li a .text .ps p img {
    margin-right: 4px;
  }
  .box .Content .flex .Left .list ul li a .text .ps p span {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
  }
  .box .Content .flex .Left .list ul li a .text .ps p span:nth-child(1) {
    margin-right: 24px;
  }
  .box .Content .flex .Left .list ul li a .img {
    width: 260px;
    height: 100%;
    margin-left: 48px;
    position: relative;
  }
  .box .Content .flex .Left .list ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .flex .Left .list ul li a .img p {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 28px;
    background-image: linear-gradient(-55deg, #1e4dba 0%, #2f61d4 100%), linear-gradient(#285dd8, #285dd8);
    background-blend-mode: normal, normal;
    border-radius: 0px 0px 10px 0px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
  }
}
@media screen and (max-width: 769px) {
  .box .Content .flex .Left .title {
    padding-bottom: 1.33333333vw;
    border-bottom: 0.26666667vw solid #acacac;
  }
  .box .Content .flex .Left .title h2 {
    width: 85%;
    font-size: 6.93333333vw;
    line-height: 6.93333333vw;
    color: #252525;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .box .Content .flex .Left .title .info {
    margin-top: 2.66666667vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .flex .Left .title .info p {
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #363636;
  }
  .box .Content .flex .Left .title .info p span {
    display: block;
    margin: 1.33333333vw 0;
  }
  .box .Content .flex .Left .title .info .Icon {
    display: flex;
    align-items: center;
  }
  .box .Content .flex .Left .title .info .Icon a {
    font-size: 3.46666667vw;
    line-height: 3.46666667vw;
    color: #999999;
    margin-left: 1.33333333vw;
  }
  .box .Content .flex .Left .title .info .Icon a .img {
    width: 5.33333333vw;
    height: 5.33333333vw;
    background: url(../img/details/wx.png) center no-repeat;
    background-size: contain;
    display: block;
    margin-left: 1.06666667vw;
  }
  .box .Content .flex .Left .title .info .Icon a:hover .img {
    background: url(../img/details/wx-hover.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .title .info .Icon a:nth-child(4) .img {
    background: url(../img/details/qq.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .title .info .Icon a:nth-child(4):hover .img {
    background: url(../img/details/qq-hover.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .title .info .Icon a:nth-child(5) .img {
    background: url(../img/details/wb.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .title .info .Icon a:nth-child(5):hover .img {
    background: url(../img/details/wb-hover.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .textContent .text {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    margin-top: 5.33333333vw;
    padding: 6.66666667vw 2.66666667vw;
  }
  .box .Content .flex .Left .textContent .text p {
    width: 100%;
    font-size: 4.26666667vw;
    line-height: 7.46666667vw;
    color: #000;
    text-indent: 2em;
  }
  .box .Content .flex .Left .textContent .text h5 {
    width: 100%;
    font-size: 4.26666667vw;
    line-height: 7.46666667vw;
    color: #000;
    text-indent: 2em;
    font-weight: bold;
    margin: 4.8vw 0;
  }
  .box .Content .flex .Left .textContent .notes {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 7.46666667vw;
  }
  .box .Content .flex .Left .textContent .notes span {
    font-size: 4vw;
    line-height: 4vw;
    color: #797979;
    margin-left: 2.66666667vw;
  }
  .box .Content .flex .Left .list {
    margin-top: 7.46666667vw;
  }
  .box .Content .flex .Left .list .title {
    padding-bottom: 1.86666667vw;
  }
  .box .Content .flex .Left .list .title h2 {
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    color: #106ab2;
  }
  .box .Content .flex .Left .list ul {
    width: 100%;
    margin-top: 5.33333333vw;
  }
  .box .Content .flex .Left .list ul li {
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.72);
    margin-bottom: 3.73333333vw;
  }
  .box .Content .flex .Left .list ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 1.33333333vw 2.66666667vw;
  }
  .box .Content .flex .Left .list ul li a .text {
    width: 100%;
    padding: 3.46666667vw 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box .Content .flex .Left .list ul li a .text h5 {
    font-size: 4vw;
    line-height: 6.4vw;
    color: #1b1b1b;
  }
  .box .Content .flex .Left .list ul li a .text .ps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6.66666667vw;
  }
  .box .Content .flex .Left .list ul li a .text .ps p {
    display: flex;
    align-items: center;
  }
  .box .Content .flex .Left .list ul li a .text .ps p img {
    margin-right: 1.06666667vw;
  }
  .box .Content .flex .Left .list ul li a .text .ps p span {
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #999999;
  }
  .box .Content .flex .Left .list ul li a .text .ps p span:nth-child(1) {
    margin-right: 5.33333333vw;
  }
  .box .Content .flex .Left .list ul li a .img {
    width: 78%;
    height: auto;
    margin: 3.2vw auto 0;
    position: relative;
  }
  .box .Content .flex .Left .list ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .flex .Left .list ul li a .img p {
    position: absolute;
    top: 0;
    left: 0;
    width: 13.33333333vw;
    height: 7.46666667vw;
    background-image: linear-gradient(-55deg, #1e4dba 0%, #2f61d4 100%), linear-gradient(#285dd8, #285dd8);
    background-blend-mode: normal, normal;
    border-radius: 0vw 0vw 2.66666667vw 0vw;
    font-size: 3.73333333vw;
    line-height: 7.46666667vw;
    text-align: center;
    color: #ffffff;
  }
}
