﻿/*
    字体相关样式
*/
.color-red{color:red;}
.color-blue{color:#2e85e9;font-size:14px;}
.color-green{color:#1ea837;}
/*
    外层容器固定大小
*/
.content-box { width: 1180px; margin:0 auto;}
input[type=checkbox]{cursor:pointer;}

.no-data { height: 60px; line-height: 60px; color: gray; font-size: 20px; text-align: center; }
.page-nav-box { text-align: center; position: absolute; bottom: 0; width: 100%; }
.btn:hover { color: rgb(19, 152, 248); background: rgb(255, 255, 255); border-width: 1px; border-style: solid; border-color: rgb(19, 152, 248); border-image: initial }

.ellipsis{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
