﻿#InfoDetail
{
    width:100%;
    max-width:1280px;
    margin:0px auto;
}
.ShowInfo-LeftNavBox
{
    width: 140px;
    height: 600px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    
}

.ShowInfo-Title
{
    display: block;
    width: 100%;
    height: 30px;
    color: #90C441;
    font-size: 18pt;
    font-family: 黑体, 新宋体;
    border-bottom-width: 2px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.ShowInfo-LeftNavBox ul
{
    padding: 0px;
    margin: 0px;
    width: 140px;
    list-style-position: inside;
    list-style-type: square;
}

.ShowInfo-LeftNavBox li
{
    display:block;
    width: 130px;
    height: 30px;
    padding:6px 6px 6px 6px ;
    margin-left: 0px;
    border-bottom: 1px solid #CCCCCC;
    font-size: 14pt;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
}


.ShowInfo-LeftNavBox  .SelectNav
{
    color: #FFFFFF;
    background-color: #90C441;
}


.ShowInfo-RigthDetailBox
{
    border: 0px solid #FF3300;
    width: calc(100% - 200px);
    float: right;
    overflow: hidden;
    margin-top:20px;
}



