<style>
body{
	margin-left:0;
}
        *{
            margin: 0;
            padding: 0;
        }
        ul,li,ol{
            list-style: none;
        }
        a{
            text-decoration: none;
        }
        .cont_w{
            width: 1000px;
            margin: 0 auto;
            overflow: hidden;
        }
        .c_left{
            float: left;
            box-sizing: border-box;
        }
        .c_left>.img1>img{
            vertical-align: middle;
        }
        .jgjj_fl{
            overflow: hidden;
            border-left: 1px solid #7fc8f3;
            border-right: 1px solid #7fc8f3;
            padding-left: 0;
            margin: 0;
        }
        .jgjj_fl>li{
            color: #0044A1;
            font-size: 12px;
            font-weight: bold;
            letter-spacing: 1px;
            cursor: pointer;
            background-image: url(../images/b25.gif);
            background-repeat: no-repeat;
            min-height: 36px;
            width: 193px;
            padding-left: 33px;
            line-height: 36px;
            height: auto;
        }
        .jgjj_fl>li>ul{
            display: none;
            font-size: 12px;
            border-top: 1px dotted #ccc;
            padding: 0;
        }
        .jgjj_fl>li>ul>li{
            width: 100%;
            line-height: 30px;
            min-height: 30px;
            border-bottom: 1px dotted #cccccc;
        }
        .jgjj_fl>li>ul>li>a{
            color: #000;
            font-size: 12px;
        }
        .list_foot{
            background-image: url('../images/bluet.gif');
            background-repeat: no-repeat;
            width: 100%;
            height: 5px;
        }
        .lists{
            display: block !important;
        }
    </style>