.tr_title {
    width: 250px;
    /*background-color: chartreuse;*/
    float: right;
    margin-top: 40px;
    border-radius: 100px;
}

.tr_carousel {
    margin-top: 80px;
    width: 100%;
    height: 140px;
    /*background-color: chartreuse;*/
    display: flex;
    flex-direction: row;
}

.img_list_space{
    width: 20px;
    height: 100%;

}

/*@keyframes  fadeIn {*/
/*    from {opacity: 0;}*/
/*    to {opacity: 1;}*/
/*}*/

.fade-out{
    opacity: 0;
}

.myimg {
    width: 220px;
    height: 130px;
    /*margin: 0;*/
    /*padding: 0;*/
    /*display: block;*/
    /*animation: fadeIn 2s ease-in forwards;*/
    /*transition: all 0.5s ease;*/
    transition: opacity 1s;
    opacity: 1;
}


.tr_o_title{
    font-size: 20px;
    font-weight: bold;
    /*color: rgb(27, 183, 205);*/
    line-height: 40px;
}

.tl_o_1, .tl_o_2{
    font-size: 12px;
    /*line-height: 30px;*/
}