﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
     padding-bottom: 50px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px; 
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"] {
    /*max-width: 280px;*/
    height:40px;
     font-size:14px;

      height:34px;
     font-size:14px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}



.text-row-1 {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    max-height:22px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}
.text-row-2 {
     font-family: 'Microsoft YaHei';
     font-size:14px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      max-height:44px;
}
.text-row-3 {
     font-family: 'Microsoft YaHei';
     font-size:14px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
       max-height:66px;
}
.text-row-4 {
     font-family: 'Microsoft YaHei';
     font-size:14px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
       max-height:88px;
   
}
.text-row-5 {
     font-family: 'Microsoft YaHei';
     font-size:14px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
       max-height:110px;
   
}
