﻿/*框架*/
.container{
    padding: 16px 5px 16px 5px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
}
.banner{
    width: 100%;
}
.frame{
    padding: 16px 0;
}

/*左导航*/
.left{
    width: 224px;
    margin-left: 25px;
}
.left h1{
    font-size: 18px;
    color: #084e99;
    line-height: 40px;
    border-bottom: 3px solid #084e99;
    margin-bottom: 12px;
    font-weight: bold;
}
.left ul li{
    border-bottom: 1px solid #eee;
}
.left ul li a{
    display: block;
    color: #000000;
    padding: 0 10px;
    line-height: 40px;
}
.left ul li a span{
    float: right;
    color: #084e99;
    display: none;
}
.left ul li a:hover{
    background-color:#019fe9 ;
    color: #fff;
}
.left ul li a:hover span{
    color: #fff;
}
.left ul li .current{
    color: #084e99;
}
.left ul li .current span{
    display: block;
}

.right .position{
    line-height: 40px;
    height: 40px;
    padding-left: 24px;
    background: url("../images/frame/home.png")no-repeat left center;
    color: #000;
    border-bottom: 3px solid #084e99;
    margin-bottom: 12px;
}
.right .position a{
    color: #000;
}
.right .position a:hover{
    color:#e60505;
}
























