﻿.tm_block_item {
    border: silver solid 1px;
    border-radius: 4px;
    min-width: 100px;
    text-align: left;
    padding: 20px;
    height: 450px;
}

.tm_block_item1 {
    border: silver solid 1px;
    border-radius: 4px;
    text-align: left;
    padding: 20px;
}

.tm_block_img_div {
    height: 40px;
}

.tm_block_cap {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.tm_block_text {

}

.tm_block_text_2 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 23px;
}

.tm_block_text_1 {
    margin-top: 10px;
    color: gray;

    max-height: 300px;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    line-height: 23px;
}

.tm_block_text_bot {
    display: block;
    position: absolute;
    bottom: 10px;
}

/*
.tm_block_text_bot:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(rgba(255,255,255,.0), rgba(255,255,255,0.7));
}


.tm_block_text_bot
{
    position: absolute;
    bottom: 0px;
    height: 100px;
    background-color1: aqua;
    width: 100%;
    opacity1: 0.5;
    cursor: pointer;
}
*/

.tm_block_a {
    text-decoration: none;
    color: black;
}
