﻿*
{
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
}
#All
{
    width: 1040px;
    height: 487px;
    margin: 0px auto;
    border-radius: 5px;
    overflow: hidden;
}
#Left_nav
{
    width: 20%;
    height: 487px;
    float: left;
    background-color: White;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#Left_nav ul
{
    width: 90%;
    margin: 0 auto;
}
#Left_nav ul li
{
    width: 100%;
    height: 57px;
    line-height: 57px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    border-bottom: 1px solid #acacac;
}
#Right_details
{
    height: 422px;
    float: left;
    background-color: White;
    margin-top: 10px;
}
.details_xia::-webkit-scrollbar
{
    /*滚动条整体样式*/
    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}
.details_xia::-webkit-scrollbar-thumb
{
    /*滚动条里面小方块*/
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
    background-color: #dcdcdc;
}
.details_xia::-webkit-scrollbar-track
{
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 15px;
    background: rgba(0,0,0,0.1);
    background-color: #f6f6f6;
}
#details_top
{
    width: 98%;
    height: 110px;
    background-color: White;
    border-radius: 15px 0px 0px 0px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}
#sch_tu
{
    border-radius: 15px 0px 0px 0px;
    float: left;
    width: 15%;
    height: 100%;
    margin-left: 20px !important;
}
#sch_info
{
    float: right;
    height: 100%;
    width: 80%;
}
#sch_info_1
{
    width: 100%;
    height: 58%;
}
#sch_info_1 ul
{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#sch_info_1 ul li
{
    float: left;
    height: 28px;
    text-align: left;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: Red;
    margin-left:10px;
}
#Left_nav ul li:hover
{
    color: green  !important;
}
.sp1
{
    font-size: 12px;
    color: Black;
}
.sp2
{
    color: Red;
    font-size: 12px;
}
.details_xia
{
    width: 97.5%;
    margin: 14px auto 0px auto; /* height:500px;*/
    overflow: hidden;
    height: 300px;
    overflow: auto;
}
.system table
{
    width: 100% !important;
}
.width1000 table
{
    width: 100% !important;
}
.table_zhong
{
    width: 5px;
    height: 487px;
    float: left;
    background-color: White;
}

.table_zhong1
{
    width: 1px;
    height: 467px;
    background-color: #acacac;
    margin-top: 10px;
}
