﻿.td-block-layout {
    display: block;
    width: 100%;
    margin-left: 30px;
}

.td-flex-layout {
    display: flex;
    justify-content: center;
}

.today-yz-content {
    display: flex;
    font-size: 10px;
    width: 100%;
}

.td-content {
    border: 1px solid #ececec;
    padding: 5px;
    margin: 10px auto;
    width: 31%;
    text-align: left;
    box-shadow: 2px 5px 15px 3px #ebf7f8;
}

.td-content div {
    border: 0;
    text-align: right;
    margin: 0;
    width: 100%;
}

.td-content:hover {
    color: #3a87f2;
    cursor: pointer;
}

.td-yz-more-content-block {
    width: 80%;
    height: 208px;
    border: 1px solid #ececec;
    border-radius: 6px;
    position: relative;
    box-shadow: 2px 5px 15px 3px #ebf7f8;
}

.td-yz-more-content-block a {
    position: absolute;
    right: 8px;
    color: black;
}

.td-notice {
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 2px;
}

.td-more-content div {
    height: 40px;
}

.td-more-content div:hover {
    color: #3a87f2;
    cursor: pointer;
}

.td-more-content div span {
    margin-right: 15px;
}

.td-more-content {
    margin-top: 35px;
}

.td-line-img {
    width: 40px;
    height: 140px;
    position: absolute;
    left: -5px;
}