﻿@font-face {
	font-family: 'fzbysjt';
	src: url('../fonts/fzbysjt.TTF');
}
body {
    font-family: 'fzbysjt';
}

.cou-cell-left{
    width:60%;
    overflow:hidden;
    float:left;
    color:#666666;
    margin:5px 0;
}
.cou-cell-left-text{
    overflow:hidden;
    text-overflow:ellipsis;
    padding-right:5px;
    width:100%;
    line-height:24px;
    max-height:70px;
    margin-bottom:30px;
    font-size:16px;
    color:#333;
    word-break:break-all; 
    word-wrap:break-word;
    white-space:initial;
    table-layout:fixed;
    list-style-position:initial;
}
.cou-cell-left-spans{
    overflow:hidden;
    position:absolute;
    left:15px;
    font-size:12px;
    line-height:24px;
    bottom:11px;
    color:darkgray;
}
.cou-cell-right {
 width:40%;
 overflow:hidden;
 float:left;
 height:80px;
 border-radius:2px;
 margin:5px 0;
 
}
.cou-cell-right img {
    width:100%;
    height:auto;
}

.mui-table-view-cell > a:not(.mui-btn) {
    white-space: normal;
}