﻿@charset "utf-8";
    .E_main_left .area li a {
        display: inline-block;
    }

    .E_main_left .area li .span_blue {
        color: #4765A1;
    }

    .E_main_left .area li span {
        display: block;
    }

    .E_main {
        width: 1140px;
        margin: 0 auto;
        height: auto;
    }

    .E_main_left {
        float: left;
        height: auto;
        width: 270px;
    }

        .E_main_left h3 {
            font-size: 22px;
            color: #47669F;
            padding: 30px 0 0 0;
        }

        .E_main_left h4 {
            width: 230px;
            border-bottom: 1px dashed #BBB9BA;
            line-height: 30px;
            background: url(/Content/Images/img/Zicon.jpg) no-repeat left center;
            padding-left: 10px;
            font-size: 16px;
            color: #6E6E6E;
            margin-bottom: 10px;
            cursor: pointer;
            margin-top: 15px;
        }

        .E_main_left .H_bulues_on {
            color: #47669F;
            background: url(/Content/Images/img/Zicon.jpg) no-repeat left center;
        }

    .main_l_list_1 {
        width: 230px;
        border-bottom: 1px dashed #BBB9BA;
        padding-left: 10px;
        cursor: pointer;
        padding-bottom: 5px;
    }

        .main_l_list_1 p {
            font-size: 14px;
            background: url(/Content/Images/img/Zicon.jpg) no-repeat left center;
            padding-left: 10px;
        }

        .main_l_list_1 ul {
            width: 230px;
            display: none;
        }

            .main_l_list_1 ul li {
                font-size: 14px;
                float: left;
                padding: 0px 0px 0 10px;
                border: none;
                text-indent: 10px;
                background:none;
            }
            .main_l_list_1 ul li:hover {
                background:none;
            }
    .clear {
        clear: both;
    }

