﻿.nv_cap 
{
    font-size:16px;
    font-weight:900;
    font-family:宋体; 
    margin-left:-5px;
    color:#004E4E;
}
.home_div_item{
    border-top:1px solid #95c2e0;
    border-bottom:1px solid #95c2e0;
    padding-left:5px;
    padding-right:0;
    padding-bottom:0;
    margin:0 0 0 0;
    align-items: center;
    color:black;
    background-repeat:no-repeat;
    background-size:100% 100%;
    background-image:url(img/grid_background.png);
}
.filter_item[selected="1"]
{
    background-color:#AAF;
    color:white;
}
.input_text_div
{
    box-shadow:0 0 4px 2px rgba(0,0,0,0.2);
    border-radius:3px;
    padding-left:3px;padding-right:3px;
    background-color:rgba(255,255,255,0.2);
    width:100%;
    justify-content:center;
    margin-bottom:15px;
    height:30px;
}
.filter_item
{
    width:100%;
    height:30px;
    line-height:30px;
    border-bottom:1px dashed gray;
    padding-left:10px;
}
.hiddiv
{
    position:absolute;
    left:0;
    top:0;
    opacity:0;
    width:100%;
    height:100%;
}
.nv_main 
{
    background-color:#053372;
}
.nv_cap_select 
{
    font-size:15px;
    font-weight:900;
    font-family:宋体; 
    margin-left:-5px;
    color:#004E4E;
}
.nv_item 
{
    font-size:16px;
    font-weight:900;
    font-family:宋体; 
}
.RLTag {
    background-color:blue;
}
.divhide {
    width:100%;
    height:100%;
    z-index:1900;
    filter:alpha(opacity:0.0);
    opacity:0.0;
    position:absolute;
    background-color:transparent;
    left:0px;
    top:0px;
}
.maintreediv
{
    background-image:url(img/grid_background.png);
    color: black;
    font-size: 15px;
    align-items:center;
    justify-content:center;
    font-weight:900;
    background-repeat:no-repeat;
    background-size:100% 100%;
}
.maintreediv:hover
{
    background-color:#87c8e8;
}
.maintreediv[selected="1"]
{
    background-color: #0371a4;
}