﻿body,td,th{font-size:14px;}
        body, h1, h2, h3, h4, h5, h6 {
            font-family:  'Microsoft YaHei',Tahoma,\5b8b\4f53,\9ED1\4F53 !important;
        }
        /*.container > .content a {
            color: #161616;
        }*/
        .ellipsis {
            text-overflow: -o-ellipsis-lastline;
            white-space:nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }
            .ellipsis.line2 {
                -webkit-line-clamp: 2;
            }