.duosi-page5{
    display: flex;
    width: 100%;
    height: 70vh;
    box-sizing: border-box;
    justify-content: center;
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(187, 203, 236, 0.6));
}
.duosi-page5-content{
    justify-content: center;
    display: flex;
    position: absolute;
    width: 80%;
    height: 45%;
    margin-top: 150px;
    border-radius: 5cap;
    border: 1px;
    border-color: black;
}
.duosi-page5-content-image{
    width: 50%;
    height: 100%;
    background-size: cover;
}
.duosi-page5-content-content{
    width: 50%;
    height: 100%;
}
.duosi-page5-content-content-title{
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-top: 150px;
}
.duosi-page5-content-content-image{
    width: 300px;
    height: 300px;
    background-size: cover;
    background-image: url(../../images/cyhewm.png);
}
.duosi-title{
    text-align: center;
    width: 400px;
    height: 52px;
    font-size: 36px;
    font-weight: 700;
    color: #1e1e21;
    line-height: 20px;
    padding-top: 100px;
}


/* 手机端 */
@media (max-width: 576px) {
  .box { width: 100%; }
}

/* 平板 */
@media (min-width: 577px) and (max-width: 992px) {
  .box { width: 50%; }
}

/* 桌面端 */
@media (min-width: 993px) {
  .box { width: 25%; }
}