/*样式*/
.leftNav{
    margin-bottom: 20px;}
.leftNav>h2 {
     line-height: 85px;
    color: #fff;
    background: #0f4d9a;
    font-size: 25px;
    overflow: hidden;
    text-align: center;}
.leftNav>ul {
    border-right: 1px solid rgba(203, 203, 235, 0.6);
    background: #fff;
    /* padding-bottom: 150px; */
    /* box-shadow: 0 0 10px rgba(0,0,0,.1); */
    border-left: 1px solid rgba(203, 203, 235, 0.6);}

.leftNav>ul>li {
    position: relative;
    border-bottom: 1px dotted #b0bdcb;}

.leftNav>ul>li:first-child {
    border-top: none;}

.leftNav ul li a {
    display: block;
    font-size: 18px;
    line-height: 60px;
    padding-left: 45px;}

.leftNav>ul>li>span {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 20px;
    line-height: 50px;
    background: url(images/sub_left_down.png) no-repeat center center;
    cursor: pointer;
    transition: all 0.3s;}

.leftNav>ul>li.on>span {
    transform: rotate(90deg);}

.leftNav>ul>li.on>a {
    background: rgba(7, 49, 144, 0.04);
    color: #0F4D9A;
    font-weight: 600;}

.leftNav>ul>li.activ {
    background: #dadada;}

.leftNav>ul>li.active>a {
    color: #0F4D9A;
    font-weight: 600;}

.leftNav ul li:hover {}

.leftNav ul li.active {}

.leftNav ul li.active ul {
    display: block;}

.leftNav ul li a:hover {
    background-position: 31px center;
    color: #0F4D9A;}

.leftNav>ul>li>ul {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;}

.leftNav>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 64px;
    border-top: 1px solid #eeeeee;
    padding-left: 65px;
    color: #666666;}
.newlist li .con{
width: 100%;
    padding-left: 0;}
