﻿@CHARSET "UTF-8";
/*= Reset =*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, th, td, figure {
    margin: 0;
    padding: 0;
}


.box {
    width: 100%;
    margin: 10px auto 0 auto;
}



.event_list {
    width: 100%;
    float: right;
    background: url('../images/dian3.png') 2px 0 repeat-y;
    margin: 10px 0 20px 0;
}

    .event_list h3 {
        margin: 0 0 10px 132px;
        font-size: 24px;
        font-family: Georgia;
        color: #0066ff;
        padding-left: 25px;
        background: url('../images/jian.png') 0 -45px no-repeat;
        height: 38px;
        line-height: 30px;
        font-style: italic;
    }

    .event_list li {
        background: url('../images/jian.png') 0px -73px no-repeat;
    }

        .event_list li span {
            width: 127px;
            text-align: right;
            display: block;
            float: left;
            margin-top: 10px;
        }

        .event_list li p {
            width: 98%;
            margin-left: 12px;
            display: inline-block;
            padding-left: 10px;
            background: url('../images/jian5.png')  -2px 4px no-repeat;
            line-height: 25px;
            _float: left;
        }

            .event_list li p span {
                width: 100%;
                text-align: left;
                /*border-bottom: 2px solid #DDD;*/
                padding: 10px 15px;
                background: #f0f0f0;
                margin: 0;
            }