.innerBanner{
    background-image: url("../images/innerbanner.png");
    background-position: center center;
    background-size: cover;
    height: 250px;
}
.path{
    height: 50px;
    background-color: #003580;
}
#path{
    padding-left: 280px;
    line-height: 50px;
    height: 50px;
}
#path>ul{
    padding-left: 30px;
    background: url("../images/path.png") left center no-repeat;
    height: 50px;
}
#path>ul>li{
    float: left;
    color: #fff;
    font-size: 14px;
}
#path a{
    color: #fff;
}

#path a:active{
    border-bottom:1px solid #fff
}
.innerContent{
    margin: 20px auto
}
.innerContent_Left{
    float: left;
    width: 250px;
    margin-top: -110px;
}
.innerContent_Left .innerMenu_top{
    height: 105px;
    background: #003580;
    padding-top: 35px;
    padding-left: 20px;
}
.innerContent_Left .innerMenu_top>div{
    font-size: 30px;
    color: #fff;
}
.innerContent_Left .innerMenu_top>div.english{
    font-size: 22px;
    color: #e0e0e0;
    margin-top:5px;
}
.innerItem {
    width: 100%;
    height: auto;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.innerItem  li {
    width: 100%;
}
/*.innerItem  li>ul{
    padding: 0 10px;
}*/
.innerItem  li .inner-t, .innerItem  li>ul>li a{
    display: block;
    height: 48px;
    line-height: 48px;
    color: #6b6b6b;
    font-size: 16px;
    padding: 0 20px;
    cursor: pointer;
    background: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #e1e1e1;
}
.innerItem  li>ul>li a{
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding-left:40px;
}
.innerItem  li.active .inner-t{
    background: #f3f3f3;
}
.innerItem  li>ul>li a:hover,.innerItem  li>ul>li.active a{
    color: #003580;
}
.innerItem  li.active .inner-t>a,.innerItem  li:hover .inner-t>a{
    color: #003580;
}
.innerItem  li .inner-s {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 14px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/jt_gray.png);
}
.innerItem  li .drop{
    display: none;
}
.innerItem  li.active .inner-s,.innerItem  li:hover .inner-s{
    background-position: left center;
    background-image:url(../images/jt_blue.png) ;
}

/*yÓÒ±ßÄÚÈÝ°å¿é*/
.innerContent_Right{
    width: 930px;
    float: right;
    margin-bottom: 40px;
    min-height:500px;
}