.blaboutaa .aatitle{
    color: #e3598d;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.blaboutaa .aatitle .inner{
    max-width: 820px;
    margin: 0 auto;
}
.blaboutaa .aatitle p{
    padding: 0;
}

.blaboutaa .aacont{
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.blaboutaa .aacont .inner{
    max-width: 870px;
    margin: 0 auto;
}

.itemaboutaa .thumb{
    display: block;
    padding-top: 65.56%;
    position: relative;
    margin-bottom: 15px;
}
.itemaboutaa .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itemaboutaa .dstitle{
    margin-bottom: 5px;
}
.itemaboutaa .dstitle, .itemaboutaa .dstitle h3, .itemaboutaa .dstitle a{
    color: #e3598d;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itemaboutaa .dstend{
    font-size: 15px;
    line-height: 23px;
}
/* block 2 */
.blaboutbb .bbtitle{
    text-align: center;
    margin-bottom: 20px;
}
.blaboutbb .bbtitle, .blaboutbb .bbtitle h2, .blaboutbb .bbtitle h3{
    color: #e3598d;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    font-family: 'Open Sans Condensed';
}

.itemaboutbb{
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 20px 20px;
}
.itemaboutbb .icon{
    max-width: 85px;
    min-height: 85px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.itemaboutbb .txt{
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    text-align: center;
}

/* block 3 */
 .vhtitleab{
    text-align: center;
    margin-bottom: 25px;
}
.vhtitleab, .vhtitleab h2, .vhtitleab h3{
    color: #e3598d;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    font-family: 'Open Sans Condensed';
}
.blaboutcc .cccaption{
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
}
.blaboutcc .cccaption .inner{
    max-width: 650px;
    margin: 0 auto;
}
.lstitemcc{
    position: relative;
}
.lstitemcc::before{
    content: '';
    position: absolute;
    left: calc(43% - 10px);
    width: 2px;
    height: 100%;
    background-color: #e3598d;
}
.itemaboutcc{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -36px;
    margin-bottom: 40px;
}
.itemaboutcc > div{
    padding: 0 36px;
}
.itemaboutcc .colt{
    width: 43%;
}
.itemaboutcc .cold{
    width: 57%;
}
.itemaboutcc .thumb img{
    width: 100%;
}
.itemaboutcc .dsyear{
    font-size: 20px;
    line-height: 30px;
    color: #e3598d;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    margin-top: -10px;
}
.itemaboutcc .dsyear::before{
    content: '';
    position: absolute;
    top: 10px;
    left: -45px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #e3598d;

}
.itemaboutcc .dstitle{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 5px;
}
.itemaboutcc .dsdate{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}
.itemaboutcc .dstend{
    font-size: 16px;
    line-height: 24px;
}
/* block 4 */
.itemaboutdd{
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 20px 20px;
    text-align: center;
}
.itemaboutdd .icon{
    max-width: 85px;
    min-height: 75px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.itemaboutdd .title{
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.itemaboutdd .txt{
    font-size: 13px;
    line-height: 21px;
}
@media all and (max-width: 1200px){}
@media all and (max-width: 991px){
    .blaboutaa .aatitle{
        font-size: 18px;
        line-height: 27px;
    }
    /* block 2 */
    /* block 4*/

}
@media all and (max-width: 767px){
    .blaboutaa .aatitle{
        font-size: 14px;
        line-height: 22px;
    }
    .blaboutaa .aacont{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    /* block 2 */
    .vhtitleab h2,.vhtitleab h3{
        font-size: 26px;
        line-height: 30px;
    }
    .itemaboutbb .txt{
        font-size: 12px;
        line-height: 20px;
    }
    .itemaboutbb{
        padding: 25px 15px 15px;
    }
    .itemaboutbb .icon{
        max-width: 58px;
        min-height: 58px;
        margin-bottom: 10px;
    }
    /* block 3 */
    .lstitemcc{
        padding-left: 30px;
    }
    .lstitemcc::before{
        left: 5px;
    }
    .lstitemcc::after{
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: #e3598d;
    }
    .itemaboutcc .colt{
        width: 100%;
        margin-bottom: 20px;
    }
    .itemaboutcc .cold{
        width: 100%;
    }
    .itemaboutcc .dsyear::before{
        left: -29px;
    }
   /* block 4 */
    .itemaboutdd{
        max-width: 270px;
        margin: 0 auto;
    }
}