*{padding: 0;margin: 0}
        li{list-style: none}
        a{text-decoration: none;color: #555555}
        .xl_main_box{
            background: #fcfcfc;
        }
        .xl_main{
            width: 1212px;
            margin: 0 auto;
            padding-top: 20px;
        }
        .xl_main::after{
            content:"";
            display: block;
            clear: both;
        }
        .fl{
            float: left;
        }
        .fr{
            float: right;
        }
        .xl_left{
            width: 894px;
        }
        .xl_menu{
            width: 280px;
        }
        .xl_path li{
            display: inline-block;
        }
        .xl_path,.xl_path a{
            font-size: 12px;
            color: #545454;
            text-decoration: none;
        }
        .xl_path a:hover{
            color: #ff0000;
        }
        .mune_block{
            padding: 5px;
            overflow: hidden;
            background: #eeeeee;
        }
        .mune_block h1{
            font-size: 14px;
            color: #555555;
            border-bottom: 1px solid #ccc;
            padding: 0 10px;
            font-weight: 500;
            line-height: 35px;
        }
        .mune_block ul{
            padding: 12px 17px 5px;
        }
        .mune_block li{
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .mune_block a{
            font-size: 14px;
            color: #565656;
            text-decoration: none;
            line-height: 36px;
        }
        .mune_block a:hover{
            font-size: 14px;
            color: #898989;
            text-decoration: underline;
        }
        .mune_block_img{
            margin: 10px 0;
        }
        .xl_content{
            overflow: hidden;
        }
        .xl_title h1{
            line-height: 65px;
            font-size: 16px;
            color: #056fa3;
            text-align: center;
        }
        .xl_detail{
            color: #565656;
            font-size: 12px;
            text-align: center;
            border-bottom: 1px solid #ccc;
            line-height: 30px;
            margin-bottom: 20px;
        }
        .xl_txt{
            padding: 20px;
            line-height: 25px;
            color: rgb(86, 86, 86);
            font-size: 16px;
            min-height: 369px;
        }
        .xl_txt p{
            text-indent: 2em;
        }
        .banner_box{background: url("ej_bg.gif") repeat-x;}
        .banner{width: 1212px;margin:0 auto}
        .pre_next{
            margin-top: 30px;
            clear: both;
        }
        .pre_next p{
            line-height: 40px;
        }
        .right_icon{
            display: inline-block;
            width: 0;
            height: 0;
            border: 4px solid #000;
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: transparent;
            position: relative;
            top: -1px;
        }
        .xl_scdygb_icon{
            display: inline-block;
            width: 2px;
            height: 20px;
            background: #ccc;
            margin: 0 10px;
        }