<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box-tsi-1{
    width: 100%;
}
.title-one-tsi h1{
    margin: 15px 0px;
    color: #f90;

}
.title-one-tsi h2{
    /* margin: 15px 0px; */
    color: #f90;
    margin: 20px 0px;
}

.title-one-tsi h2 a{
    color: #f90;
}

.text-tsi p{
    text-indent: 2em;
    font-size: 17px;
    line-height: 30px;
    padding: 10px 0px;
    box-sizing: border-box;
}
.imgs-tsi{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.imgs-tsi-a{
    width: 460px;
    height: 370px;
    margin-top: 15px;
    /* background-color: blue; */
}
.imgs-tsi-a img{
    width: 460px;
    height: 370px;
}

.merit-tsi{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.merit-tsi-a{
    width: 460px;
}
.merit-tsi li{
    margin-bottom: 15px;
    font-size: 17px;
}
.corjc{
    font-size: 16px;
    font-weight: 600;
    color: #f90;
}
.imgs3-tsi{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.imgs3-tsi li{
    margin-top: 10px;
    font-size: 17px;
}
.imgs3-tsi-a{
    width: 300px;
    /* height: 270px; */
}
.imgs3-tsi-a img{
    width: 300px;
    height: 270px;
}
.table-a-tsi{
    width: 100%;
}
.table-a-tsi table{
    width: 100%;
    border: 0px;
    border-collapse:collapse;
}

.table-a-tsi td{
    border: 1px solid black;
    font-size: 17px;
    padding: 3px;
    padding-left: 10px;
    box-sizing: border-box;
}</pre></body></html>