@charset "UTF-8";
/* liboyuan */

.tcCard_main_box {
    margin-top: 70px;
}
.tcCard_main_box>a {
    width: 560px;
    height: 340px;
    display: block;
    margin-bottom: 40px;
}
.tcCard_img {
    width: 210px;
    height: 340px;
    position: relative;
    background: url(/dev/product/www_v3/separate/imgs/mod/desktop/card/bg1.jpg) center no-repeat;
    background-size: cover;
}
.tcCard_main {
    background-color: #fff;
    width: 268px;
    height: 286px;
    padding: 25px 40px;
    border: 2px solid #e6e6e6;
    border-left: 0;
}
.tcCard_main h3 {
    font-size: 28px;
    line-height: 48px;
    height: 160px;
}
.tcCard_main p {
    font-size: 24px;
    color: #909090;
    line-height: 64px;
}
.tcCard_money p {
    font-size: 28px;
}
.tcCard_money p:last-child {
    font-size: 24px;
}
