﻿.title
{
    font-family: 微軟正黑體;
    font-size: 14pt;
    color: Blue;
    font-weight: bold;
}
.titleItem
{
    font-family: 微軟正黑體;
    font-size: 8pt;
    color: Blue;
    font-weight: bold;
}
.listTitle, .shortlistTitle
{
    font-family: 微軟正黑體;
    font-size: 8pt;
    font-weight: bold;
    color: White;
}
.listBorder
{
    padding: 2px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: solid 2px #DDD;
    font-family: 微軟正黑體;
    font-size: 8pt;
    font-weight: bold;
}
.listFont
{
    font-family: 微軟正黑體;
    font-size: 8pt;
    font-weight: bold;
}
/*listItem*/
.listLeft
{
    text-align: left;

}
.border, .listTitle, .shortlistTitle
{
    padding: 2px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: solid 2px #DDD;
}
.listItem
{
    padding: 2px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    font-size: 8pt;
    color: Black;
    border: 0px;
}
.listTitle
{
    text-align: center;
}

.list_spe_title
{
    text-align: left;
    font-size: 8pt;
    color: Black;
    font-weight: inherit;
    line-height: 30px;
    border: 0;
      border-bottom: dashed 1px #000;
}
.list_spe_title a
{
    white-space: nowrap;
    text-overflow: ellipsis;
      
}
.searchborder
{
    padding: 2px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: solid 1px #DDD;
    cursor: pointer;
}

.listLeft a
{
    color: blue;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
}
.listLeft a:hover
{
    color: Gray;
}
.pageItem
{
    font-family: 微軟正黑體;
    font-size: 8pt;
    color: Black;
    line-height: 20px;
    border-bottom: dashed 1px #000;
    text-align: center;
}

.PageTb
{
    width: 100%;
    text-align: center;
    line-height: 30px;
}
.PageTbItem
{
    width: 100%;
}
.item
{
    width: 160px;
}
.shortItem
{
    width: 80px;
}

.style1
{
    width: 100%;
    text-align: center;
    line-height: 30px;
}
.style2
{
    width: 100%;
}

.searchTb
{
    width: 200px;
}
