﻿body {
    font-size: 12px;
    FONT-FAMILY: "微软雅黑";
}

table {
    table-layout: fixed;
}

/*页头样式*/
.typic1 {
    font-weight: bold;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.typic2 {
    width: 20%;
    font-weight: bold;
    text-align: center;
}

.typic3 {
    width: 10%;
    font-weight: bold;
    text-align: center;
}

.typic4 {
    width: 15%;
    font-weight: bold;
    text-align: center;
}


/*信息列表样式*/
.typic01 {
    padding-left: 10px;
    text-align: left;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    white-space: nowrap; /* 不换行 */
}

.typic02 {
    width: 20%;
    text-align: center;
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    white-space: nowrap; /* 不换行 */
}

.typic03 {
    width: 10%;
    text-align: center;
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    white-space: nowrap; /* 不换行 */
}

.typic04 {
    width: 15%;
    text-align: center;
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    white-space: nowrap; /* 不换行 */
}

/*页头样式*/
.style1 {
    width: 55%;
    font-weight: bold;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.style2 {
    width: 20%;
    font-weight: bold;
    text-align: center;
}

.style3 {
    width: 10%;
    font-weight: bold;
    text-align: center;
}

.style4 {
    width: 15%;
    font-weight: bold;
    text-align: center;
}


/*信息列表样式*/
.style01 {
    width: 55%;
    max-width:200px;
    padding-left: 10px;
    text-align: left;
    cursor: pointer;
    height: 30px;
    line-height: 40px;
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    white-space: nowrap; /* 不换行 */
}

.style02 {
    width: 20%;
    text-align: center;
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    white-space: nowrap; /* 不换行 */
}

.style03 {
    width: 10%;
    text-align: center;
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    white-space: nowrap; /* 不换行 */
}

.style04 {
    width: 15%;
    text-align: center;
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    white-space: nowrap; /* 不换行 */
}

/*页头样式*/
.indexstyle1 {
    width: 80%;
    font-weight: bold;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.indexstyle2 {
    width: 20%;
    font-weight: bold;
    text-align: center;
}
/*信息列表样式*/
.indexstyle01 {
    width: 80%;
    max-width:200px;
    padding-left: 10px;
    text-align: left;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    white-space: nowrap; /* 不换行 */
}

.indexstyle02 {
    width: 20%;
    text-align: center;
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    white-space: nowrap; /* 不换行 */
}