/** 标题 */
.lsz_top_
{
    margin: 0px auto 0px;
    width: 90%;
    height: 50px;
    background-color: #fff;
}
.lsz_top_titale_
{
    padding: 10px 0px 0px 128px;
    font-size: 23px;
    color: #23a6d2;
}
.lsz_top_my_
{
    width: 15%;
    float: right;
}
.lsz_top_my_ a
{
    font-size: 14px;
}
/** 标题 */


.lsz_content
{
    padding-top: 10px;
    margin: 0 auto;
    width: 90%;
}
.sjz_zj
{
    /*position: absolute;*/
    margin:auto;
    left: 0px;
    right: 0px;
}
.title_top
{
    width: 1000px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
    color: #6f6f6fc2;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: kai;
}

.ei_count_main
{
    width: 90%;
    height: 100%;
    font-size: 14px;
    min-height: 800px;
}

/** 事件盒子 日期、内容 **/
.ei_count_main_cell
{
    margin: 0px auto;
    display: table;
}

/** 日期 **/
.ei_count_main_time
{
    width: 120px;
    text-align: center;
    color: #23a6d2;
    display: table-cell;
    /*vertical-align: middle;*/
}
/** 日期 **/

/** 事件内容 **/
.lsz_draw_line
{
    padding: 15px 0px 15px 15px;
    border-left: 1px solid #e6e6e6;
}
.ei_count_main_content::before
{
    content: "";
    background-image: url('../images/lsz_icon-index.png');
    background-repeat: no-repeat;
}
.ei_count_main_content::before{
    display: table-cell;
    vertical-align: middle;
    background-position: -180px -120px;
    margin-left: -28px;
    float: left;
    width: 12px;
    margin-top: 10px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ei_count_main_content
{
    width: 680px;
    padding: 10px 5px;
    text-indent: 30px;
    color: #575757;
    border: 1px solid #d8d8d85e;
    background-color: #fffdf7;
    border-radius: 8px;
    display: table-cell;
}
/** 事件内容 **/
#lsz_boot_
{
    /*margin: 20px 0px 0px 0px;*/
    /*text-align: center;*/
    /*color: #bbb;*/
    /*background-color: #fff;*/
    /*border-top: #eaeaea solid 1px;*/
    /*min-height: 50px;*/
    /*line-height: 50px;*/
    /*font-size: 14px;*/
    margin: auto;
    width: 90%;
    border-top: solid 1px #eee;
    text-align: center;
    z-index: 302;
    bottom: 0;
    left: 0;
    height: 39px;
    padding-top: 1px;
    zoom: 1;
    line-height: 39px;
    background: #fff;
}

#lsz_boot_ .lh{
    display: inline-block;
    margin: 0 auto;
}

#lsz_boot_ .text-color{
    color: #bbb;
}

.lsz_event_tag
{
    color: #2ca8d3;
    cursor: pointer;
}